summaryrefslogtreecommitdiff
path: root/lib/gitlab/graphql.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove `:graphql` feature flagcharlie ablett2019-07-091-4/+0
| | | | | | | | - Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
* Enable GraphQL API endpointPhil Hughes2018-12-131-0/+4
|
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Handle exceptions outside the GraphQL schemaBob Van Landuyt2018-06-051-0/+5
This allows us to report JSON parse exceptions to clients and ignore them in sentry.