1. 08 10月, 2019 1 次提交
  2. 18 9月, 2019 1 次提交
  3. 11 7月, 2019 2 次提交
  4. 09 7月, 2019 1 次提交
    • C
      Remove `:graphql` feature flag · 639ab521
      charlie ablett 提交于
      - 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
  5. 08 7月, 2019 1 次提交
  6. 18 6月, 2019 1 次提交
  7. 03 6月, 2019 1 次提交
  8. 28 5月, 2019 1 次提交
    • P
      Enables GraphQL batch requests · 11f85ae8
      Phil Hughes 提交于
      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
  9. 01 5月, 2019 1 次提交
  10. 24 4月, 2019 1 次提交
  11. 04 1月, 2019 1 次提交
  12. 28 6月, 2018 1 次提交
  13. 15 6月, 2018 1 次提交
    • B
      Allow querying a single MR within a project · 9403b1d9
      Bob Van Landuyt 提交于
      This allows the user to get a single MR nested in a GraphQL project
      query.
      
      Since we need the full path and the iid anyway, this makes more sense
      than having a root query that needs the full path as well.
      9403b1d9
  14. 06 6月, 2018 2 次提交