- 21 Oct, 2021 40 commits
-
-
Terri Chu authored
Fix web worker issue caused by the CSP using Safari in dev mode See merge request gitlab-org/gitlab!72728
-
Dominic Couture authored
Safari doesn't support worker-src and https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71345 caused issues with web worker in Safari Changelog: fixed
-
Nick Gaskill authored
Fix pypi and rubygems URL for self-hosted help See merge request gitlab-org/gitlab!72437
-
Andrejs Cunskis authored
Update test case link for policy editor spec See merge request gitlab-org/gitlab!72800
-
Frédéric Caplette authored
Hide commit form for lint and viz tabs in pipeline editor See merge request gitlab-org/gitlab!72699
-
Payton Burdette authored
-
Stan Hu authored
Fix regressions in Gitaly See merge request gitlab-org/gitlab!72366
-
Patrick Steinhardt authored
-
Jose Ivan Vargas authored
DevOps Adoption - Link group titles to group See merge request gitlab-org/gitlab!72587
-
Brandon Labuschagne authored
-
Stan Hu authored
Remove use of Redis multi in Sidekiq client See merge request gitlab-org/gitlab!72473
-
Doug Stull authored
Don't verify module path for Naming/FileName cop See merge request gitlab-org/gitlab!72798
-
Amy Qualls authored
Remove $ When copied into shell it will error out See merge request gitlab-org/gitlab!72684
-
Amy Qualls authored
Update protected branches in permission docs See merge request gitlab-org/gitlab!72716
-
Andrejs Cunskis authored
Fixing bug on user sign out for a few tests See merge request gitlab-org/gitlab!72768
-
Andrejs Cunskis authored
E2E: Attach browser logs to allure test reports See merge request gitlab-org/gitlab!72761
-
Desiree Chevalier authored
-
Enrique Alcántara authored
Remove managed-cluster alert code and deprecation feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63829
-
Markus Koller authored
This causes false positives if the GitLab project is checked out inside a directory called `src`, which Rubocop incorrectly detects as the project root. In practice this verification only seems to work correctly for certain directories like `lib/` anyway, for `app/` it only considers the filename and looks for a matching class definition, but ignores the module namespace. Also see https://github.com/rubocop/rubocop/issues/6289
-
Igor Drozdov authored
Organize specs issue build service around features not roles See merge request gitlab-org/gitlab!72609
-
Suzanne Selhorn authored
CTRT edits for webhooks - part 4 See merge request gitlab-org/gitlab!72776
-
Kati Paizee authored
-
Bob Van Landuyt authored
Deprecate fullPath from DAST on-demand mutations See merge request gitlab-org/gitlab!72478
-
Philip Cunningham authored
-
Douglas Barbosa Alexandre authored
Fix object deduplication on Geo first sync See merge request gitlab-org/gitlab!72605
-
Adam Hegyi authored
Implement loose foreign key cleanup worker See merge request gitlab-org/gitlab!69165
-
Bob Van Landuyt authored
Disable Flipper memoization without RequestStore See merge request gitlab-org/gitlab!72784
-
Jacques Erasmus authored
Add confirm_danger_modal component See merge request gitlab-org/gitlab!71395
-
Tristan Read authored
Removes the feature flag and associated unused code of the metrics alert feature for GitLab managed clusters Changelog: other
-
Alper Akgun authored
Fix time_frame for metrics definitions See merge request gitlab-org/gitlab!72603
-
Luis Mejia authored
-
Shinya Maeda authored
Merge branch '235798-add-telemetry-tracking-for-users-associating-group-milestones-to-releases-3' into 'master' Add usage ping metric for Users Associating Group Milestones to Releases See merge request gitlab-org/gitlab!71650
-
Vladimir Shushlin authored
Changelog: added
-
Adam Hegyi authored
This change adds worker and services for cleaning up orphaned associations. Changelog: added
-
Shinya Maeda authored
Add template for build and publish docker images using Kaniko See merge request gitlab-org/gitlab!72400
-
Alex Kalderimis authored
Add Ruby 3 gotchas documentation See merge request gitlab-org/gitlab!70609
-
Matthias Käppler authored
-
Heinrich Lee Yu authored
With RequestStore, it is safe to memoize the feature flag values because they will be cleared on the next request. Without RequestStore, we can still memoize the Flipper instance but we must not enable memoization of feature flag values because those would be permanent until the process is restarted.
-
Savas Vedova authored
Disable SAST on project creation in QA spec during the experiment See merge request gitlab-org/gitlab!72652
-
Nailia Iskhakova authored
-