- 25 Aug, 2021 1 commit
-
-
Peter Leitzen authored
`StatusPage::PublishedIncident#track` used `safe_find_or_create_by` to circumvent a potential race condition in case of a duplicate published issue. This, however, uses subtransactions under the hood which is problematic in nested transactions. See https://gitlab.com/groups/gitlab-org/-/epics/6540 for more context. In the rare event of `ActiveRecord::RecordNotUnique` users end up seeing a meaningful error message. This behaviour is acceptable and that's why switched to unsafe method `find_or_create_by`.
-
- 23 Aug, 2021 39 commits
-
-
Achilleas Pipinellis authored
Add external Pages UID/GID step in docs See merge request gitlab-org/gitlab!68765
-
Dmitriy Zaporozhets (DZ) authored
Add route + feature flag for project storage UI See merge request gitlab-org/gitlab!68289
-
Sheldon Led authored
-
Miguel Rincon authored
Display list of group runners See merge request gitlab-org/gitlab!66526
-
Achilleas Pipinellis authored
Update node to site in `replication/updating_the_geo_nodes.md` See merge request gitlab-org/gitlab!68474
-
Sunjung Park authored
-
Kati Paizee authored
Doc: improve snowplow development doc See merge request gitlab-org/gitlab!68666
-
Natalia Tepluhina authored
Prepare PA files for Apollo Client update See merge request gitlab-org/gitlab!68758
-
Catalin Irimie authored
-
Amy Qualls authored
Remove unwanted image See merge request gitlab-org/gitlab!68714
-
Miguel Rincon authored
This change adds a list of runners to the group runners page. This is a first iteration that does not include filters and/or pagination for results.
-
Bob Van Landuyt authored
Remove commit sha from being passed to the pipeline editor See merge request gitlab-org/gitlab!68740
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!68752
-
Max Woolf authored
Manually create Vulnerabilities via API See merge request gitlab-org/gitlab!68158
-
Adam Hegyi authored
BG migration for populating stage event hash See merge request gitlab-org/gitlab!67939
-
Sarah GP authored
-
GitLab Release Tools Bot authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!68748
-
Marcel Amirault authored
Resolve "Expand the content of the top level Infra page" See merge request gitlab-org/gitlab!67671
-
Viktor Nagy (GitLab) authored
-
Adam Hegyi authored
This change adds BG migration to bakfill the stage_event_hash_id column for the Value Stream Analytics group and project stages. Changelog: added
-
Ezekiel Kigbo authored
Pipeline Security: Rename "scanner" to "tool" See merge request gitlab-org/gitlab!68713
-
GitLab Release Tools Bot authored
-
Bob Van Landuyt authored
Remove DAST site validation feature flags See merge request gitlab-org/gitlab!68330
-
Philip Cunningham authored
-
Sanad Liaquat authored
E2E: Improve failure messages for large github import spec See merge request gitlab-org/gitlab!68698
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!68744
-
Savas Vedova authored
Reorder vuln check criteria See merge request gitlab-org/gitlab!68503
-
Sam White authored
-
Adam Hegyi authored
GraphQL: Add runners to groups query [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!65673
-
Pedro Pombeiro authored
-
David Fernandez authored
Update policies#new view to pass up updated data See merge request gitlab-org/gitlab!68317
-
Ramya Authappan authored
Add tests for each individual search index See merge request gitlab-org/gitlab!66986
-
Erick Banks authored
-
Vitaly Slobodin authored
Enable assumeImmutableResults in DAST Scanner Profiles See merge request gitlab-org/gitlab!68726
-
GitLab Release Tools Bot authored
-
Dmitriy Zaporozhets (DZ) authored
Refactor post-issue-update tasks to be more readable See merge request gitlab-org/gitlab!64811
-
Natalia Tepluhina authored
Revert "Merge branch 'ph/333351/fixSuggestionsNewLines' into 'master'" See merge request gitlab-org/gitlab!68717
-
Etienne Baqué authored
Stringify policy yaml response in scanExecutionPolicies graphql query See merge request gitlab-org/gitlab!68656
-