BigW Consortium Gitlab

  1. 18 Jan, 2018 2 commits
    • Return last edited time instead of update time · 4b6b8ecc
      Jan Provaznik authored
      For issuable models we keep two timestamps:
      updated_at which is updated whenever any model attribute is changed,
      last_edited_at which is changed when only title or description is
      changed.
      
      In UI bellow description we display who and when updated the item. But
      last_edited_by (used for 'who') is mistakenly combined with updated_at
      (when), last_edited_at should be used instead.
      
      Closes #41247
  2. 29 Nov, 2017 1 commit
  3. 02 Nov, 2017 1 commit
  4. 31 Aug, 2017 1 commit
    • Remove issuable finder count caching · e7817fc1
      Sean McGivern authored
      We're going to cache the total open count separately, and then just perform
      these counts on the list. We already do that to get the pagination information,
      through Kaminari, and a future change will make Kaminari reuse the query results
      from earlier in the request.
  5. 02 Aug, 2017 1 commit
  6. 01 Aug, 2017 1 commit
  7. 19 Jul, 2017 1 commit
  8. 11 Jul, 2017 1 commit
  9. 30 Jun, 2017 2 commits
  10. 21 Jun, 2017 1 commit
  11. 02 Jun, 2017 1 commit
  12. 31 May, 2017 2 commits
  13. 04 May, 2017 1 commit
  14. 23 Feb, 2017 3 commits
  15. 27 Jan, 2017 1 commit
  16. 28 Nov, 2016 1 commit
  17. 30 Sep, 2016 2 commits
  18. 19 Aug, 2016 2 commits