Skip to content

Commit

Permalink
feat: add support for parsing, inspecting and autocompleting in a gro…
Browse files Browse the repository at this point in the history
…up stage written using Spring Data MongoDB INTELLIJ-175 (#132)
  • Loading branch information
himanshusinghs authored Jan 24, 2025
1 parent 4433d1b commit ba14a57
Show file tree
Hide file tree
Showing 13 changed files with 3,531 additions and 88 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MongoDB plugin for IntelliJ IDEA.
## [Unreleased]

### Added
* [INTELLIJ-175](https://jira.mongodb.org/browse/INTELLIJ-175) Add support for parsing, inspecting and autocompleting in a group stage written using `Aggregation.group` and chained `GroupOperation`s using `sum`, `avg`, `first`, `last`, `max`, `min`, `push` and `addToSet`.
* [INTELLIJ-196](https://jira.mongodb.org/browse/INTELLIJ-196) Add support for $sort when generating the query into DataGrip.
* [INTELLIJ-195](https://jira.mongodb.org/browse/INTELLIJ-195) Add support for $unwind when generating the query into DataGrip.
* [INTELLIJ-194](https://jira.mongodb.org/browse/INTELLIJ-194) Add support for $addFields when generating the query into DataGrip.
Expand Down
Loading

0 comments on commit ba14a57

Please sign in to comment.