Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 26, 2024
  2. 3月 06, 2024
  3. 2月 16, 2024
  4. 11月 09, 2021
  5. 9月 15, 2021
  6. 7月 13, 2021
  7. 4月 29, 2021
  8. 4月 28, 2021
  9. 4月 01, 2021
  10. 3月 30, 2021
  11. 3月 29, 2021
  12. 3月 16, 2021
  13. 2月 12, 2021
  14. 2月 11, 2021
  15. 1月 25, 2021
  16. 1月 08, 2021
  17. 1月 07, 2021
    • Alex Kalderimis's avatar
      This uses more sophisticated client query processing · 8412bdf4
      Alex Kalderimis 创作于
      Rather than skipping all queries that use the @client directive, we
      instead remove all such fields (and any arguments and fragments
      mentioned in the skipped sections) and then only skip the query if that
      then leaves us with an empty query.
      
      The query transformation is handled with a query printer.
      8412bdf4
    • Alex Kalderimis's avatar
      Add new known failures · 540737a2
      Alex Kalderimis 创作于
      540737a2
    • Alex Kalderimis's avatar
      Add GraphQL verification tooling · 6f54567c
      Alex Kalderimis 创作于
      This adds query validation for GraphQL, exposed in
      a new raketask (`gitlab:graphql:validate`).
      
      Tests are added for the validation system, which handles common patterns
      in our front-end code (such as Apollo client directives, and the use of
      ee_else_ce).
      
      The new graphql files used in the tests are excluded from prettier
      formatting.
      
      A couple of clearly incorrect graphql files (discovered during testing)
      have been fixed. One remaining one has been marked as a known failure.
      6f54567c
加载中