aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator
AgeCommit message (Expand)AuthorFilesLines
2020-10-16Merge "delete should return 404 error for invalid name"Eric Multanen1-1/+6
2020-10-02Remove unused mongo db methods from emco codeEric Multanen4-634/+0
2020-10-02Ovnaction and vfw updates for deploy api changeEric Multanen5-65/+63
2020-10-02Modify GenericPlacement APIs to include DepIntGrpRajamohan Raj12-88/+204
2020-09-30delete should return 404 error for invalid nameAditya Sharoff1-1/+6
2020-09-28Request CSR approvals via /subresource levelIgor D.C1-0/+27
2020-09-24Let instructions exist under /subresource levelIgor D.C1-1/+1
2020-09-24Cleanup tmp resources after instantiationRajamohan Raj2-10/+65
2020-09-22Fix missing operator-sdk dependency goautonegIgor D.C2-418/+285
2020-09-15Delete issues error code 404 when project name is invalidAditya Sharoff3-4/+21
2020-09-11Merge "Adding validations for all JSON data across modules"Ritu Sood28-429/+44
2020-09-10Merge "Add log level support for orchestrator"Eric Multanen5-22/+47
2020-09-10Adding validations for all JSON data across modulesRajamohan Raj28-429/+44
2020-09-10Merge "Changes to add state and retry logic to rsync"Eric Multanen3-14/+52
2020-09-09Changes to add state and retry logic to rsyncManjunath Ranganathaiah3-14/+52
2020-09-09Add log level support for orchestratorRajamohan Raj5-22/+47
2020-09-04GET project Returns 404 instead of 500Aditya Sharoff2-3/+3
2020-08-31Enhance the status query APIEric Multanen7-69/+688
2020-08-27Remove the need for rysnc registration in orchestratorRajamohan Raj2-18/+75
2020-08-20Add Validation for API'sRitu Sood28-39/+1627
2020-08-11Add appcontext state, status and resource statusEric Multanen9-120/+321
2020-08-03Add StateInfo structure synced resourcesEric Multanen7-39/+207
2020-08-03Sanity test script for new releases.Rajamohan Raj1-1/+1
2020-07-24Adds PUT api to v2/projectsLarry Sachs6-7/+257
2020-07-21Add newline to end of orchestrator/scripts/build.shLarry Sachs1-1/+2
2020-07-17Merge "Move status tracking CR to rsync"Ritu Sood2-49/+0
2020-07-17Add APIs for getAll DeploymentIntents and GetAll GenericPlacemnetIntentsRajamohan Raj5-2/+145
2020-07-17Add API to query all composite apps under a projectRajamohan Raj4-1/+61
2020-07-16Implement GetAll projects handlerRajamohan Raj4-0/+54
2020-07-16Move status tracking CR to rsyncEric Multanen2-50/+1
2020-07-15Merge "Update Rsync"Eric Multanen2-1/+237
2020-07-10Update RsyncRitu Sood2-1/+237
2020-07-09Fixing the triple dash issue in YAML.Rajamohan Raj1-0/+5
2020-07-08Add terminate support to orchestrator and ncmEric Multanen4-20/+123
2020-07-08Adds composite app status update and queryEric Multanen9-23/+314
2020-06-28Merge "Change the error message for orchestrator startup"Ritu Sood1-1/+1
2020-06-26Add instruction and rsync call to instantiateEric Multanen4-13/+125
2020-06-25Change the error message for orchestrator startupRajamohan Raj1-1/+1
2020-06-07Make GRPC calls and delete extra cluster handlesRajamohan Raj2-0/+74
2020-06-05Implement Priority Based Controller listRajamohan Raj4-11/+182
2020-06-03Add grpc contextupdate client call to orchestratorEric Multanen8-87/+300
2020-06-03Move cluster management into its own microserviceEric Multanen3-4/+370
2020-06-02Reorganize ncm packages to align with architectureEric Multanen1-2/+2
2020-06-02Create OVN network action controller from ncmEric Multanen1-0/+2
2020-06-01Adding cluster meta data and saving in etcdRajamohan Raj6-135/+372
2020-05-28Update go.mod files of services to use local codeEric Multanen2-5/+106
2020-05-21InstallApp Grpc proto and server for rsyncManjunath Ranganathaiah2-391/+0
2020-05-20Changing the value type to interfaceRajamohan Raj1-2/+2
2020-05-15Adding meta data for app in appContextRajamohan Raj6-48/+160
2020-05-14Merge "Create appContext and save to etcd"Ritu Sood4-35/+338