Rob Hanlon
82ec258f6d
Add 1.9 profile to ensure back compat
2021-01-20 15:41:03 -08:00
Rob Hanlon
37c2d8433b
Bump all dependency versions
2021-01-20 15:38:20 -08:00
Michael Klishin
9f3d192dff
Merge pull request #196 from mjrb/master
...
update operators for MongoDB 4.2
2020-08-10 00:46:26 +03:00
Michael Klishin
1fdd62d3df
Merge pull request #186 from geuscht-m/improve-distinct-tests
...
Add missing test case for distinct tests
2020-08-10 00:46:12 +03:00
Michael Klishin
c2cbdcaa38
Merge pull request #200 from bdrillard/mongo-options
...
Adds missing mongo options
2020-08-10 00:45:44 +03:00
Aleksander Eskilson
37aabbe860
testing over non-objects
2020-08-09 16:03:39 -05:00
Aleksander Eskilson
010a977aac
adding mongo options
2020-08-09 16:01:20 -05:00
mjrb
b6bd6e55e2
update operators for MongoDB 4.2
2020-02-27 11:12:50 -05:00
Timo Geusch
ce6dcd27cb
Added test case for distinct to exercise non-query distinct API
...
The existing test cases only covered the form (distinct ... :field
{query}). This chance adds a test for the non-query form also.
2019-04-24 14:06:16 -07:00
Timo Geusch
a67f6de06b
Merge remote-tracking branch 'upstream/master'
2019-04-18 12:19:17 -07:00
Michael Klishin
d1b77ee3fd
Merge pull request #185 from juvenn/fix/openjdk
...
Try to use openjdk for travis build
2019-04-12 19:59:18 +04:00
Juvenn Woo
affeb65d00
Try to use openjdk for travis build
2019-04-10 12:13:59 +08:00
Michael Klishin
37816b77a1
Merge pull request #183 from jiacai2050/master
...
support set max-time on cursor
2019-02-28 17:44:33 +03:00
Jiacai Liu
ba29a45cc6
support set max-time on cursor
2019-02-28 16:48:06 +08:00
Michael Klishin
efc440a8f9
Change log updates
2018-12-10 15:41:15 +03:00
Michael Klishin
805383f1ec
Back to dev version
2018-12-10 15:28:35 +03:00
Michael Klishin
a3f6982a61
3.5.0
2018-12-10 15:23:54 +03:00
Michael Klishin
3a94b2a805
Move the sleep to .travis.yml
...
Since it's only really necessary in CI scenarios.
2018-12-10 15:21:42 +03:00
Michael Klishin
1e313f990c
Change log updates
2018-12-07 20:01:09 +03:00
Michael Klishin
d6f5ac743d
Compile for JDK 8
2018-12-07 19:55:34 +03:00
Michael Klishin
85c7b84d13
Merge branch 'chrisbroome-more-meaningful-uri-exception'
2018-12-07 19:52:12 +03:00
Michael Klishin
900592e302
Cosmetics, wording
2018-12-07 19:51:59 +03:00
Chris Broome
8102c42888
TravisCI: change dist to xenial
...
- Change distribution to `xenial`
- Remove custom mongodb 4.0 installation since xenial ships with 4.0
- Increase wait time from 5 to 15 seconds
2018-12-04 23:03:14 -05:00
Chris Broome
9d34fc0231
Throw IllegalArgumentException when database name not in uri
2018-12-04 21:20:25 -05:00
Chris Broome
aa08f4b58c
Add more descriptive error message when uri has no db name
2018-12-03 22:12:45 -05:00
Michael Klishin
4b591fc910
Back to dev version
2018-12-02 22:27:46 +03:00
Michael Klishin
79bd0aabca
3.5.0-rc1
2018-12-02 22:18:53 +03:00
Michael Klishin
6bf528ed5b
Bump version to 3.5.0
...
There are breaking changes that reflect breaking changes
in Monger's dependencies:
* MongoDB server and Java client
* core.cache
* Ragtime
While not major, they can be breaking nonetheless so let's use a
greater minor version bump than usual to communicate the greater
than usual number of changes.
2018-12-02 21:45:44 +03:00
Michael Klishin
318e440d0d
(c) year
2018-12-02 21:45:26 +03:00
Michael Klishin
3757c6d915
Add a 3.6.x-compatible test seed script
2018-12-02 21:42:29 +03:00
Michael Klishin
a153eb8116
Travis: provision MongoDB 4.x
2018-12-02 21:38:56 +03:00
Michael Klishin
8879e552ef
Make before_script.sh compatible with MongoDB 4.0
...
Note that MongoDB 3.6 doesn't recognize the mechanisms field.
2018-12-02 21:38:17 +03:00
Michael Klishin
386f06da8c
Update dependencies, adapt to new core.cache and Ragtime APIs
2018-12-02 21:24:29 +03:00
Michael Klishin
ba00ba27a5
Encode this slash in URI
2018-12-02 21:24:05 +03:00
Michael Klishin
ad2ee531a3
$pushAll is gone, replaced by $push + $each
...
See https://docs.mongodb.com/v3.2/reference/operator/update/each/#up._S_each .
2018-12-02 21:23:20 +03:00
Michael Klishin
60c922c0a5
Merge pull request #175 from Freezystem/patch-1
...
Upgrade mongo drivers to 3.8.0 GA version
2018-12-01 03:49:54 +08:00
Michael Klishin
b2068fd8bb
Merge pull request #176 from seancorfield/patch-1
...
Add $position
2018-12-01 03:49:25 +08:00
Timo H. Geusch
595efb926f
Merge pull request #1 from michaelklishin/master
...
Merged upstream changes
2018-11-08 15:16:44 -05:00
Sean Corfield
f6e5ff75ce
Add $position
...
Modifier for $push
2018-08-31 17:48:25 -07:00
Nico
216674cd3d
Upgrade mongo drivers to 3.8.0 GA version
...
I'm trying to upgrade with latest mongoDB drivers for Java.
In case these drivers are breaking the tests I'll try with former `3.7.1` or `3.6.4` drivers version.
2018-07-23 14:34:48 +02:00
Michael Klishin
f093322a09
Merge pull request #171 from vadyalex/feature/aggregate-keywordize-option
...
Add :keywordize option for aggregate that control if resulting map ke…
2018-07-23 02:37:34 +03:00
Michael Klishin
26efe88510
Merge pull request #174 from bowbahdoe/patch-1
...
Time passes.
2018-07-23 02:36:50 +03:00
Ethan McCue
da520112e7
Time passes.
2018-07-21 00:26:09 -04:00
Vladyslav Aleksakhin
7466db5c4d
Add :keywordize option for aggregate that control if resulting map keys will be turned into keywords, default is true.
2018-05-02 11:07:31 +02:00
Michael Klishin
89e8538d91
Drop JDK 7 tests on Travis
2018-04-10 14:29:23 +03:00
Michael Klishin
a9e1f5d7d0
Merge pull request #167 from tirkarthi/patch-1
...
Add JDK 9 to Travis
2018-04-10 19:29:05 +08:00
Xtreak
dc61982ced
Add JDK 9 to Travis
2018-03-17 11:12:23 +05:30
Michael Klishin
002b91d5e6
Merge pull request #164 from amitvshah25/patch-1
...
Update operators.clj
2018-02-15 03:28:17 +03:00
Michael Klishin
3196b66442
Merge pull request #163 from xingzhefeng/master
...
support java Bigdecimal in mongodb 3.4 or later
2018-02-15 03:27:47 +03:00
amitvshah25
1a256a6033
Update operators.clj
...
Added count and dateToString operators.
2017-12-14 12:58:44 -05:00