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

refactor: drop async_graphql engine from executing queries #3223

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

meskill
Copy link
Contributor

@meskill meskill commented Dec 18, 2024

Summary:
Ignore enableJIT option and use only the JIT engine to execute queries. It's still possible to define this in the config but it won't affect anything.

This is an initial step to drop async_graphql engine and more work should be done:

  • rest api uses async_graphql
  • introspection is implemented only by async_graphql

Issue Reference(s):
Fixes #3128

Build & Testing:

  • I ran cargo test successfully.
  • I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check.

Checklist:

  • I have added relevant unit & integration tests.
  • I have updated the documentation accordingly.
  • I have performed a self-review of my code.
  • PR follows the naming convention of <type>(<optional scope>): <title>

@meskill meskill force-pushed the chore/remove-async-graphql-engine branch from bc8b104 to 652bc31 Compare December 18, 2024 11:56
@github-actions github-actions bot added ci: benchmark Runs benchmarks type: chore Routine tasks like conversions, reorganization, and maintenance work. labels Dec 18, 2024
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.44%. Comparing base (d8947cd) to head (652bc31).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3223      +/-   ##
==========================================
+ Coverage   86.41%   86.44%   +0.02%     
==========================================
  Files         282      282              
  Lines       28773    28756      -17     
==========================================
- Hits        24865    24858       -7     
+ Misses       3908     3898      -10     

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

@tusharmath tusharmath merged commit 97dde0b into main Dec 18, 2024
34 checks passed
@tusharmath tusharmath deleted the chore/remove-async-graphql-engine branch December 18, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: benchmark Runs benchmarks type: chore Routine tasks like conversions, reorganization, and maintenance work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: deprecate and remove support for the async graphQL engine
3 participants