- 16 Aug, 2019 40 commits
-
-
Douwe Maan authored
Expire project caches once per push instead of once per ref Closes #52046 See merge request gitlab-org/gitlab-ce!31876
-
Stan Hu authored
Previously `ProjectCacheWorker` would be scheduled once per ref, which would generate unnecessary I/O and load on Sidekiq, especially if many tags or branches were pushed at once. `ProjectCacheWorker` would expire three items: 1. Repository size: This only needs to be updated once per push. 2. Commit count: This only needs to be updated if the default branch is updated. 3. Project method caches: This only needs to be updated if the default branch changes, but only if certain files change (e.g. README, CHANGELOG, etc.). Because the third item requires looking at the actual changes in the commit deltas, we schedule one `ProjectCacheWorker` to handle the first two cases, and schedule a separate `ProjectCacheWorker` for the third case if it is needed. As a result, this brings down the number of `ProjectCacheWorker` jobs from N to 2. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52046
-
Mayra Cabrera authored
Fix Arel deprecation warning in clusters_hierarchy See merge request gitlab-org/gitlab-ce!31916
-
Stan Hu authored
Remove Security Dashboard feature flag See merge request gitlab-org/gitlab-ce!31820
-
rossfuhrman authored
This removes the group_overview_security_dashboard feature flag
-
Stan Hu authored
As mentioned in https://github.com/rails/rails/pull/29619, this removes this warning message: ``` Delegating join_sources to arel is deprecated and will be removed in Rails 6.0. (called from project_clusters_base_query at app/models/clusters/clusters_hierarchy.rb:62) ``` Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61451
-
Walmyr Lima e Silva Filho authored
Quarantining add_file_template_spec See merge request gitlab-org/gitlab-ce!31908
-
Grant Young authored
Issue - https://gitlab.com/gitlab-org/quality/nightly/issues/127
-
Filipa Lacerda authored
Generate shareable link for specific metric charts See merge request gitlab-org/gitlab-ce!31339
-
Tristan Read authored
Adds a clipboard button to the metrics dashboard, that allows copying a link to an individual chart.
-
Kamil Trzciński authored
Add `needs:` CI config option CE Closes gitlab-ee#12334 See merge request gitlab-org/gitlab-ce!31346
-
Nick Thomas authored
fix handling of empty ref_name parameter string in commits api Closes #64745 See merge request gitlab-org/gitlab-ce!31687
-
Nick Thomas authored
Removed duplicate Live preview entry for MR docs See merge request gitlab-org/gitlab-ce!31763
-
Grzegorz Bizon authored
Doc: sync ES updates See merge request gitlab-org/gitlab-ce!31883
-
Grzegorz Bizon authored
Expose finished_at for the Deployment entity See merge request gitlab-org/gitlab-ce!31808
-
Grzegorz Bizon authored
Merge branch '47003-user-onboarding-replace-current-email-confirmation-flow-with-a-soft-email-confirmation-flow' into 'master' Soft email confirmation flow Closes #47003 See merge request gitlab-org/gitlab-ce!31245
-
Marcia Ramos authored
Add docs for rate limiter on raw endpoints See merge request gitlab-org/gitlab-ce!31723
-
Mayra Cabrera authored
The section was included on security/raw_limits and on the admin area settings. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
-
Marcia Ramos authored
Adjust headers in /university See merge request gitlab-org/gitlab-ce!31702
-
Marcel Amirault authored
-
Marcia Ramos authored
Update docs style for code blocks Closes #65373 See merge request gitlab-org/gitlab-ce!31297
-
Marcel Amirault authored
Clarify rules for code blocks, including spaces above and below, and to use tilde when code blocks contain triple backticks
-
Nick Thomas authored
Fix quarantined spec by waiting for requests Closes #65329 See merge request gitlab-org/gitlab-ce!31862
-
Filipa Lacerda authored
Resolve "Web IDE uncommitted files use wrong icon in tree" Closes #61335 See merge request gitlab-org/gitlab-ce!31560
-
Paul Slaughter authored
- Uses vue-test-utils - More complete coverage with parameterized tests
-
Marin Jankovski authored
Document cleanup of feature flag after deploy See merge request gitlab-org/gitlab-ce!31893
-
Heinrich Lee Yu authored
-
Kamil Trzciński authored
Enable DAG support by default Closes #65457 See merge request gitlab-org/gitlab-ce!31814
-
Grzegorz Bizon authored
Don't use go mod vendor See merge request gitlab-org/gitlab-ce!31721
-
Jan Provaznik authored
[Backport] Add feature specs for multiple issue boards for groups See merge request gitlab-org/gitlab-ce!31481
-
Felipe Artur authored
Add feature specs for multiple issue boards for groups
-
Kushal Pandya authored
Add key unbinds to DiscussionKeyboardNavigator See merge request gitlab-org/gitlab-ce!31857
-
Evan Read authored
Add a note about the lack of arm64 support See merge request gitlab-org/gitlab-ce!31887
-
Alexander Tanayno authored
-
Evan Read authored
Document option to set Security Dashboard as default view for groups See merge request gitlab-org/gitlab-ce!31795
-
Achilleas Pipinellis authored
-
Evan Read authored
Revert adding productivity analytics docs See merge request gitlab-org/gitlab-ce!31848
-
Martin Wortschack authored
-
Evan Read authored
Remove indentation from list See merge request gitlab-org/gitlab-ce!31885
-
Marcel Amirault authored
-