Skip to content
Snippets Groups Projects
  1. Jun 26, 2015
  2. Jun 22, 2015
  3. Jun 05, 2015
    • Jeroen van Baarsen's avatar
      Update noteable after a new note is added · fbdaf0e2
      Jeroen van Baarsen authored
      
      **What does this do?**
      It makes sure that whenever a new note is added to an noteable item, the
      updated_at of that item is also updated.
      
      **Why is this needed?**
      At this moment when you post a comment on an issue or add a label to an issue,
      the updated_at is not changed. Because of this the filtering for least recently
      updated is not really useful (since it only takes in account the original text
      from the noteable).
      
      Signed-off-by: username-removed-1164's avatarJeroen van Baarsen <jeroenvanbaarsen@gmail.com>
      fbdaf0e2
  4. May 26, 2015
  5. May 11, 2015
  6. Apr 24, 2015
  7. Apr 16, 2015
  8. Apr 15, 2015
    • Dominik Sander's avatar
      Fix merge request comments on files with multiple commits · d4fec49a
      Dominik Sander authored
      Having a merge request with a comments on a line which is then changed
      in a later commit prevented new comments from properly showing up in the
      merge request show page.
      
       * `Note#set_diff` do not use stored the diff when creating a new note
         in merge requests (we can not be sure the diff did not changed since
         the last comment on that line)
       * Do not rely just on `outdated?` of the first note when displaying
         comments of a MR in the discussion tab, but partition the
         active/outdated notes and display them all
       * In the inline changes tab just select the active notes, so an
         outdated note does not prevent an active one from being rendered
       * Just show active comments in the side-by-side changes tab
      d4fec49a
    • Douwe Maan's avatar
      Clean up code around commit mentions. · 959ebbca
      Douwe Maan authored
      959ebbca
  9. Apr 02, 2015
  10. Mar 23, 2015
  11. Mar 19, 2015
  12. Mar 18, 2015
  13. Mar 06, 2015
  14. Feb 20, 2015
  15. Feb 08, 2015
  16. Feb 06, 2015
  17. Feb 05, 2015
  18. Jan 22, 2015
  19. Jan 19, 2015
  20. Jan 18, 2015
    • Steven Burgart's avatar
      Fix various typos · 5c801602
      Steven Burgart authored
      signe-in -> signed-in
      go_to_gihub_for_permissions -> go_to_github_for_permissions
      descendand -> descendant
      behavour -> behaviour
      recepient_email -> recipient_email
      generate_fingerpint -> generate_fingerprint
      dependes -> depends
      Cant't -> Can't
      wisit -> visit
      notifcation -> notification
      sufficent_scope -> sufficient_scope?
      levet -> level
      5c801602
  21. Jan 11, 2015
  22. Dec 15, 2014
  23. Nov 05, 2014
  24. Oct 19, 2014
  25. Oct 06, 2014
  26. Oct 03, 2014
  27. Sep 26, 2014
Loading