- 20 Oct, 2021 40 commits
-
-
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
-
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
-
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
-
Suzanne Selhorn authored
Move topic to more CTRT structure See merge request gitlab-org/gitlab!72087
-
Evan Read authored
-
Ezekiel Kigbo authored
Fix focus mode on boards See merge request gitlab-org/gitlab!72382
-
Russell Dickenson authored
Add links to more scanner docs for offline support See merge request gitlab-org/gitlab!72619
-
Russell Dickenson authored
Document how to connect with Unleash Proxy See merge request gitlab-org/gitlab!72321
-
Andrew Fontaine authored
-
Michael Kozono authored
Geo - Update the `geo:set_secondary_as_primary` rake task to do nothing on a Geo primary site See merge request gitlab-org/gitlab!72530
-
Thong Kuah authored
-
Russell Dickenson authored
Expanding the offline usage documentation See merge request gitlab-org/gitlab!72632
-