1. 06 Jan, 2021 6 commits
    • Mike Kozono's avatar
      Geo: Increase backoff cap for missing on primary · a53383fd
      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.
      a53383fd
    • Jose Ivan Vargas's avatar
      Merge branch 'pb-job-trace-polling-fix' into 'master' · 6efb0e39
      Jose Ivan Vargas authored
      Job Trace polling solution
      
      See merge request gitlab-org/gitlab!49982
      6efb0e39
    • Enrique Alcántara's avatar
      Merge branch '232745-edit-issue-title-in-swimlanes-sidebar' into 'master' · 0228a423
      Enrique Alcántara authored
      Edit issue title in swimlanes sidebar
      
      See merge request gitlab-org/gitlab!46404
      0228a423
    • Axel Garcia's avatar
      Edit issue title in swimlanes sidebar · f4f206b5
      Axel Garcia authored
      This adds an inline form to update the active
      issue title
      f4f206b5
    • Evan Read's avatar
      Merge branch 'docs-kubernetes-secrect-command-warning-patch' into 'master' · ae505b00
      Evan Read authored
      Fixing warning of deprecated flag at least since Kubernetes 19.2+
      
      See merge request gitlab-org/gitlab!48291
      ae505b00
    • Crt Mori's avatar
      Fixing warning of deprecated flag at least since Kubernetes 19.2+ · 6aa6d03e
      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
      6aa6d03e
  2. 05 Jan, 2021 34 commits