- 10 Jun, 2021 40 commits
-
-
Amy Qualls authored
Add documentation on safely rolling out new real-time features See merge request gitlab-org/gitlab!63235
-
John Hope authored
-
Mikołaj Wawrzyniak authored
Improve cache sharing between cached markdown fields and mentionables See merge request gitlab-org/gitlab!63040
-
Shinya Maeda authored
Clarify optional feature flag cleanup approach See merge request gitlab-org/gitlab!63320
-
Shinya Maeda authored
-
Craig Norris authored
Update instructions for left nav, Groups See merge request gitlab-org/gitlab!63699
-
Craig Norris authored
Update references to Projects in top bar See merge request gitlab-org/gitlab!63701
-
Amy Qualls authored
-
Achilleas Pipinellis authored
Docs: Fix Vale issues for multiple_servers.md See merge request gitlab-org/gitlab!63119
-
Jonston Chan authored
-
Craig Norris authored
Fix top bar instructions that mention groups See merge request gitlab-org/gitlab!63702
-
Achilleas Pipinellis authored
Improve Geo documentation for Patroni Beta See merge request gitlab-org/gitlab!62330
-
Gabriel Mazetto authored
-
Achilleas Pipinellis authored
Geo: Document Terraform states verification See merge request gitlab-org/gitlab!62082
-
Craig Norris authored
Update instructions for Project information page See merge request gitlab-org/gitlab!63697
-
Dan Jensen authored
-
Craig Norris authored
Update allow-collaboration page, minor cleanup See merge request gitlab-org/gitlab!63091
-
Amy Qualls authored
-
Max Woolf authored
Move user group count feature spec See merge request gitlab-org/gitlab!63763
-
Craig Norris authored
Update directions for the More top bar link See merge request gitlab-org/gitlab!63705
-
Amy Qualls authored
-
Sean McGivern authored
Quarantine spec/initializers/mailer_retries_spec.rb due to flakiness See merge request gitlab-org/gitlab!63326
-
Achilleas Pipinellis authored
Add documentation for opt-in graphs See merge request gitlab-org/gitlab!63031
-
Bob Van Landuyt authored
-
Robert Speicher authored
Add invite source to call to the invite members modal See merge request gitlab-org/gitlab!62723
-
Craig Norris authored
Improve cross-linking between MR approvals + API See merge request gitlab-org/gitlab!63677
-
Amy Qualls authored
-
Jiaan Louw authored
This change moves the user group count feature spec into the main GET block now that the vue_admin_users feature flag has been removed.
-
Frédéric Caplette authored
Adds tooltip for pipeline editor branch switcher See merge request gitlab-org/gitlab!63675
-
Enrique Alcántara authored
Merge branch '333063-follow-up-from-enforce-json-schema-validation-for-generic-security-report-fe' into 'master' Pipeline Security Dashboard: move props to inject See merge request gitlab-org/gitlab!63719
-
Enrique Alcántara authored
Use issuesCount field when fetching board issues count [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63404
-
Grzegorz Bizon authored
Add ability to store CI trace chunks on Gitlab::Redis::TraceChunks [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62938
-
Craig Norris authored
Updated nav guidance for 14.0 changes See merge request gitlab-org/gitlab!63688
-
Kushal Pandya authored
Boards - Remove unused milestone related code [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63714
-
pburdette authored
Add switch branch tooltip to the branch switcher on the pipeline editor.
-
Bob Van Landuyt authored
Update translations levels for June 2021 See merge request gitlab-org/gitlab!63469
-
Kushal Pandya authored
Display Escalation Policy See merge request gitlab-org/gitlab!63416
-
Olena Horal-Koretska authored
-
Nick Thomas authored
This change makes an item of implicit coupling between the Mentionable and CachedMarkdownField concerns. Mentionable needs to render the fields it depends on to extract references; when those fields are also cached markdown fields, it currently uses that cache to skip the render step. For the Commit model, we couldn't share the cache because Mentionable was looking at safe_message, while CachedMarkdownField was looking at `title`, `full_title`, and `description`. However, the combination of the latter two is equivalent to `safe_message`, so we can use them instead. This opens up a couple of cans of worms - in particular, we now call Commit#store_mentions!, which we've never done before. However, it all seems to work out in the end. Changelog: performance
-
Achilleas Pipinellis authored
Update Migration and Secrets steps in Reference Architecture docs See merge request gitlab-org/gitlab!63504
-