1. 30 5月, 2019 3 次提交
  2. 29 5月, 2019 3 次提交
  3. 28 5月, 2019 5 次提交
  4. 27 5月, 2019 2 次提交
  5. 24 5月, 2019 5 次提交
  6. 23 5月, 2019 2 次提交
  7. 22 5月, 2019 2 次提交
    • V
      Geo: Remove Gitlab::LfsToken::LegacyRedisDeviseToken implementation · 07a35325
      Valery Sizov 提交于
      We kept it for smooth update only
      07a35325
    • T
      Remove legacy Kubernetes #actual_namespace · 101c4480
      Tiger 提交于
      When Kubernetes clusters were originally built they could only
      exist at the project level, and so there was logic included
      that assumed there would only ever be a single Kubernetes
      namespace per cluster. We now support clusters at the group
      and instance level, which allows multiple namespaces.
      
      This change consolidates various project-specific fallbacks to
      generate namespaces, and hands all responsibility to the
      Clusters::KubernetesNamespace model. There is now no concept of
      a single namespace for a Clusters::Platforms::Kubernetes; to
      retrieve a namespace a project must now be supplied in all cases.
      
      This simplifies upcoming work to use a separate Kubernetes
      namespace per project environment (instead of a namespace
      per project).
      101c4480
  8. 21 5月, 2019 4 次提交
  9. 20 5月, 2019 2 次提交
  10. 17 5月, 2019 6 次提交
  11. 16 5月, 2019 1 次提交
    • V
      Add Let's Encrypt client · 3c33724e
      Vladimir Shushlin 提交于
      Part of adding Let's Encrypt certificates for pages domains
      
      Add acme-client gem
      
      Client is being initialized by private key stored in secrets.yml
      Let's Encrypt account is being created lazily.
      If it's already created, Acme::Client just gets account_kid by
      calling new_account method
      
      Make Let's Encrypt client an instance
      Wrap order and challenge classes
      3c33724e
  12. 15 5月, 2019 1 次提交
    • J
      Omit max-count for diverging_commit_counts behind feature flag · f86797b5
      John Cai 提交于
      We want to optimize the query for the CountDivergingCommits rpc by
      removing the --max-count argument now that we have commit graphs
      enabled for all repositories during housekeeping. However, we want to
      test this first behind a feature flag.
      f86797b5
  13. 14 5月, 2019 2 次提交
  14. 10 5月, 2019 1 次提交
  15. 08 5月, 2019 1 次提交