- 20 Oct, 2021 40 commits
-
-
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
-
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
-
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
-
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
-
Dylan Griffith authored
Read more at https://gitlab.com/gitlab-org/gitlab/-/issues/343394 . We are regularly seeing CrossDatabaseModificationAcrossUnsupportedTablesError failures when we call [`Plan.default`](https://gitlab.com/gitlab-org/gitlab/-/blob/ad0085ce21be8d39b7598cb124adee7c75405922/app/models/plan.rb#L13) and/or [`Namespace#actual_plan`](https://gitlab.com/gitlab-org/gitlab/blob/master/ee/app/models/ee/namespace.rb#L180) because both of these methods are lazily creating records. At present we believe this is not strictly a problem that we need to solve since it will is likely totally OK that creating a `plans` record in the middle of a transaction related to `ci_pipelines` is not important to rollback. Even more these lazy creations likely never need to be rolled back anyway so we probably don't need to push these outside the transactions.
-
Marcin Sedlak-Jakubowski authored
Updated nav steps to match standards See merge request gitlab-org/gitlab!72653
-
Adam Hegyi authored
Add median lead time for changes to value stream analytics when it's available for the current group or project. Changelog: added EE: true
-
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
-