aboutsummaryrefslogtreecommitdiff
path: root/interface.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add support for entering password for sudoNick Hassan2024-02-161-0/+3
|
* [Chore] Make activation wait timeout configurableRoman Melnikov2023-11-021-0/+3
| | | | | | | | | | | | | | Problem: Currently profile activation waiting timeout is hardcoded to 240 seconds, see https://github.com/serokell/deploy-rs/pull/48. In some cases, this timeout can be exceeded (e.g. activation performs a heavy DB migration and waits for it to finish before considering the profile activation succesful). Solution: Make this timeout configurable via 'activationTimeout' deploy attribute or corresponding '--activation-timeout' CLI option. For the sake of backward compatibility, the new 'wait' subcommand '--activation-timeout' option is made optional and defaults to 240 seconds if it wasn't provided.
* Add missing newline to `interface.json`notgne22020-11-101-1/+1
|
* Remove bootstrapnotgne22020-11-071-3/+0
|
* Greatly expand documentationnotgne22020-11-071-0/+117