- 06 Jan, 2021 36 commits
-
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
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
-
GitLab Bot 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
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
- 05 Jan, 2021 4 commits
-
-
Kerri Miller authored
Move ScanSecurityReportSecretsWorker to avoid race-condition See merge request gitlab-org/gitlab!50815
-
Mayra Cabrera authored
Fix prometheus DoS through Workhorse See merge request gitlab-org/security/gitlab!1143
-
Vladimir Shushlin authored
too long method name results in too long prometheus label name, which can crash prometheus
-
Mayra Cabrera authored
Deny implicit flow for confidential apps See merge request gitlab-org/security/gitlab!1118
-