Janne Valkealahti
0de68f9d85
Fix use of deprecated method in MongoDbRule
...
- Switch to use a simple port check instead of trying
to actually connect via mongo client.
- Relates #397
2019-05-12 08:11:51 +01:00
Janne Valkealahti
5b04d39e41
Reactive test changes for data
...
- Relates #744
2019-05-10 17:39:13 +01:00
Spring Operator
426fa163b2
URL Cleanup
...
- Merge/squash #686 and #694
2019-05-03 15:01:31 +01:00
james
041189bb31
Use the contextObj as is when saving the StateMachineContext
...
- Polish and fix some merge issues
- Relates #494
2018-02-21 16:13:50 +02:00
Janne Valkealahti
cbc8bf80d2
Documentation changes
...
- Document changes to JPA Entity model, persistence
facilities and related new interfaces and services.
- Relates to #429
- Relates to #476
2018-01-23 09:56:44 +00:00
Janne Valkealahti
7b7da20b70
Add redis/mongo for machine persistence
...
- Add similar implementations as done for JPA
which uses redis and mongo.
- Relates #428
2018-01-23 09:56:27 +00:00
Janne Valkealahti
1a3f7da81c
Make mongo tests faster
...
- There is a newer mongo client with changed behaviour
as junit rule skipping tests if mongo is not running
waits 30s for a connect failure. Add new server
select timeout.
- Fixes #314
2017-02-10 16:12:03 +00:00
Janne Valkealahti
0c3ea7fb2d
Add initial action to repository config
...
- Now RepositoryState can have initial action
if it is an initial state.
- Implement all needed tests.
- Fixes #281
2016-11-23 13:55:52 +00:00
Janne Valkealahti
459d16d31c
Update docs
...
- Add more repository config samples.
- Relates to #270
2016-11-20 14:34:04 +00:00
Janne Valkealahti
b441bf558f
Update docs
...
- Add more repository config docs.
- Relates to #270
2016-11-19 19:05:29 +00:00
Janne Valkealahti
55c6faf225
Fix Redis/Mongo entity states
...
- Fix RedisRepositoryState and MongoDbStateRepository not to use
null for machineid in any case as contract is that empty machineid
is always empty not null.
- This issue was found when adding initial tck config tests, thus
this commit also adds initial tck tests.
- Fixes #279
- Relates to #278
2016-11-19 17:51:15 +00:00
Janne Valkealahti
4dbccf84fa
Add mongodb repository config support
...
- Pretty much following what was done
for jpa and redis.
- Fixes #275
2016-11-13 08:23:25 +00:00