- 07 May, 2019 40 commits
-
-
Nick Thomas authored
EE Show disabled project repo mirrors See merge request gitlab-org/gitlab-ee!10361
-
Nick Thomas authored
Merge branch '4231-geo-selective-sync-cleanup-worker-uses-inefficient-not-in-sql-query' into 'master' Resolve "Geo selective sync cleanup worker uses inefficient `NOT IN` SQL query" Closes #4231 See merge request gitlab-org/gitlab-ee!11998
-
Douglas Barbosa Alexandre authored
This change improves the performance of the query to retrieve the projects that need to be cleaned up.
-
GitLab Bot authored
-
Bob Van Landuyt authored
remove note that multi-line suggestions are not yet available See merge request gitlab-org/gitlab-ce!28119
-
GitLab Bot authored
-
James Lopez authored
Improve performance of the global search for issuables Closes #59522 See merge request gitlab-org/gitlab-ce!27817
-
Francisco Javier López authored
Removed the conditions added to Project.with_feature_available_for_user, and moved to the IssuableFinder. Now, we ensure that, in the projects retrieved in the Finder, the user has enough access for the feature.
-
GitLab Bot authored
-
Bob Van Landuyt authored
doc/ci: include local: remove superfluous ":" See merge request gitlab-org/gitlab-ce!28112
-
Sean McGivern authored
Set created_at and updated_at for sorting specs Closes #61541 See merge request gitlab-org/gitlab-ce!28173
-
Bob Van Landuyt authored
Fix installation from source See merge request gitlab-org/gitlab-ce!28170
-
GitLab Bot authored
-
Douwe Maan authored
Fix updating boards through API Closes #11440 See merge request gitlab-org/gitlab-ee!12303
-
Douwe Maan authored
Upgrade Gitaly to v1.42.0 See merge request gitlab-org/gitlab-ce!28135
-
GitalyBot authored
-
Tim Zallmann authored
CE Backport for Dependency Proxy UI See merge request gitlab-org/gitlab-ce!27965
-
GitLab Bot authored
-
Tim Zallmann authored
UI for Dependency proxy for containers See merge request gitlab-org/gitlab-ee!10386
-
James Lopez authored
Clean up CarrierWave's import/export files Closes #60656 See merge request gitlab-org/gitlab-ce!27487
-
Filipa Lacerda authored
Move CE bar_chart test to correct location See merge request gitlab-org/gitlab-ee!12236
-
Simon Hardt authored
-
GitLab Bot authored
-
Tim Zallmann authored
Add wbr style for IE11 compatibility See merge request gitlab-org/gitlab-ce!27846
-
Stan Hu authored
Unlike uploads that have been uploaded with Tempfile, the project import/export archives are stored in a temporary cache directory and remain there if: 1. Object storage is enabled 2. `move_to_store` is set to `true`. CarrierWave will leave these files there until disk space runs out or a clean step is run manually. If `move_to_store` is set to `false`, CarrierWave will remove the files after storing them. However, unlike a local file, with object storage, the file is still copied, so setting `move_to_store` to `true` doesn't buy us anything. To ensure files are cleaned up, we can just inherit from the GitlabUploader implementation of `move_to_store`, which returns `true` if it's a local file, `false` otherwise. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60656
-
Bob Van Landuyt authored
This makes sure that the results are predictable and the same on both Postgres and MySQL
-
GitLab Bot authored
-
Phil Hughes authored
Cleans up todos.scss style-lint warnings Closes #59930 See merge request gitlab-org/gitlab-ce!28076
-
Phil Hughes authored
Copy _group_admin_settings.html.haml from CE Closes #10505 See merge request gitlab-org/gitlab-ee!12224
-
Phil Hughes authored
Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032
-
Phil Hughes authored
Generate EE-specific JavaScript fixtures into ee/ directory Closes #10675 See merge request gitlab-org/gitlab-ee!11573
-
Phil Hughes authored
Only renders Next badge for gitlab.com Closes #61278 See merge request gitlab-org/gitlab-ce!28056
-
Filipa Lacerda authored
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
Compiling git has a wrong symbol that leads into invalid command
-
James Lopez authored
Allow replying to an individual note in the API Closes #61392 See merge request gitlab-org/gitlab-ce!28120
-
Grzegorz Bizon authored
Fix approvals section when merge requests disabled Closes #11321 See merge request gitlab-org/gitlab-ee!12070
-
Grzegorz Bizon authored
Strip whitespace for PipelineSchedule#cron See merge request gitlab-org/gitlab-ce!27990
-
Bob Van Landuyt authored
EE port of instance level kubernetes cluster admin interface See merge request gitlab-org/gitlab-ee!10761
-
Bob Van Landuyt authored
Instance level k8s clusters See merge request gitlab-org/gitlab-ce!27196
-