Export - CSV (All fields)
Export - CSV (Current fields)
MONGOID-5651
Deprecate for_js APIMONGOID-5681
Remove for_js APIMONGOID-5329
Ability to remove default scope from CriteriaMONGOID-5753
Improve pagination experience with MongoidMONGOID-5752
Translate Mongoid::Criteria to MQL (similar to AR's to_sql)MONGOID-5454
Separate default scope from other query conditionsMONGOID-5122
Mongoize embedded fields in the criteria selectorMONGOID-5103
Implement eq symbol operatorMONGOID-5227
Add test for dotted attribute assignment in default scopeMONGOID-5483
ActiveRecord parity: allow defining default_scope as a class method.MONGOID-5453
Add .none_of query methodMONGOID-5475
When using Mongoid::Criteria.includes it remains active on associationsMONGOID-5100
ActiveRecord parity: allow selector arguments for .exists?MONGOID-4908
Range as field-level operator argument generates bogus queriesMONGOID-4804
Support argument-less whereMONGOID-4703
Add geo_spatial as an alias for geo_spacialMONGOID-5697
Incremental queries on associated objectsMONGOID-5780
Specifying `not` multiple times does not toggle negation stateMONGOID-5239
Add Feature Flag: Mongoid::Contextual::Aggregable::Mongo#sum does not return nil as expected for Mongoid::Document#noneMONGOID-5229
Add Feature Flag: .with_scope should restore previous scopeMONGOID-5186
.with_scope should restore previous scopeMONGOID-4897
Add exist?, deprecate exists?MONGOID-4856
Exception message claims where without arguments is allowed, but it is notMONGOID-5735
Improve backing query when using aggregation helpersMONGOID-5725
Natural API for Describing QueriesMONGOID-5349
Implement merge strategies for all operatorsMONGOID-5180
Rails parity: Add #pick method (equivalent to pluck.first)MONGOID-5164
Use None criteria instead of $in with empty list in HABTM associationMONGOID-5098
Mongoize Range endpoints + support begin-less/end-less rangesMONGOID-5097
any_of with multiple conditions and :exists in the first one on a Time field attempts to evolve true|false to TimeMONGOID-5022
Omit $or operator when it has only one conditionMONGOID-5064
and in expr on nonexisting field always returns "true"MONGOID-4950
Deprecate/remove :symbol.in syntaxMONGOID-4898
Add an estimated_count method to model classes, change count to use count_documentsMONGOID-4818
Document order in default scope taking precedence over order in queryMONGOID-4814
Test $where queries moreMONGOID-4801
Add tests for condition being a matching array in $eq embedded matcherMONGOID-4805
Criteria#not generates invalid queries when called with keyword argumentsMONGOID-4803
Criteria#not mutates receiverMONGOID-4702
Add Symbol#within_box criterion for geo_spacialMONGOID-4714
Criteria#not ignores all but first argumentMONGOID-4716
Fix eager loading of nested referenced associationsMONGOID-5282
Lift single-branch $or conditions to top levelMONGOID-4755
Mongoid::Contextual::Aggregable::Mongo#sum does not return nil as expected for Mongoid::Document#noneMONGOID-4857
Document and test how to reset merge strategiesMONGOID-4669
Document regular expressions use in MongoidMONGOID-4806
Produce the same query shapes with Criteria#where and Criteria#andMONGOID-4658
Fix & integration test querying by TimeWithZone via driverMONGOID-4316
Eager loading loads unnecessary documents when multiple associations reference the same model classMONGOID-4522
Make #any? not retrieve entire result set, like #exists?
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0