Commit graph

1290 commits

Author SHA1 Message Date
Michael Klishin
9fb211e859
3.6.0 2022-04-23 21:30:18 +04:00
Michael Klishin
b5fd0a2738
More test massaging for MongoDB server 5.x 2022-04-23 21:29:45 +04:00
Michael Klishin
30cd472e23
Remove a test ns that needs reworking for MongoDB 5.x 2022-04-23 21:10:47 +04:00
Michael Klishin
ed613dee94
Bump dependencies 2022-04-23 21:10:21 +04:00
Michael Klishin
801f08b936
Change log updates 2022-04-23 21:04:29 +04:00
Michael Klishin
4d8747f9ed
Merge pull request #213 from okorz001/uuid-representation
Add uuid-representation option
2022-04-03 05:37:20 +04:00
Oscar Korz
ab878ab69c Add uuid-representation option 2022-04-02 15:44:44 -07:00
Michael Klishin
f30a3926e0
Merge pull request #206 from robhanlon22/bump-dependencies
Bump all dependency versions
2021-11-06 02:48:11 +03:00
Michael Klishin
e7c98d66e4
Merge pull request #203 from zackteo/zackteo-patch-1
Fix typo: weather to whether
2021-11-06 02:48:01 +03:00
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
Zachary
0494128e15
Fix typo: weather to whether 2020-12-05 08:40:30 +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