Skip to content
Snippets Groups Projects
  1. Jan 13, 2020
  2. Nov 22, 2019
  3. Sep 13, 2019
  4. Apr 05, 2019
    • Paul Slaughter's avatar
      Fix IDE detecting MR from fork branch · 59ac0924
      Paul Slaughter authored
      **Why?**
      Currently the IDE loads a merge request based on only the
      `source_branch` name. This means it loads MR's from
      forks that have the same branch name (not good).
      
      - This required updating the BE API to accept `source_project_id`
      59ac0924
  5. Mar 09, 2019
  6. Feb 05, 2019
  7. Jan 28, 2019
  8. Jan 14, 2019
  9. Oct 04, 2018
  10. Oct 03, 2018
  11. Sep 11, 2018
  12. Jun 28, 2018
  13. Jun 06, 2018
    • Sean McGivern's avatar
      Simplify issuable finder queries · 57e6a98c
      Sean McGivern authored
      We had `item_project_ids` to help make slow queries on the dashboard faster, but
      this isn't necessary any more - the queries are plenty fast, and we forbid
      searching the dashboard without filters.
      57e6a98c
  14. May 21, 2018
  15. Mar 05, 2018
  16. Mar 01, 2018
  17. Sep 05, 2017
  18. Jul 27, 2017
    • Toon Claes's avatar
      Add top-level /merge_requests API endpoint · d7505de8
      Toon Claes authored
      And add support for additional query parameters:
      - `author_id`: Returns merge requests created by the given user `id`
      - `assignee_id`: Returns merge requests assigned to the given user `id`
      - `scope`: Return merge requests for the given scope: `created-by-me`, `assigned-to-me` or `all`
      d7505de8
  19. Apr 25, 2017
  20. Apr 03, 2017
  21. Mar 06, 2017
  22. Feb 17, 2017
  23. Dec 05, 2016
    • Jacopo's avatar
      Fix Archived project merge requests add to group's Merge Requests · 4d26ab28
      Jacopo authored
      counter
      
      This is done by:
       - Extending the IssuableFinder adding the non_archived option to the params
       - Overriding the #filter_params in the MergeRequestsAction
       - Passing the non_archived param in the nav/_group.html.haml navbar
         partial from the groups/merge_requests.html.haml
      4d26ab28
  24. Sep 20, 2016
  25. Sep 02, 2014
  26. Feb 25, 2014
Loading