aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/api
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Delete issues error code 404 when project name is invalidAditya Sharoff2-3/+21
2020-09-10Adding validations for all JSON data across modulesRajamohan Raj27-931/+43
2020-09-04GET project Returns 404 instead of 500Aditya Sharoff2-3/+3
2020-08-31Enhance the status query APIEric Multanen2-3/+94
2020-08-20Add Validation for API'sRitu Sood24-32/+980
2020-08-03Add StateInfo structure synced resourcesEric Multanen2-0/+19
2020-07-24Adds PUT api to v2/projectsLarry Sachs3-2/+140
2020-07-17Add APIs for getAll DeploymentIntents and GetAll GenericPlacemnetIntentsRajamohan Raj3-0/+59
2020-07-17Add API to query all composite apps under a projectRajamohan Raj2-0/+27
2020-07-16Implement GetAll projects handlerRajamohan Raj3-0/+30
2020-07-08Adds composite app status update and queryEric Multanen2-1/+47
2020-06-03Add grpc contextupdate client call to orchestratorEric Multanen1-0/+1
2020-05-12Move controller module into separate packageEric Multanen3-34/+37
2020-04-30Add gRPC framework to orchestratorEric Multanen1-0/+4
2020-04-23Merge "Added intentResolver"Ritu Sood3-4/+3
2020-04-22Controller API supportEric Multanen3-22/+144
2020-04-17Added intentResolverRajamohan Raj3-4/+3
2020-04-13Added query routes for deploymentIntentGroupRajamohan Raj3-1/+76
2020-04-13Merge "Adding query APIs for AppIntents"Ritu Sood3-7/+80
2020-04-13Test cases for resolving the helm templatesRajamohan Raj1-17/+0
2020-04-11Resolve the helm templatesRajamohan Raj5-8/+84
2020-04-09Adding query APIs for AppIntentsRajamohan Raj3-7/+80
2020-03-23Create network service with cluster APIEric Multanen6-1910/+7
2020-03-19Add more validation methodsEric Multanen2-4/+4
2020-03-12Added getAllApps functionality in App apiSrivahni Chivukula2-0/+25
2020-03-12Add apps under composite app APISrivahni Chivukula7-25/+261
2020-03-12Added tests to Composite App APISrivahni Chivukula1-0/+0
2020-03-05Add API support to handle App ProfilesEric Multanen6-25/+309
2020-03-05Composite Profile API and HandlerDileep Ranganathan6-24/+339
2020-03-04Add DeploymentIntentGroup APIsRajamohan Raj7-28/+324
2020-03-03Implemented AppIntents and GenPlaceIntentsRajamohan Raj6-39/+341
2020-02-28Add v2 cluster registration api to k8s orchestratorEric Multanen5-8/+1910
2020-02-21Add Controller Register API to OrchestratorMarcus G K Williams4-4/+352
2020-02-20Add Composite Application APISrivahni Chivukula3-28/+155
2020-02-19Made changes to the Project API.Rajamohan Raj2-18/+38
2020-02-14Restructure code and create module libraryRitu Sood3-35/+34
2019-11-19Add v2 with project APIKiran Kamineni4-0/+402