voyage icon indicating copy to clipboard operation
voyage copied to clipboard

Voyage is an object persistence abstraction layer for Pharo.

Results 10 voyage issues
Sort by recently updated
recently updated
newest added

I'm following "A Simple Tutorial with Super Heroes" to try out Voyage, and when I try to save a Hero object to MongoDB I get this prompt: > The method...

The HTML and PDF links in the [Documentation](https://github.com/pharo-nosql/voyage#documentation) section of README return Service Unavailable ``` Service Unavailable The server is temporarily unable to service your request due to maintenance downtime...

WeakRegistry is not available anymore in Pharo 12, thus a lot of tests won't pass because VOMongoRepository references the global.

… image wide identity strategy because there is one VOCache for the whole image. Added a strategy that creates a VOCache per process. Therefor separated the code in VOCache into...

See: https://github.com/pharo-nosql/mongotalk/pull/101

in VOReadOperation ```smalltalk where: aBlockClosure where := aBlockClosure ``` in VOExternalRepository ```smalltalk synchronize: anObject ... some code ... json := self readOneOperation queryClass: objectClass; where: (Dictionary with: self fieldRootId ->...

I was browsing VOMongoReadOneOperation>>#basicSelectOne and noticed that it sets the flag slaveOk. For strong consistency when readPreference is set to primary I prefer to not accidentally read data from a...

It seems that matrix builds in travis can not have a configurable before_install section. The current install does a mongo installation by default. If arango DB comes into play we...

enhancement

It seems several aspects need to be reviewed and understood better. This might be obsolete by implementing Mongo's SDAM specification. 1. VOMongoRepository class >> #defaultReplicaSetLookupTimeout vs. Socket standardTimeout: When trying...