- 02 Jul, 2019 40 commits
-
-
GitLab Bot authored
-
Mayra Cabrera authored
Custom username for deploy tokens See merge request gitlab-org/gitlab-ce!29639
-
Krasimir Angelov authored
This new attribute is optional and used when set instead of the default format `gitlab+deploy-token-#{id}`. Empty usernames will be saved as null in the database. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
-
GitLab Bot authored
-
Mayra Cabrera authored
Jekyll Pages template: LC_ALL=C.UTF-8 See merge request gitlab-org/gitlab-ce!29907
-
GitLab Bot authored
-
Kamil Trzciński authored
Start UnicornSampler in master process Closes #63830 See merge request gitlab-org/gitlab-ce!30215
-
Jan Provaznik authored
Using `on_master_start` assures that the sampler is started in master process and not in worker processes.
-
GitLab Bot authored
-
Pat Myron authored
-
Phil Hughes authored
Backports css class used in EE specs Closes gitlab-ee#12534 See merge request gitlab-org/gitlab-ce!30258
-
GitLab Bot authored
-
Phil Hughes authored
Removes EE differences for app/views/groups/settings/_general.html.haml Closes gitlab-ee#12537 See merge request gitlab-org/gitlab-ce!30257
-
Mek Stittri authored
Reconcile our team, group label definitions with our organization structure See merge request gitlab-org/gitlab-ce!29714
-
Mek Stittri authored
-
Dmitriy Zaporozhets authored
Use title and description fields for issue trackers Closes #63690 See merge request gitlab-org/gitlab-ce!30096
-
Rémy Coutable authored
Cache Flipper persisted names directly to local memory storage See merge request gitlab-org/gitlab-ce!30265
-
Rémy Coutable authored
[EE] Cache Flipper persisted names directly to local memory storage See merge request gitlab-org/gitlab-ee!14509
-
Dmitriy Zaporozhets authored
Port of "Use title and description fields for issue trackers" See merge request gitlab-org/gitlab-ee!14486
-
GitLab Bot authored
-
Stan Hu authored
Prefer offline install for yarn See merge request gitlab-org/gitlab-ce!30267
-
GitLab Bot authored
-
Paul Slaughter authored
Add @pslaughter to CODEOWNERS See merge request gitlab-org/gitlab-ce!30252
-
Winnie Hellmann authored
-
GitLab Bot authored
-
Kamil Trzciński authored
Step 2 of #62214: Includes logic to update namespaces storage statistics Closes #62214 See merge request gitlab-org/gitlab-ce!28996
-
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
-
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
-
Lukas Eipert authored
-
Stan Hu authored
Now that application settings are no longer dominating network traffic, we see that the Feature#persisted_names is using a significant amount of CPU and network bandwidth for Redis. Move this cache into the thread-local memory storage to reduce Redis overhead.
-
Stan Hu authored
Now that application settings are no longer dominating network traffic, we see that the Feature#persisted_names is using a significant amount of CPU and network bandwidth for Redis. Move this cache into the thread-local memory storage to reduce Redis overhead.
-
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
-
Jarka Košanová authored
- instead of using properties - backward compatibility has to be kept for now # Conflicts: # locale/gitlab.pot
-
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
-