An error occurred fetching the project authors.
  1. 29 Oct, 2021 1 commit
  2. 28 Oct, 2021 1 commit
  3. 27 Oct, 2021 2 commits
  4. 25 Oct, 2021 2 commits
  5. 22 Oct, 2021 1 commit
  6. 19 Oct, 2021 1 commit
    • Stan Hu's avatar
      Ensure Azure-related gems are loaded · b221a58d
      Stan Hu authored
      We attempted to load the gitlab-fog-azure-rm only if it was really
      needed for object storage, but there are a number of cases where we
      don't dynamically load these gems when we need them. To avoid the
      complexity of this dynamic allocation, we now require the gem, just as
      we do with other object storage providers. Unfortunately this adds 5 MB
      to the RAM usage of the process according to derailed_benchmarks, but
      this fairly typical for a gem for object storage.
      
      Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/334853
      
      Changelog: fixed
      b221a58d
  7. 14 Oct, 2021 2 commits
  8. 11 Oct, 2021 1 commit
  9. 07 Oct, 2021 1 commit
  10. 05 Oct, 2021 1 commit
  11. 28 Sep, 2021 1 commit
  12. 23 Sep, 2021 1 commit
  13. 21 Sep, 2021 2 commits
  14. 20 Sep, 2021 2 commits
  15. 17 Sep, 2021 1 commit
  16. 15 Sep, 2021 2 commits
  17. 13 Sep, 2021 1 commit
  18. 08 Sep, 2021 2 commits
  19. 02 Sep, 2021 1 commit
  20. 30 Aug, 2021 1 commit
  21. 25 Aug, 2021 4 commits
  22. 16 Aug, 2021 1 commit
  23. 11 Aug, 2021 1 commit
  24. 04 Aug, 2021 2 commits
  25. 02 Aug, 2021 1 commit
  26. 30 Jul, 2021 1 commit
  27. 29 Jul, 2021 1 commit
    • Matthias Kaeppler's avatar
      Upgrade unleash to 3.2.2 · 405d8f9b
      Matthias Kaeppler authored
      It is my understanding that this is currently
      unused and just tech debt, but it is sitting
      in the path for the Ruby 3 migration, and
      using the latest version resolves this
      problem.
      405d8f9b
  28. 28 Jul, 2021 1 commit
    • Patrick Steinhardt's avatar
      Convert setting the full path via SetFullPath RPC · 3c8a1ef8
      Patrick Steinhardt authored
      When writing a repo's path (e.g. "gitlab-org/gitlab") into the
      gitconfig, we currently use the `SetConfig()` RPC. This RPC has been
      deprecated by Gitaly in favor of a new `SetFullPath()`, which can only
      be used to explicitly write the repo's path into the gitconfig.
      
      Convert the code to use the new RPC.
      3c8a1ef8
  29. 26 Jul, 2021 1 commit