- 22 Feb, 2022 40 commits
-
-
GitLab Renovate Bot authored
-
Peter Leitzen authored
Add a timeline event pipeline filter to TimelineEvent See merge request gitlab-org/gitlab!79852
-
Fiona Neill authored
Explain that you can only see 100 jobs in pipeline graph See merge request gitlab-org/gitlab!81240
-
Mikołaj Wawrzyniak authored
Update dependency_scanning_scans descriptions See merge request gitlab-org/gitlab!81165
-
David Fernandez authored
Truncate Jira app key to be no longer than 64 See merge request gitlab-org/gitlab!80922
-
Andy Soiron authored
This makes development using Gitpod easier as host names can be long. Changelog: fixed
-
Grzegorz Bizon authored
Enable pending builds table queuing strategy See merge request gitlab-org/gitlab!81238
-
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
-
Vitali Tatarintev authored
* Move TimelineEventPipeline into IncidentManagement namespace * Cover additional scenarios in tests
-
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
-
Martin Brümmer authored
-
Marcel Amirault authored
-
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
-
Marius Bobin authored
Changelog: added
-
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
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
Allows to replace images with a link to an image
-
Vitali Tatarintev authored
Changelog: added EE: true
-
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
-