- 10 Aug, 2021 40 commits
-
-
Matthias Käppler authored
Disable project and group sharing when setting a User Cap See merge request gitlab-org/gitlab!67229
-
Etienne Baqué authored
Disable both project and group sharing with other groups whenever a User Cap is set for this group (or this group's root ancestor). Changelog: added
-
Kushal Pandya authored
Added warning to diff files when there are conflicts See merge request gitlab-org/gitlab!67216
-
Kushal Pandya authored
Make filters work for pipeline dashboard See merge request gitlab-org/gitlab!67750
-
Sanad Liaquat authored
Quarantine online gc test while migration testing See merge request gitlab-org/gitlab!67754
-
Sofia Vistas authored
-
Matthias Käppler authored
Expose timelogs in GraphQL query type and add user/project filter See merge request gitlab-org/gitlab!67185
-
Shinya Maeda authored
Resolve "Use Same Endpoint for HTML and JSON in OperationsController" See merge request gitlab-org/gitlab!67112
-
Bala Kumar authored
-
Grzegorz Bizon authored
Fix stage_dependent_jobs See merge request gitlab-org/gitlab!67337
-
Albert Salim authored
Pass CACHE_UPDATE variable to omnibus-gitlab-mirror if present See merge request gitlab-org/gitlab!67822
-
Alex Kalderimis authored
Fix Rubocop Graphql/Description offenses See merge request gitlab-org/gitlab!67803
-
-
Sean McGivern authored
Remove inherit? method from Entry::Inherit::Variables See merge request gitlab-org/gitlab!67766
-
David Fernandez authored
Disconnect package permission from repository See merge request gitlab-org/gitlab!67632
-
Steve Abrams authored
-
Dylan Griffith authored
[RUN ALL RSPEC] Configure db/structure dump to dump all schemas See merge request gitlab-org/gitlab!67727
-
Phil Hughes authored
Improve Sign-in restrictions UI text See merge request gitlab-org/gitlab!67095
-
Russell Dickenson authored
-
Lee Tickett authored
Changelog: added
-
David Kim authored
Fix verification of signed tags with long messages See merge request gitlab-org/gitlab!67000
-
Jonas Wälter authored
-
Patrick Bajao authored
Store hashcode for VSA stage events See merge request gitlab-org/gitlab!67259
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Alper Akgun authored
Add instrumentation_class to common event and epic_boards_usage metrics See merge request gitlab-org/gitlab!67711
-
Luis Mejia authored
-
Albert Salim authored
Request against CI_API_V4_URL than GitLab.com See merge request gitlab-org/gitlab!67617
-
Matthias Käppler authored
Track changes in merge request approval settings in Audit Events See merge request gitlab-org/gitlab!66234
-
Adrien Gooris authored
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66234 EE: true
-
Adam Hegyi authored
Store hashcode for VSA stage events in the newly created analytics_cycle_analytics_stage_event_hashes database table. Changelog: added
-
Phil Hughes authored
This adds an alert component to each diff file that has conflicts. https://gitlab.com/gitlab-org/gitlab/-/issues/281171
-
James Fargher authored
Resolve "Fix ETag caching regex for environments" See merge request gitlab-org/gitlab!67708
-
Lin Jen-Shin authored
So it works on other instances.
-
Matthias Käppler authored
Handle some WebHookService errors See merge request gitlab-org/gitlab!67555
-
Luke Duncalfe authored
`WebHookWorker` is currently experiencing ~12k unhandled errors per week. This MR handles the following errors: - `EOFError`: `EOFError` can be due to using port 443 without SSL, or transient network failures. The SSL configuration problem is unlikely because `HTTParty` handles setting this, so it's like this error is due to the remote server terminating the connection. - `ActiveRecord::RecordNotFound` - `Errno::ENETUNREACH`: handled the same as `Errno::EHOSTUNREACH` is, in `Gitlab::HTTP`. https://gitlab.com/gitlab-org/gitlab/-/issues/337708 Changelog: fixed
-
Tiger Watson authored
Fix recalculate vulnerabilities occurrences uuid migration See merge request gitlab-org/gitlab!67578
-
Dylan Griffith authored
Allow prevent_cross_joins to be used directly in tests See merge request gitlab-org/gitlab!67655
-
Kushal Pandya authored
Mount the policies list component on the scan policy page See merge request gitlab-org/gitlab!67419
-
Savas Vedova authored
-
Marcel Amirault authored
Updated ordered list for latest standard See merge request gitlab-org/gitlab!67697
-