Skip to content
Snippets Groups Projects
  1. Dec 13, 2019
  2. Dec 11, 2019
  3. Nov 15, 2019
  4. Sep 27, 2019
  5. Sep 14, 2019
  6. 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
  7. Aug 07, 2019
  8. Jul 15, 2019
  9. Jul 10, 2019
  10. Jul 05, 2019
  11. Jul 02, 2019
  12. May 07, 2019
  13. May 01, 2019
  14. Feb 18, 2019
  15. Feb 14, 2019
  16. Feb 06, 2019
  17. 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
  18. Dec 13, 2018
  19. Dec 08, 2018
  20. Nov 27, 2018
  21. 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
  22. Nov 09, 2018
  23. Nov 05, 2018
  24. Oct 23, 2018
  25. Oct 06, 2018
  26. Sep 21, 2018
  27. Sep 13, 2018
  28. Sep 12, 2018
  29. Sep 07, 2018
  30. Jul 10, 2018
    • Filipa Lacerda's avatar
      Fixes toggle discussion button not expanding collapsed discussions · ac71675d
      Filipa Lacerda authored
      Discussions were being toggled by jquery DOM querying them and toggling
      visibility but in vue, only the open discussions will be in the DOM
      Fix includes:
       - Adds a getter to the store to get the expanded discussions
       - Adds an action to collapse a discussion
       - When the user clicks the button, all data needed is now accessible
         through a getter and we can dispatch an action to toggle the discussion
         within the state, instead of showing/hiding with jQuery
       - Removes hardcoded properties
      
      Resolves #48237
      Unverified
      ac71675d
  31. Jul 09, 2018
Loading