BigW Consortium Gitlab

  1. 07 Oct, 2016 1 commit
    • 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.
  2. 06 Oct, 2016 1 commit
  3. 05 Oct, 2016 1 commit
    • Refactor Gitlab::Identifier · 16ed9b61
      Yorick Peterse authored
      This refactors Gitlab::Identifier so it uses fewer queries and is
      actually tested. Queries are reduced by caching the output as well as
      using 1 query (instead of 2) to find a user using an SSH key.
  4. 04 Oct, 2016 2 commits
  5. 03 Oct, 2016 1 commit
  6. 28 Sep, 2016 3 commits
  7. 27 Sep, 2016 5 commits
  8. 26 Sep, 2016 2 commits
  9. 22 Sep, 2016 2 commits
  10. 21 Sep, 2016 2 commits
  11. 20 Sep, 2016 3 commits
  12. 19 Sep, 2016 7 commits
  13. 16 Sep, 2016 6 commits
  14. 15 Sep, 2016 4 commits