- 19 Mar, 2019 40 commits
-
-
Stan Hu authored
This avoids permission errors when importing merge requests whose authors don't have direct access to push to the main repository.
-
Phil Hughes authored
Removes EE differences for clusters/show Closes gitlab-ee#6354 See merge request gitlab-org/gitlab-ce!26324
-
Clement Ho authored
Update dependency @gitlab/ui to ^2.3.0 See merge request gitlab-org/gitlab-ce!26181
-
Lin Jen-Shin authored
Merge branch '58844-follow-up-from-don-t-create-ee-specific-files-when-creating-emojis-fixture-files' into 'master' Simplify JavaScriptFixturesHelpers Closes gitlab-ee#10386, #58898, and #58844 See merge request gitlab-org/gitlab-ce!26045
-
Nick Thomas authored
Backport EE JavaScript changes for SSH pull mirrors Closes #56340 See merge request gitlab-org/gitlab-ce!26308
-
Nick Thomas authored
Merge branch '59113-review-apps-initial-seeding-is-broken-due-to-runners_registration_token-openssl-cipher-ciphererror-error-somehow' into 'master' Fix the .review-deploy-base job so that env variables are passed Closes #59113 See merge request gitlab-org/gitlab-ce!26275
-
Dmitriy Zaporozhets authored
Add support for deleting images in registry 2.7 See merge request gitlab-org/gitlab-ce!25862
-
Achilleas Pipinellis authored
Document how Git object deduplication works in GitLab See merge request gitlab-org/gitlab-ce!25770
-
Jacob Vosmaer authored
-
Marcia Ramos authored
Docs: Bring HTML Style Guide in line with docs standards See merge request gitlab-org/gitlab-ce!26252
-
Marcel Amirault authored
-
Filipa Lacerda authored
Collapse diff tree is only one file is present Closes #53139 See merge request gitlab-org/gitlab-ce!26280
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
-
Nick Thomas authored
Merge the gitlab-shell "gitlab-keys" functionality into GitLab CE Closes #56089 See merge request gitlab-org/gitlab-ce!25598
-
Patrick Bajao authored
In this commit, some methods that aren't being used are removed from `Gitlab::Shell`. They are the ff: - `#remove_keys_not_found_in_db` - `#batch_read_key_ids` - `#list_key_ids` The corresponding methods in `Gitlab::Keys` have been removed as well.
-
Filipa Lacerda authored
-
Lin Jen-Shin authored
Revert "New Repository#insights_config method" See merge request gitlab-org/gitlab-ce!26315
-
Sean McGivern authored
Add users search results to global search Closes #25973 See merge request gitlab-org/gitlab-ce!21197
-
Filipa Lacerda authored
Remove diff tree filtering feature flag See merge request gitlab-org/gitlab-ce!26273
-
Grzegorz Bizon authored
Make runners token encryption to be optional See merge request gitlab-org/gitlab-ce!26223
-
Rémy Coutable authored
This reverts merge request !26183
-
Rémy Coutable authored
Bump Rugged to 0.28.0 See merge request gitlab-org/gitlab-ce!25660
-
Kamil Trzciński authored
Remove before_script from DAST vendored template See merge request gitlab-org/gitlab-ce!26281
-
Victor Zagorodny authored
-
Achilleas Pipinellis authored
Link to the gitaly repository's Beginniner's Guide documentation See merge request gitlab-org/gitlab-ce!25627
-
Achilleas Pipinellis authored
Copyedit pipelines-related documentation Closes #59006 See merge request gitlab-org/gitlab-ce!26198
-
Evan Read authored
-
Achilleas Pipinellis authored
Refactor new content for stage keyword See merge request gitlab-org/gitlab-ce!25953
-
Evan Read authored
-
Achilleas Pipinellis authored
Add registry to dev arch docs See merge request gitlab-org/gitlab-ce!25951
-
Achilleas Pipinellis authored
Add registry to dev arch docs See merge request gitlab-org/gitlab-ce!25951
-
Cindy Pallares 🦉 authored
-
Stan Hu authored
This backports the JavaScript code in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10272.
-
Rémy Coutable authored
- Only storing fixtures in one place - This place changes whether we are in CE or EE We discovered with @winh that only fixtures located under spec/javascripts/fixtures are used, even in EE so there's no need to clean/create fixtures in ee/spec/javascripts/fixtures. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
This version bump makes things consistent between Gitaly and fixes a significant number of bugs: https://github.com/libgit2/libgit2/releases This also decreases disk space of Omnibus builds by ~30 MB. There is also a workaround for https://github.com/libgit2/rugged/issues/785. If Gitaly or another process changes .gitconfig while Rugged has the file loaded, Rugged::Repository#each_key will report stale values unless a lookup is done first. This bug only manifests in a spec because we are using both Gitaly and Rugged at the same time there, and we normally don't use Rugged in the CE/EE code in this way.
-
Stan Hu authored
Merge branch '47491-gitlab-fakeapplicationsettings-doesn-t-respond-to-all-the-methods-applicationsetting-responds-to-itself' into 'master' Introduce ApplicationSettingImplementation Closes #47491 See merge request gitlab-org/gitlab-ce!25803
-
Ramya Authappan authored
Add artillery.io load testing script and rake tasks See merge request gitlab-org/gitlab-ce!26210
-
Sanad Liaquat authored
Also add rake tasks that makes use of existing performance data genertion task.
-
Lin Jen-Shin authored
-