Commit graph

355 commits

Author SHA1 Message Date
cimatosa
bbbf46b10e minor bugfix in persistentData 2016-05-18 15:29:08 +02:00
cimatosa
49cffb1ad4 minor extensions for flexibility 2016-03-22 19:14:26 +01:00
cimatosa
0ada369694 timeout is result_q.get in order to allow for infoline update 2016-03-21 14:33:40 +01:00
cimatosa
a6479a65b3 merged client overall size into devel 2016-03-14 10:37:45 +01:00
Richard Hartmann
c3d7e63b72 save 2016-03-04 16:03:52 +01:00
Richard Hartmann
be34e7e3b7 new proxy stuff seems to work 2016-03-04 13:27:04 +01:00
Richard Hartmann
9f1a5435e4 redesign the proxy operations to be more robust, work in progress 2016-03-03 15:27:07 +01:00
Richard Hartmann
7fec74fc1a minor typo fix 2016-02-05 14:10:26 +01:00
cimatosa
26650c77fc added default status info when merging PD 2016-02-05 14:08:04 +01:00
Richard Hartmann
2bb9edded0 Merge branch 'random_subDB_name' of https://github.com/cimatosa/jobmanager 2016-01-27 15:22:28 +01:00
Richard Hartmann
f633e7c550 added per job time statistics to JM client 2016-01-27 15:20:36 +01:00
cimatosa
0ee1780ed2 random file naming seems to work now 2016-01-26 16:47:07 +01:00
cimatosa
de311fa7da work in progress 2016-01-25 16:31:03 +01:00
cimatosa
a3542b7f6c minor adds in PersistentDataStructure 2016-01-18 15:26:56 +01:00
cimatosa
1e2b90149a added merge for two PDS 2016-01-14 16:42:31 +01:00
Richard Hartmann
988ed36d18 convinced the PersistentDataStructure to save np.ndarrays in sparate file 2015-12-03 17:21:14 +01:00
Richard Hartmann
b60f7870a2 Merge branch 'master' of https://github.com/cimatosa/jobmanager 2015-12-03 14:38:40 +01:00
Richard Hartmann
64cbef8bf8 added binfootprint to process special dump only state 2015-12-03 14:38:15 +01:00
Paul Müller
f73a2d3c13 insert safety for decorators 2015-11-27 15:31:46 +01:00
Paul Müller
f36aa64c90 slightly more complex example 2015-11-20 00:13:19 +01:00
Paul Müller
98275679b0 cleanup and tried to improve module decorator 2015-11-17 00:27:32 +01:00
Paul Müller
df0d2e165d fixed compatibility to python3 2015-11-16 12:38:08 +01:00
cimatosa
5191bf28ea fixed doc and tests 2015-11-13 16:13:23 +01:00
cimatosa
488bef5774 now also restore namedtuple when loading 2015-11-13 10:16:52 +01:00
Richard Hartmann
37fd47acbe merge 'bfp' into master 2015-11-13 00:18:37 +01:00
Paul Müller
266bd3e5ec patched 0d8df9b 'correct bug for clients with different counter keyword arguments' into bfp 2015-11-13 00:14:15 +01:00
Richard Hartmann
3656b9997f bigfix in python2 variant of 'open', added return value 2015-11-12 23:54:56 +01:00
Richard Hartmann
d108365422 restore bin foot print via list of classes 2015-11-12 23:54:10 +01:00
cimatosa
9e89cfa3e1 save 2015-11-12 14:12:24 +01:00
cimatosa
e44364a6f6 serious bugfix in proxy_operation_decorator_python, now exception handling should work 2015-11-12 14:12:01 +01:00
cimatosa
4e81fbdbe5 changed to pass pytest 2015-11-12 14:08:00 +01:00
cimatosa
d30bbd1baa added versioning to binfootprint, and made new version 2015-11-12 14:07:05 +01:00
Richard Hartmann
009d7241c8 used bytes / str (3.4/2.7) and data storage, so the bin foot print is now hashable 2015-11-11 21:59:42 +01:00
Richard Hartmann
6ea441c83c works now with py2.7 2015-11-11 21:20:14 +01:00
cimatosa
2d25f54bdb binfootprint test added 2015-11-11 19:51:31 +01:00
Paul Müller
e7b74ca055 Merge pull request #31 from cimatosa/develop_pool
Develop pool
2015-11-11 19:47:54 +01:00
Paul Müller
0d8df9bf77 - reduce verbosity in function call example to not confuse the user
- correct bug for clients with different counter keyword arguments (validCountKwargs), closes #30
2015-11-11 18:20:14 +01:00
Paul Müller
96260d04b3 improved compatibility with Python2 2015-11-11 16:11:28 +01:00
Paul Müller
82044ef184 pool manager example works on python3 2015-11-11 15:55:11 +01:00
Paul Müller
6539a05546 code cleanup with pool 2015-11-11 15:37:17 +01:00
cimatosa
b9fefba952 some changes made to use binfootprint to distinguish argumets -> still needs some python2 suppoer, I'm working on this 2015-11-11 15:06:48 +01:00
Paul Müller
e4403b0f3a Merge branch 'master' of https://github.com/cimatosa/jobmanager into develop_pool 2015-11-11 11:37:26 +01:00
Paul Müller
ddfcdb0dfc fix wrapper example 2015-11-11 11:34:11 +01:00
Paul Müller
a49cd38949 python3.5 and pytest2.8.2 do not like jobmanager tests, let 3.5 fail 2015-11-10 00:21:14 +01:00
Paul Müller
d95aa056fb run with pytest2.6 generated by python 3.4 2015-11-10 00:11:41 +01:00
Paul Müller
a25e03fcbf generate pytest script with python3 2015-11-09 23:39:59 +01:00
Paul Müller
0df5c6e13e correctly activat python3.5 environment 2015-11-09 23:27:20 +01:00
Paul Müller
2e4f823456 test correctly python 3.5 2015-11-09 23:26:28 +01:00
Paul Müller
fb4d608fa4 travis typo 2015-11-09 23:20:56 +01:00
Paul Müller
77efd2fe1e travis might fail because python 3.5 is installed instead of 3.4 2015-11-09 23:20:03 +01:00