1. 28 6月, 2018 1 次提交
  2. 06 6月, 2018 1 次提交
    • S
      Simplify issuable finder queries · 57e6a98c
      Sean McGivern 提交于
      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
  3. 21 5月, 2018 1 次提交
  4. 05 3月, 2018 1 次提交
  5. 01 3月, 2018 1 次提交
  6. 05 9月, 2017 1 次提交
  7. 28 7月, 2017 1 次提交
    • T
      Add top-level /merge_requests API endpoint · d7505de8
      Toon Claes 提交于
      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
  8. 26 4月, 2017 1 次提交
  9. 04 4月, 2017 1 次提交
  10. 06 3月, 2017 1 次提交
  11. 18 2月, 2017 1 次提交
  12. 06 12月, 2016 1 次提交
    • J
      Fix Archived project merge requests add to group's Merge Requests · 4d26ab28
      Jacopo 提交于
      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
  13. 20 9月, 2016 1 次提交
  14. 02 9月, 2014 1 次提交
  15. 26 2月, 2014 1 次提交