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