- 02 Jul, 2019 40 commits
-
-
Kamil Trzciński authored
EE Port of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28996 See merge request gitlab-org/gitlab-ee!14491
-
Mayra Cabrera authored
- Add two new ActiveRecord models: - RootNamespaceStoragestatistics will persist root namespace statistics - NamespaceAggregationSchedule will save information when a new update to the namespace statistics needs to be scheduled - Inject into UpdateProjectStatistics concern a new callback that will call an async job to insert a new row onto NamespaceAggregationSchedule table - When a new row is inserted a new job is scheduled. This job will update call an specific service to update the statistics and after that it will delete thee aggregated scheduled row - The RefresherServices makes heavy use of arel to build composable queries to update Namespace::RootStorageStatistics attributes. - Add an extra worker to traverse pending rows on NAmespace::AggregationSchedule table and schedule a worker for each one of this rows. - Add an extra worker to traverse pending rows on NAmespace::AggregationSchedule table and schedule a worker for each one of this rows
-
Nick Thomas authored
Regenerate locale for gitlab-ee See merge request gitlab-org/gitlab-ee!14508
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Achilleas Pipinellis authored
Fix bare URLs in Markdown Closes gitlab-ce#64020 See merge request gitlab-org/gitlab-ee!14507
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
Squash old migrations Closes #59177 See merge request gitlab-org/gitlab-ce!30226
-
Dmitriy Zaporozhets authored
EE version of "Squash old migrations" See merge request gitlab-org/gitlab-ee!14488
-
Phil Hughes authored
Merge branch '45104-special-characters-in-project-name-path-prevent-users-from-using-the-container-registry' into 'master' Resolve "Special characters in project name/path prevent users from using the container registry" Closes #62770 and #45104 See merge request gitlab-org/gitlab-ce!29616
-
Nick Kipling authored
Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
-
GitLab Bot authored
-
Phil Hughes authored
Add missing import statement to WeightSelect See merge request gitlab-org/gitlab-ee!14502
-
Winnie Hellmann authored
-
Dmitriy Zaporozhets authored
Feature/uninstall cluster ingress See merge request gitlab-org/gitlab-ce!29977
-
João Cunha authored
- JupyterHub must not be available (installed or updated)
-
Markus Koller authored
-
GitLab Bot authored
-
Marin Jankovski authored
Disable juint reports tmp See merge request gitlab-org/gitlab-ce!30254
-
GitLab Bot authored
-
Phil Hughes authored
Add support for lazy loading Epic children within tree Closes #11971 See merge request gitlab-org/gitlab-ee!14248
-
Phil Hughes authored
Resolve "Cannot delete and upload file of the same name in the Web IDE" Closes #60859 See merge request gitlab-org/gitlab-ce!30239
-
Denys Mishunov authored
If an entry has been removed from the tree and later, during the same session, a user is trying to add a new item with the same name/path we should allow for that as long as the original entry is marked with `deleted`.
-
GitLab Bot authored
-
Phil Hughes authored
Removes EE differences for app/views/admin/services/_form.html.haml Closes gitlab-ee#12532 See merge request gitlab-org/gitlab-ce!30231
-
Rémy Coutable authored
Add a memory cache local to the thread to reduce Redis load Closes #63977 See merge request gitlab-org/gitlab-ce!30233
-
Rémy Coutable authored
[EE] Add a memory cache local to the thread to reduce Redis load Closes gitlab-ce#63977 See merge request gitlab-org/gitlab-ee!14500
-
Steve Azzopardi authored
The junit reports are creating 90mb files inside of redis for `gitlab-ce/ee` project. There is an ongoing production incident https://gitlab.com/gitlab-com/gl-infra/production/issues/928 that is because of high CPU uitlaization on the redis nodes. GitLab-ce/ee are the highest consumers of memory becuase of these junit reports. This is a bandage until we can scale redis properly.
-
GitLab Bot authored
-
James Lopez authored
Don't show image diff note on text file See merge request gitlab-org/gitlab-ce!30221
-
Achilleas Pipinellis authored
Clarify 10k architecture resource per node Closes #63424 See merge request gitlab-org/gitlab-ce!30237
-
Achilleas Pipinellis authored
Fix most bare URLs in project Closes gitlab-com/gitlab-docs#287 See merge request gitlab-org/gitlab-ce!30240
-
Evan Read authored
Linting rule not enabled for now because tooling produces false positives.
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Docs: update global nav document See merge request gitlab-org/gitlab-ce!30230
-
Marcia Ramos authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
On the assumption that a background migration whose specs need a schema older than 2018 is obsoleted by this migration squash, we can remove both specs and code for those that fail to run in CI as a result of the schema at that date no longer existing. This is true for all but the MigrateStageStatus background migration, which is also used from the MigrateBuildStage background migration.
-
Nick Thomas authored
Since the specs are gone, we don't need the migrations either.
-
Nick Thomas authored
-