An error occurred fetching the project authors.
- 11 Feb, 2021 1 commit
-
-
Paul Gascou-Vaillancourt authored
This updates the frontend so that the following queries and mutations hit the actual API rather than local mocks: - dastProfileCreate mutation - dastProfileUpdate mutation - dastProfiles query
-
- 10 Feb, 2021 1 commit
-
-
Paul Gascou-Vaillancourt authored
Creates the form for configuring API fuzzing.
-
- 25 Jan, 2021 1 commit
-
-
David O'Regan authored
Hook the frontend for oncall deletions up to the backend and activating the Apollo cache allowing users to delete rotations
-
- 08 Jan, 2021 1 commit
-
-
David O'Regan authored
fix(feedback): apply merge feedback
-
- 06 Jan, 2021 3 commits
-
-
Alex Kalderimis authored
Rather than skipping all queries that use the @client directive, we instead remove all such fields (and any arguments and fragments mentioned in the skipped sections) and then only skip the query if that then leaves us with an empty query. The query transformation is handled with a query printer.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This adds query validation for GraphQL, exposed in a new raketask (`gitlab:graphql:validate`). Tests are added for the validation system, which handles common patterns in our front-end code (such as Apollo client directives, and the use of ee_else_ce). The new graphql files used in the tests are excluded from prettier formatting. A couple of clearly incorrect graphql files (discovered during testing) have been fixed. One remaining one has been marked as a known failure.
-