Skip to content
Snippets Groups Projects
  1. Feb 21, 2020
  2. Jan 30, 2020
  3. Jan 21, 2020
  4. Jan 10, 2020
  5. Dec 30, 2019
  6. Dec 20, 2019
  7. Dec 18, 2019
  8. Dec 16, 2019
  9. Dec 13, 2019
  10. Dec 09, 2019
  11. Nov 27, 2019
  12. Nov 26, 2019
  13. Nov 22, 2019
  14. Nov 15, 2019
  15. Nov 12, 2019
  16. Nov 11, 2019
  17. Oct 11, 2019
  18. Sep 26, 2019
  19. Sep 18, 2019
  20. Sep 14, 2019
  21. Sep 12, 2019
  22. Aug 28, 2019
    • Igor Drozdov's avatar
      Change the way totalNotes is calculated · 72544449
      Igor Drozdov authored
      totalNotes is only used to prerender a number of
      skeleton containers until real notes are loaded
      
      issuable.discussions makes multiple requests, so
      too expensive for this
      
      This commit uses mere notes for this and sends
      actual totalNotes number if it's less than 10;
      otherwise it sends 10 - it allows us to avoid
      bunch of skeleton prerenderings, which are not
      necessary since they doesn't fit into the whole
      screen and disappear quite fast
      72544449
  23. Aug 26, 2019
    • Patrick Derichs's avatar
      Add edit_note and spec for editing quick actions · a13abd67
      Patrick Derichs authored
      Call QuickActionsService on Note update
      
      Add support for notes which just contain
      commands after editing
      
      Return http status gone (410) if note was deleted
      
      Temporary frontend addition so it is not
      failing when a note is deleted
      
      Move specs to shared examples
      
      Fix rubocop style issue
      
      Deleting note on frontend when status is 410
      
      Use guard clause for note which got deleted
      
      Simplified condition for nil note
      
      This method should no longer be called
      with nil note
      
      Refactoring of execute method to reduce
      complexity
      
      Move errors update to delete_note method
      
      Note is now deleted visually when it only
      contains commands after update
      
      Add expectation
      
      Fix style issues
      
      Changing action to fix tests
      
      Add tests for removeNote and update
      deleteNote expectations
      a13abd67
  24. Aug 15, 2019
  25. Aug 12, 2019
  26. Aug 07, 2019
  27. Aug 01, 2019
  28. Jul 18, 2019
  29. Jul 10, 2019
  30. Jul 09, 2019
    • Tim Zallmann's avatar
      Updates on success of an MR the count on top and in other tabs · b9e52612
      Tim Zallmann authored
      New API endpoint for merge request count
      Updates all open tabs at the same time with one call
      Restructured API response
      
      API response changed to 401 if no current_user
      
      Added API + JS specs
      
      Fix for Static Check
      
      Updated Count on Open/Close, Assign/Unassign of MR's
      
      Checking if MR Count is refreshed
      
      Added # frozen_string_literal: true to spec
      
      Added Changelog
      b9e52612
  31. Jul 05, 2019
  32. Jul 03, 2019
  33. Jul 02, 2019
  34. Jun 28, 2019
  35. Jun 21, 2019
  36. Jun 14, 2019
Loading