- 07 Jan, 2022 40 commits
-
-
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
-
Harsh Chouraria authored
The docs imply that one needs to use `dependencies` or `needs` to gain variable inheritance in later jobs, but this isn't true. All jobs in later stages will receive an inherited value without requiring those keywords. This change clarifies the documentation to reflect the observed behavior. It also adds examples demonstrating how variable inheritance can be turned off explicitly, and how inherited variables may take precedence over other methods of variable definition. The required format for the .env file is also explicitly stated, based on its its implementation at: https://gitlab.com/gitlab-org/gitlab/blob/2e5b4dbf3ab159f7ea4960d5fe7dfb06c7ed93e1/app/services/ci/parse_dotenv_artifact_service.rb#L55-58
-
Marcel Amirault authored
Added more information regarding CI_JOB_TOKEN See merge request gitlab-org/gitlab!77628
-