- 13 Sep, 2021 40 commits
-
-
Stan Hu authored
Sidekiq bundles its own CSS and JavaScript assets in the gem, and registers these via `Rack::Static`. By default, `Rack::Sendfile` will use the Sendfile interface if available to offload the sending to Workhorse. However, Workhorse might not have these assets, as they are bundled with the installed Ruby gem. Cloud Native GitLab worked around this issue by routing `/admin/sidekiq` directly to the webservice container, but this doesn't work if the NGINX ingress controller isn't used. Also, users have reported that the ordering of the rules may matter when another load balancer is used (https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2731). To avoid these kinds of issues leading to 404s, we now disable the use of Sendfile for `admin/sidekiq` routes. These assets are small and served infrequently, so it should be fine to do this. Relates to https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/14150 Changelog: changed
-
Phil Hughes authored
Revise messages about creating follow-up issue See merge request gitlab-org/gitlab!70070
-
Amy Qualls authored
-
Robert Speicher authored
Migration to finalize swap of bigint ci_builds.id See merge request gitlab-org/gitlab!65201
-
Grzegorz Bizon authored
Retry CI trace archive if left in incomplete state See merge request gitlab-org/gitlab!68906
-
Saikat Sarkar authored
Fix the dependency worker purge feature See merge request gitlab-org/gitlab!69736
-
David Fernandez authored
-
Enrique Alcántara authored
Settings UI text - Admin Area-Network/Notes Rate Limits See merge request gitlab-org/gitlab!69940
-
Marcel Amirault authored
-
Etienne Baqué authored
Remove legacy storage pages removal logic See merge request gitlab-org/gitlab!69382
-
Vladimir Shushlin authored
-
Marcia Ramos authored
Fix the names of variables and values for Runner See merge request gitlab-org/gitlab!69941
-
Marcia Ramos authored
Mention that `skip_callback` should be avoid in factories in docs See merge request gitlab-org/gitlab!69968
-
Achilleas Pipinellis authored
Documentation on connecting GUIs to the database See merge request gitlab-org/gitlab!69206
-
Eduardo Bonet authored
-
David Fernandez authored
Remove`package_details_apollo` feature flag See merge request gitlab-org/gitlab!69649
-
Dmitriy Zaporozhets (DZ) authored
[2/5] Add `throttle_unauthenticated_api_*` columns to application settings See merge request gitlab-org/gitlab!69384
-
Nicolò Maria Mezzopera authored
Add pipelineArtifactsSize to project storage query See merge request gitlab-org/gitlab!70047
-
Phil Hughes authored
Merge branch '332408-display-icon-for-issues-created-by-banned-users-on-boards-frontend' into 'master' Display icon for hidden issues on group/project issue boards See merge request gitlab-org/gitlab!69558
-
Vasilii Iakliushin authored
Make product_stage required See merge request gitlab-org/gitlab!69897
-
Andrejs Cunskis authored
E2E: Detect test run type for staging, canary and production environment for metrics exports See merge request gitlab-org/gitlab!69754
-
Andrejs Cunskis authored
-
Sean McGivern authored
Remove experiment word from continuous onboarding See merge request gitlab-org/gitlab!69991
-
Marcin Sedlak-Jakubowski authored
Update outdated pipeline screenshots See merge request gitlab-org/gitlab!70150
-
Sean McGivern authored
Refactor to avoid respond_to conditional See merge request gitlab-org/gitlab!70004
-
Heinrich Lee Yu authored
Merge branch '338717-the-processrequirementsreportsworker-retries-on-an-unrecoverable-error' into 'master' Check requirements access before scheduling ProcessRequirementsReportsWorker See merge request gitlab-org/gitlab!69810
-
Nicolò Maria Mezzopera authored
Changelog: changed
-
Thong Kuah authored
Specify a job id to work around broken URL See merge request gitlab-org/gitlab!70153
-
Sanad Liaquat authored
Fix for add_batch_comments_in_merge_request_spec See merge request gitlab-org/gitlab!70065
-
Savas Vedova authored
Fix BetterErrors.editor usage in Sherlock templates See merge request gitlab-org/gitlab!69851
-
Achilleas Pipinellis authored
Update the upgrade path See merge request gitlab-org/gitlab!69876
-
Achilleas Pipinellis authored
Update security policies feature documentation See merge request gitlab-org/gitlab!70157
-
Kushal Pandya authored
Switch to v-safe-html for MR empty state svg See merge request gitlab-org/gitlab!69836
-
Kati Paizee authored
Fix spelling of title Coverage-guided fuzz testing page See merge request gitlab-org/gitlab!70145
-
Kati Paizee authored
Fix case of all headings See merge request gitlab-org/gitlab!70146
-
Sashi Kumar Kumaresan authored
-
pbair authored
Add new post-deployment migrations that will cutover to the bigint version of the ci_builds.id column. Changelog: changed
-
Albert Salim authored
-
Marcel Amirault authored
Remove confusing sentence about in-development feature See merge request gitlab-org/gitlab!70149
-