BigW Consortium Gitlab

  1. 30 Jan, 2018 1 commit
    • Make pagination optional for issuables · b02a6bed
      Jan Provaznik authored
      On epics roadmap page we list all epics in the given time frame
      without pagination (at least for the first iteration), in this
      case it would be nice to use the existing issuables index logic
      except pagination (see MR gitlab-ee!4281). For this reason this
      patch allows to easily disable pagination.
      
      Related gitlab-ee!4281
  2. 18 Jan, 2018 1 commit
    • 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
  3. 22 Dec, 2017 1 commit
  4. 18 Dec, 2017 1 commit
    • Reset todo counters when the target is deleted · ef454f68
      Sean McGivern authored
      When the target is deleted, todos are destroyed, but we did not reset the todo
      cache for users with todos on the deleted target. This would only update after
      the next time the todo cache was updated for that user.
  5. 08 Dec, 2017 1 commit
  6. 06 Nov, 2017 1 commit
  7. 02 Nov, 2017 1 commit
  8. 26 Oct, 2017 1 commit
  9. 20 Oct, 2017 1 commit
  10. 17 Oct, 2017 1 commit
  11. 03 Oct, 2017 2 commits
  12. 18 Sep, 2017 1 commit
    • Eliminate N+1 queries in loading discussions.json endpoint · 8690ca5c
      Stan Hu authored
      In #37955,we see that the profile had a number of N+1 queries from repeated
      access to `cross_reference_not_visible_for?`. This was optimized in previous
      versions of GitLab by rendering all notes at once, counting the number of
      visible references, and then using that number to check whether a system note
      should be fully redacted.
      
      There was also another N+1 query calling `ProjectTeam#member?`, which did not
      take advantage of an optimization in prepare_notes_for_rendering that would
      preload the maximum access level per project.
      
      Closes #37955
  13. 04 Sep, 2017 1 commit
  14. 29 Aug, 2017 1 commit
  15. 14 Aug, 2017 1 commit
  16. 11 Aug, 2017 3 commits
  17. 10 Aug, 2017 1 commit
  18. 09 Aug, 2017 2 commits
  19. 02 Aug, 2017 1 commit
  20. 24 Jul, 2017 2 commits
  21. 19 Jul, 2017 1 commit
  22. 18 Jul, 2017 1 commit
  23. 05 Jul, 2017 1 commit
  24. 21 Jun, 2017 1 commit
  25. 15 Jun, 2017 1 commit
  26. 14 Jun, 2017 1 commit
  27. 10 Jun, 2017 1 commit
  28. 25 May, 2017 1 commit
  29. 19 May, 2017 1 commit
  30. 04 May, 2017 2 commits
  31. 06 Apr, 2017 1 commit
  32. 05 Apr, 2017 1 commit
  33. 25 Mar, 2017 1 commit
  34. 21 Mar, 2017 1 commit