- 22 Feb, 2022 40 commits
-
-
Phil Hughes authored
Update vulnerability metric to use constant See merge request gitlab-org/gitlab!81080
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/352915
-
Jan Provaznik authored
Track work item title updates See merge request gitlab-org/gitlab!80532
-
David Fernandez authored
Break out Sidekiq process supervision into library module See merge request gitlab-org/gitlab!80617
-
Alper Akgun authored
Add mutation to promote timeline event from a note See merge request gitlab-org/gitlab!80633
-
Marcin Sedlak-Jakubowski authored
Fix Vale errors in Service Desk doc See merge request gitlab-org/gitlab!81151
-
dasanirban834 authored
-
Kushal Pandya authored
Remove fork_project_form feature flag See merge request gitlab-org/gitlab!77181
-
David Fernandez authored
Simplify container repository delete tags services See merge request gitlab-org/gitlab!81187
-
Matthias Käppler authored
Avoid idling in transaction when fetching source for merge requests See merge request gitlab-org/gitlab!80876
-
Marcel Amirault authored
Updated elastic.md docs See merge request gitlab-org/gitlab!81234
-
Niku Singh authored
-
Jacques authored
Replaced the fork form paths with provide/inject
-
Jacob Vosmaer authored
Upgrade golang to 1.17.7 See merge request gitlab-org/gitlab!81208
-
Andrejs Cunskis authored
E2E: Fix incorrectly assigned failures object in allure metadata See merge request gitlab-org/gitlab!81231
-
Andrejs Cunskis authored
-
Ezekiel Kigbo authored
Resolve "Resize observer visible in dark mode" See merge request gitlab-org/gitlab!81117
-
Jacques Erasmus authored
Add feature flag tests to the definition of done See merge request gitlab-org/gitlab!81217
-
Rémy Coutable authored
Fix GraphQL/OrderedArguments offense (Part 5/6) See merge request gitlab-org/gitlab!76027
-
Rémy Coutable authored
Fix GraphQL/FieldDefinitions offense (Part 4/4) See merge request gitlab-org/gitlab!76017
-
Rémy Coutable authored
Fix GraphQL/OrderedArguments offense (Part 5/6) See merge request gitlab-org/gitlab!76027
-
Stan Hu authored
Previously when a merge request was created, the `after_create` Rails callback would fire the `FetchSourceBranch` Gitaly RPC. However, this call is made inside a database transaction, which may have an idle in transaction timeout. On GitLab.com, this timeout is set to 30 seconds, so any `FetchSourceBranch` calls taking longer than 30 seconds causes the database connection to be terminated quietly. When Rails attempts to make another database write (e.g. writing the metrics), the query fails with a 500 error after the RPC completed, usually because a subsequent query ran into an error. Instead of failing after the idle in transaction, this commit will cause the query to be killed if the total Web request time expires (60 seconds or so). While this isn't ideal, this is better than the alternative because we should never hold open a database transaction for a long Gitaly call. Gitaly team has a few optimizations for `FetchSourceBranch` in the works, but allowing this RPC to run for up to 60 seconds during a Web request is better than the status quo. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/336657 Changelog: fixed
-
Simon Knox authored
Clean up forcibly_show_trial_status_popover experiment See merge request gitlab-org/gitlab!80413
-
Serhii Yarynovskyi authored
forcibly_show_trial_status_popover experiment has been called unsuccessful and should be removed and returned back to control behavior Changelog: removed
-
Kushal Pandya authored
Added support for level 3 in widget extensions See merge request gitlab-org/gitlab!80486
-
Etienne Baqué authored
Add development seeds for triage ops See merge request gitlab-org/gitlab!80751
-
Kushal Pandya authored
Track security training provider clicks See merge request gitlab-org/gitlab!80864
-
Fiona Neill authored
Remove link to outdated demo video See merge request gitlab-org/gitlab!81225
-
Russell Dickenson authored
-
Achilleas Pipinellis authored
Clearly state that 5gb namespace limit is not yet shown on page See merge request gitlab-org/gitlab!81115
-
Joshua Lambert authored
-
Heinrich Lee Yu authored
Add API endpoint to delete topics See merge request gitlab-org/gitlab!80725
-
Simon Knox authored
Switched title to h1 on issues See merge request gitlab-org/gitlab!75248
-
Donald Cook authored
Changelog: changed
-
Evan Read authored
Changes in Atlassian OmniAuth Provider See merge request gitlab-org/gitlab!81152
-
Prem Jha authored
-
Heinrich Lee Yu authored
Topics: order by `non_private_projects_count` See merge request gitlab-org/gitlab!80478
-
Evan Read authored
Updates for https://gitlab.com/gitlab-org/gitlab/-/issues/353232 See merge request gitlab-org/gitlab!81155
-
-
Albert Salim authored
Upgrade Elasticsearch in CI to 7.17.0 See merge request gitlab-org/gitlab!80993
-