Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-09Remove `:graphql` feature flagcharlie ablett
- 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`
2018-12-13Enable GraphQL API endpointPhil Hughes
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-06-05Handle exceptions outside the GraphQL schemaBob Van Landuyt
This allows us to report JSON parse exceptions to clients and ignore them in sentry.