Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apollo-server-core: unified Studio reporting #4142

Merged
merged 46 commits into from Apr 28, 2021

Commits on Apr 28, 2021

  1. Unified: handoff from Josh to David

    Joshua Segaran authored and glasser committed Apr 28, 2021
    Copy the full SHA
    295015f View commit details
    Browse the repository at this point in the history
  2. update snapshot

    glasser committed Apr 28, 2021
    Copy the full SHA
    87c1193 View commit details
    Browse the repository at this point in the history
  3. Add FIXMEs, fix easy stuff

    The easy stuff is:
    - introduce some `?.`
    - drop unnecessary await
    - drop unnecessary return
    glasser committed Apr 28, 2021
    Copy the full SHA
    1da9e6e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7a4a4eb View commit details
    Browse the repository at this point in the history
  5. Filename matches class name

    glasser committed Apr 28, 2021
    Copy the full SHA
    50ce44d View commit details
    Browse the repository at this point in the history
  6. Make traceHasErrors stop the whole walk

    Previously we wouldn't look at the descendents of the errored node but
    we'd continue around the rest of the trace.
    glasser committed Apr 28, 2021
    Copy the full SHA
    0c20937 View commit details
    Browse the repository at this point in the history
  7. prettier

    glasser committed Apr 28, 2021
    Copy the full SHA
    4e931ee View commit details
    Browse the repository at this point in the history
  8. build

    glasser committed Apr 28, 2021
    Copy the full SHA
    0b7df92 View commit details
    Browse the repository at this point in the history
  9. build

    glasser committed Apr 28, 2021
    Copy the full SHA
    c68e2d9 View commit details
    Browse the repository at this point in the history
  10. no |void

    glasser committed Apr 28, 2021
    Copy the full SHA
    2fe97d0 View commit details
    Browse the repository at this point in the history
  11. comment

    glasser committed Apr 28, 2021
    Copy the full SHA
    37c201d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    9772dc0 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    f33eec4 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    8e7fe19 View commit details
    Browse the repository at this point in the history
  15. no linked list

    glasser committed Apr 28, 2021
    Copy the full SHA
    8258710 View commit details
    Browse the repository at this point in the history
  16. set report.endtime

    glasser committed Apr 28, 2021
    Copy the full SHA
    d0c6386 View commit details
    Browse the repository at this point in the history
  17. Update protobuf and improve a few things

    - We don't use fromObject, so drop it from generated code (new flag added in
      1.1.0 of our fork)
    - Add js_preEncoded option (from our fork) instead of hardcoded a single field
      to work this way; now it even works with TS typing!
    - Add more classes to avoid casts
    - Make debugPrintReports actually print the full report via decoding
    glasser committed Apr 28, 2021
    Copy the full SHA
    d5d095c View commit details
    Browse the repository at this point in the history
  18. move stuff and rename

    glasser committed Apr 28, 2021
    Copy the full SHA
    6a9af78 View commit details
    Browse the repository at this point in the history
  19. oops

    glasser committed Apr 28, 2021
    Copy the full SHA
    29af5e4 View commit details
    Browse the repository at this point in the history
  20. cleanup exports

    glasser committed Apr 28, 2021
    Copy the full SHA
    b51905e View commit details
    Browse the repository at this point in the history
  21. rename files

    glasser committed Apr 28, 2021
    Copy the full SHA
    b73031f View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    3358310 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    ca7d24c View commit details
    Browse the repository at this point in the history
  24. confirmed a FIXME

    glasser committed Apr 28, 2021
    Copy the full SHA
    d9a436c View commit details
    Browse the repository at this point in the history
  25. review a comment

    glasser committed Apr 28, 2021
    Copy the full SHA
    08acc3d View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    9e3f793 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    c6c4e3e View commit details
    Browse the repository at this point in the history
  28. Release

     - apollo-cache-control@0.12.1-unified.0
     - apollo-datasource-rest@0.12.1-unified.0
     - apollo-datasource@0.8.1-unified.0
     - apollo-reporting-protobuf@0.6.3-unified.0
     - apollo-server-azure-functions@2.23.1-unified.0
     - apollo-server-cache-memcached@0.7.1-unified.0
     - apollo-server-cache-redis@1.4.1-unified.0
     - apollo-server-caching@0.6.1-unified.0
     - apollo-server-cloud-functions@2.23.1-unified.0
     - apollo-server-cloudflare@2.23.1-unified.0
     - apollo-server-core@2.23.1-unified.0
     - apollo-server-env@3.0.1-unified.0
     - apollo-server-express@2.23.1-unified.0
     - apollo-server-fastify@2.23.1-unified.0
     - apollo-server-hapi@2.23.1-unified.0
     - apollo-server-integration-testsuite@2.23.1-unified.0
     - apollo-server-koa@2.23.1-unified.0
     - apollo-server-lambda@2.23.1-unified.0
     - apollo-server-micro@2.23.1-unified.0
     - apollo-server-plugin-base@0.11.1-unified.0
     - apollo-server-plugin-operation-registry@0.9.1-unified.0
     - apollo-server-plugin-response-cache@0.7.1-unified.0
     - apollo-server-testing@2.23.1-unified.0
     - apollo-server-types@0.7.1-unified.0
     - apollo-server@2.23.1-unified.0
     - apollo-tracing@0.13.1-unified.0
     - graphql-extensions@0.13.1-unified.0
    glasser committed Apr 28, 2021
    Copy the full SHA
    d4b4796 View commit details
    Browse the repository at this point in the history
  29. prettier

    glasser committed Apr 28, 2021
    Copy the full SHA
    1efda63 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    fe8678f View commit details
    Browse the repository at this point in the history
  31. Release

     - apollo-cache-control@0.12.1-unified.1
     - apollo-datasource-rest@0.12.1-unified.1
     - apollo-reporting-protobuf@0.6.3-unified.1
     - apollo-server-azure-functions@2.23.1-unified.1
     - apollo-server-cloud-functions@2.23.1-unified.1
     - apollo-server-cloudflare@2.23.1-unified.1
     - apollo-server-core@2.23.1-unified.1
     - apollo-server-express@2.23.1-unified.1
     - apollo-server-fastify@2.23.1-unified.1
     - apollo-server-hapi@2.23.1-unified.1
     - apollo-server-integration-testsuite@2.23.1-unified.1
     - apollo-server-koa@2.23.1-unified.1
     - apollo-server-lambda@2.23.1-unified.1
     - apollo-server-micro@2.23.1-unified.1
     - apollo-server-plugin-base@0.11.1-unified.1
     - apollo-server-plugin-operation-registry@0.9.1-unified.1
     - apollo-server-plugin-response-cache@0.7.1-unified.1
     - apollo-server-testing@2.23.1-unified.1
     - apollo-server-types@0.7.1-unified.1
     - apollo-server@2.23.1-unified.1
     - apollo-tracing@0.13.1-unified.1
     - graphql-extensions@0.13.1-unified.1
    glasser committed Apr 28, 2021
    Copy the full SHA
    47226e9 View commit details
    Browse the repository at this point in the history
  32. fix

    glasser committed Apr 28, 2021
    Copy the full SHA
    c75fe68 View commit details
    Browse the repository at this point in the history
  33. Release

     - apollo-server-azure-functions@2.23.1-unified.2
     - apollo-server-cloud-functions@2.23.1-unified.2
     - apollo-server-cloudflare@2.23.1-unified.2
     - apollo-server-core@2.23.1-unified.2
     - apollo-server-express@2.23.1-unified.2
     - apollo-server-fastify@2.23.1-unified.2
     - apollo-server-hapi@2.23.1-unified.2
     - apollo-server-integration-testsuite@2.23.1-unified.2
     - apollo-server-koa@2.23.1-unified.2
     - apollo-server-lambda@2.23.1-unified.2
     - apollo-server-micro@2.23.1-unified.2
     - apollo-server-testing@2.23.1-unified.2
     - apollo-server@2.23.1-unified.2
    glasser committed Apr 28, 2021
    Copy the full SHA
    3c9b363 View commit details
    Browse the repository at this point in the history
  34. roll back packagejson

    glasser committed Apr 28, 2021
    Copy the full SHA
    6e19825 View commit details
    Browse the repository at this point in the history
  35. Release

     - apollo-cache-control@0.12.1-unified2.0
     - apollo-datasource-rest@0.12.1-unified2.0
     - apollo-datasource@0.8.1-unified2.0
     - apollo-reporting-protobuf@0.6.3-unified2.0
     - apollo-server-azure-functions@2.23.1-unified2.0
     - apollo-server-cache-memcached@0.7.1-unified2.0
     - apollo-server-cache-redis@1.4.1-unified2.0
     - apollo-server-caching@0.6.1-unified2.0
     - apollo-server-cloud-functions@2.23.1-unified2.0
     - apollo-server-cloudflare@2.23.1-unified2.0
     - apollo-server-core@2.23.1-unified2.0
     - apollo-server-env@3.0.1-unified2.0
     - apollo-server-express@2.23.1-unified2.0
     - apollo-server-fastify@2.23.1-unified2.0
     - apollo-server-hapi@2.23.1-unified2.0
     - apollo-server-integration-testsuite@2.23.1-unified2.0
     - apollo-server-koa@2.23.1-unified2.0
     - apollo-server-lambda@2.23.1-unified2.0
     - apollo-server-micro@2.23.1-unified2.0
     - apollo-server-plugin-base@0.11.1-unified2.0
     - apollo-server-plugin-operation-registry@0.9.1-unified2.0
     - apollo-server-plugin-response-cache@0.7.1-unified2.0
     - apollo-server-testing@2.23.1-unified2.0
     - apollo-server-types@0.7.1-unified2.0
     - apollo-server@2.23.1-unified2.0
     - apollo-tracing@0.13.1-unified2.0
     - graphql-extensions@0.13.1-unified2.0
    glasser committed Apr 28, 2021
    Copy the full SHA
    0786466 View commit details
    Browse the repository at this point in the history
  36. estimate size

    glasser committed Apr 28, 2021
    Copy the full SHA
    07a050f View commit details
    Browse the repository at this point in the history
  37. remove pointless public

    glasser committed Apr 28, 2021
    Copy the full SHA
    621c7c6 View commit details
    Browse the repository at this point in the history
  38. react to tracesIgnored

    glasser committed Apr 28, 2021
    Copy the full SHA
    41e5153 View commit details
    Browse the repository at this point in the history
  39. Release

     - apollo-server-azure-functions@2.23.1-unified2.1
     - apollo-server-cloud-functions@2.23.1-unified2.1
     - apollo-server-cloudflare@2.23.1-unified2.1
     - apollo-server-core@2.23.1-unified2.1
     - apollo-server-express@2.23.1-unified2.1
     - apollo-server-fastify@2.23.1-unified2.1
     - apollo-server-hapi@2.23.1-unified2.1
     - apollo-server-integration-testsuite@2.23.1-unified2.1
     - apollo-server-koa@2.23.1-unified2.1
     - apollo-server-lambda@2.23.1-unified2.1
     - apollo-server-micro@2.23.1-unified2.1
     - apollo-server-testing@2.23.1-unified2.1
     - apollo-server@2.23.1-unified2.1
    glasser committed Apr 28, 2021
    Copy the full SHA
    084d809 View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    b071f8e View commit details
    Browse the repository at this point in the history
  41. Release

     - apollo-cache-control@0.12.1-unified2.1
     - apollo-datasource-rest@0.12.1-unified2.1
     - apollo-reporting-protobuf@0.6.3-unified2.1
     - apollo-server-azure-functions@2.23.1-unified2.2
     - apollo-server-cloud-functions@2.23.1-unified2.2
     - apollo-server-cloudflare@2.23.1-unified2.2
     - apollo-server-core@2.23.1-unified2.2
     - apollo-server-express@2.23.1-unified2.2
     - apollo-server-fastify@2.23.1-unified2.2
     - apollo-server-hapi@2.23.1-unified2.2
     - apollo-server-integration-testsuite@2.23.1-unified2.2
     - apollo-server-koa@2.23.1-unified2.2
     - apollo-server-lambda@2.23.1-unified2.2
     - apollo-server-micro@2.23.1-unified2.2
     - apollo-server-plugin-base@0.11.1-unified2.1
     - apollo-server-plugin-operation-registry@0.9.1-unified2.1
     - apollo-server-plugin-response-cache@0.7.1-unified2.1
     - apollo-server-testing@2.23.1-unified2.2
     - apollo-server-types@0.7.1-unified2.1
     - apollo-server@2.23.1-unified2.2
     - apollo-tracing@0.13.1-unified2.1
     - graphql-extensions@0.13.1-unified2.1
    glasser committed Apr 28, 2021
    Copy the full SHA
    fe49054 View commit details
    Browse the repository at this point in the history
  42. fix stats context

    glasser committed Apr 28, 2021
    Copy the full SHA
    c934acc View commit details
    Browse the repository at this point in the history
  43. snap

    glasser committed Apr 28, 2021
    Copy the full SHA
    f7bde25 View commit details
    Browse the repository at this point in the history
  44. Release

     - apollo-server-azure-functions@2.23.1-unified2.3
     - apollo-server-cloud-functions@2.23.1-unified2.3
     - apollo-server-cloudflare@2.23.1-unified2.3
     - apollo-server-core@2.23.1-unified2.3
     - apollo-server-express@2.23.1-unified2.3
     - apollo-server-fastify@2.23.1-unified2.3
     - apollo-server-hapi@2.23.1-unified2.3
     - apollo-server-integration-testsuite@2.23.1-unified2.3
     - apollo-server-koa@2.23.1-unified2.3
     - apollo-server-lambda@2.23.1-unified2.3
     - apollo-server-micro@2.23.1-unified2.3
     - apollo-server-testing@2.23.1-unified2.3
     - apollo-server@2.23.1-unified2.3
    glasser committed Apr 28, 2021
    Copy the full SHA
    43551fa View commit details
    Browse the repository at this point in the history
  45. roll back version bumps

    glasser committed Apr 28, 2021
    Copy the full SHA
    7fb3df0 View commit details
    Browse the repository at this point in the history
  46. npm i

    glasser committed Apr 28, 2021
    Copy the full SHA
    1e0b875 View commit details
    Browse the repository at this point in the history