- May 24, 2021
-
-
- Apr 22, 2021
-
-
Evan Read authored
Update previously unassigned topics.
-
- Apr 09, 2021
-
-
Alexis Kalderimis authored
-
- Mar 02, 2021
-
-
Luke Duncalfe authored
This line was added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53176 but was meant to be removed before the change was merged https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53176#note_514749869.
-
Luke Duncalfe authored
-
- Feb 19, 2021
-
-
Alexis Kalderimis authored
We do not use it, it can be replaced by introspection queries, and it complicates development. The `gitlab:graphql:schema:dump` rake task now generates the file in the `./tmp` directory. The documentation is updated to mention the impact on front-end development.
-
- Feb 08, 2021
-
-
The documentation refers to "breaking changes" in multiple places, but did not define the term. This introduces a definition in the contribution guide, and adds links to this definition in multiple places.
-
- Jan 29, 2021
-
-
Adds client and developer documentation for the GraphQL API's limits: - Complexity - Max page size - Request timeout
-
- Dec 23, 2020
-
-
- Dec 16, 2020
-
-
Marcin Sedlak-Jakubowski authored
This broken anchor link was introduced yesterday, somewhere else. Fixing so 'master' remains unbroken.
-
- Nov 23, 2020
-
-
Achilleas Pipinellis authored
The previous URL had two drawbacks: 1. It didn't match what the title was about (`Assignments to DevOps Stages and Groups`, and the anchor was `#designated-technical-writers`). 2. It didn't account for the other sections, like development and API guidelines.
-
- Nov 17, 2020
-
-
Charlie Ablett authored
- add links and template
-
- Oct 26, 2020
-
-
Craig Norris authored
Add additional none/unassigned metadata to docs
-
- Sep 17, 2020
-
-
Mike Jang authored
-
- Aug 20, 2020
-
-
Marcin Sedlak-Jakubowski authored
-
- Aug 19, 2020
-
-
Charlie Ablett authored
-
- Aug 17, 2020
-
-
Charlie Ablett authored
- Use GroupMembersFinder - No bulk loading yet
-
- Aug 05, 2020
-
-
Mike Jang authored
-
- Jun 08, 2020
-
-
Users can now query the GraphQL API to pull out an entire list of users, or filter by a subset of IDs or usernames
-
- Jun 02, 2020
-
-
Amy Qualls authored
These words should not be treated as spelling errors by Vale's spelling checker.
-
- May 28, 2020
-
-
Max Woolf authored
Adds a root user query to search for a user by username or id
-
- Apr 08, 2020
- Apr 01, 2020
-
-
Mostly in Geo and HA documentation.
-
- Feb 06, 2020
-
-
The URLs needs hyphens now, so did a find and replace to add them.
-
- Jan 19, 2020
-
-
Charlie Ablett authored
-
- Dec 09, 2019
-
-
Francisco Javier López authored
Added resolvers for project and user snippets.
-
- Nov 22, 2019
-
-
- Query examples with GitLab context - Queries, mutations, data types - Arguments and input types - links to documentation - Sorting, pagination, slicing - Overview is a hands-on tutorial with live examples - Index page has links to both with an extra Getting Started section - Add create, update, delete mutation examples - Add command line example
-
- Oct 30, 2019
-
-
Mario de la Ossa authored
Use the [built-in Rake Task available as part of the graphql-ruby gem](https://github.com/rmosolgo/graphql-ruby/blob/master/lib/graphql/rake_task.rb) in order to generate both [IDL](https://www.prisma.io/blog/graphql-sdl-schema-definition-language-6755bcb9ce51) and JSON schema files. Also adds a rake task that checks to make sure the files are up-to-date as well as runs the rake task in our CI
-
- Oct 07, 2019
-
-
Update links in various admin, api and raketasks docs
-
- Sep 17, 2019
-
-
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- Jul 11, 2019
-
-
Felipe Artur authored
Adds more friendly docs for GraphQl implementation
-
- Jul 10, 2019
-
-
- Jul 09, 2019
-
-
Charlie Ablett authored
- 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`
-
- Jul 08, 2019
-
-
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
-
- Jun 17, 2019
-
-
Brett Walker authored
-
- Jun 03, 2019
-
-
Alessio Caiazza authored
We can query namespaces, and nested projects. Projects now exposes statistics
-
- May 28, 2019
-
-
Phil Hughes authored
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.
-
- May 01, 2019
-
-
Nick Thomas authored
-
- Apr 23, 2019
-
-
Brett Walker authored
-