summaryrefslogtreecommitdiffstats
path: root/ms/py-executor/server.py
AgeCommit message (Collapse)AuthorFilesLines
2021-08-25CCSDK-3435 cds py executor log persistencechsailakshmi1-5/+22
Change-Id: If83db093e3b331a7f2f45435648aad142a2f78d5 Signed-off-by: chsailakshmi <sailakshmi@aarnanetworks.com> Issue-ID: CCSDK-3435
2021-07-28Revert "Renaming Files having BluePrint to have Blueprint"Jozsef Csongvai1-9/+9
The renaming in CCSDK-3098 caused breaking changes to the grpc api and compile issues for kotlin scripts. Issue-ID: CCSDK-3385 Change-Id: I0d745cb858371678eabcb2284671c1fd76a1ab6d Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-01-22Renaming Files having BluePrint to have BlueprintKAPIL SINGAL1-9/+9
Replacing BluePrint with Blueprint throughout Issue-ID: CCSDK-3098 Signed-off-by: KAPIL SINGAL <ks220y@att.com> Change-Id: Ibee8bad07ae7d9287073db2d4f2f2cd730fa8b96
2020-01-30Add Artifact Manager service.Marek Szwalkiewicz1-9/+20
Adds a micro service that offers gRPC interface for CBA artifacts manipulation. By default the service is attached to py-executor but can be ran as a separate service if needed in the future. Issue-ID: CCSDK-1988 Change-Id: I40e20f085ae1c1e81a48f76dbea181af28d9bd0d Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2019-10-22Py executor grpc TLS server authentication.Brinda Santh1-10/+34
Issue-ID: CCSDK-1854 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I72b3deb7976e7d3e44478c497a46b9b4ac428623
2019-09-25Add bi-directional GRPC python executor.Brinda Santh1-0/+73
Python based bidirectional communication script executor microservice. Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a