* updated the version
* updated the serializer
* fixed test
* fixed some more changes
* tested to update versions of k8 packages
* reverted package update
* change in API
* fixed dependencies, need to fix broken tests now
* updated fake client and fixed test due to updates in timestam.timestamp
* missed to update fake client pod
* fixed issue in controller
* tested to update
* updated
* updated controller viewer
* updates to fix go mod vendor
* Updated the client
* updated the golang versions
* missed one docker file update, from 1.11 -> 1.13
* testing to fixe persistinace agent issues
* Updated after feedback
Co-authored-by: Niklas hansson <niklashansson@Niklass-MacBook-Pro.local>
* Wait longer for e2e tests
* Let api integration test stream log output while testing
* Also fix initialization test
* Fix exit code on error
* Update test/initialization-test/run_test.sh
Co-Authored-By: Alexey Volkov <avolkov@google.com>
* Update according to CR
Co-authored-by: Alexey Volkov <alexey.volkov@ark-kun.com>
* WIP - Create default experiment upon API server initialization
* Default experiment initialization caused crashes if API server pod was restarted without clearing DB
* Adding new table to store default experiment ID
* Add default experiment type model definition
* Minor fixes, everything seems to work now
* Clean up. Renamed to default_experiment_store
* Adds tests for the default_experiment_store
* Add integration test for verifying initial cluster state. Currently only covers existence of default experiment
* Don't run initialization tests except as integration tests
* Fixes comments
* PR comments and cleanup
* Extract code in resource_manager to helper func