- 20 Oct, 2021 40 commits
-
-
Douglas Barbosa Alexandre authored
Migrate historical_max_users metric to Instrumentation class See merge request gitlab-org/gitlab!72350
-
Nikolay Belokolodov authored
-
Shinya Maeda authored
Remove ci_synchronous_artifact_parsing feature flag See merge request gitlab-org/gitlab!72618
-
Savas Vedova authored
Style the CI Lint link in the pipeline page error as a link See merge request gitlab-org/gitlab!72526
-
Frédéric Caplette authored
-
Marcin Sedlak-Jakubowski authored
Edit Jira connect page for style See merge request gitlab-org/gitlab!72674
-
Kati Paizee authored
-
Aleksei Lipniagov authored
Modify error message for clarity See merge request gitlab-org/gitlab!72658
-
Shinya Maeda authored
Update Terraform.latest.gitlab-ci.yml template See merge request gitlab-org/gitlab!71188
-
Jan Provaznik authored
Filter out ProjectNamespaces for Namespace children association See merge request gitlab-org/gitlab!72548
-
Lin Jen-Shin authored
Clarify printed message See merge request gitlab-org/gitlab!72487
-
Olena Horal-Koretska authored
Remove deprecated state properties from license management's store See merge request gitlab-org/gitlab!72284
-
Miguel Rincon authored
Show all storage types in project's storage usage See merge request gitlab-org/gitlab!72582
-
Fiona Neill authored
Add "Migrating features to Namespaces" section See merge request gitlab-org/gitlab!72604
-
Nick Post authored
-
Jan Provaznik authored
Add tests and documentation about how CI "extends" can be excluded See merge request gitlab-org/gitlab!72511
-
Furkan Ayhan authored
-
David O'Regan authored
Add cloak-startup class and apply to mobile overlay See merge request gitlab-org/gitlab!71148
-
Phil Hughes authored
Correct suggestions for multiple comment boxes See merge request gitlab-org/gitlab!72599
-
Thomas Randolph authored
-
Jacob Vosmaer authored
Deduplicate http transport creation See merge request gitlab-org/gitlab!69471
-
Vitali Tatarintev authored
Open Buy Minutes in new window if targeting CDot See merge request gitlab-org/gitlab!72578
-
Angelo Gulina authored
-
Bob Van Landuyt authored
Add Sidekiq size limiter defaults to fake settings See merge request gitlab-org/gitlab!72676
-
Phil Hughes authored
Create shared commit message field component See merge request gitlab-org/gitlab!71522
-
Ammar Alakkad authored
Changelog: other
-
Phil Hughes authored
Add "will" to "ServiceDesk" string See merge request gitlab-org/gitlab!72439
-
scootergrisen authored
-
Alper Akgun authored
Make product_* values required and add TBD for missing product_section values See merge request gitlab-org/gitlab!72585
-
Rajendra Kadam authored
-
Lee Tickett authored
We currently have several specific elements cloaked to prevent flashing when using startup.css. This MR introduces a generic class which can be applied to any element to achieve the same. Here we apply it to the mobile top nav overlay to fix broken rendering in certain race/network conditions. Changelog: fixed
-
Adam Hegyi authored
Merge branch '343394-ignore-plans-and-gitlab-subscriptions-in-cross-modification-check' into 'master' Ignore plans and gitlab_subscriptions in cross modification check See merge request gitlab-org/gitlab!72665
-
Adam Hegyi authored
Add median lead time for changes to VSA See merge request gitlab-org/gitlab!72283
-
Heinrich Lee Yu authored
These are needed when running background migration specs because those execute Sidekiq client middleware and these use FakeApplicationSettings with empty DB attributes
-
Paul Gascou-Vaillancourt authored
The RECEIVE_DELETE_LICENSE mutation did the same thing as RESET_LICENSE_IN_MODAL, so this removes it. This also ensures that the fetchLicenses action is properly dispatched. This was done via a mediator, but we can simplify this by dispatching from the receiveDeleteLicense action directly.
-
Paul Gascou-Vaillancourt authored
The RECEIVE_SET_LICENSE_APPROVAL mutation did the same thing as RESET_LICENSE_IN_MODAL, so this removes it. This also ensures that the fetchLicenses action is properly dispatched. This was done via a mediator, but we can simplify this by dispatching from the receiveSetLicenseApproval action directly.
-
Paul Gascou-Vaillancourt authored
This removes the following mutations: * RECEIVE_DELETE_LICENSE_ERROR * RECEIVE_SET_LICENSE_APPROVAL_ERROR Both these mutations did the same thing as RESET_LICENSE_IN_MODAL which can be committed instead.
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
This removes the loadManagedLicensesError property from the license management store. This property isn't used anywhere, so it does not make sense to keep maintaining it and the associated actions and mutations.
-
Paul Gascou-Vaillancourt authored
This removes the isSaving property from the license management store. This property isn't used anywhere, so it does not make sense to keep maintaining it and the associated actions and mutations.
-