Commit Graph

108 Commits (master)
 

Author SHA1 Message Date
cmehay d552129309
Merge pull request #29 from cmehay/py10
Update dependencies and add support for python 3.9 and 3.10
2 years ago
Chirstophe Mehay f351d29121 Update dependacies and add support for python 3.9 and 3.10 2 years ago
Christophe Mehay 37fd4c7fdc
Merge pull request #27 from cmehay/toml
Add toml module in config template
4 years ago
Christophe Mehay 47a91d8aae Add toml and configparser modules in jinja config templates 4 years ago
Christophe Mehay 24a83dd226
Merge pull request #26 from cmehay/post_commands
Add `run_post_commands_in_parallele` to run each post commands in sep…
4 years ago
Christophe Mehay 6a457f2398 Add `run_post_commands_in_parallele` to run each post commands in separate process and stream output 4 years ago
Christophe Mehay 3908415898 update version 4 years ago
Christophe Mehay 0a02bafa0a
Merge pull request #25 from cmehay/set_environment
Set environment
4 years ago
Christophe Mehay f1882dab3c Add set_environment in settings
```yaml
set_environment:
    - ENV_1: echo 'The environment variable ENV_1 will be added with this phrase'
    - ENV_2: head /dev/urandom | base64
    - ENV_3: echo ${ENV_1} and ${ENV_2} are now available here
    - ENV_4: exit 1 || true  # Set like this if you need to ignore error
```
4 years ago
Christophe Mehay 50540203b1 Fix travis 4 years ago
Christophe Mehay 71b30f4e31 Fix travis 4 years ago
Christophe Mehay c53175a360
Merge pull request #24 from cmehay/envtobool
Add envtobool function in jinja templates
4 years ago
Christophe Mehay 82180f18f9 Add envtobool function in jinja templates 4 years ago
Christophe Mehay 5389f36478
Merge pull request #23 from cmehay/setup_match
Add support for handling commands matching setup
4 years ago
Christophe Mehay 5b0e0c8657 Add support for handling commands matching setup
It's now possible to map setups to specific commands.
It's easier to handle many commands in one container.
4 years ago
Christophe Mehay f5aec4c0d5
Merge pull request #22 from cmehay/alpine
Alpine
4 years ago
Christophe Mehay 97fedfc9d9 Fix alpine dockerfiles 4 years ago
Christophe Mehay 468a185008 Update .travis.yml 4 years ago
Christophe Mehay 66513ca248
Merge pull request #21 from cmehay/commands
Update to v0.6.0
4 years ago
Christophe Mehay 1770ac87f6 Update to v0.6.0
- Add new `commands` setting to handle multiple commands
- Deprecate `command` and `subcommands`
- Drop support for python 2
- Handle dependancy and build with Poetry
4 years ago
Christophe Mehay 55907d1a8c
Merge pull request #20 from cmehay/travis
Deploy to pypi with travis
5 years ago
Christophe Mehay d9ac0e1c5b Deploy to pypi with travis 5 years ago
Christophe Mehay 84b5fc2098
Merge pull request #19 from cmehay/0.5.2
0.5.2
5 years ago
Christophe Mehay d1dd6058e9 exit 1 on error 5 years ago
Christophe Mehay f2112d102d Check if var in env before delete it 5 years ago
Christophe Mehay d1dd94765d
Merge pull request #18 from scottjs/dockerenv_config
Added config option to specify whether or not to remove the dockerenv and dockerinit files
5 years ago
Scott Salisbury f7d20cef7d Added config option to specific whether or not to remove the dockerenv and dockerinit files 5 years ago
Christophe Mehay 8d160616b0 Merge pull request #16 from cmehay/yaml
Use safe_load for yaml parsing
7 years ago
Christophe Mehay d46fee4506 Use safe_load for yaml parsing 7 years ago
Christophe Mehay b3bb8c270f Merge pull request #15 from cmehay/readme
Update readme
7 years ago
Christophe Mehay b14aba8c34 Update readme 7 years ago
Christophe Mehay de20e4a75c Merge pull request #14 from cmehay/post_commands
Add post_run_commands
7 years ago
Christophe Mehay c0dbfce4c2 Add post_run_commands 7 years ago
Christophe Mehay 72e44abe8c Merge pull request #13 from cmehay/readme
Update readme
7 years ago
Christophe Mehay c7ee42fdae Update readme 7 years ago
Christophe Mehay 62ddbe3aaa Merge pull request #12 from cmehay/dockerfiles
Fix install dep and add Dockefiles
8 years ago
Christophe Mehay 14f8cb649a Fix install dep and add Dockefiles 8 years ago
Christophe Mehay 4b888c3461 Merge pull request #11 from cmehay/environment
Expends user and group in environment
8 years ago
Christophe Mehay dd17aadfae Expends user and group in environment 8 years ago
Christophe Mehay ff9d53fd1b Merge pull request #10 from cmehay/yaml
Add json and yaml modules in Jinja templates

Update to 0.4.5
8 years ago
Christophe Mehay 218a80c690 Add json and yaml modules in Jinja templates 8 years ago
Christophe Mehay 5494d50fb1 Merge pull request #9 from cmehay/reload
Add globbing match to reloader config
8 years ago
Christophe Mehay 3f713cf652 Update reloader.py 8 years ago
Christophe Mehay 88e5a66507 Add globbing match to reloader config 8 years ago
Christophe Mehay aca34177e5 Merge pull request #8 from cmehay/disable
Add env variable to diable service

v 0.4.3
8 years ago
Christophe Mehay ea72fac83c Add env variable to diable service 8 years ago
Christophe Mehay 6c1274404d Merge pull request #7 from cmehay/reload
Update version
8 years ago
Christophe Mehay 7eca5b33cd Update version 8 years ago
Christophe Mehay c7e73788fe Merge pull request #6 from cmehay/reload
Fix setgid, add env to disable reloader
8 years ago
Christophe Mehay c935e22252 Fix setgid, add env to disable reloader 8 years ago