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