-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: spring-projects/spring-data-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: InsightsDev-dev/spring-data-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 24 files changed
- 5 contributors
Commits on Nov 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5bd0e21 - Browse repository at this point
Copy the full SHA 5bd0e21View commit details -
DATAMONGO-1327 - Added support for $stdDevSamp and $stdDevPop to aggr…
…egation $group stage. Original Pull Request: #360 CLA: 171720160409030719 (Gustavo de Geus)
Configuration menu - View commit details
-
Copy full SHA for 36838ff - Browse repository at this point
Copy the full SHA 36838ffView commit details -
Just added overloads for stdDevSamp and stdDevPop taking AggregationExpression and updated the doc. Also replaced String operation based MongoDB operation building by using operators directly. Original Pull Request: #360
Configuration menu - View commit details
-
Copy full SHA for 578441e - Browse repository at this point
Copy the full SHA 578441eView commit details
Commits on Nov 24, 2016
-
DATAMONGO-1491 - Add support for $filter (aggregation).
We new support $filter in aggregation pipeline. Aggregation.newAggregation(Sales.class, Aggregation.project() .and(filter("items").as("item").by(GTE.of(field("item.price"), 100))) .as("items")) Original pull request: #412.
Configuration menu - View commit details
-
Copy full SHA for 2985b4c - Browse repository at this point
Copy the full SHA 2985b4cView commit details -
Remove variable before returning value. Add generics for list creation. Original pull request: #412.
Configuration menu - View commit details
-
Copy full SHA for 3dc1e93 - Browse repository at this point
Copy the full SHA 3dc1e93View commit details -
DATAMONGO-784 - Add support for comparison aggregation operators to g…
…roup & project. We now directly support comparison aggregation operators ($cmp, $eq, $gt, $gte, $lt, $lte and $ne) on both group and project stages. Original pull request: #414.
Configuration menu - View commit details
-
Copy full SHA for e631e2d - Browse repository at this point
Copy the full SHA e631e2dView commit details -
Add JavaDoc for compareValue. Original pull request: #414.
Configuration menu - View commit details
-
Copy full SHA for 710770e - Browse repository at this point
Copy the full SHA 710770eView commit details
Commits on Nov 25, 2016
-
DATAMONGO-1530 - Add support for missing MongoDB 3.2 aggregation pipe…
…line operators. Original Pull Request: #410
Configuration menu - View commit details
-
Copy full SHA for b786b82 - Browse repository at this point
Copy the full SHA b786b82View commit details -
Add missing transformations for ConstructorReference, OperatorNot, OpNE, OpEQ, OpGT, OpGE, OpLT, OpLE, OperatorPower, OpOr and OpAnd. This allows usage of logical operators &, || and ! as part of the expression, while ConstructorReference allows instantiating eg. arrays via an expression `new int[]{4,5,6}`. This can be useful eg. comparing arrays using $setEquals. More complex aggregation operators like $filter can be created by defining the variable references as string inside the expression like filter(a, 'num', '$$num' > 10). Commands like $let requires usage of InlineMap to pass in required arguments like eg. let({low:1, high:'$$low'}, gt('$$low', '$$high')). Original Pull Request: #410
Configuration menu - View commit details
-
Copy full SHA for a741400 - Browse repository at this point
Copy the full SHA a741400View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master