- 19 Aug, 2021 39 commits
-
-
Vitali Tatarintev authored
Add oncall_users to oncall schedule Graphql type See merge request gitlab-org/gitlab!68237
-
Vitali Tatarintev authored
Add registry migration eligibility flag to tokens for internal use See merge request gitlab-org/gitlab!68357
-
Vitali Tatarintev authored
Merge branch '330882-dependency-scanning-vulnerability-reports-a-lot-of-duplicate-links-2' into 'master' Disable finding link creation See merge request gitlab-org/gitlab!68381
-
Vitali Tatarintev authored
Refactor unset of User secondary emails on email destroy See merge request gitlab-org/gitlab!68203
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!68522
-
Natalia Tepluhina authored
Fix approvals UI rendering when feature is disabled See merge request gitlab-org/gitlab!68455
-
Jiaan Louw authored
-
Natalia Tepluhina authored
Migrate epic sidebar ancestors to widget See merge request gitlab-org/gitlab!68428
-
GitLab Release Tools Bot authored
-
Kati Paizee authored
Clean up the pipeline graph versioning See merge request gitlab-org/gitlab!68511
-
James Fargher authored
repository: Remove `#ref_name_for_sha` See merge request gitlab-org/gitlab!68479
-
Mark Lapierre authored
E2E: Add labels, parent/child, award emojis and author validation for epic imports See merge request gitlab-org/gitlab!68345
-
Andrejs Cunskis authored
Disable test run on staging Validate correct epic author Add award emoji validation
-
Evan Read authored
Add crosslinks to the repository permissions See merge request gitlab-org/gitlab!67399
-
Marcel Amirault authored
-
Patrick Steinhardt authored
Remove the function `#ref_name_for_sha`, which isn't used anywhere since fa0b4321 (Added validation to AfterCreateService, 2020-03-02) . This removes the last callsite of Gitaly's FindRefName RPC.
-
Evan Read authored
Add external status checks to feature list See merge request gitlab-org/gitlab!67344
-
Sam Kerr authored
-
Albert Salim authored
Add GitLab Markdown AR extension to db rules See merge request gitlab-org/gitlab!67444
-
Kushal Pandya authored
Enable `assumeImmutableResults` on the Iterations overview See merge request gitlab-org/gitlab!68449
-
Mark Chao authored
Track build minutes for disabled shared runners See merge request gitlab-org/gitlab!67024
-
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
-
Marcel Amirault authored
Fixes Pipelines' guide page example. See merge request gitlab-org/gitlab!68494
-
Avielle Wolfe authored
Some of the logic in `Ci::Minutes::Quota` is only used to determine whether or not to show CI minutes information in the UI. This commit refactors and renames that logic to make it more clear that it is being used only for UI purposes.
-
Avielle Wolfe authored
Changes were recently made to `Ci::Minutes::Quota` that added methods that avoided checking `Project#shared_runners_enabled` pending the work done in this MR. They can now be merged into the existing methods, since `Quota#enabled?` is no longer checking against `#shared_runners_enabled`
-
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 1 commit
-
-
Evan Read authored
Add coverage regex for Rust's tarpaulin See merge request gitlab-org/gitlab!68469
-