You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow users to bypass host preflights in install wizard (#2335)
* add ignorehostpreflight to api installation config
* continue adding ignorehostpreflights flag to API
* add integration tests
* add modal to confirm skipping of preflights when ignorehostpreflights flag is passed
* revert files updated by buildtools
* update swagger docs
* fix unit tests
* restructure unit test
* debug issue with unit test
* debug issue with unit test
* remove test
* Update web/src/components/wizard/ValidationStep.tsx
Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com>
* store ignorehostpreflight flag value in preflight response instead of installation config
* adding preflight validation to be used during infra setup
* continue adding preflight validation to infra setup
* update web to send request to ignore preflights when we start the installation
* add additional validationstep tests
* update swagger docs
* cleanup unused code
* add design doc
* simply preflight validatio and move to setupinfra on install controller
* consistently use allowignorehostpreflights in api
* simplify response for setupinfra
* update design doc
* revert buildtools files
* cleanup
* address feedback
* address feedback
* fix integration test
* fix failing test
* improve error handling
* returning bool for setupinfra no longer necessary
* improve setupinfra tests
* remove NewHostPreflights function that's not being used
* use mock manager with real controller for integration tests
* conditional render modal only when needed
* remove uneeded comment
* Update api/integration/infra_test.go
Co-authored-by: João Antunes <joao@replicated.com>
* remove modal test
* remove unneeded validation step test
* consolidate tests
* change api error handling to use returned handler from the API
* update tests to assert expected error from API
* update tests
* f
* fix tests
* fix lint
* make property name consistent
* revert uneeded changes
---------
Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com>
Co-authored-by: João Antunes <joao@replicated.com>
0 commit comments