1. 04 1月, 2018 3 次提交
  2. 18 11月, 2017 1 次提交
  3. 17 11月, 2017 1 次提交
  4. 01 8月, 2017 2 次提交
  5. 30 6月, 2017 1 次提交
  6. 21 6月, 2017 1 次提交
  7. 23 5月, 2017 4 次提交
  8. 03 4月, 2017 2 次提交
  9. 23 3月, 2017 1 次提交
  10. 01 3月, 2017 1 次提交
  11. 22 2月, 2017 1 次提交
  12. 15 2月, 2017 1 次提交
  13. 07 2月, 2017 1 次提交
    • Y
      Refresh authorizations when transferring projects · ebae3839
      Yorick Peterse 提交于
      This ensures that project authorizations are refreshed when moving a
      project from one namespace to another. When doing so the permissions for
      all users of both the old and new namespaces are refreshed.
      
      See #26194 for more information.
      ebae3839
  14. 01 2月, 2017 1 次提交
  15. 23 11月, 2016 1 次提交
    • Y
      Remove event caching code · 5371da34
      Yorick Peterse 提交于
      Flushing the events cache worked by updating a recent number of rows in
      the "events" table. This has the result that on PostgreSQL a lot of dead
      tuples are produced on a regular basis. This in turn means that
      PostgreSQL will spend considerable amounts of time vacuuming this table.
      This in turn can lead to an increase of database load.
      
      For GitLab.com we measured the impact of not using events caching and
      found no measurable increase in response timings. Meanwhile not flushing
      the events cache lead to the "events" table having no more dead tuples
      as now rows are only inserted into this table.
      
      As a result of this we are hereby removing events caching as it does not
      appear to help and only increases database load.
      
      For more information see the following comment:
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037
      5371da34
  16. 20 10月, 2016 1 次提交
  17. 30 6月, 2016 1 次提交
  18. 03 6月, 2016 2 次提交
  19. 13 5月, 2016 1 次提交
  20. 10 5月, 2016 1 次提交
  21. 25 4月, 2016 1 次提交
  22. 14 4月, 2016 2 次提交
  23. 04 1月, 2016 1 次提交
  24. 14 10月, 2015 1 次提交
  25. 01 10月, 2015 1 次提交
  26. 11 8月, 2015 2 次提交
  27. 15 7月, 2015 1 次提交
  28. 12 7月, 2015 1 次提交
  29. 26 3月, 2015 1 次提交
  30. 15 2月, 2015 1 次提交
    • V
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada 提交于
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7