Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup orphaned func, new image-name calculation (#1962)
* forced namespace change, deletes old func, kind works Signed-off-by: gauron99 <[email protected]> * new .deploy.image field Signed-off-by: gauron99 <[email protected]> * building * building * add first iteration of complete functionality with f.Build.Image and f.Deploy.Image that STILL contains a workaround for image digest which is populated on Push instead of Build Signed-off-by: gauron99 <[email protected]> * base tests fixes for compile Signed-off-by: gauron99 <[email protected]> * fix base tests2 for now, integration test has a possible TODO Signed-off-by: gauron99 <[email protected]> * new generated schema Signed-off-by: gauron99 <[email protected]> * fix some tests using .Image and create new test Signed-off-by: gauron99 <[email protected]> * remove nested .func Signed-off-by: gauron99 <[email protected]> * get rid of test Signed-off-by: gauron99 <[email protected]> * remove my debug test * fix namespace change test Signed-off-by: gauron99 <[email protected]> * fix pipeline run to use .Deploy.Image Signed-off-by: gauron99 <[email protected]> * fix TestDeploy_ConfigApplied and change pipelines image being used Signed-off-by: gauron99 <[email protected]> * fix some tests Signed-off-by: gauron99 <[email protected]> * fix actions - return value, configApplied and registry on subsequent deploy different Signed-off-by: gauron99 <[email protected]> * update empty image in tests issue Signed-off-by: gauron99 <[email protected]> * fix client.Apply tests with passing image value to .Deploy after push Signed-off-by: gauron99 <[email protected]> * openshift override on namespace change forced, remove useless print Signed-off-by: gauron99 <[email protected]> * printing fixes, reviewdog, buildConfig return * fix pipelines test by feeding image name to .Deploy, comments Signed-off-by: gauron99 <[email protected]> * update more tests Signed-off-by: gauron99 <[email protected]> * fix Signed-off-by: gauron99 <[email protected]> * new test, comment Signed-off-by: gauron99 <[email protected]> * misspell Signed-off-by: gauron99 <[email protected]> * remove unnecessary comments * fix from review * namespace updated with 2 fields; new error definitions; deploy functionality cleanup * remove k8s service host var in test * error definition; fix client tests; cli delete fixup Signed-off-by: gauron99 <[email protected]> * new schema Signed-off-by: gauron99 <[email protected]> * namespace fixes; remover arguments fix Signed-off-by: gauron99 <[email protected]> * delete_test cmd Signed-off-by: gauron99 <[email protected]> * schema, new local remote flag instead of deploy Signed-off-by: gauron99 <[email protected]> * fix test to have now required namespace Signed-off-by: gauron99 <[email protected]> * add namespace check, test action Signed-off-by: gauron99 <[email protected]> * fix integration deploy test, comments Signed-off-by: gauron99 <[email protected]> * fix wrongly removed namespace Signed-off-by: gauron99 <[email protected]> * small changes to remover and ns added to its tests Signed-off-by: gauron99 <[email protected]> * test moving logic to client * fix deploy bug, remove verbose for better logs * pipelines, clean remover Signed-off-by: gauron99 <[email protected]> * newline Signed-off-by: gauron99 <[email protected]> * namespace required in remover, and fixed remote deployer - returns ns Signed-off-by: gauron99 <[email protected]> * fix integ test for pipelines.Run Signed-off-by: gauron99 <[email protected]> * cleanup Signed-off-by: gauron99 <[email protected]> * registry update change on deploy, some prints Signed-off-by: gauron99 <[email protected]> * new deploy tests and mock update Signed-off-by: gauron99 <[email protected]> * new tests, ns determination in mocks Signed-off-by: gauron99 <[email protected]> * deploy digested img doesnt populate build Signed-off-by: gauron99 <[email protected]> * comments Signed-off-by: gauron99 <[email protected]> * remove todo Signed-off-by: gauron99 <[email protected]> --------- Signed-off-by: gauron99 <[email protected]>
- Loading branch information