2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
Commit Graph

89 Commits

Author SHA1 Message Date
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
2020-05-10 23:32:31 +02:00
Christophe Mehay
55907d1a8c
Merge pull request #20 from cmehay/travis
Deploy to pypi with travis
2019-04-29 11:37:42 +02:00
Christophe Mehay
d9ac0e1c5b Deploy to pypi with travis 2019-04-29 11:36:44 +02:00
Christophe Mehay
84b5fc2098
Merge pull request #19 from cmehay/0.5.2
0.5.2
2019-04-29 11:29:33 +02:00
Christophe Mehay
d1dd6058e9 exit 1 on error 2019-04-29 11:25:17 +02:00
Christophe Mehay
f2112d102d Check if var in env before delete it 2019-04-29 10:40:39 +02:00
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
2019-03-21 18:10:37 +01:00
Scott Salisbury
f7d20cef7d Added config option to specific whether or not to remove the dockerenv and dockerinit files 2019-03-21 17:03:07 +00:00
Christophe Mehay
8d160616b0 Merge pull request #16 from cmehay/yaml
Use safe_load for yaml parsing
2017-08-28 09:50:11 +02:00
Christophe Mehay
d46fee4506 Use safe_load for yaml parsing 2017-08-28 09:46:22 +02:00
Christophe Mehay
b3bb8c270f Merge pull request #15 from cmehay/readme
Update readme
2017-01-01 12:55:03 +01:00
Christophe Mehay
b14aba8c34 Update readme 2016-12-30 20:34:38 +01:00
Christophe Mehay
de20e4a75c Merge pull request #14 from cmehay/post_commands
Add post_run_commands
2016-12-30 20:13:53 +01:00
Christophe Mehay
c0dbfce4c2 Add post_run_commands 2016-12-30 19:58:11 +01:00
Christophe Mehay
72e44abe8c Merge pull request #13 from cmehay/readme
Update readme
2016-12-08 09:55:03 +01:00
Christophe Mehay
c7ee42fdae Update readme 2016-12-08 09:54:28 +01:00
Christophe Mehay
62ddbe3aaa Merge pull request #12 from cmehay/dockerfiles
Fix install dep and add Dockefiles
2016-12-05 23:36:04 +01:00
Christophe Mehay
14f8cb649a Fix install dep and add Dockefiles 2016-12-05 23:35:45 +01:00
Christophe Mehay
4b888c3461 Merge pull request #11 from cmehay/environment
Expends user and group in environment
2016-12-04 21:13:38 +01:00
Christophe Mehay
dd17aadfae Expends user and group in environment 2016-12-04 21:11:57 +01:00
Christophe Mehay
ff9d53fd1b Merge pull request #10 from cmehay/yaml
Add json and yaml modules in Jinja templates

Update to 0.4.5
2016-11-30 08:56:35 +01:00
Christophe Mehay
218a80c690 Add json and yaml modules in Jinja templates 2016-11-30 08:53:54 +01:00
Christophe Mehay
5494d50fb1 Merge pull request #9 from cmehay/reload
Add globbing match to reloader config
2016-11-27 02:18:02 +01:00
Christophe Mehay
3f713cf652 Update reloader.py 2016-11-27 02:17:33 +01:00
Christophe Mehay
88e5a66507 Add globbing match to reloader config 2016-11-27 02:14:10 +01:00
Christophe Mehay
aca34177e5 Merge pull request #8 from cmehay/disable
Add env variable to diable service

v 0.4.3
2016-11-23 12:44:31 +01:00
Christophe Mehay
ea72fac83c Add env variable to diable service 2016-11-23 12:39:30 +01:00
Christophe Mehay
6c1274404d Merge pull request #7 from cmehay/reload
Update version
2016-11-19 17:26:17 +01:00
Christophe Mehay
7eca5b33cd Update version 2016-11-19 17:23:24 +01:00
Christophe Mehay
c7e73788fe Merge pull request #6 from cmehay/reload
Fix setgid, add env to disable reloader
2016-11-19 17:21:58 +01:00
Christophe Mehay
c935e22252 Fix setgid, add env to disable reloader 2016-11-19 17:20:37 +01:00
Christophe Mehay
10d80a705c Merge pull request #5 from cmehay/reloader
Add reloader
2016-10-03 22:44:04 +02:00
Christophe Mehay
18026f1aa3 Add reloader 2016-10-02 00:23:10 +02:00
Christophe Mehay
eb020e5014 Merge pull request #4 from cmehay/secret
Add globing support for secret env
2016-09-23 02:46:00 +02:00
Christophe Mehay
a663b98efb Add globing support for secret env 2016-09-23 02:41:32 +02:00
Christophe Mehay
5887581459 Merge pull request #3 from cmehay/dockerenv
Remove .dockerenv and .dockerinit if they exist
2016-07-02 15:48:32 +02:00
Christophe Mehay
48d9965d5c Remove .dockerenv and .dockerinit if they exist 2016-07-02 15:47:23 +02:00
Christophe Mehay
251477719e Add warning if entrypoint-config contains invalid parameters 2016-05-30 23:39:28 +02:00
Christophe Mehay
5c2003a0f2 Avoid duplicate entries in debug logs 2016-05-19 23:47:25 +02:00
Christophe Mehay
248ce38c88 Add ENTRYPOINT_PRECONF_COMMAND and ENTRYPOINT_POSTCONF_COMMAND in env configuration 2016-05-12 00:31:26 +02:00
Christophe Mehay
4a56f62f71 Add ENTRYPOINT_DEBUG env config ad fix tests 2016-05-08 18:25:36 +02:00
Christophe Mehay
0bfa834b71 Moar debug and main tests 2016-05-08 17:11:01 +02:00
Christophe Mehay
01cd8137cc Add PYENTRYPOINT_RAW option 2016-05-07 13:58:06 +02:00
Christophe Mehay
9a18c3e139 Update doc template 2016-04-30 01:26:13 +02:00
Christophe Mehay
d00705bb36 Add ENTRYPOINT_FORCE environment variable 2016-04-30 00:58:14 +02:00
Christophe Mehay
d74ca5b780 Doc 2016-04-29 02:33:43 +02:00
Christophe Mehay
95d28a4bf8 Update to 0.3.0 2016-04-25 23:24:25 +02:00
Christophe Mehay
4711cd8546 Add new format for confg_files setup 2016-04-25 23:23:21 +02:00
Christophe Mehay
792894839a Update to 0.2.3 2016-03-27 20:55:15 +02:00
Christophe Mehay
addd714f8b Work without entrypoint-config 2016-03-27 20:42:50 +02:00