- 07 Jan, 2022 40 commits
-
-
Piotr Stankowski authored
This change tweaks blank line removal regex to avoid removing blank lines that could break git trailers. Now we will only remove blank line before an empty variable when it is also followed by a blank line or EOF. That way we won't break formatting of the message. Changelog: fixed
-
Bob Van Landuyt authored
Update translation levels - Jan 2022 See merge request gitlab-org/gitlab!77694
-
Bob Van Landuyt authored
Set low custom apdex for Value Stream Analytics See merge request gitlab-org/gitlab!74845
-
Grzegorz Bizon authored
Add the CI/CD data time-decay blueprint See merge request gitlab-org/gitlab!70052
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Also add a few more minor changes
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Andreas Brandl authored
-
Stan Hu authored
-
Grzegorz Bizon authored
-
Jackie Porter authored
-
Grzegorz Bizon authored
This commit also assigns and AEC and a domain expert.
-
Grzegorz Bizon authored
-
Mark Florian authored
Move files from ~/ to more approprate modules See merge request gitlab-org/gitlab!77704
-
Dan Jensen authored
Value Stream Analytics is a data-intensive feature that users do not expect to load as quickly as other resources. This sets a custom apdex SLI urgency of "low" to allow for the feature's historically relatively slower load times.
-
Pavel Shutsin authored
Pass formats explicitly when rendering .md file See merge request gitlab-org/gitlab!75778
-
Bob Van Landuyt authored
New Crowdin translations - 06 January 2022 See merge request gitlab-org/gitlab!77680
-
GitLab Crowdin Bot authored
[skip ci]
-
Adam Hegyi authored
Remove foreign key constraint ci_pending_builds.namespace_id See merge request gitlab-org/gitlab!77724
-
Bob Van Landuyt authored
Followed users events (filter ALL) should be ordered by id DESC See merge request gitlab-org/gitlab!77436
-
Eulyeon Ko authored
The events finder should sort followed users events by id DESC. This behavior was broken by the merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77028. Changelog: changed
-
Mark Florian authored
Move files from ~/ to more approprate modules See merge request gitlab-org/gitlab!77708
-
Dylan Griffith authored
The loose foreign key was already added for this in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77636 . We've confirmed in https://gitlab.com/gitlab-org/gitlab/-/issues/348269 that it is indeed safe to swap these foreign keys for loose foreign keys. Changelog: other
-
Kushal Pandya authored
Fix sticky filters not working on vulnerability report See merge request gitlab-org/gitlab!77647
-
Kushal Pandya authored
Update snippet search badge to use pajamas See merge request gitlab-org/gitlab!77726
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!77742
-
Ezekiel Kigbo authored
Remove :operational_vulnerabilities feature flag See merge request gitlab-org/gitlab!77639
-
Stan Hu authored
Quarantine highly flaky spec See merge request gitlab-org/gitlab!77739
-
Fiona Neill authored
Clean up table in variables doc See merge request gitlab-org/gitlab!77740
-
GitLab Release Tools Bot authored
-
Fiona Neill authored
Add deprecation notice to Pseudonymizer documentation See merge request gitlab-org/gitlab!77582
-
Marcel Amirault authored
Sort the table, and make sure the definition column only has one keyword per row. Splits two rows into 3 each as a result, so each keyword has its own row
-
-
Marcel Amirault authored
Document that variables can be expanded in `tags:` See merge request gitlab-org/gitlab!77484
-
Emanuele Aina authored
Commit dfa6e574 "Evaluate the variables for runner tags section" landed in GitLab 14.1 enabled the expansion of variables in the `tags:` key so let's add that to the places where expansion happens. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
-
Siddharth Asthana authored
Changelog: other EE: true
-
Stan Hu authored
Pass formats explicitly when rendering .html format See merge request gitlab-org/gitlab!75782
-
Marcel Amirault authored
Variable inheritance works implicitly See merge request gitlab-org/gitlab!77462
-