Skip to content
Snippets Groups Projects
  1. May 24, 2021
  2. Apr 22, 2021
  3. Apr 09, 2021
  4. Mar 02, 2021
  5. Feb 19, 2021
    • Alexis Kalderimis's avatar
      Do not commit the generated schema · baedeb4e
      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.
      baedeb4e
  6. Feb 08, 2021
    • Dan Jensen's avatar
      Add definition of "breaking changes" · 9644688c
      Dan Jensen authored and Tim Zallmann's avatar Tim Zallmann committed
      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.
      9644688c
  7. Jan 29, 2021
  8. Dec 23, 2020
  9. Dec 16, 2020
  10. Nov 23, 2020
  11. Nov 17, 2020
  12. Oct 26, 2020
  13. Sep 17, 2020
  14. Aug 20, 2020
  15. Aug 19, 2020
  16. Aug 17, 2020
  17. Aug 05, 2020
  18. Jun 08, 2020
  19. Jun 02, 2020
  20. May 28, 2020
  21. Apr 08, 2020
  22. Apr 01, 2020
  23. Feb 06, 2020
  24. Jan 19, 2020
  25. Dec 09, 2019
  26. Nov 22, 2019
    • Charlie Ablett's avatar
      GraphQL overview for API consumers · 420f9219
      Charlie Ablett authored and Evan Read's avatar Evan Read committed
      - 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
      420f9219
  27. Oct 30, 2019
  28. Oct 07, 2019
  29. Sep 17, 2019
  30. Jul 11, 2019
  31. Jul 10, 2019
  32. Jul 09, 2019
    • Charlie Ablett's avatar
      Remove `:graphql` feature flag · 639ab521
      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`
      639ab521
  33. Jul 08, 2019
  34. Jun 17, 2019
  35. Jun 03, 2019
  36. May 28, 2019
    • Phil Hughes's avatar
      Enables GraphQL batch requests · 11f85ae8
      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.
      11f85ae8
  37. May 01, 2019
  38. Apr 23, 2019
Loading