Commit Graph

362 Commits

Author SHA1 Message Date
Bastian Venthur
89d2062579 Fixed some spelling and grammar issues
Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2022-04-25 10:49:39 +03:00
Muz
f42b568fc2 Correct the help text for --pod-args
Signed-off-by: Muz <git@mustaqila.li>
2022-04-10 22:21:35 +03:00
Muz Ali
a1d3ba4ea2 Lint fixes for --services flag handling in config
Signed-off-by: Muz Ali <muz.ali@shopify.com>
2022-04-07 08:25:03 +03:00
Shane Smith
6be661f6da Support platform property
As per https://github.com/compose-spec/compose-spec/blob/master/spec.md#platform

Example:

```
services:
  mysql:
    image: mysql:5.7
    platform: linux/x86_64
```

Signed-off-by: Shane Smith <shane.smith@shopify.com>
2022-04-07 08:24:46 +03:00
Muz
fc3598faf2 Allow --services in config
Signed-off-by: Muz <git@mustaqila.li>
2022-04-04 11:20:41 +03:00
Muayyad alsadi
fbff315e18 FIXES #464: accept -v in run 2022-03-29 21:17:02 +03:00
Muayyad alsadi
fc34703dd4 format 2022-03-28 14:07:36 +03:00
Muayyad alsadi
c7ada820de format 2022-03-28 13:54:55 +03:00
Muayyad alsadi
5e286f6356 format 2022-03-28 13:52:21 +03:00
Muayyad alsadi
3dd8b05d74 format 2022-03-28 13:47:28 +03:00
Muayyad alsadi
3ecb4b5dd5 FIXES #462: fix extends merge 2022-03-28 13:40:02 +03:00
Muayyad alsadi
d05cad4c65 FIXES #462: fix extends merge 2022-03-28 13:32:22 +03:00
Muayyad alsadi
ebb3dfe634 #452: better missing network message 2022-03-20 17:16:59 +03:00
Muayyad alsadi
7b99b38f0e nethost test 2022-03-19 00:17:22 +03:00
Muayyad alsadi
4ef8afc63e hit counter with redis cluster example 2022-03-19 00:12:48 +03:00
Muayyad alsadi
a1aed09a58 GCR hello app 2022-03-18 23:14:26 +03:00
Muayyad alsadi
2cacf9cfb5 add echo example 2022-03-18 23:00:21 +03:00
Muayyad alsadi
4064c84521 add azure vote example 2022-03-18 22:43:18 +03:00
Muayyad alsadi
0dde95ac1d update gitignore 2022-03-18 18:34:01 +03:00
Muayyad alsadi
1be41b46a5 do not merge command array 2022-03-18 18:29:27 +03:00
Muayyad alsadi
105c27c8dc example nodejs project 2022-03-18 18:05:57 +03:00
Muayyad alsadi
f820594257 use exec for wait 2022-03-18 15:50:24 +03:00
Muayyad alsadi
8a72321720 FIXES #409: detect changes and recreate 2022-03-16 15:27:30 +03:00
Muayyad alsadi
529391963d FIXES #409: detect changes and recreate 2022-03-16 15:25:57 +03:00
Muayyad alsadi
48a19f13fc print more help with systemd 2022-03-15 23:01:22 +03:00
Muayyad alsadi
a9faabb1b0 print more help with systemd 2022-03-15 22:50:03 +03:00
Muayyad alsadi
3fb2b98ecc print more help with systemd 2022-03-15 22:47:54 +03:00
Muayyad alsadi
b35b7e448a add systemd -a list 2022-03-14 14:17:49 +03:00
Muayyad alsadi
1a72e1e087 add systemd -a list 2022-03-14 14:05:20 +03:00
Muayyad alsadi
b620311aaf FIXES #449: accept int port 2022-03-13 23:36:25 +03:00
Muayyad alsadi
bf8004b04d systemd unit file 2022-03-13 11:20:59 +03:00
Muayyad alsadi
cadf046306 fix pylint 2022-03-13 10:18:03 +03:00
Muayyad alsadi
8d8149cfe5 fix pylint 2022-03-13 10:12:36 +03:00
Muayyad alsadi
3dd981727b fix pylint 2022-03-13 10:08:48 +03:00
Muayyad alsadi
0b469e0590 format 2022-03-12 23:17:26 +03:00
Muayyad alsadi
9e3020a9df FIXES #307: systemd command 2022-03-12 23:08:24 +03:00
Muayyad alsadi
fc9ed19b2b wait command 2022-03-12 21:16:16 +03:00
Muayyad alsadi
2d6bb52e36 FIXES #442: allow --no-pod or custom --pod-args 2022-03-08 21:22:43 +03:00
Muayyad alsadi
7942a091c3 FIXES #442: allow --no-pod or custom --pod-args 2022-03-08 21:13:14 +03:00
Muayyad alsadi
701311aa7a FIXES #447: support --env-file 2022-03-08 12:01:02 +03:00
Muayyad alsadi
d7049150d0 FIXES #447: support --env-file 2022-03-08 10:57:44 +03:00
Muayyad alsadi
3b7bf81051 remove unused test 2022-03-08 10:47:16 +03:00
Tom Bu
a735aa5b96 Fix inverted condition in merging arguments
Signed-off-by: Tom Bu <tombu@tombu.info>
2022-03-02 06:12:26 +03:00
Piotr Husiatyński
b78509527b Fix linter issues
Make _cmd_desc a public attribute, so that it can be used outside of the
class methods.

Signed-off-by: Piotr Husiatyński <phusiatynski@gmail.com>
2022-03-01 17:16:04 +03:00
Piotr Husiatyński
762318093c Force black formatting
Black removes the burden of manual code formatting and is by now
considered the standard Python formatting tool.

https://black.readthedocs.io/en/stable/

Format all Python code with black.

GitHub linting action is updated to ensure all files are formatted with
Black.

Signed-off-by: Piotr Husiatyński <phusiatynski@gmail.com>
2022-03-01 17:16:04 +03:00
Muayyad alsadi
af10345483 FIXES #440: absolute secret 2022-02-28 01:19:39 +03:00
Muayyad alsadi
2d1bcddf09 update readme 2022-02-26 03:13:38 +03:00
Muayyad alsadi
4f025679cf add unit tests 2022-02-26 03:10:35 +03:00
Muayyad alsadi
064521255b add badge 2022-02-26 02:58:26 +03:00
Muayyad alsadi
b7c5609603 pylint 2022-02-26 02:51:06 +03:00