aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2016-06-09using miscutil.read_templatefile(temp_filename) function in domino clientUlas Kozat1-1/+1
Change-Id: I9862a2c50ac7ba24bfc5708eb7ba06ca2419f199 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-03added sqlite3 support at Domino Server for label subscriptions and client ↵Ulas Kozat8-0/+0
registrations Change-Id: Ia3d741adadb20eb92525a4640ad70fa3fdc435a2 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-02removed pyc files, added label and template subscription options to ↵Ulas Kozat19-0/+2
overwrite and delete existing entries Change-Id: Ic44e6463bbdd4fc8365099d36c0d9df50b1b2249 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-05-27refactored codes, added standalone CLI client, option of interactive vs. ↵Ulas Kozat9-0/+506
standalone CLI Change-Id: I262aaf4f5908c0d9b7eae87699c49ba385437589 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-05-20added features: logger, exception handling, CLI changes, move constants to ↵Ulas Kozat2-0/+2
domino_conf.py; fixed bug: packing UDID generated as UINT64 by the random number generator to INT64 Change-Id: Id79e79050d1a1011d3548bb4445792354e7b63d0 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-05-15Simple mapper/scheduler/partitioner functions implementedUlas Kozat63-0/+7817
Change-Id: I553b196943022451d8dc4984fe37b2b228c8f4cf Signed-off-by: Ulas C. Kozat <ulas.kozat@huawei.com>