Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-16 | add support for entering password for sudo | Nick Hassan | 1 | -0/+3 | |
2023-11-02 | [Chore] Make activation wait timeout configurable | Roman Melnikov | 1 | -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-10 | Add missing newline to `interface.json` | notgne2 | 1 | -1/+1 | |
2020-11-07 | Remove bootstrap | notgne2 | 1 | -3/+0 | |
2020-11-07 | Greatly expand documentation | notgne2 | 1 | -0/+0 | |
2020-10-13 | Fix json schema | notgne2 | 1 | -2/+2 | |
2020-10-13 | Clean up some CLI arguments, make magic rollback optional | notgne2 | 1 | -0/+9 | |
2020-10-10 | Add profile path option to profiles | notgne2 | 1 | -0/+3 | |
2020-10-05 | Improve schema a bit, fix flake locks for examples | notgne2 | 1 | -21/+23 | |
2020-10-05 | Add interface with json schema, fix flake-less issues, put setActivate and ↵ | notgne2 | 1 | -0/+103 | |
jsonSchema check in flake lib |