- 16 Aug, 2019 40 commits
-
-
Markus Koller authored
To index notes, we exclude system notes and use `find_in_batches` to load them in batches for submission to the ES bulk import API. These queries often result in DB timeouts because the usage of `ORDER BY id` results in the `notes_pkey` index being used. This adds an optimized partial index, and removes the unused index `index_notes_on_noteable_type` which is already covered for our usage by the existing `index_notes_on_noteable_id_and_noteable_type`. Newer versions of PostgreSQL (at least 11) are smarter about this and use `index_notes_on_project_id_and_noteable_type` instead, so we might be able to remove the partial index again in the future.
-
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
-
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
-
Mark Chao authored
-
Evan Read authored
Docs for DAG based on `needs:` See merge request gitlab-org/gitlab-ce!31337
-
Kamil Trzciński authored
This reverts commit d1eddaa98a83400d043678a2239adc4d781b4549
-