An error occurred fetching the project authors.
  1. 01 Feb, 2017 1 commit
  2. 30 Jan, 2017 1 commit
  3. 26 Jan, 2017 1 commit
  4. 17 Jan, 2017 1 commit
  5. 15 Jan, 2017 1 commit
  6. 21 Dec, 2016 2 commits
    • Markus Koller's avatar
      Add more storage statistics · 3ef4f74b
      Markus Koller authored
      This adds counters for build artifacts and LFS objects, and moves
      the preexisting repository_size and commit_count from the projects
      table into a new project_statistics table.
      
      The counters are displayed in the administration area for projects
      and groups, and also available through the API for admins (on */all)
      and normal users (on */owned)
      
      The statistics are updated through ProjectCacheWorker, which can now
      do more granular updates with the new :statistics argument.
      3ef4f74b
    • Markus Koller's avatar
      Don't expose all namespace fields in API · d05dd81b
      Markus Koller authored
      d05dd81b
  7. 16 Dec, 2016 1 commit
  8. 02 Dec, 2016 1 commit
  9. 01 Dec, 2016 1 commit
  10. 28 Nov, 2016 2 commits
  11. 23 Nov, 2016 1 commit
  12. 11 Nov, 2016 1 commit
  13. 08 Nov, 2016 1 commit
  14. 07 Nov, 2016 1 commit
  15. 04 Nov, 2016 1 commit
  16. 11 Oct, 2016 1 commit
  17. 10 Oct, 2016 1 commit
  18. 07 Oct, 2016 1 commit
    • Nick Thomas's avatar
      Add markdown cache columns to the database, but don't use them yet · e94cd6fd
      Nick Thomas authored
      This commit adds a number of _html columns and, with the exception of Note,
      starts updating them whenever the content of their partner fields changes.
      
      Note has a collision with the note_html attr_accessor; that will be fixed later
      
      A background worker for clearing these cache columns is also introduced - use
      `rake cache:clear` to set it off. You can clear the database or Redis caches
      separately by running `rake cache:clear:db` or `rake cache:clear:redis`,
      respectively.
      e94cd6fd
  19. 04 Oct, 2016 2 commits
  20. 28 Sep, 2016 1 commit
  21. 20 Sep, 2016 1 commit
  22. 19 Sep, 2016 1 commit
  23. 01 Sep, 2016 1 commit
  24. 24 Aug, 2016 1 commit
  25. 11 Aug, 2016 1 commit
  26. 09 Aug, 2016 2 commits
  27. 04 Aug, 2016 1 commit
  28. 20 Jul, 2016 1 commit
  29. 19 Jul, 2016 1 commit
  30. 13 Jul, 2016 1 commit
  31. 12 Jul, 2016 4 commits
  32. 11 Jul, 2016 2 commits