- 10 Aug, 2021 40 commits
-
-
Matthias Kaeppler authored
OpenStruct has been pointed out as problematic to use, and the way it is used here actually breaks under Ruby 3. We cannot override OpenStruct props through module methods anymore, due to OpenStruct defining methods eagerly in Ruby 3. Therefore, this patch drops the use of OpenStruct entirely in favor of some hand-rolled meta-programming that mimics OStruct behavior from 2.7 where relevant.
-
Vitaly Slobodin authored
Fix UI of project topics popover See merge request gitlab-org/gitlab!67825
-
Etienne Baqué authored
Return API error when inviting email restricted for sign-up See merge request gitlab-org/gitlab!64807
-
Kushal Pandya authored
Migrate the deprecated "urlParamsToObject" to "queryToObject" See merge request gitlab-org/gitlab!65896
-
Sean McGivern authored
Move feature flag service ping metric to CE See merge request gitlab-org/gitlab!67666
-
Russell Dickenson authored
Add link to runtime install survey in DS docs See merge request gitlab-org/gitlab!67099
-
Adam Cohen authored
-
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
-
Jonas Wälter authored
Changelog: fixed
-