- 27 Jul, 2021 40 commits
-
-
Vijay Hawoldar authored
When an instance admin changes the user cap settings for signups, they will now see the number of pending users that will be automatically approved (if applicable) Changelog: added EE: true
-
David Fernandez authored
Add Debian API endpoint for deb, udeb, ... files See merge request gitlab-org/gitlab!64923
-
David Fernandez authored
Support the display of pending user count when modifying user cap See merge request gitlab-org/gitlab!66619
-
Natalia Tepluhina authored
Set window location in tests more consistently See merge request gitlab-org/gitlab!63878
-
Vitali Tatarintev authored
Delete pipeline subscriptions when migrating project to a free group See merge request gitlab-org/gitlab!66695
-
Olena Horal-Koretska authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!66823
-
Rémy Coutable authored
Use gitaly-backup for repository backups by default See merge request gitlab-org/gitlab!66019
-
Etienne Baqué authored
Remove `gitlab_subscription_future_renewal` feature flag See merge request gitlab-org/gitlab!66829
-
Kushal Pandya authored
Fixes collapsed state loading not working with virtual scroller See merge request gitlab-org/gitlab!66849
-
Vijay Hawoldar authored
Backend support for showing an instance admin pending users when they remove or increase a user cap on their instance
-
Olena Horal-Koretska authored
Replace v-html with v-safe-html in help_state.vue See merge request gitlab-org/gitlab!66898
-
Dmitriy Zaporozhets (DZ) authored
Allow all Jira integrations to set deployment_type See merge request gitlab-org/gitlab!66807
-
Patrick Bajao authored
Remove merge_request_cached_merge_pipeline_serializer FF [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!59968
-
Phil Hughes authored
Update approvals store to be reusable See merge request gitlab-org/gitlab!66839
-
Jiaan Louw authored
-
Mark Lapierre authored
Skip after block that runs when not intended See merge request gitlab-org/gitlab!66899
-
Mark Lapierre authored
-
Evan Read authored
Move DAST job order topic See merge request gitlab-org/gitlab!66881
-
Russell Dickenson authored
-
Phil Hughes authored
Fix "Remove" button in Slack app integration See merge request gitlab-org/gitlab!66506
-
Phil Hughes authored
Make the scss file overwriting works in jh folder See merge request gitlab-org/gitlab!66707
-
Mark Florian authored
Jest/JSDOM provides a more robust and simple way of setting the mocked `window.location`, which preserves all the expected behaviours and properties of `window.location`. By using it, we can get rid of hacks which attempt to recreate behaviours of `window.location` that we lost by mutating it ourselves (for instance, adding a `toString` method).
-
Brandon Labuschagne authored
Center rotation assignee name on schedule view See merge request gitlab-org/gitlab!66840
-
Olena Horal-Koretska authored
-
Jacques Erasmus authored
Translation scopes for promotion views See merge request gitlab-org/gitlab!66821
-
Mathieu Parent authored
Changelog: added
-
Jacques Erasmus authored
Merge branch '336686-Migrate-clusters-integrations-checkbox-to-gitlab_ui_checkbox_component' into 'master' Migrate clusters integrations checkbox to gitlab_ui_checkbox_component See merge request gitlab-org/gitlab!66696
-
Kev authored
-
Jacques Erasmus authored
Migrate group 2FA checkboxes to gitlab_ui_checkbox_component See merge request gitlab-org/gitlab!66699
-
Kev authored
-
Matthias Käppler authored
Support setting timelog summary via API See merge request gitlab-org/gitlab!66793
-
Lee Tickett authored
We recentlly added the timelogs.summary column, but don't currently have any mechanmic to populate it. This MR introduces a way to populate via the API. Changelog: added
-
Kushal Pandya authored
Merge branch '336693-Migrate-prevent-forking-checkbox-to-gitlab_ui_checkbox_component' into 'master' Migrate prevent forking checkbox to gitlab_ui_checkbox_component See merge request gitlab-org/gitlab!66701
-
Kushal Pandya authored
Resolve "Start and due dates are incorrectly set on epic creation" See merge request gitlab-org/gitlab!66809
-
Heinrich Lee Yu authored
Remove deprecated runner set up instruction See merge request gitlab-org/gitlab!66252
-
Anna Vovchenko authored
-
Vitaly Slobodin authored
-
Patrick Bajao authored
Remove Trial Suffix from Trial Plan Titles on Billing Page See merge request gitlab-org/gitlab!66578
-
Eulyeon Ko authored
-
Eulyeon Ko authored
Date pickers emit Javascript Date instances and these get converted to datetime strings with timezone info. Ex. a user in UTC+9 timezone picks some date (say July 1). The underlying Date object gets converted to a string that uses UTC+0 as the default timezone and the date may change becuase of this conversion: '2021-07-01 UTC+9 Korean Standard Time' => '2021-06-30T??:??:??Z' Changelog: fixed EE: true
-