Commit graph

259 commits

Author SHA1 Message Date
973468be6a "kiwi up", "kiwi down" 2021-11-27 18:13:31 +01:00
8f390bdfa2 Really aggressive confirmation prompt 2021-11-27 17:45:13 +01:00
e151562ab9 missing/wrong type hints 2021-11-27 16:21:54 +01:00
1c8f016208 pytests passed 2021-11-17 16:36:34 +01:00
9095b57b23 Type hinting in CLI, KiwiCommand class names, removed kiwi_command name parameter 2021-11-17 16:23:55 +01:00
512ee9ba87 fix: get_project on nonexistent project 2021-11-17 15:58:31 +01:00
7f892bcff2 fixed regression: Changed "directory" option name 2021-11-17 15:06:44 +01:00
0f7c7f6955 Fix for docker-compose options 2021-11-13 03:35:52 +01:00
7ee7d5f300 "kiwi cmd" 2021-11-13 03:27:27 +01:00
2241aa500f Common Executables 2021-11-13 03:26:32 +01:00
e7e6e5867a Removed Clutter 2021-11-13 01:12:27 +01:00
2e37291a68 KiwiCommand API 2021-11-06 03:45:47 +01:00
52f0e9b8a3 Fix "Rootkit" class 2021-11-04 21:59:17 +01:00
bf70db567a Fix "Executable" class 2021-11-03 21:06:02 +01:00
a784475479 "kiwi init" as a KiwiCommand 2021-11-03 17:58:18 +01:00
b4684998fd pytest 2021-11-03 17:35:36 +01:00
3686731f29 "kiwi list" done 2021-11-03 16:32:01 +01:00
1f588d5364 CLI and list command for instance 2021-11-03 01:12:32 +01:00
b16a423a9d Reformat 2021-11-02 17:21:31 +01:00
5d69f34de1 moved decorators to decorators.py 2021-11-02 17:21:01 +01:00
57a9a50c90 with an example option 2021-10-29 13:59:57 +02:00
ff256d05d3 experimental KiwiCommand class 2021-10-29 13:38:21 +02:00
829938e44f move pass_instance decorator 2021-10-29 13:37:59 +02:00
69a0938daf bug: get all services if service_names empty 2021-10-29 13:37:29 +02:00
fc55e9d677 more streamlined "list" command, but "list <project>" doesn't work 2021-10-28 16:53:40 +02:00
ed29243b71 "Services" class 2021-10-28 16:48:54 +02:00
a5a0ca9a63 basic "kiwi list" command 2021-10-28 15:53:32 +02:00
1dcf542c6d one less exception 2021-10-28 15:39:11 +02:00
2a8764577f misc.YAML.dump* methods 2021-10-28 13:56:25 +02:00
34988e5894 Test run configs 2021-10-28 13:51:53 +02:00
c331e77060 Added kiwi_scp.misc.YAML 2021-10-27 13:33:26 +02:00
b8027777d9 Test coverage 2021-10-26 16:19:33 +02:00
8d2c1e1fac Test classes 2021-10-26 16:11:28 +02:00
0ecee93241 Obsolete "Project" class 2021-10-26 15:59:38 +02:00
8260ddef3c Config -> KiwiConfig, _Storage -> StorageConfig, _Network -> NetworkConfig 2021-10-26 15:57:25 +02:00
7dc6e6789f stray pyyaml import 2021-10-26 12:28:06 +02:00
3c81021f14 pyyaml -> ruamel.yaml, 100% cov on config.py 2021-10-26 12:19:02 +02:00
a2186a3c25 pytest coverage 2021-10-25 15:40:39 +02:00
5b9ed4259e KiwiCTX -> Instance, "kiwi init -o" 2021-10-25 13:29:12 +02:00
7388b3f8ea pytest Instance 2021-10-25 13:00:11 +02:00
df55aa69d2 pytest Project, Service 2021-10-25 13:00:03 +02:00
3ac23e0bae import cleanup 2021-10-25 12:07:49 +02:00
baf2119867 compose file name constant (for Project class) 2021-10-22 17:53:33 +02:00
c96e2c55d4 "kiwi list" stub 2021-10-22 17:52:46 +02:00
c8cf2f652f "kiwi show" -> "kiwi list" 2021-10-22 17:52:13 +02:00
cb464052b2 Service, Project, Instance classes 2021-10-22 17:50:26 +02:00
1ef0303c41 typos 2021-10-22 17:43:29 +02:00
a41843c9b2 cleanup 2021-10-21 10:34:53 +02:00
a787f515dd "kiwi show" stub 2021-10-21 04:02:38 +02:00
1621e13360 decorators for instancem, project and service commands 2021-10-21 04:02:28 +02:00