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
Stop restore when a backup without Actions is being restored onto an appliance with Actions enabled (#946)
* throw error and abort when restoring a backup with Actions disabled onto an appliance with Actions enabled
* set ACTIONS_ENABLED_IN_BACKUP to false if the value is not found in settings.json
* use git config to grab app.actions.enabled directly
* add bash function to enable and disable actions in settings.json
* enable actions in settings for part of other tests that require it
* use git config to set initial value for actions in settings.json
* empty settings.json before using git config
0 commit comments