aboutsummaryrefslogtreecommitdiff
path: root/interface.json (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-16add support for entering password for sudoNick Hassan1-0/+3
2023-11-02[Chore] Make activation wait timeout configurableRoman Melnikov1-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.
2020-11-10Add missing newline to `interface.json`notgne21-1/+1
2020-11-07Remove bootstrapnotgne21-3/+0
2020-11-07Greatly expand documentationnotgne21-0/+0
2020-10-13Fix json schemanotgne21-2/+2
2020-10-13Clean up some CLI arguments, make magic rollback optionalnotgne21-0/+9
2020-10-10Add profile path option to profilesnotgne21-0/+3
2020-10-05Improve schema a bit, fix flake locks for examplesnotgne21-21/+23
2020-10-05Add interface with json schema, fix flake-less issues, put setActivate and ↵notgne21-0/+103
jsonSchema check in flake lib