summaryrefslogtreecommitdiffstats
path: root/sms-service/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Minor changes to filesKiran Kamineni1-0/+2
Minor changes to the repo Updating the .gitignore file Issue-ID: AAF-92 Change-Id: I43b054709d0067f4d719c9176a1fdd50d1621a48 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-02-13Adding more unit tests and updating makefileKiran1-1/+0
Added unit tests for backend, vault, config and handler Updated the makefile to call the tests when build target is invoked Issue-ID: AAF-118 Change-Id: Id9b719a0e2b46070867a7fcbae34b83d19ef3282 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-05Initial Project StructureKiran1-0/+4
Includes a directory stucture for all the current components The implemented code establishes a mTLS connection to client and serves a GET status request Other requests and handlers will come in future patches Issue-ID: AAF-102 Change-Id: Ib3bca066586d23330b10550f83772ab11aacabc7 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>