- 23 Jun, 2021 40 commits
-
-
Stan Hu authored
This eliminates an extra lookup.
-
Stan Hu authored
This commit adds a feature flag, `ci_job_trace_force_encode`, that will ensure that CI job traces that contain UTF-8 can be appended with ASCII-8BIT data. Previously we saw encoding errors when persisted job logs that contained UTF-8 characters were appended to ASCII-8BIT data from the HTTP request. This would cause a 500 error, but the runner would retry indefinitely with identical PATCH requests. This commit should make the append work and allow the job to finish. This is the sequence of events that causes the append to be called: 1. Runner sends a `PUT /api/v4/jobs/:id` to indicate the job is canceled or finished. 2. `UpdateBuildStateService#accept_build_state!` persists all live job logs to object storage. 3. `UpdateBuildStateService#accept_build_state!` returns a 202 to the runner. 4. The runner will continue to send PATCH requests with job logs until all logs have been sent and received. 5. If the last PATCH request arrives after the job log has been persisted, we retrieve the data from object storage to append the remaining lines. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/333424 Changelog: fixed
-
Gabriel Mazetto authored
Add Packages::Helm::ExtractionWorker See merge request gitlab-org/gitlab!64281
-
Douglas Barbosa Alexandre authored
Default-enable :update_remote_mirror_inmemory feature flag See merge request gitlab-org/gitlab!64702
-
Douglas Barbosa Alexandre authored
Default-enable :fetch_remote_params feature flag See merge request gitlab-org/gitlab!64701
-
Nick Gaskill authored
Improve CI/CD NuGet deploy example See merge request gitlab-org/gitlab!64594
-
Nick Gaskill authored
Adding DIND + Dependency Proxy See merge request gitlab-org/gitlab!64652
-
Duncan Harris authored
-
Sarah Groff Hennigh-Palermo authored
Update Pipeline editor getBlobContent to use graphQL See merge request gitlab-org/gitlab!64527
-
Frédéric Caplette authored
-
Nick Gaskill authored
Fix maven example documentation See merge request gitlab-org/gitlab!64629
-
Sebastian Dellwig authored
-
Robert Speicher authored
Group Avatar API: ensure to send the remote filename See merge request gitlab-org/gitlab!64650
-
Suzanne Selhorn authored
Avoid popular confusion over collective nouns. See merge request gitlab-org/gitlab!64561
-
Bishop Clark authored
-
Suzanne Selhorn authored
Change format of notation marks See merge request gitlab-org/gitlab!63956
-
Russell Dickenson authored
-
Mark Chao authored
Modify some email assets configurations to enable putting images outside assets See merge request gitlab-org/gitlab!64270
-
Zhu Shung authored
-
Suzanne Selhorn authored
Add tier info to Usage Ping guide See merge request gitlab-org/gitlab!64682
-
Suzanne Selhorn authored
Add internal docs for changing CI minute namespace See merge request gitlab-org/gitlab!64409
-
Mikołaj Wawrzyniak authored
Upgrade omniauth-azure-activedirectory-v2 to v1.0.0 See merge request gitlab-org/gitlab!64559
-
Kerri Miller authored
Allow ancestor milestones to be set to an MR via push options See merge request gitlab-org/gitlab!64678
-
Stan Hu authored
Stop logging response field in Lograge See merge request gitlab-org/gitlab!64705
-
Mikołaj Wawrzyniak authored
Add standard data category to license metrics See merge request gitlab-org/gitlab!64568
-
Luis Mejia authored
-
Achilleas Pipinellis authored
Geo: review use of geo_secondary_role and related patroni suggested architecture See merge request gitlab-org/gitlab!64450
-
Gabriel Mazetto authored
-
Miguel Rincon authored
Update the Releases page to make use of startup queries See merge request gitlab-org/gitlab!63914
-
Rémy Coutable authored
Remove ci_artifacts_exclude feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!64227
-
Brandon Labuschagne authored
Update docs about Security Configuration redesign See merge request gitlab-org/gitlab!64303
-
David O'Regan authored
Resolve "Display Debian packages in the UI" See merge request gitlab-org/gitlab!64615
-
Nicolò Maria Mezzopera authored
-
Brandon Labuschagne authored
Async import of Qrtly Recon Alert See merge request gitlab-org/gitlab!64485
-
Vitaly Slobodin authored
-
Sarah Groff Hennigh-Palermo authored
Add browse template button in Pipeline editor See merge request gitlab-org/gitlab!64349
-
Frédéric Caplette authored
-
Amy Qualls authored
Update screenshots in to-do list doc See merge request gitlab-org/gitlab!64707
-
Kati Paizee authored
Add missing tiers to Plan docs See merge request gitlab-org/gitlab!64627
-
Vitaly Slobodin authored
Document merge request status checks widget See merge request gitlab-org/gitlab!63038
-