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

Add integration for Apollo-Kotlin 3 #2109

Merged
merged 22 commits into from
Jul 19, 2022
Merged

Add integration for Apollo-Kotlin 3 #2109

merged 22 commits into from
Jul 19, 2022

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    770b0c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a6428 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    75f9086 View commit details
    Browse the repository at this point in the history
  2. add http interceptor for apollo3, extend ISerializer to allow for des…

    …erialization with custom Deserlializer, support batched apollo requests
    lbloder committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2418613 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    e70c24a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99e873 View commit details
    Browse the repository at this point in the history
  3. update changelog

    lbloder committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    71dabc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. use throwable, add constructors for java compatibility, use new apoll…

    …o Builder api, update mockserver dependency
    lbloder committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ea95a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e32dae4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jun 27, 2022

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

Commits on Jun 30, 2022

  1. remove unnecessary testcases in SentryApollo3InterceptorWithComposeTe…

    …st, make return for beforeSpan nullable, add testcase for dropping spans, add baggage Headers to test
    lbloder committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6f2d6be View commit details
    Browse the repository at this point in the history
  2. fix changelog after merge

    lbloder committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ab17056 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feat/apollo-v3

    # Conflicts:
    #	CHANGELOG.md
    #	buildSrc/src/main/java/Config.kt
    lbloder committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    700504e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. rollback changes to deserializer, move away from custom request compo…

    …ser and use interceptor, add extension function to apply both interceptors at once
    lbloder committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    6164c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91a0b2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d58842a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    1eba47c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c750672 View commit details
    Browse the repository at this point in the history
  3. update api

    lbloder committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5f906ab View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Merge branch 'main' into feat/apollo-v3

    # Conflicts:
    #	.craft.yml
    lbloder committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    7d95756 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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