BigW Consortium Gitlab

  1. 07 Sep, 2016 2 commits
    • Limited amount of pruned Event rows per run · c0a92cb8
      Olaf Tomalka authored
      Old deployments of Gitlab might have a big number of old events to be
      deleted. Such numbers cause the worker to timeout.
      I've limited the amount of rows that should be destroyed at once to
      10000, and increased how often pruning shall take place to 4 times a
      day.
    • Added cron to prune events older than 12 months. · e25b48ff
      Olaf Tomalka authored
      Since contribution calendar shows only 12 months of activity,
      events older than that time are not visible anywhere and can be
      safely pruned saving big amount of database storage.
      
      Fixes #21164
  2. 25 Aug, 2016 1 commit
  3. 19 Aug, 2016 1 commit
  4. 18 Aug, 2016 1 commit
  5. 04 Aug, 2016 2 commits
  6. 26 Jul, 2016 1 commit
  7. 21 Jul, 2016 1 commit
  8. 18 Jul, 2016 1 commit
  9. 01 Jul, 2016 1 commit
  10. 30 Jun, 2016 1 commit
  11. 21 Jun, 2016 1 commit
  12. 16 Jun, 2016 2 commits
  13. 15 Jun, 2016 1 commit
  14. 14 Jun, 2016 1 commit
  15. 13 Jun, 2016 3 commits
  16. 03 Jun, 2016 2 commits
  17. 30 May, 2016 1 commit
  18. 17 May, 2016 1 commit
  19. 16 May, 2016 3 commits
  20. 14 May, 2016 1 commit
  21. 13 May, 2016 1 commit
  22. 12 May, 2016 1 commit
  23. 10 May, 2016 1 commit
    • Fix a few places where autoloading would fail · 5589dcf8
      Rémy Coutable authored
      - Fix naming of API::CommitStatuses
      - Ensure we use require_dependency instead of require
      - Ensure the namespace is right in lib/api/api.rb, otherwise, we
        might require Grape::API::Helpers which defines the `#params` method.
        This is to avoid requiring a file multiple times and getting an "Already
        initialized constant" error.
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  24. 09 May, 2016 2 commits
  25. 29 Apr, 2016 2 commits
  26. 27 Apr, 2016 2 commits
  27. 26 Apr, 2016 1 commit
  28. 13 Apr, 2016 1 commit
  29. 12 Apr, 2016 1 commit