- 15 Jul, 2021 40 commits
-
-
Sean McGivern authored
When we match against workers, the `name` attribute is tricky. It means the queue name, but which queue name? 1. The actual queue name (after applying worker routing rules)? 2. The generated queue name (based on the worker class name and queue namespace)? Before this commit, it was 1, but that was confusing: it would start as `default` (before the attribute was set), then change to the generated queue name, then change again to the queue name based on worker routing rules. Because the routing rules are evaluated on application load, this was hard to debug and could give unexpected results. Instead, we say that the `name` attribute always means item 2. This is also the name present in `all_queues.yml`, and this file is referenced in the documentation. That means it's more consistent and predictable, and doesn't require changes to the router itself.
-
Lin Jen-Shin authored
Upgrade image for review cleanup See merge request gitlab-org/gitlab!66127
-
Mikołaj Wawrzyniak authored
Merge branch '335674-track-events-with-redis-hll-if-usage-ping-enabled-or-if-license-usage-ping-is-enabled' into 'master' Add license usage ping check to HLLRedisCounter See merge request gitlab-org/gitlab!66056
-
Lin Jen-Shin authored
Skip ee/spec/features/trials/capture_lead_spec.rb for JH See merge request gitlab-org/gitlab!66227
-
Zhu Shung authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!66270
-
Enrique Alcántara authored
Fetch project VSA medians from group VSA endpoint See merge request gitlab-org/gitlab!65918
-
Ezekiel Kigbo authored
-
Marcia Ramos authored
Clarify feature flags are only a tool for backwards compatibility See merge request gitlab-org/gitlab!65363
-
Michael Kozono authored
-
Marcia Ramos authored
Replace prometheus with elastic stack where appropriate See merge request gitlab-org/gitlab!65591
-
Grzegorz Bizon authored
Adding runner feature_category for Runner API See merge request gitlab-org/gitlab!64828
-
Marcia Ramos authored
Docs: Update CI/CD Tunnel docs for 14.1 See merge request gitlab-org/gitlab!66272
-
Marcia Ramos authored
-
Sarah Groff Hennigh-Palermo authored
Makes the feature_name field for UserCallout nullable See merge request gitlab-org/gitlab!66237
-
Marcia Ramos authored
Updated path to `gitlab.yml` config file in the FE FAQ See merge request gitlab-org/gitlab!65956
-
Denys Mishunov authored
-
Simon Leinen authored
-
Achilleas Pipinellis authored
docs: Patroni improvements See merge request gitlab-org/gitlab!64453
-
Ben Prescott @bprescott_↙ ☺ authored
-
Achilleas Pipinellis authored
Update patroni documenation with api auth configuration See merge request gitlab-org/gitlab!65373
-
DJ Mountney authored
-
Kushal Pandya authored
Add Autodevops alert to security Config Page See merge request gitlab-org/gitlab!65124
-
Jannik Lehmann authored
-
Sarah Groff Hennigh-Palermo authored
Add sha to CiConfig graphql query See merge request gitlab-org/gitlab!64574
-
Mireya Andres authored
-
Robert May authored
Update description of Issues in project settings See merge request gitlab-org/gitlab!66052
-
Marcin Sedlak-Jakubowski authored
-
Simon Knox authored
Fix burnup guideline See merge request gitlab-org/gitlab!65958
-
Olena Horal-Koretska authored
Merge branch '330592-upsell-the-gitlab-managed-terraform-state-if-the-repo-contains-tf-files' into 'master' Upsell the GitLab Managed Terraform state if the repo contains `.tf` files See merge request gitlab-org/gitlab!65870
-
Anna Vovchenko authored
Changelog: added
-
GitLab Release Tools Bot authored
-
Alex Kalderimis authored
Record message size transmitted over action cable See merge request gitlab-org/gitlab!65286
-
Felipe Artur authored
Record action cable transmitted message size in bytes Changelog: other
-
Sean McGivern authored
Preload correct latest test report for requirements See merge request gitlab-org/gitlab!66091
-
Kushal Pandya authored
Fix summary section when purchasing an addon See merge request gitlab-org/gitlab!65657
-
Fabio Pitino authored
Evaluate the variables for runner tags section See merge request gitlab-org/gitlab!65589
-
Andrei Merfu authored
-
Piotr Skorupa authored
-
Bob Van Landuyt authored
Enable ci_scoped_job_token by default See merge request gitlab-org/gitlab!65848
-