- 06 May, 2019 40 commits
-
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Updated translations Adds sort direction dropdown Allows the project list sorting direction to be changed, available options can be sorted ascending or descending. Implements the changes from the UX review.
-
Ezekiel Kigbo authored
Added project_list_filter_bar feature flag
-
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
-
Stan Hu authored
Move the build-qa-image to the test stage See merge request gitlab-org/gitlab-ce!28122
-
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
-
Nick Thomas authored
-
GitLab Bot authored
-
Sanad Liaquat authored
[QA] Escape arg used as regex Closes gitlab-org/quality/performance#2 See merge request gitlab-org/gitlab-ce!28104
-
Achilleas Pipinellis authored
Resolve "Reporters can create labels in projects/groups" Closes #61222 See merge request gitlab-org/gitlab-ce!27991
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Filipa Lacerda authored
Merge branch '10090-move-ee-differences-for-app-assets-javascripts-pages-projects-issues-index-index-js' into 'master' Resolved EE differences for issues page index Closes gitlab-ee#10090 See merge request gitlab-org/gitlab-ce!28031
-
Constance Okoghenun authored
-
Douwe Maan authored
Remove cleaned up OIDs from database and cache Closes #30093 See merge request gitlab-org/gitlab-ce!26555
-
GitLab Bot authored
-
Andreas Brandl authored
CE Backport: Create ActiveRecordModel and table for Merge Train feature See merge request gitlab-org/gitlab-ce!27879
-
Filipa Lacerda authored
Merge branch '58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-list' into 'master' Improve pipelines table spacing, add triggerer column Closes #38802 and #58105 See merge request gitlab-org/gitlab-ce!26136
-
Andreas Brandl authored
Create ActiveRecordModel and table for Merge Train feature See merge request gitlab-org/gitlab-ee!11204
-
GitLab Bot authored
-
Stan Hu authored
Add client methods for DisconnectGitAlternates rpc See merge request gitlab-org/gitlab-ce!27938
-
Bob Van Landuyt authored
Port to EE: Fix duplicate merge request pipelines created by Sidekiq worker retry See merge request gitlab-org/gitlab-ee!12212
-