- 18 Aug, 2021 1 commit
-
-
Patrick Bajao authored
We are currently calling `Discussions::CaptureDiffNotePositionService` for each draft note being published and results to N+1 Gitaly queries. This is because we create an instance of that service in `Notes::CreateService` for each draft note being published and that service is being called in that service. In this fix, we are adding the capability to skip that call so we can call it within the `DraftNotes::PublishService` instead and only use a single instance of that service. Changelog: performance
-
- 17 Aug, 2021 10 commits
-
-
Marcel Amirault authored
Fix link text/url for dotNET Core template See merge request gitlab-org/gitlab!68207
-
Qays H. Poonawala authored
-
Marcel Amirault authored
docs: Add rules to not supported list for persisted variables See merge request gitlab-org/gitlab!68308
-
Evan Read authored
Added "terminal" to word list as lowercase See merge request gitlab-org/gitlab!68319
-
Suzanne Selhorn authored
-
Marcel Amirault authored
Removed a comment that didn't generate properly on /help See merge request gitlab-org/gitlab!68321
-
Suzanne Selhorn authored
-
Evan Read authored
Clarify autolink users for SAML provider See merge request gitlab-org/gitlab!67926
-
Anton Smith authored
-
Thong Kuah authored
Bump kas to v14.2.2 See merge request gitlab-org/gitlab!68316
-
- 16 Aug, 2021 29 commits
-
-
Evan Read authored
Vale substitution fixes in user documentation See merge request gitlab-org/gitlab!68222
-
Mike Russo authored
-
Evan Read authored
Discontinue inline Vale rules thanks to /help See merge request gitlab-org/gitlab!68315
-
Kyle Wiebers authored
Fix for Security Reports Spec See merge request gitlab-org/gitlab!68271
-
Luke Duncalfe authored
Rename strip_attributes method (suffix with a bang) See merge request gitlab-org/gitlab!68193
-
Dylan Griffith authored
Minor cleanup in PreventCrossDatabaseModification See merge request gitlab-org/gitlab!68255
-
Dylan Griffith authored
Enable feature flag for DAST Site validation using Meta tag See merge request gitlab-org/gitlab!68060
-
Dheeraj Joshi authored
-
Mikhail Mazurskiy authored
For GitLab v14.2.x release.
-
Amy Qualls authored
Unfortunately, /help does not render inline Vale exclusions properly, so we need to move them all to block-level exclusions.
-
Paul Slaughter authored
Clean up rotten comments referencing WIP, and rename variable See merge request gitlab-org/gitlab!68111
-
Suzanne Selhorn authored
Make stage keywords use new style See merge request gitlab-org/gitlab!68249
-
Marcel Amirault authored
-
Mayra Cabrera authored
Add SecuritySetting to Projects See merge request gitlab-org/gitlab!67254
-
Tetiana Chupryna authored
-
Stan Hu authored
Update Export workers to read from replica See merge request gitlab-org/gitlab!68153
-
Thong Kuah authored
Update security policies pipeline processor to support secret detection See merge request gitlab-org/gitlab!67223
-
Sashi Kumar Kumaresan authored
This change implements secret_detection as one of the supported scan types for Security Orchestration Policy. This is updated only pipeline scans and not for schedules scans. EE: true Changelog: added
-
Mayra Cabrera authored
Cleanup invalid membership invites See merge request gitlab-org/gitlab!67760
-
Mike Greiling authored
Improve button layout for pipelines table See merge request gitlab-org/gitlab!68074
-
Natalia Tepluhina authored
Do not disable Merge Pipelines checkbox initially See merge request gitlab-org/gitlab!68301
-
Mayra Cabrera authored
Improve error tracking integrated collector See merge request gitlab-org/gitlab!67756
-
Mayra Cabrera authored
Feature(integrate zentao): part of db migrations See merge request gitlab-org/gitlab!67938
-
Doug Stull authored
Insert full epic reference in auto-complete selections See merge request gitlab-org/gitlab!65970
-
Andrew Smith (EspadaV8) authored
-
Jose Ivan Vargas authored
Move policies index page into index folder See merge request gitlab-org/gitlab!68299
-
Patrick Bair authored
Finalize conversion to bigint for ci_sources_pipelines See merge request gitlab-org/gitlab!66120
-
Michael Kozono authored
Drops :vulnerability_finding_tracking_signatures flag See merge request gitlab-org/gitlab!65924
-
rossfuhrman authored
-