An error occurred fetching the project authors.
  1. 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
  2. 13 Mar, 2020 1 commit
  3. 25 Feb, 2020 2 commits
  4. 17 Dec, 2019 1 commit
  5. 12 Dec, 2019 1 commit
  6. 30 Oct, 2019 1 commit
    • Victor Zagorodny's avatar
      Reserve Vulnerabilities API for FCV only · 29018b2f
      Victor Zagorodny authored
      The /api/v4/project/:id/vulnerabilities is going
      to be used for serving the new Vulnerability model
      instances for First-class Vulnerabilities feature.
      The previous behavior (responding with
      Vulnerabilities::Occurrence) is moved to
      /api/v4/project/:id/vulnerability_findings path
      unconditionally (regardless of the feature flag).
      This is a breaking change.
      29018b2f
  7. 10 Oct, 2019 2 commits
  8. 08 Oct, 2019 1 commit
  9. 27 Jul, 2019 1 commit
  10. 17 Jul, 2019 1 commit
  11. 10 Jul, 2019 1 commit
  12. 17 May, 2019 1 commit
  13. 03 May, 2019 1 commit
  14. 30 Apr, 2019 1 commit