852 Commits

Author SHA1 Message Date
Michael Reiche
13cd747a47 Move tests needing server to IntegrationTests.
Closes #1472.
2022-06-23 15:56:33 -07:00
Mark Paluch
f6ca7c7cc5 Updated changelog.
See #1127
2021-05-14 12:36:41 +02:00
Mark Paluch
be44f48a1f Updated changelog.
See #1126
2021-05-14 12:06:44 +02:00
Greg L. Turnquist
3faf0b4481 Authenticate with artifactory.
See #1117.
2021-04-20 10:32:23 -05:00
Mark Paluch
ff4febe911 Updated changelog.
See #1117
2021-04-14 14:40:03 +02:00
Mark Paluch
1e13244bae Updated changelog.
See #1118
2021-04-14 11:43:35 +02:00
Mark Paluch
aaa2e50c08 After release cleanups.
See #1100
2021-04-14 11:16:06 +02:00
Mark Paluch
6f420a888f Prepare next development iteration.
See #1100
2021-04-14 11:16:03 +02:00
Mark Paluch
71d8755971 Release version 4.0.9 (Neumann SR9).
See #1100
2021-04-14 11:04:47 +02:00
Mark Paluch
a6d633f509 Prepare 4.0.9 (Neumann SR9).
See #1100
2021-04-14 11:04:09 +02:00
Mark Paluch
25f76aa371 Updated changelog.
See #1100
2021-04-14 11:04:05 +02:00
Mark Paluch
86941f66ee Updated changelog.
See #1101
2021-03-31 18:30:48 +02:00
Mark Paluch
f6e68ff509 Updated changelog.
See #1086
2021-03-31 17:26:08 +02:00
Mark Paluch
82b0d4d859 Updated changelog.
See #1099
2021-03-17 11:31:32 +01:00
Mark Paluch
8521e8eda2 Updated changelog.
See #1091
2021-03-17 11:03:43 +01:00
Mark Paluch
14aab73acb After release cleanups.
See #1084
2021-03-17 10:33:58 +01:00
Mark Paluch
86113261fc Prepare next development iteration.
See #1084
2021-03-17 10:33:56 +01:00
Mark Paluch
60ac0988a3 Release version 4.0.8 (Neumann SR8).
See #1084
2021-03-17 10:21:34 +01:00
Mark Paluch
5f459b5c2d Prepare 4.0.8 (Neumann SR8).
See #1084
2021-03-17 10:21:09 +01:00
Mark Paluch
b6395b8448 Updated changelog.
See #1084
2021-03-17 10:21:06 +01:00
Christoph Strobl
63f91997e1 Updated changelog.
See #1090
2021-02-18 11:37:50 +01:00
Christoph Strobl
f37eeba731 Updated changelog.
See #1085
2021-02-18 11:18:32 +01:00
Christoph Strobl
b2ccf3d9d0 Updated changelog.
See #1044
2021-02-17 14:20:36 +01:00
Christoph Strobl
33d59466f0 Updated changelog.
See #1043
2021-02-17 13:49:23 +01:00
Christoph Strobl
9d99702988 After release cleanups.
See #976
2021-02-17 11:32:50 +01:00
Christoph Strobl
7328e4ff80 Prepare next development iteration.
See #976
2021-02-17 11:32:49 +01:00
Christoph Strobl
a1f4e09f75 Release version 4.0.7 (Neumann SR7).
See #976
2021-02-17 11:07:42 +01:00
Christoph Strobl
0de4cb8aee Prepare 4.0.7 (Neumann SR7).
See #976
2021-02-17 11:07:10 +01:00
Christoph Strobl
30c9e2da7d Updated changelog.
See #976
2021-02-17 11:07:09 +01:00
Christoph Strobl
fc8cd095de Updated changelog.
See #975
2021-02-17 10:58:27 +01:00
Michael Nitschinger
815971b33d Revert "DATACOUCH-650 - Implements CrudRepository and ReactiveCrudRepository.deleteById(Iterable<ID> ids)."
This reverts commit f8b7749289.
2021-02-17 09:37:08 +01:00
Michael Nitschinger
d99f33681b Revert "DATACOUCH-650 - Polishing."
This reverts commit eee83f7172.
2021-02-17 09:36:56 +01:00
Michael Nitschinger
4b75425f71 Revert "DATACOUCH-661 - Fix integrations tests from 650. (#281)"
This reverts commit d300d76add.
2021-02-17 09:36:45 +01:00
Christoph Strobl
5165f026b7 Updated changelog.
See #978
2021-01-13 15:49:51 +01:00
Christoph Strobl
de0d8177f2 Updated changelog.
See #979
2021-01-13 15:16:29 +01:00
Greg L. Turnquist
753f52c374 DATACOUCH-664 - Polishing. 2020-12-17 11:23:23 -06:00
Greg L. Turnquist
eedf9d1342 DATACOUCH-664 - Use Docker hub credentials for all CI jobs. 2020-12-17 11:20:03 -06:00
mikereiche
2edc428212 Revert "DATACOUCH-650 - Implement deletByIds()"
This reverts commit b4974eab9f.
2020-12-09 14:45:45 -08:00
mikereiche
b4974eab9f DATACOUCH-650 - Implement deletByIds() 2020-12-09 14:27:42 -08:00
Michael Reiche
d300d76add DATACOUCH-661 - Fix integrations tests from 650. (#281)
Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2020-12-09 14:25:55 -08:00
Mark Paluch
eee83f7172 DATACOUCH-650 - Polishing.
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons.

Original pull request: #279.
2020-12-09 14:25:25 -08:00
Jens Schauder
f8b7749289 DATACOUCH-650 - Implements CrudRepository and ReactiveCrudRepository.deleteById(Iterable<ID> ids).
Original pull request: #279.
2020-12-09 14:24:30 -08:00
Michael Reiche
2f6a3a8d75 DATACOUCH-672 - reinstate replace expiry tests (#289)
Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2020-12-09 08:34:22 -08:00
Michael Reiche
3d7743920f DATACOUCH-666 - Handle immutable entity in replace. (#288)
Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2020-12-09 08:07:16 -08:00
Michael Reiche
7aeb5e463d DATACOUCH-630 - Add expiry option to replace. (#285)
Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2020-12-09 07:57:09 -08:00
Mark Paluch
3ae359ed1f DATACOUCH-648 - Updated changelog. 2020-12-09 16:47:48 +01:00
Mark Paluch
dfa933f281 DATACOUCH-640 - Updated changelog. 2020-12-09 15:33:29 +01:00
Mark Paluch
7047c76071 DATACOUCH-638 - After release cleanups. 2020-12-09 12:41:27 +01:00
Mark Paluch
acc7088ebf DATACOUCH-638 - Prepare next development iteration. 2020-12-09 12:41:22 +01:00
Mark Paluch
abe1e54967 DATACOUCH-638 - Release version 4.0.6 (Neumann SR6). 2020-12-09 11:16:22 +01:00