- 06 Jan, 2021 30 commits
-
-
Pavel Shutsin authored
So we can get information displayed faster
-
Dylan Griffith authored
Fix Sentry tracking of SQL queries See merge request gitlab-org/gitlab!50413
-
Marcel Amirault authored
Adding variable INDEX_NAME to keep all code examples the same in the docs. See merge request gitlab-org/gitlab!50610
-
Harrison Brock authored
-
Stan Hu authored
Geo: Increase resync backoff cap for legacy blobs missing on primary See merge request gitlab-org/gitlab!50812
-
Ash McKenzie authored
Move project members into tabs See merge request gitlab-org/gitlab!49764
-
Peter Hegman authored
Move "Members", "Groups", "Invites" and "Access requests" into their own tabs
-
Evan Read authored
Add tier to webhooks page See merge request gitlab-org/gitlab!50791
-
Mike Jang authored
-
Marcel Amirault authored
Add one-dimensional matrices to version history See merge request gitlab-org/gitlab!50472
-
Ben Bodenmiller authored
-
Evan Read authored
Improve crosslinking between pages See merge request gitlab-org/gitlab!50804
-
Albert Salim authored
ci: Don't run `rspec:deprecations` on MR by default [RUN ALL RSPEC] See merge request gitlab-org/gitlab!50864
-
Michael Kozono authored
Check user for project_finder_similarity_sort feature See merge request gitlab-org/gitlab!50786
-
Evan Read authored
Clarify final reconfigure/restart steps for GitLab integration See merge request gitlab-org/gitlab!50687
-
Stan Hu authored
Fix 500 error on repository settings access when repository is empty See merge request gitlab-org/gitlab!50844
-
Marcel Amirault authored
Remove unneeded Phoenix example See merge request gitlab-org/gitlab!50912
-
Craig Norris authored
Add redirect for unused example.
-
James Ramsay authored
Add tier badging to Gitaly Cluster page See merge request gitlab-org/gitlab!50584
-
Evan Read authored
Fix ordered list on Bitbucket page See merge request gitlab-org/gitlab!50686
-
Craig Norris authored
Fix display of ordered list.
-
Ash McKenzie authored
Use git packages from buster on build-qa-image See merge request gitlab-org/gitlab!50867
-
Evan Read authored
Remove duplicate tier mention See merge request gitlab-org/gitlab!50581
-
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.
-
Diego Louzán authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/27657
-
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 10 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
-