Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 17, 2020
  3. Feb 07, 2020
  4. Jan 30, 2020
  5. Jan 22, 2020
  6. Dec 30, 2019
  7. Dec 18, 2019
  8. Dec 14, 2019
  9. Dec 13, 2019
  10. Dec 11, 2019
  11. Dec 05, 2019
  12. Nov 26, 2019
  13. Nov 22, 2019
  14. Nov 18, 2019
  15. Nov 15, 2019
  16. Nov 12, 2019
  17. Oct 11, 2019
  18. Oct 02, 2019
  19. Sep 30, 2019
  20. Sep 27, 2019
  21. Sep 26, 2019
  22. Sep 19, 2019
  23. Sep 18, 2019
  24. Sep 14, 2019
  25. Sep 12, 2019
  26. Sep 11, 2019
  27. 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
  28. 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
  29. Aug 15, 2019
  30. Aug 12, 2019
  31. Aug 08, 2019
  32. Aug 07, 2019
  33. Aug 05, 2019
  34. Jul 27, 2019
  35. Jul 17, 2019
  36. Jul 15, 2019
Loading