An error occurred fetching the project authors.
  1. 18 Jul, 2019 1 commit
    • Markus Koller's avatar
      Add start_sha to commits API · f8cecafb
      Markus Koller authored
      When passing start_branch on committing from the WebIDE, it's possible
      that the branch has changed since editing started, which results in the
      change being applied on top of the latest commit in the branch and
      overwriting the new changes.
      
      By passing the start_sha instead we can make sure that the change is
      applied on top of the commit which the user started editing from.
      f8cecafb
  2. 16 Jul, 2019 1 commit
  3. 12 Jul, 2019 2 commits
  4. 02 Jul, 2019 1 commit
    • Stan Hu's avatar
      Add a memory cache local to the thread to reduce Redis load · 978647c6
      Stan Hu authored
      Loading `ApplicationSetting` from Redis was responsible for at least 50%
      of the CPU load of the Redis cluster on GitLab.com. Since these values
      generally don't change very much, we can load this from the database and
      cache it in memory, skipping Redis altogther. We use
      `ActiveSupport::Cache::MemoryStore` as a drop-in replacement for
      `RedisCacheStore` even though we probably don't need synchronized access
      within `Thread.current`.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63977
      978647c6
  5. 25 Jun, 2019 1 commit
  6. 22 May, 2019 2 commits
  7. 20 May, 2019 1 commit
  8. 10 May, 2019 1 commit
  9. 03 May, 2019 1 commit
  10. 29 Apr, 2019 1 commit
  11. 18 Apr, 2019 1 commit
  12. 10 Apr, 2019 1 commit
  13. 09 Apr, 2019 1 commit
  14. 28 Mar, 2019 1 commit
  15. 27 Mar, 2019 1 commit
  16. 01 Mar, 2019 1 commit
  17. 29 Jan, 2019 1 commit
  18. 15 Jan, 2019 2 commits
  19. 14 Jan, 2019 1 commit
  20. 19 Dec, 2018 3 commits
  21. 14 Dec, 2018 1 commit
  22. 11 Dec, 2018 1 commit
  23. 14 Nov, 2018 1 commit
    • Jan Provaznik's avatar
      Address specs failing in rails 4 · 134edbd7
      Jan Provaznik authored
      We want to run CI with rails 4 for a short-term (until we are sure that
      we will ship with rails 5). The problem is that rails 4 can not handle
      rails 5 schema.rb properly - specifically `t.index` directive can not
      handle multiple indexes on the same column.
      
      Because combination of rails 4 + rails 5 schema will be used
      only in CI for a short-term, we can just ignore these incompatibility
      failures. This patch adds `rails5` helper for specs.
      134edbd7
  24. 05 Oct, 2018 1 commit
  25. 10 Sep, 2018 1 commit
  26. 30 Aug, 2018 1 commit
  27. 16 Aug, 2018 2 commits
  28. 09 Jul, 2018 1 commit
  29. 06 Jul, 2018 1 commit
  30. 21 Jun, 2018 1 commit
  31. 14 Jun, 2018 1 commit
  32. 12 Jun, 2018 1 commit
  33. 05 Jun, 2018 1 commit
  34. 09 May, 2018 1 commit