summaryrefslogtreecommitdiff
path: root/app/controllers/graphql_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+5
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+5
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+14
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+9
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-0/+1
* Propagate argument errors as execution errorsajk-handle-gql-errorsAlex Kalderimis2019-07-301-0/+4
* Remove `:graphql` feature flagcharlie ablett2019-07-091-5/+0
* Enable GraphQL batch requestsPhil Hughes2019-05-291-1/+2
* Enables GraphQL batch requestsPhil Hughes2019-05-281-7/+39
* Add API access check to GraphqlFelipe Artur2019-03-271-0/+5
* Allow GraphQL requests without CSRF tokenBob Van Landuyt2019-03-061-1/+8
* Enable GraphQL API endpointPhil Hughes2018-12-131-1/+1
* Remove issue_suggestions feature flagPhil Hughes2018-12-131-1/+1
* Merge branch 'security-fix-pat-web-access' into 'master'Cindy Pallares2018-11-281-0/+1
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Handle exceptions outside the GraphQL schemaBob Van Landuyt2018-06-051-21/+17
* Add a minimal GraphQL APINick Thomas2018-06-051-0/+49