An error occurred fetching the project authors.
  1. 14 Nov, 2018 1 commit
  2. 19 Sep, 2018 1 commit
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  3. 21 Feb, 2018 1 commit
    • Sean McGivern's avatar
      Refactor IssuableFinder to extract model-specific logic · c2fc4066
      Sean McGivern authored
      By extracting a new `filter_items` method, we can override that in the
      IssuesFinder and MergeRequestsFinder separately, so we don't need checks that
      the model is the correct one, because we can just use the class we're in to know
      that.
      
      We can do the same for the VALID_PARAMS constant, by making it a class method.
      c2fc4066
  4. 05 Jan, 2018 1 commit
  5. 22 Nov, 2017 1 commit
  6. 07 Nov, 2017 1 commit
  7. 06 Nov, 2017 1 commit
  8. 18 Sep, 2017 2 commits
  9. 23 Feb, 2017 4 commits
  10. 16 Feb, 2017 2 commits
  11. 09 Feb, 2017 1 commit
  12. 05 Dec, 2016 1 commit
    • 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
  13. 18 Nov, 2016 1 commit
  14. 22 Sep, 2016 1 commit
  15. 20 Sep, 2016 1 commit
  16. 01 Aug, 2016 1 commit
    • zs's avatar
      State specific default sort order for issuables · 84a3225b
      zs authored
      Provide more sensible default sort order for issues and merge requests
      based on the following table:
      
      | type           | state  | default sort order |
      |----------------|--------|--------------------|
      | issues         | open   | last created       |
      | issues         | closed | last updated       |
      | issues         | all    | last created       |
      | merge requests | open   | last created       |
      | merge requests | merged | last updated       |
      | merge requests | closed | last updated       |
      | merge requests | all    | last created       |
      84a3225b
  17. 19 Mar, 2016 1 commit
  18. 02 Mar, 2016 1 commit
  19. 19 Feb, 2016 1 commit
  20. 17 Feb, 2016 1 commit
  21. 17 Nov, 2015 1 commit