1. 18 Jan, 2018 2 commits
    • Jan Provaznik's avatar
      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
      4b6b8ecc
    • Annabel Dunstone Gray's avatar
      Merge branch '41743-unused-selectors-for-cycle-analytics' into 'master' · a4eb71dc
      Annabel Dunstone Gray authored
      Remove unused CSS selectors for Cycle Analytics (between 1st iteration and 2nd iteration)
      
      Closes #41743
      
      See merge request gitlab-org/gitlab-ce!16270
      a4eb71dc
  2. 17 Jan, 2018 38 commits