This project is mirrored from https://github.com/goblin-ogm/goblin.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Nov 22, 2016
-
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
Leif Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
renamed Cluster._get_message_serializer to _process_config_imports and modified it to also import provider if provider is a string. Refactored my_import.
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
using the --provider flag on the command line
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
davebshow authored
-
- Nov 21, 2016
- Nov 15, 2016
-
-
Leif Halldor Asgeirsson authored
-
- Nov 14, 2016
-
-
David Michael Brown authored
implement config_from_module
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
Provider conf
-
Leifur Halldor Asgeirsson authored
renamed Cluster._get_message_serializer to _process_config_imports and modified it to also import provider if provider is a string. Refactored my_import.
-
Leifur Halldor Asgeirsson authored
-
- Nov 11, 2016
-
-
Leifur Halldor Asgeirsson authored
using the --provider flag on the command line
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
Remove unimplemented transaction & session APIs
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
-
David Michael Brown authored
removed connection kwargs from ConnectionPool.acquire
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
I realized these connection creation kwargs on ConnectionPool.acquire were a potential issue, because while they would be used if a new connection was created, if a connection was available it would be acquired despite possibly having a different configuration entirely Also, if different kwargs were passed in successive calls to acquire you could end up with a pool of connections with different configurations and no way of knowing which configuration you'd end up with after calling acquire. None of our code was using these.
-
Leifur Halldor Asgeirsson authored
-
Leifur Halldor Asgeirsson authored
the get_op method on Processor is replaced with get_op_args -- instead of getting the op method, then calling it, in two steps, the serializer instead calls get_op_args(op, args) which returns the args
-
Leifur Halldor Asgeirsson authored
-
- Nov 10, 2016
-
-
David Michael Brown authored
Small fix to AsyncRemoteStrategy
-