Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Sep 11, 2019
    • Nathan Friend's avatar
      Make MR pipeline widget text more descriptive (CE) · 11f1305e
      Nathan Friend authored
      This change updates the text of the pipeline widget that appears on the
      merge request page. The text has been made more consistent between
      different types of pipelines; this makes the front-end implementation
      simpler and more maintainable.  In addition, the type of pipeline is
      (i.e. regular pipeline, merge request pipeline, detached pipeline)
      included in the text, making this type more obvious to the end user.
      
      Some information has been removed from the widget as part of this
      change; however, any information that was removed already appears
      elsewhere on the merge request page.
      Unverified
      11f1305e
    • Filipa Lacerda's avatar
      Enables Run Pipeline button to be rendered · 48b98b58
      Filipa Lacerda authored
      In the Merge Request view, under pipelines tab
      the user can see a run pipeline button
      
      Adds axios post request to button click
      
      Adds the logic to handle the user click,
      refresh the table and disable the button while thee
      request is being made
      
      Updates UI for desktop and mobile
      
      Adds specs
      Regenerates potfile
      
      Follow-up after review
      
      Uses .finally to avoid code repetition
      48b98b58
  3. Sep 10, 2019
  4. Sep 09, 2019
  5. Sep 06, 2019
  6. Sep 05, 2019
  7. Sep 04, 2019
  8. Sep 03, 2019
  9. Sep 02, 2019
  10. Aug 30, 2019
  11. Aug 29, 2019
  12. Aug 28, 2019
  13. 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
  14. Aug 24, 2019
  15. Aug 23, 2019
  16. Aug 22, 2019
  17. Aug 20, 2019
  18. Aug 19, 2019
  19. Aug 17, 2019
Loading