- 06 Jan, 2021 6 commits
-
-
Mike Kozono authored
For legacy blobs, which are Job artifacts, LFS objects, and Uploads. On staging.gitlab.com, many files are (intentionally) missing on the primary, so geo.staging.gitlab.com attempts to sync them every hour. We don't want to disable retries after some maximum number, because we want the system to automatically recover if the files ever appear. But every hour is a bit excessive, given all retries have failed up to that point. So this commit raises the retry time cap for legacy blobs missing on primary from 1 hour to 4 hours. As an aside, resources which are replicated by the Geo framework will soon gain the automatic verification and re-verification feature. This will eventually resync resources which were missing on the primary and then became not missing.
-
Jose Ivan Vargas authored
Job Trace polling solution See merge request gitlab-org/gitlab!49982
-
Enrique Alcántara authored
Edit issue title in swimlanes sidebar See merge request gitlab-org/gitlab!46404
-
Axel Garcia authored
This adds an inline form to update the active issue title
-
Evan Read authored
Fixing warning of deprecated flag at least since Kubernetes 19.2+ See merge request gitlab-org/gitlab!48291
-
Crt Mori authored
Error received: ``` kubectl create secret docker-registry gitlab-registry --docker-server="$CI_REGISTRY" --docker-username="$CI_DEPLOY_USER" --docker-password="$CI_DEPLOY_PASSWORD" --docker-email="$GITLAB_USER_EMAIL" -o yaml --dry-run | kubectl apply -f - W1122 14:55:31.155747 360186 helpers.go:553] --dry-run is deprecated and can be replaced with --dry-run=client. ``` has as suggested simple fix to replace the flag and fix a warning
-
- 05 Jan, 2021 34 commits
-
-
Kerri Miller authored
Move ScanSecurityReportSecretsWorker to avoid race-condition See merge request gitlab-org/gitlab!50815
-
Craig Norris authored
Update Vale test comments for search results See merge request gitlab-org/gitlab!50896
-
Matija Čupić authored
Optimizes Projects::JobsController#trace endpoint to: - Mark the job as being watched only if it's running - Serialize the job trace only if there is a trace to serialize
-
pburdette authored
Continually poll for job trace if tab is not visible in the FE.
-
pburdette authored
Use model directly to determine if job has a trace.
-
pburdette authored
Revert FE solution and return no content if job has no trace or started.
-
Ash McKenzie authored
Prevent locked Terraform states from being deleted See merge request gitlab-org/gitlab!50798
-
Emily Ring authored
-
Mayra Cabrera authored
Revert !50312 into 'master'" [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!50903
-
Stan Hu authored
[RUN ALL RSPEC] Upgrade factory_bot_rails to 6.1.0 See merge request gitlab-org/gitlab!50875
-
Mayra Cabrera authored
This reverts merge request !50312
-
Stan Hu authored
Fix rack_attack_global_spec 2.7 warnings See merge request gitlab-org/gitlab!50874
-
Igor Drozdov authored
It eliminates some Ruby 2.7 kwargs warnings and provides multiple useful improvements NEWS: https://github.com/thoughtbot/factory_bot/blob/master/NEWS.md
-
Stan Hu authored
Fix 2.7 warnings for factories/licenses.rb See merge request gitlab-org/gitlab!50876
-
David O'Regan authored
Replace GlDeprecatedDropdown in related_items_tree See merge request gitlab-org/gitlab!50633
-
Olena Horal-Koretska authored
-
Bob Van Landuyt authored
Propagate remote_ip through ApplicationContext for API requests See merge request gitlab-org/gitlab!50838
-
Amy Qualls authored
Updates the comments prepended in each Vale test to ensure line 3 provides a complete explanation of the rule, which helps in the search results for these tests.
-
Igor Drozdov authored
Adds manual bridge support to public API See merge request gitlab-org/gitlab!50634
-
Laura Montemayor authored
* Adds a find_job helper method to find both bridges and builds * Updates specs for jobs_finder to include bridges * Adds a find_job spec to helper specs
-
Markus Koller authored
Update the maven package finder See merge request gitlab-org/gitlab!50774
-
David Fernandez authored
A group or project is now required for the finder to return packages
-
Amy Qualls authored
Fix grep command to find kubernetes api URL in documentation See merge request gitlab-org/gitlab!50785
-
Lin Jen-Shin authored
Merge branch '288812-properly-catch-tags-delete-errors-and-mark-repository-as-cleanup-unfinished' into 'master' Add error handling in the container registry delete tags service See merge request gitlab-org/gitlab!50763
-
David Fernandez authored
Properly translate any error into a service error response
-
Markus Koller authored
Remove `store_security_findings` feature flag related code See merge request gitlab-org/gitlab!48357
-
Mehmet Emin INAC authored
The feature flag has already been active for a long time.
-
Jose Ivan Vargas authored
Add documentation about GraphQL query fixtures See merge request gitlab-org/gitlab!50437
-
Saikat Sarkar authored
-
Amy Qualls authored
Update incident details permission documentation See merge request gitlab-org/gitlab!50782
-
Dominic Couture authored
Link to the Permissions page, making clearer what Guest users have permission to do.
-
Paul Slaughter authored
Resolve "Long comments overflow container on merge diffs" See merge request gitlab-org/gitlab!50715
-
-
Jose Ivan Vargas authored
[RUN AS-IF-FOSS] Move deployment boards frontend to core See merge request gitlab-org/gitlab!47147
-