Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-30Merge branch 'cluster_status_for_ugprading' into 'master'Grzegorz Bizon
Expose app version to frontend See merge request gitlab-org/gitlab-ce!24791
2019-01-30Expose app version to frontendThong Kuah
2019-01-25Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon
Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303
2019-01-25Add Container Registry APIKamil Trzciński
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
2019-01-16Merge branch 'security-2770-verify-bundle-import-files' into 'master'Yorick Peterse
[master] Validate bundle files before unpacking them Closes #2770 See merge request gitlab/gitlabhq!2772
2019-01-11Validate bundle files before unpacking themNick Thomas
2019-01-10Backport container scanning fixturesOlivier Gonzalez
Fix JSON formating and indent
2019-01-10Service for calling Sentry issues apiReuben Pereira
2019-01-08Merge branch 'mr-widget-conflicts-protected-branch' into 'master'Nick Thomas
Disable resolve conflicts for protected branches Closes #53463 See merge request gitlab-org/gitlab-ce!23842
2019-01-08Merge branch '49231-import-issues-csv' into 'master'Douwe Maan
Import issues from CSV Closes #49231 See merge request gitlab-org/gitlab-ce!23532
2019-01-07Use Container Scaning report fixture from EEGilbert Roulot
2019-01-07Disable resolve conflicts for protected branchesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53463
2019-01-07Add tests for Release Link APIShinya Maeda
Add tests for the API and add a couple of tests Add revert revert
2019-01-07Import CSV BackendHeinrich Lee Yu
Process CSV uploads async using a worker then email results
2019-01-04Support new report syntax for common vulnerabilitiesKamil Trzciński
This MR also removes other reports and uses one common set of fixtures for all test types.
2019-01-04Add spec for Releases::Source and Link modelsShinya Maeda
Releases::Source and Releases::Link are covered by tests
2019-01-04Support CURD operation for release asset linksShinya Maeda
- Add Releases::Links model - Expose it in release API - Add integration tests
2019-01-03Use new issue email address formatBrett Walker
We now use `-issue` in order to support catch all email addresses
2019-01-03Use new merge request email address formatBrett Walker
We now use `-merge-request` instead of `+merge-request+` in order to support catch all email addresses
2019-01-01Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi
bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-31Add spec for Release APIShinya Maeda
Add spec for all release API - GET, POST, PUT, DELETE. Also, fixes some minior bugs.
2018-12-27Fixing image lfs bug and also displaying text lfsFrancisco Javier López
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
2018-12-22Merge branch '44984-use-serializer-for-issuable-sidebar' into 'master'Mike Greiling
Resolve "Create a serializer to render issuables sidebar" Closes #44984 See merge request gitlab-org/gitlab-ce!23379
2018-12-20Code style changes and refactorHeinrich Lee Yu
2018-12-19Add schema testsHeinrich Lee Yu
2018-12-19Refactor issuable sidebar to have extras optionHeinrich Lee Yu
2018-12-17Fix persistent symlink in project importJames Lopez
- Fix permissions after untar is done - Refactor command line util
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
2018-12-07Merge branch '20422-hide-ui-variables-by-default' into 'master'Robert Speicher
Resolve "Hide variables in UI by default" Closes #20422 See merge request gitlab-org/gitlab-ce!23518
2018-12-07Merge branch 'cert-manager-email' into 'master'Dmitriy Zaporozhets
Ability to override Issuer Email for Cert Manager See merge request gitlab-org/gitlab-ce!23503
2018-12-07Merge remote-tracking branch 'origin/master' into ↵jhampton
20422-hide-ui-variables-by-default
2018-12-07Allows user to override default issuer email for cert managerAmit Rathi
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Adds optional attribute to value propertyjhampton
- Value is no longer required
2018-12-06Merge branch 'ce-8654-add_package_name_to_dependency_scanning_report' into ↵Kamil Trzciński
'master' Update dependency scanning report fixtures See merge request gitlab-org/gitlab-ce!23542
2018-12-06Removes value from required propertiesjhampton
- Value is now conditionally included
2018-12-04Adjust weight property to accomodate EEBrett Walker
2018-12-04Extract code into IssueBoardEntityBrett Walker
2018-12-04Update dependency scanning report fixturesOlivier Gonzalez
Sync with EE fixtures
2018-12-03Update Dependency Scanning report fixturesOlivier Gonzalez
Sync content with EE fixtures
2018-11-21Eliminate duplicated wordsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-20Merge branch 'fix/allow-saml2-for-2fa-bypass' into 'master'Douwe Maan
saml/auth_hash: Allow 2FA bypass for SAML 2.0 responses See merge request gitlab-org/gitlab-ce!22568
2018-11-15Fix typos in libGeorge Tsiolis
2018-11-09Revert "Extract code into IssueBoardEntity"Thong Kuah
This reverts commit 8c126525faba40032244328187ba73a53b6eaf4c.
2018-11-07Merge branch 'bvl-patches-via-mail' into 'master'Douwe Maan
Allow to add patches to merge requests created via email Closes #40830 See merge request gitlab-org/gitlab-ce!22723
2018-11-07Resolve "Issue board card design"Constance Okoghenun
2018-11-07Apply patches when creating MR via emailBob Van Landuyt
This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
2018-11-07Merge branch 'dm-api-merge-requests-index-merged-at' into 'master'Sean McGivern
Expose {closed,merged}_{at,by} in merge requests API index Closes #52031 See merge request gitlab-org/gitlab-ce!22806
2018-11-06Extract code into IssueBoardEntityBrett Walker
2018-11-05Allow to make builds soft-archived.Kamil Trzciński
The soft-archived builds cannot be run after some deadline time. The intent is to aggressively recycle old builds after sometime.