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 support of chunk responses for selectors and instrument in telemetry #5022

Merged
merged 23 commits into from
May 14, 2024

Commits on Apr 25, 2024

  1. add support of chunk responses for selectors and instrument in telemetry

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6db5b02 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge branch 'dev' of github.com:apollographql/router into bnjjj/feat…

    …_chunk_resp_selector
    bnjjj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c357a08 View commit details
    Browse the repository at this point in the history
  2. rename trait method and configuration

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ce224f9 View commit details
    Browse the repository at this point in the history
  3. update json schema

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    539cbe7 View commit details
    Browse the repository at this point in the history
  4. add support for error selectors and add more tests for event_response

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    75ff672 View commit details
    Browse the repository at this point in the history
  5. fix lints

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    adeb7c8 View commit details
    Browse the repository at this point in the history
  6. add changelog

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e8d8b5d View commit details
    Browse the repository at this point in the history
  7. some fixes

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0aa4a67 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'dev' of github.com:apollographql/router into bnjjj/feat…

    …_chunk_resp_selector
    bnjjj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e9387f4 View commit details
    Browse the repository at this point in the history
  2. update json schema

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d13c0eb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' of github.com:apollographql/router into bnjjj/feat…

    …_chunk_resp_selector
    bnjjj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c3d6034 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    dfcff47 View commit details
    Browse the repository at this point in the history
  2. fix bugs and add more tests for cost and event

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d9afda6 View commit details
    Browse the repository at this point in the history
  3. add a new test + a fix

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ae2f437 View commit details
    Browse the repository at this point in the history
  4. fix counter

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    23580ec View commit details
    Browse the repository at this point in the history
  5. oops

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d753b7d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge branch 'dev' of github.com:apollographql/router into bnjjj/feat…

    …_chunk_resp_selector
    bnjjj committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a64d91c View commit details
    Browse the repository at this point in the history
  2. don't keep the lock too long

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4e3d05b View commit details
    Browse the repository at this point in the history
  3. don't keep the lock too long

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed May 13, 2024
    Configuration menu
    Copy the full SHA
    82b0d3e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge branch 'dev' of github.com:apollographql/router into bnjjj/feat…

    …_chunk_resp_selector
    bnjjj committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b456548 View commit details
    Browse the repository at this point in the history
  2. rename on_event_response to on_response_event

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed May 14, 2024
    Configuration menu
    Copy the full SHA
    152c279 View commit details
    Browse the repository at this point in the history
  3. update description for event instruments

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c097e38 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' of github.com:apollographql/router into bnjjj/feat…

    …_chunk_resp_selector
    bnjjj committed May 14, 2024
    Configuration menu
    Copy the full SHA
    43c959e View commit details
    Browse the repository at this point in the history