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

chore: add support to disable introspection #173

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

aaron-steinfeld
Copy link
Contributor

Description

Added a config to disable introspection. Refactored config to separate the generic server config (a single graphql service JVM can run multiple servers) from the service-specific config.

@aaron-steinfeld aaron-steinfeld requested a review from a team as a code owner April 4, 2024 08:39
Copy link

github-actions bot commented Apr 4, 2024

Test Results

112 tests  +2   112 ✅ +2   56s ⏱️ -1s
 38 suites ±0     0 💤 ±0 
 38 files   ±0     0 ❌ ±0 

Results for commit be71d7e. ± Comparison against base commit 650d591.

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

Attention: Patch coverage is 91.30435% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 57.79%. Comparing base (650d591) to head (be71d7e).

Files Patch % Lines
...g/hypertrace/core/graphql/impl/GraphQlFactory.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #173      +/-   ##
============================================
+ Coverage     57.44%   57.79%   +0.34%     
- Complexity      265      268       +3     
============================================
  Files            92       92              
  Lines          1464     1476      +12     
  Branches         42       42              
============================================
+ Hits            841      853      +12     
  Misses          593      593              
  Partials         30       30              
Flag Coverage Δ
unit 57.79% <91.30%> (+0.34%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

org.reactivestreams:reactive-streams:1.0.3=compileClasspath
org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=annotationProcessor
empty=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ok?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Previously it had that to say there were no annotation processor dependencies, but that it was locked. Now the annotation processor includes lombok above.

@aaron-steinfeld aaron-steinfeld merged commit 861071c into main Apr 5, 2024
8 checks passed
@aaron-steinfeld aaron-steinfeld deleted the add-introspection-config-support branch April 5, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants