Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42 | GitLab Bot | 2021-02-18 | 1 | -0/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42 | GitLab Bot | 2020-12-17 | 1 | -1/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42 | GitLab Bot | 2020-10-21 | 1 | -2/+14 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-4-stable-ee | GitLab Bot | 2020-09-19 | 1 | -1/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 1 | -1/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-02 | 1 | -0/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-18 | 1 | -0/+1 |
| | |||||
* | Propagate argument errors as execution errorsajk-handle-gql-errors | Alex Kalderimis | 2019-07-30 | 1 | -0/+4 |
| | |||||
* | Remove `:graphql` feature flag | charlie ablett | 2019-07-09 | 1 | -5/+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 batch requests | Phil Hughes | 2019-05-29 | 1 | -1/+2 |
| | |||||
* | Enables GraphQL batch requests | Phil Hughes | 2019-05-28 | 1 | -7/+39 |
| | | | | | | | | | Enabling GraphQL batch requests allows for multiple queries to be sent in 1 request reducing the amount of requests we send to the server. Responses come come back in the same order as the queries were provided. | ||||
* | Add API access check to Graphql | Felipe Artur | 2019-03-27 | 1 | -0/+5 |
| | | | | Check if user can access API on GraphqlController | ||||
* | Allow GraphQL requests without CSRF token | Bob Van Landuyt | 2019-03-06 | 1 | -1/+8 |
| | | | | | | | | | | | | With this we allow authentication using a session or using personal access token. Authentication using a session, and CSRF token makes it easy to play with GraphQL from the Graphiql endpoint we expose. But we cannot enforce CSRF validity, otherwise authentication for regular API clients would fail when they use personal access tokens to authenticate. | ||||
* | Enable GraphQL API endpoint | Phil Hughes | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | Remove issue_suggestions feature flag | Phil Hughes | 2018-12-13 | 1 | -1/+1 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55166 | ||||
* | Merge branch 'security-fix-pat-web-access' into 'master' | Cindy Pallares | 2018-11-28 | 1 | -0/+1 |
| | | | | | [master] Resolve "Personal access token with only `read_user` scope can be used to authenticate any web request" See merge request gitlab/gitlabhq!2583 | ||||
* | Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controller | gfyoung | 2018-09-18 | 1 | -0/+2 |
| | | | | | | | | | | | | Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424. | ||||
* | Handle exceptions outside the GraphQL schema | Bob Van Landuyt | 2018-06-05 | 1 | -21/+17 |
| | | | | | This allows us to report JSON parse exceptions to clients and ignore them in sentry. | ||||
* | Add a minimal GraphQL API | Nick Thomas | 2018-06-05 | 1 | -0/+49 |