- 20 Oct, 2021 40 commits
-
-
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.
-
Paul Gascou-Vaillancourt authored
This removes the isDeleting 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.
-
Vitali Tatarintev authored
Extract common DastSiteProfile mutation arguments See merge request gitlab-org/gitlab!72469
-
Philip Cunningham authored
-
Kushal Pandya authored
Upgrade @gitlab/ui to v32.21.0 See merge request gitlab-org/gitlab!72195
-
Marcin Sedlak-Jakubowski authored
Docs for removing cross-join redundant join See merge request gitlab-org/gitlab!72170
-
Marcin Sedlak-Jakubowski authored
Updated nav steps to match standards See merge request gitlab-org/gitlab!72653
-
Dmitry Gruzd authored
Flag namespaces created during onboarding See merge request gitlab-org/gitlab!71509
-
Jay authored
-
Max Woolf authored
Use allowlist of allowed attributes for imported models (part 4) See merge request gitlab-org/gitlab!71492
-
Alan (Maciej) Paruszewski authored
-
Ezekiel Kigbo authored
Fix follow-up ZenTao string issue See merge request gitlab-org/gitlab!72667
-
Kushal Pandya authored
Add Epic to new filtered search in issue boards See merge request gitlab-org/gitlab!70476
-
Kati Paizee authored
Registration features for 14.4 See merge request gitlab-org/gitlab!72668
-
Fiona Neill authored
-
Etienne Baqué authored
Make User Cap Reached Banner Dismissible See merge request gitlab-org/gitlab!72339
-
Jason Goodman authored
-
Kushal Pandya authored
Stop polling when checking task lists on an issue See merge request gitlab-org/gitlab!72629
-
Marcel Amirault authored
Moved yaml-specific features to new page See merge request gitlab-org/gitlab!72646
-
Suzanne Selhorn authored
-
Florie Guibert authored
EE/CE separation
-
Kati Paizee authored
Update sorting issue boards docs (reapply community contribution) See merge request gitlab-org/gitlab!72628
-
Marcin Sedlak-Jakubowski authored
-
Dylan Griffith authored
Simplify contructor for size limiter validator See merge request gitlab-org/gitlab!72510
-
Dylan Griffith authored
Allow Pipeline.environments for cross-db query See merge request gitlab-org/gitlab!72568
-
Heinrich Lee Yu authored
The polling can cause conflict errors when the poll response is stale. This happens very often when checking multiple tasks. Changelog: fixed
-
Patrick Bajao authored
Add user cap to group's membership settings See merge request gitlab-org/gitlab!72006
-
JeremyWuuuuu authored
Add namespace for ZenTao user to prevent potential error
-
Marcel Amirault authored
Add a warning message about CI_COMMIT_REF_NAME in include:rules See merge request gitlab-org/gitlab!72367
-
Furkan Ayhan authored
-
Marcel Amirault authored
Clarify when rules are being evaluated See merge request gitlab-org/gitlab!72300
-
Marius Bobin authored
-
Evan Read authored
Docs: Update removed feature flag information for Roadmap See merge request gitlab-org/gitlab!72577
-
Kushal Pandya authored
-
Dylan Griffith authored
We've had a few examples recently of this recently and it might help guide people in the right direction by adding these to the docs.
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
-
Patrick Bair authored
Resolve "Improve linear descendant scopes" See merge request gitlab-org/gitlab!69535
-
Alex Pooley authored
Searching for descendants with array operators and a GIN index can fail under extreme circumstances. The comparison operators with a btree index is less susceptible to such issues. Changelog: performance
-