- 27 Oct, 2021 40 commits
-
-
Saikat Sarkar authored
Merge branch '343711-follow-up-from-add-tencent_serverless_framework-to-built-in-project-template' into 'master' Resolve "Follow-up from "Add 'tencent_serverless_framework' to built-in project template"" See merge request gitlab-org/gitlab!72930
-
Rémy Coutable authored
Upgrade Elasticsearch in CI to 7.14.2 See merge request gitlab-org/gitlab!72651
-
Terri Chu authored
-
Lin Jen-Shin authored
test: Set Gitaly's bundle path as absolute path See merge request gitlab-org/gitlab!72328
-
Kamil Trzciński authored
Add mutation to unlink policy project See merge request gitlab-org/gitlab!72831
-
Alan (Maciej) Paruszewski authored
-
Natalia Tepluhina authored
Replace writeQuery calls in pipeline_editor app with client mutations See merge request gitlab-org/gitlab!73000
-
Frédéric Caplette authored
-
Fiona Neill authored
Doc Consistency: user/group - optimize See merge request gitlab-org/gitlab!73103
-
Niklas authored
-
Mikołaj Wawrzyniak authored
Fix error when archiving requirements See merge request gitlab-org/gitlab!73010
-
Adam Hegyi authored
Move gitlab_schema yml/code from spec/support to lib/gitlab See merge request gitlab-org/gitlab!73148
-
Dylan Griffith authored
-
Phil Hughes authored
Removes v-html from app/assets/javascripts/vue_shared/components/content_viewer/viewers/markdown_viewer.vue See merge request gitlab-org/gitlab!73083
-
Mehul Sharma authored
Removes v-html from app/assets/javascripts/vue_shared/components/content_viewer/viewers/markdown_viewer.vue
-
Bob Van Landuyt authored
Minor typos on rails apdex documentation See merge request gitlab-org/gitlab!72718
-
Alper Akgun authored
Remove redundant index_releases_on_author_id See merge request gitlab-org/gitlab!72993
-
Steve Abrams authored
Schedule new version of RemoveDuplicateVulnerabilitiesFindings See merge request gitlab-org/gitlab!72528
-
Phil Hughes authored
Fix all kinds of smaller problems in translation strings See merge request gitlab-org/gitlab!73085
-
Vasilii Iakliushin authored
Enable group-level MR approval settings by default See merge request gitlab-org/gitlab!73058
-
Savas Vedova authored
Clone vulnerability filters and spec to new file See merge request gitlab-org/gitlab!73052
-
Vladimir Shushlin authored
We recently added index on (author_id, id, created_at) which covers this one Changelog: performance
-
Kamil Trzciński authored
Loose foreign key definition experiment See merge request gitlab-org/gitlab!73146
-
David O'Regan authored
Bring search settings flag up to style spec See merge request gitlab-org/gitlab!73122
-
Jan Provaznik authored
Align the ordering of partitioned tables See merge request gitlab-org/gitlab!72697
-
Amy Qualls authored
Update the search settings flag on this page to use the current styling.
-
Adam Hegyi authored
Make `LoadBalancer` to re-use very similar connection See merge request gitlab-org/gitlab!72698
-
Amy Qualls authored
Rails snippet: delete trial licenses See merge request gitlab-org/gitlab!66467
-
Sean McGivern authored
Remove the dast_on_demand_scans_scheduler feature flag See merge request gitlab-org/gitlab!72953
-
Sean McGivern authored
Upgrade sidekiq-cron gem See merge request gitlab-org/gitlab!73093
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!73168
-
scootergrisen authored
Changelog: fixed Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kushal Pandya authored
Fix styling for Request CVE button in sidebar See merge request gitlab-org/gitlab!72952
-
Dheeraj Joshi authored
-
Amy Qualls authored
Docs: Repair list rendering in dev's test_guide See merge request gitlab-org/gitlab!73162
-
Shinya Maeda authored
Allow JOB-TOKEN to perform all release REST API operations See merge request gitlab-org/gitlab!72448
-
Daniel Tian authored
-
Kamil Trzciński authored
The purpose of this feature is to allow Phase 3 of decomposition rollout as described in https://gitlab.com/groups/gitlab-org/-/epics/6160#progress. The idea is that we configure a separate DB (CI) with replicas, but due to transaction visibility we need to share primary connection to `main` database. This adds a temporary feature enabled via `FF` to allow this type of behavior change.
-
Kamil Trzciński authored
Before this change we would store `model` for the purpose of understanding sticking context for a object. This changes to prefer `sticking` which is directly connected to `LB` context on which the `sticking` is evaluated.
-
Kamil Trzciński authored
This is in preparation to allow asynchronous handling of replicas and re-use of primary connection in a load balancing context.
-