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

feat(reporting): Add reportTiming option to EngineReportingOptions #3918

Merged
merged 41 commits into from
Jun 16, 2020

Commits on May 20, 2020

  1. Add trace reporting api

    Co-Authored-By: Trevor Scheer <trevor@apollographql.com>
    Joshua Segaran and trevor-scheer committed May 20, 2020
    Configuration menu
    Copy the full SHA
    cca779e View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    1315575 View commit details
    Browse the repository at this point in the history
  3. Set captureTraces to false if we don't report

    Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4744b37 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Jesse Rosenberger <git@jro.cc>
    2 people authored and Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    1738399 View commit details
    Browse the repository at this point in the history
  5. Address comments

    Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    832211d View commit details
    Browse the repository at this point in the history
  6. Prettier

    Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c11f23b View commit details
    Browse the repository at this point in the history
  7. Revert "Prettier"

    This reverts commit e00dfe1.
    
    The need to revert this is not the fault of the author at all.  The
    thrashing here is truly unfortunate, but that's a result of past patterns
    and this monorepo cannot tolerate any more burying of history.
    
    By reverting this commit, the blame for the lines it tried to change will
    not be re-directed at the author of `e00dfe1db` when they were introduced by
    others.
    
    Most importantly, this makes it reasonable to accurately review this PR in a
    timely fashion.
    abernix authored and Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    56f4d41 View commit details
    Browse the repository at this point in the history
  8. Move code around and clean

    Joshua Segaran committed May 20, 2020
    5 Configuration menu
    Copy the full SHA
    d15966e View commit details
    Browse the repository at this point in the history
  9. Set capture traces in the reporting agent.

    Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    0612f9c View commit details
    Browse the repository at this point in the history
  10. Clean up

    Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    767cde2 View commit details
    Browse the repository at this point in the history
  11. Add documentation

    Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    5f6a606 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary check

    Joshua Segaran committed May 20, 2020
    Configuration menu
    Copy the full SHA
    f1f2aeb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    023001f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Update CHANGELOG.md

    Co-authored-by: Jesse Rosenberger <git@jro.cc>
    jsegaran and abernix committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4f9669c View commit details
    Browse the repository at this point in the history
  2. Update packages/apollo-engine-reporting/src/__tests__/plugin.test.ts

    Co-authored-by: Jesse Rosenberger <git@jro.cc>
    jsegaran and abernix committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4f4a835 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Jesse Rosenberger <git@jro.cc>
    jsegaran and abernix committed May 26, 2020
    Configuration menu
    Copy the full SHA
    f686a2f View commit details
    Browse the repository at this point in the history
  4. Prettier

    Joshua Segaran committed May 26, 2020
    Configuration menu
    Copy the full SHA
    2040f54 View commit details
    Browse the repository at this point in the history
  5. Remove shouldReportTrace

    Joshua Segaran committed May 26, 2020
    Configuration menu
    Copy the full SHA
    b1a1568 View commit details
    Browse the repository at this point in the history
  6. Update docs/source/api/apollo-server.md

    Co-authored-by: Jesse Rosenberger <git@jro.cc>
    jsegaran and abernix committed May 26, 2020
    Configuration menu
    Copy the full SHA
    5b15a9f View commit details
    Browse the repository at this point in the history
  7. Update packages/apollo-engine-reporting/src/agent.ts

    Co-authored-by: Jesse Rosenberger <git@jro.cc>
    jsegaran and abernix committed May 26, 2020
    Configuration menu
    Copy the full SHA
    49aa8dd View commit details
    Browse the repository at this point in the history
  8. Update packages/apollo-engine-reporting/src/agent.ts

    Co-authored-by: Jesse Rosenberger <git@jro.cc>
    jsegaran and abernix committed May 26, 2020
    Configuration menu
    Copy the full SHA
    c745361 View commit details
    Browse the repository at this point in the history
  9. Address comments

    Joshua Segaran committed May 26, 2020
    Configuration menu
    Copy the full SHA
    5d5f60f View commit details
    Browse the repository at this point in the history
  10. Update changelog

    Joshua Segaran committed May 26, 2020
    Configuration menu
    Copy the full SHA
    d6114cc View commit details
    Browse the repository at this point in the history
  11. Re-prettier agent.ts

    Joshua Segaran committed May 26, 2020
    Configuration menu
    Copy the full SHA
    d834d05 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Address comments

    Joshua Segaran committed May 27, 2020
    Configuration menu
    Copy the full SHA
    4e9e603 View commit details
    Browse the repository at this point in the history
  2. Quick comment change

    Joshua Segaran committed May 27, 2020
    Configuration menu
    Copy the full SHA
    bbad3a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Rename to instrument operation

    Joshua Segaran committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    0b112f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into jsegaran/should_report_api

    Joshua Segaran committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    6852bb8 View commit details
    Browse the repository at this point in the history
  3. Update apollo-server.md

    Joshua Segaran committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    c60f0fa View commit details
    Browse the repository at this point in the history
  4. Rename to timeOperation

    Joshua Segaran committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    a397cce View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. chore(deps): update dependency gatsby-theme-apollo-docs to v4.2.6 (#4243

    )
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    87b75c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. chore(deps): update dependency @types/aws-lambda to v8.10.56 (#4247)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    f7a2684 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/ioredis to v4.16.5 (#4248)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    17acebd View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @types/uuid to v7.0.4 (#4250)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    1cc7ec0 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency gatsby to v2.23.3 (#4251)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    1ce44e9 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency @types/supertest to v2.0.9 (#4249)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    1434080 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency lerna to v3.22.1 (#4252)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    bbed182 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Rename to report timing

    Joshua Segaran committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    5ea850f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029c153 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Joshua Segaran committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7f464ab View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. 1 Configuration menu
    Copy the full SHA
    5eb1778 View commit details
    Browse the repository at this point in the history