Skip to content
Snippets Groups Projects
  1. Jan 13, 2020
  2. Dec 30, 2019
  3. Dec 27, 2019
  4. Nov 21, 2019
  5. Nov 05, 2019
  6. Oct 28, 2019
  7. Oct 20, 2019
  8. Sep 26, 2019
  9. Sep 18, 2019
  10. Sep 11, 2019
    • 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
  11. Aug 22, 2019
  12. Aug 19, 2019
  13. Jul 16, 2019
  14. Jul 12, 2019
  15. Jul 08, 2019
  16. Jul 04, 2019
  17. Jul 03, 2019
  18. Jun 28, 2019
  19. Jun 20, 2019
    • Oswaldo Ferreir's avatar
      Automatically update MR merge-ref along merge status · 3af348b6
      Oswaldo Ferreir authored
      This couples the code that transitions the `MergeRequest#merge_status`
      and refs/merge-requests/:iid/merge ref update.
      
      In general, instead of directly telling `MergeToRefService` to update
      the merge ref, we should rely on `MergeabilityCheckService` to keep
      both the merge status and merge ref synced. Now, if the merge_status is
      `can_be_merged` it means the merge-ref is also updated to the latest.
      
      We've also updated the logic to be more systematic and less user-based.
      3af348b6
  20. Jun 11, 2019
  21. Jun 07, 2019
    • Patrick Derichs's avatar
      Add task count and completed count to responses of Issue and MR · b70d23c2
      Patrick Derichs authored
      Add spec for task_completion_status
      
      Add test cases for task_completion_status result
      
      Extracted shared samples
      
      Add new spec file for task completion status response
      
      Fix style errors
      
      Add changelog entry
      
      Changed samples to Hashes
      
      Remove test for successful request
      
      Remove not nil expectation
      
      Add task_completion_status to api documentation for issues
      
      Add task_completion_status to api documentation for merge_requests
      
      Refactor spec so it just requests one specific item
      
      Add task_completion_status to Taskable
      
      Simplified task completion status in entities
      
      Refactor spec so it separates status code check and content check
      
      Fix spec description text and field name
      b70d23c2
  22. May 31, 2019
    • Oswaldo Ferreir's avatar
      Simplify merge_ref_head methods · 96db70a4
      Oswaldo Ferreir authored
      96db70a4
    • Oswaldo Ferreir's avatar
      Automatically update MR merge-ref along merge status · b965009d
      Oswaldo Ferreir authored
      This couples the code that transitions the `MergeRequest#merge_status`
      and refs/merge-requests/:iid/merge ref update.
      
      In general, instead of directly telling `MergeToRefService` to update
      the merge ref, we should rely on `MergeabilityCheckService` to keep
      both the merge status and merge ref synced. Now, if the merge_status is
      `can_be_merged` it means the merge-ref is also updated to the latest.
      
      We've also updated the logic to be more systematic and less user-based.
      b965009d
  23. Apr 30, 2019
  24. Feb 26, 2019
  25. Feb 25, 2019
  26. Feb 18, 2019
  27. Feb 14, 2019
  28. Feb 06, 2019
  29. Feb 05, 2019
  30. Feb 01, 2019
  31. Jan 14, 2019
  32. Jan 04, 2019
  33. Dec 06, 2018
  34. Nov 28, 2018
  35. Nov 27, 2018
Loading