- 27 Oct, 2021 40 commits
-
-
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
-
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.
-
Jan Provaznik authored
Do not validate ProjectNamespaces for hierarchy See merge request gitlab-org/gitlab!72758
-
Jan Provaznik authored
Update feature categories See merge request gitlab-org/gitlab!73059
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
In JiHu repository, there's an additional code to register this table to be synchronized like: Gitlab::Database::Partitioning.register_models([ Phone::VerificationCode ]) This does not present in GitLab repository, but only in JiHu repository, and this will cause the table to move to the top of db/structure.sql along with other synchronized partitioned tables. This will align both repositories to be more consistent. The same does also happen for FOSS where incident_management_pending_alert_escalations and incident_management_pending_issue_escalations are not aligned.
-
GitLab Release Tools Bot authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!73161
-
Savas Vedova authored
Add ability to pass in fields to new vulnerability list component See merge request gitlab-org/gitlab!72765
-
Daniel Tian authored
-
Kushal Pandya authored
Added support for actions level 2 in the widget extension See merge request gitlab-org/gitlab!72770
-
GitLab Release Tools Bot authored
-
Katrin Leinweber authored
-
Bob Van Landuyt authored
Fix language for increasing/decreasing urgency See merge request gitlab-org/gitlab!72845
-
Francisco Javier López authored
Update Editor team endpoint custom thresholds See merge request gitlab-org/gitlab!72681
-
Mark Chao authored
Update label of select branch dropdown on chat integrations edit page See merge request gitlab-org/gitlab!73098
-
Phil Hughes authored
Add release filter and title sort to issues page refactor See merge request gitlab-org/gitlab!72894
-
Coung Ngo authored
-
Peter Leitzen authored
Enable real-time issue assignees by default See merge request gitlab-org/gitlab!71953
-
David O'Regan authored
Set a low urgency for a selection of the editor team endpoints as per our new custom threshold guidelines.
-
Rémy Coutable authored
Resolve "Update documentation type label references" See merge request gitlab-org/gitlab!71375
-