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(query-generation): support for the $project stage INTELLIJ-193 #126

Merged
merged 5 commits into from
Jan 23, 2025

Conversation

kmruiz
Copy link
Contributor

@kmruiz kmruiz commented Jan 22, 2025

Did a minor refactor on how $match works, to extract it to it's own file. The rest is just the ground work for $project and the other stages.

Description

Checklist

Open Questions

Sorry, something went wrong.

@github-actions github-actions bot added the feat label Jan 22, 2025
@kmruiz kmruiz force-pushed the feat/INTELLIJ-193 branch from 670d51c to c40b321 Compare January 22, 2025 17:21
@github-actions github-actions bot added feat and removed feat labels Jan 22, 2025
@github-actions github-actions bot added feat and removed feat labels Jan 22, 2025
@kmruiz kmruiz requested a review from himanshusinghs January 22, 2025 17:22
Copy link

github-actions bot commented Jan 22, 2025

Coverage Report

Overall Project 79.97% -0.11%
Files changed 87.05%

File Coverage
Project.kt 94.03% -5.97%
MongoshDialectFormatter.kt 93.64%
Aggregate.kt 92.96% -7.04%
Match.kt 77.57% -22.43%
RunQueryCodeActionBridge.kt 17.84%

@github-actions github-actions bot added feat and removed feat labels Jan 22, 2025
Copy link

🤖 Benchmark Comparison for chore: remove deprecated test

Benchmark Previous Current Change
com.mongodb.jbplugin.jmh.SampleBenchmark.init 2,618,325,466.54 ops/s 2,608,199,579.87 ops/s -0.39%

@github-actions github-actions bot added feat and removed feat labels Jan 23, 2025
@kmruiz kmruiz merged commit 99f18ef into main Jan 23, 2025
10 of 11 checks passed
@kmruiz kmruiz deleted the feat/INTELLIJ-193 branch January 23, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants