...
Approved changes will be copied to file
Ignored changes will eventually be removed when the system is reloaded from files.
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
File vs Git
A Git source control is in place in the bot that allows to manage branches, version history, and merge between version.
...
Save a change in git. This makes it fully persistent with a push to the remote git repository
Rollback a change.
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Incorporating of changes from other environments
...
The remote environment is running a version lower or equal to the current version
The remote environment is running on a distinct branch.
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Applying changes
Once you have saved your changes and integrated remotes changes you can then apply them to your bot. This will reload the bot configuration based on what is defined in your git file system.
Any change that was not saved will be erased.
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Management views
The views to manage the updates are available under the Deployment menu, provided that you have sufficient privileges.
...