aboutsummaryrefslogtreecommitdiffstats
path: root/domino_conf.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01JIRA Issue DOMINO-24Ulas Kozat1-3/+2
Change-Id: Id45f86b7b8f88dcdcdc724942c5109eaf1d3d193 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-11-17Replace toscaparser with native yaml to load published Tosca file into memoryUlas Kozat1-1/+1
Change-Id: I2ab06c97d103f95d53db256675b6949fa2b7b308 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-07-21update installation, configuration guide, configuration file and clientUlas Kozat1-1/+2
Change-Id: I686c7d2c39894f68b73d1dd54071eb637acf846d Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-09files pushed to the client are written to files under directories named ↵Ulas Kozat1-0/+1
after udid Change-Id: I28b5dd6ce3bcc9592108ffecbd325b4290ddeddf Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-09Readded falsely deleted line for recording registered nodes in dictionary objectUlas Kozat1-0/+1
Change-Id: Ie000af03a00c8b0abb37fba8cf8634cd2824812d Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-06Modified defauly log level back to WARNING in domino_conf.py fileUlas Kozat1-1/+1
Change-Id: I503a35ea6f6bbc501ccf2b574409f44d4a125213 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-06Updated documentation, moved some configuration parameters to the ↵Ulas Kozat1-0/+3
domino_conf.py file Change-Id: I31fe9cc150ed77bd200de8a78fb357b8d0761dab Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com> Updated documentation, moved some configuration parameters to the domino_conf.py file Change-Id: I419d647a8909f3ee88d96d311646843b1aef7c93 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-03added sqlite3 support at Domino Server for label subscriptions and client ↵Ulas Kozat1-1/+1
registrations Change-Id: Ia3d741adadb20eb92525a4640ad70fa3fdc435a2 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-05-27refactored codes, added standalone CLI client, option of interactive vs. ↵Ulas Kozat1-0/+1
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 Kozat1-0/+18
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>