- 06 Jan, 2021 40 commits
-
-
Miguel Rincon authored
Merge branch '282421-devops-adoption-deeplink-to-adoption-tab-on-the-devops-report-page' into 'master' Deeplink to Adoption tab on the DevOps Report page See merge request gitlab-org/gitlab!50169
-
Martin Wortschack authored
- Mark tab as active based on presence of tab query param
-
Denys Mishunov authored
Replace mount helper with mount from VTU See merge request gitlab-org/gitlab!50474
-
Mark Chao authored
Update marginalia gem to v1.10.0 See merge request gitlab-org/gitlab!50898
-
Sean McGivern authored
Fix Rubocop TODO Lint/NonDeterministicRequireOrder See merge request gitlab-org/gitlab!50837
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!50936
-
James Lopez authored
Resolve "[DevOps Adoption] Daily updates" See merge request gitlab-org/gitlab!50568
-
Illya Klymov authored
Refactor mountComponent to mount in file_row_stats_spec.js See merge request gitlab-org/gitlab!50672
-
Kushal Pandya authored
Cleanup policy UI text: Changed more information to specific text See merge request gitlab-org/gitlab!50555
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/322
-
Denys Mishunov authored
-
Phil Hughes authored
Remove duplicated sidebar toggle when signed out See merge request gitlab-org/gitlab!50892
-
GitLab Release Tools Bot authored
-
Denys Mishunov authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!50870
-
Pavel Shutsin authored
So we can get information displayed faster
-
jboyson authored
-
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
-