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
With 8.14.0 a new #175592 to install packages was introduced, but it was only enabled in install by registry and put under feature flag enablePackagesStateMachine.
Clean up feature flag enablePackagesStateMachine
Once all the paths that use installPackageCommon are switched to the new state machine, this old code can be removed as well.
The text was updated successfully, but these errors were encountered:
Closes#189383
## Summary
In 8.14.0 we added and enabled feature flag
`enablePackagesStateMachine`. This PR cleans it up as it's been enabled
since then and we don't need it anymore. Also removing related test
cases.
### Checklist
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
---------
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
With 8.14.0 a new #175592 to install packages was introduced, but it was only enabled in install by registry and put under feature flag
enablePackagesStateMachine
.enablePackagesStateMachine
installPackageCommon
are switched to the new state machine, this old code can be removed as well.The text was updated successfully, but these errors were encountered: