Skip to content
Snippets Groups Projects
  1. Feb 17, 2020
  2. Jan 30, 2020
  3. Dec 13, 2019
  4. Dec 11, 2019
  5. Nov 15, 2019
  6. Sep 27, 2019
  7. Sep 14, 2019
  8. 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
  9. Aug 07, 2019
  10. Jul 15, 2019
  11. Jul 10, 2019
  12. Jul 05, 2019
  13. Jul 02, 2019
  14. May 07, 2019
  15. May 01, 2019
  16. Feb 18, 2019
  17. Feb 14, 2019
  18. Feb 06, 2019
  19. Jan 25, 2019
    • Oswaldo Ferreir's avatar
      Adjusts suggestions unable to be applied · 1b93b3b6
      Oswaldo Ferreir authored
      1. Presents the system error message when available,
      when applying suggestions
      
      2. Adjusts target branch updates affecting MRs pointing
      to it when there are previously created suggestions in
      the MR. We just need to compare the HEAD shas from
      position and MR source branch.
      1b93b3b6
  20. Dec 13, 2018
  21. Dec 08, 2018
  22. Nov 27, 2018
  23. Nov 14, 2018
    • Phil Hughes's avatar
      Made diff & note data consistent · 234563ba
      Phil Hughes authored
      This caused many pain points when working with it.
      Part of the data was camel cased the other snake case.
      Other parts where snake case & then getting converted in components,
      this conversion has the potential for leaking memory.
      
      This changes that & makes it consistent with what it returned from the
      API, snake case.
      Unverified
      234563ba
  24. Nov 09, 2018
  25. Nov 05, 2018
  26. Oct 23, 2018
  27. Oct 06, 2018
  28. Sep 21, 2018
  29. Sep 13, 2018
  30. Sep 12, 2018
  31. Sep 07, 2018
Loading