- 19 Aug, 2021 15 commits
-
-
Albert Salim authored
New RSpec jobs in decomposed database mode See merge request gitlab-org/gitlab!68232
-
David Kim authored
Vulnerabilities CSV: Rename "scanner" to "tool" See merge request gitlab-org/gitlab!68238
-
Marcel Amirault authored
Fixes Pipelines' guide page example. See merge request gitlab-org/gitlab!68494
-
Stan Hu authored
Use UPSERT when storing user mentions See merge request gitlab-org/gitlab!68433
-
Dave Pisek authored
-
Dave Pisek authored
This commit renames the "Scanner Type" column within the vulnerability report's exported CSV to "Tool". This will make it consistent with the rest of the UI. Changelog: changed EE: true MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68238
-
James Fargher authored
Scheduled secret detection scan for security policy See merge request gitlab-org/gitlab!67752
-
Sashi Kumar Kumaresan authored
-
Heinrich Lee Yu authored
Adds a feature flag to the optimization done for store_mentions!
-
Heinrich Lee Yu authored
This is needed for the UPSERT to work properly since we're detecting a unique constraint conflict on [noteable_id, note_id] Changelog: other
-
Heinrich Lee Yu authored
Using UPSERT saves us a query, avoids cases where we get RecordNotUnique, and removes the use of SAVEPOINT which can cause PG performance issues.
-
Simon Knox authored
Fix file count text color in dark mode See merge request gitlab-org/gitlab!68419
-
Ash McKenzie authored
Speed up backend tests in Gitpod environment See merge request gitlab-org/gitlab!68482
-
Dylan Griffith authored
Fix and reschedule background migration for backfilling data from `ci_builds` to `security_scans` See merge request gitlab-org/gitlab!68305
-
Enrique Alcántara authored
Fix mobile layout issues in notes form See merge request gitlab-org/gitlab!68414
-
- 18 Aug, 2021 25 commits
-
-
Evan Read authored
Add coverage regex for Rust's tarpaulin See merge request gitlab-org/gitlab!68469
-
Evan Read authored
Added reason for using backticks for text entered in UI See merge request gitlab-org/gitlab!68486
-
Robert May authored
Consolidate project and group can admin members helpers See merge request gitlab-org/gitlab!64950
-
Doug Stull authored
-
Dylan Griffith authored
Add missing suffixes to notification mails See merge request gitlab-org/gitlab!64767
-
Enrique Alcantara authored
- Fix alignment issue in toggle thread button - Fix broken markdown toolbar layout in snippets comments Changelog: fixed
-
Enrique Alcántara authored
Update create merge request button on last push event See merge request gitlab-org/gitlab!63103
-
George Tsiolis authored
Changelog: changed
-
Stan Hu authored
Fix intermittent 'branch not found' errors when pushing creates an MR See merge request gitlab-org/gitlab!68362
-
Stan Hu authored
Remove subtransaction from HistoricalStatistics See merge request gitlab-org/gitlab!68124
-
Adam Cohen authored
-
Michael Kozono authored
Add missing Ci::Build graphql mutations See merge request gitlab-org/gitlab!68399
-
Jose Ivan Vargas authored
Changelog: added
-
Suzanne Selhorn authored
Remove redundant Debian API instructions See merge request gitlab-org/gitlab!68495
-
Suzanne Selhorn authored
Document the use of create_or_find_by in SQL-docs See merge request gitlab-org/gitlab!68245
-
Bob Van Landuyt authored
-
Patrick Bair authored
Linear version of Project#ancestors See merge request gitlab-org/gitlab!68072
-
Alex Pooley authored
Changelog: performance
-
Stan Hu authored
Reduce subtransactions in safe_find_or_create_by See merge request gitlab-org/gitlab!68458
-
ngaskill authored
-
Nick Gaskill authored
Add dependency proxy docs to deploy tokens See merge request gitlab-org/gitlab!68198
-
Denis E. Sanches authored
-
Suzanne Selhorn authored
Add note about allowed overage See merge request gitlab-org/gitlab!68402
-
Amparo Luna authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!68483
-