An error occurred fetching the project authors.
- 27 Apr, 2020 2 commits
-
-
Stan Hu authored
This reverts merge request !27276
-
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.
-
- 13 Mar, 2020 1 commit
-
-
celdem authored
-
- 25 Feb, 2020 2 commits
-
-
Giorgenes Gelatti authored
-
Michał Zając authored
-
- 17 Dec, 2019 1 commit
-
-
Cameron Swords authored
The JobArtifact is required to retrieve the creation date
-
- 12 Dec, 2019 1 commit
-
-
Tetiana Chupryna authored
Switch from read_project_security_dashboard to read_vulnerability Since it's a main policy. read_project_security_dashboard should be used only for dashboard policy
-
- 30 Oct, 2019 1 commit
-
-
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.
-
- 10 Oct, 2019 2 commits
-
-
Victor Zagorodny authored
Extract Vulnerabilities API into a separate module and implement GET projects/:id/vulnerabilities API operation. Respect :first_class_vulnerabilities feature flag.
-
Victor Zagorodny authored
Extract Vulnerabilities API into a separate module and implement GET projects/:id/vulnerabilities API operation. Respect :first_class_vulnerabilities feature flag.
-
- 08 Oct, 2019 1 commit
-
-
Victor Zagorodny authored
-
- 27 Jul, 2019 1 commit
-
-
scardoso authored
-
- 17 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
Use Vulnerabilities::OccurrencesPreloader for API requests
-
- 10 Jul, 2019 1 commit
-
-
rossfuhrman authored
Vulnerabilities API results can now be limited to a given pipeline.
-
- 17 May, 2019 1 commit
-
-
Robert Schilling authored
-
- 03 May, 2019 1 commit
-
-
Lucas Charles authored
Previously, Vulnerabilities API would return all however it should only return non-dismissed by default. This behavior can be changed with `scope=all`
-
- 30 Apr, 2019 1 commit
-
-
Lucas Charles authored
Adds API endpoint for returning all vulnerabilities for a given project
-