- 06 May, 2019 40 commits
-
-
GitLab Bot authored
-
Fatih Acet authored
Add close_select2 method to select2_helper See merge request gitlab-org/gitlab-ce!27981
-
Fatih Acet authored
Fetch all available groups in MR approval rule form Closes #11194 See merge request gitlab-org/gitlab-ee!12096
-
GitLab Bot authored
-
Sean McGivern authored
Add Mayra Cabrera to .gitlab/codeowners See merge request gitlab-org/gitlab-ce!28131
-
Mayra Cabrera authored
Per the second step of: https://gitlab.com/gitlab-com/www-gitlab-com/issues/3351
-
Clement Ho authored
Update dependency @gitlab/svgs to ^1.60.0 See merge request gitlab-org/gitlab-ce!27842
-
Douglas Barbosa Alexandre authored
Support creating a child epic from API See merge request gitlab-org/gitlab-ee!11064
-
GitLab Bot authored
-
Kushal Pandya authored
Aligns the play button for stages Closes #61469 See merge request gitlab-org/gitlab-ce!28124
-
Bob Van Landuyt authored
EE Backport: Support Prometheus for group-level clusters (backend) See merge request gitlab-org/gitlab-ee!12115
-
Peter Leitzen authored
Tweak cluster helper and refactor its specs.
-
GitLab Bot authored
-
Bob Van Landuyt authored
Support Prometheus for group-level clusters (backend) See merge request gitlab-org/gitlab-ce!27995
-
Peter Leitzen authored
Tweak cluster helper and refactor its specs.
-
Jarka Košanová authored
- move code checking if epics can be linked from EpicLinks::CreateService to Epic model
-
Lukas 'Eipi' Eipert authored
-
Douwe Maan authored
Improve scheduling of mirror updates to reduce frequency of database queries See merge request gitlab-org/gitlab-ee!11217
-
Mayra Cabrera authored
Move code from EpicsHelper to a presenter Closes #8948 See merge request gitlab-org/gitlab-ee!10849
-
GitLab Bot authored
-
Paul Slaughter authored
**Note:** - It resolves this by passing `all_available` to the groups request - Also adds feature spec
-
Stan Hu authored
Move the build-qa-image to the test stage See merge request gitlab-org/gitlab-ce!28122
-
Paul Slaughter authored
**Why?** This is needed to create a feature test for: https://gitlab.com/gitlab-org/gitlab-ee/issues/11194
-
Andreas Brandl authored
This adds rescheduling logic to the end of UpdateAllMirrorsWorker job. We wait for a few seconds before we check capacity again and - if some jobs already completed - we schedule another run of UpdateAllMirrorsWorker.
-
Andreas Brandl authored
-
Andreas Brandl authored
The `Gitlab::Mirror.reschedule_immediately?` performs a rather heavy query and it was detected that this is the major contributor to total query time on GitLab.com (50% of total time is spent in this query!). Context: https://gitlab.com/gitlab-org/gitlab-ce/issues/60524
-
GitLab Bot authored
-
Nick Thomas authored
CE destroy repo mirrors Closes #54574 See merge request gitlab-org/gitlab-ce!27087
-
Luke Bennett authored
It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
-
Nick Thomas authored
EE destroy repo mirrors Closes gitlab-ce#54574 See merge request gitlab-org/gitlab-ee!10355
-
Luke Bennett authored
It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
-
Rémy Coutable authored
Add some missing strings to locale/gitlab.pot See merge request gitlab-org/gitlab-ee!12310
-
Lin Jen-Shin authored
CI variables of type file Closes #46806 See merge request gitlab-org/gitlab-ce!27112
-
Krasimir Angelov authored
Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
-
Lin Jen-Shin authored
Port of 46806-typed-ci-variables to EE See merge request gitlab-org/gitlab-ee!12280
-
Krasimir Angelov authored
-
GitLab Bot authored
-
Nick Thomas authored
Fix uploading of LFS tracked file through UI Closes #61203 See merge request gitlab-org/gitlab-ce!28052
-
Patrick Bajao authored
-
Yorick Peterse authored
Move out EE context out of Gitlab::GitAccess spec Closes #6660 See merge request gitlab-org/gitlab-ee!12130
-