An error occurred fetching the project authors.
  1. 19 May, 2020 1 commit
  2. 18 May, 2020 1 commit
  3. 04 May, 2020 1 commit
  4. 27 Apr, 2020 2 commits
    • Stan Hu's avatar
      Revert "Merge branch 'sh-update-grape-gem' into 'master'" · 106dbbfb
      Stan Hu authored
      This reverts merge request !27276
      106dbbfb
    • Stan Hu's avatar
      Upgrade Grape v1.1.0 to v1.3.2 · f31bac1d
      Stan Hu authored
      This brings in Ruby 2.7 suport and a number of fixes:
      https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md
      
      1. Move all inherited Grape::API -> Grape::API::Instance
      2. Remove use of Virtus since this has been removed from Grape.
      3. Extract Rack::Response from API error
      4. Grape v1.2.3 pulled in a fix used in SafeFile:
      https://github.com/ruby-grape/grape/pull/1844, so we no longer need
      to maintain our custom type.
      5. Adapt WorkhorseFile with the latest changes to make custom types work
      with Grape and dry-types.
      6. Ensure Array[String] is coerced properly.
      
      The change from Virtus to dry-types now requires all strings to be
      coerced to arrays. Before this was done within Virtus.
      
      7. Coerce Array[Integer] types to arrays of integers
      
      The change from Virtus to dry-types now requires all strings to be
      coerced to arrays of integers. Before this was done within Virtus.
      f31bac1d
  5. 20 Apr, 2020 1 commit
  6. 03 Mar, 2020 1 commit
  7. 23 Jan, 2020 1 commit
    • Alex Pooley's avatar
      Align project and personal snippet abilities · 766d8733
      Alex Pooley authored
      Mostly a search and replace for *_project_snippet and *_personal_snippet
      abilities across app and spec files. Replaced with just *_snippet and
      falling back on the type of subject to determine which policies to
      apply.
      
      There are some less trivial changes included which relate to inferring
      an abilities name from the subject class. Because ProjectSnippet is a
      child of Snippet there is some special handling around the place. There
      is perhaps potential to clean this up a bit as there is the same logic
      spread out in various locations.
      
      Various changes required after review
      
      - Renamed before_action names
      - Fixed snippet note mailer with spec
      - Removed incorrect/unecessary policy parameter
      - Fix personal snippet note policy spec
      766d8733
  8. 16 Jan, 2020 1 commit
  9. 29 Aug, 2019 1 commit
  10. 30 Nov, 2018 1 commit
  11. 28 Nov, 2018 1 commit
  12. 30 Sep, 2018 1 commit
  13. 11 Sep, 2018 2 commits
  14. 21 Aug, 2018 1 commit
  15. 18 Apr, 2018 1 commit
  16. 14 Apr, 2018 1 commit
  17. 17 Jan, 2018 1 commit
  18. 11 Jan, 2018 2 commits
  19. 31 Aug, 2017 1 commit
  20. 29 Aug, 2017 2 commits
  21. 28 Aug, 2017 2 commits
  22. 20 Jul, 2017 1 commit
  23. 07 Jul, 2017 1 commit
  24. 31 May, 2017 1 commit
  25. 10 May, 2017 2 commits
  26. 16 Mar, 2017 1 commit
  27. 02 Mar, 2017 4 commits
  28. 21 Feb, 2017 1 commit
  29. 02 Feb, 2017 2 commits
    • Sean McGivern's avatar
      Check public snippets for spam · 8df474ea
      Sean McGivern authored
      Apply the same spam checks to public snippets (either personal snippets
      that are public, or public snippets on public projects) as to issues on
      public projects.
      8df474ea
    • Sean McGivern's avatar
      Check public snippets for spam · c63194ce
      Sean McGivern authored
      Apply the same spam checks to public snippets (either personal snippets
      that are public, or public snippets on public projects) as to issues on
      public projects.
      c63194ce
  30. 05 Dec, 2016 1 commit