Commit graph

36 commits

Author SHA1 Message Date
e1ff2307f5 Refactored build context and dependecy resolution code 2023-11-21 13:51:09 +01:00
8f4d19c98e Use dataclasses for the model 2023-11-21 13:51:09 +01:00
b1415cce16 Add ensure function to check cutekit version 2023-11-21 13:49:37 +01:00
367df1034d Update Python version and MyPy command. 2023-11-21 13:49:37 +01:00
c637675a6f Moved more stuff to the cli module. 2023-11-21 13:49:37 +01:00
8d1ca3095a Cleanups imports and got ride of cutekit.project 2023-11-21 13:49:00 +01:00
3a78537dff Removed the "manifest" suffix from classes names in the model. 2023-11-21 13:49:00 +01:00
9a962e825e Update cutekit CLI to use new cli module 2023-11-21 13:49:00 +01:00
2c9a7c5fc6 feat: new command line decorator 2023-11-21 13:48:43 +01:00
b9fa1422a4 fix: incorrect type comparaison lead to infinite loop when not in ck project 2023-11-21 13:48:43 +01:00
d912e7d4ce Added command decorator. 2023-11-21 13:48:43 +01:00
6822bb2352 Add _ prefix to logger 2023-11-21 13:48:43 +01:00
548a35ffa1 Fix project lookup on windows. 2023-11-21 13:48:43 +01:00
8a2024bc1c Release 0.5.4 2023-10-22 15:16:15 +02:00
d0ad38b714 Updated pyproject.toml 2023-10-22 14:55:57 +02:00
81f10de24e Properly propagate props from the command line + Some code cleanup. 2023-10-22 14:19:59 +02:00
6dd4a49043 Switch from setup.py to pyproject.toml 2023-09-03 17:41:46 +02:00
92a6893732 fix: Don't include request at the top level. 2023-09-03 17:41:16 +02:00
283556e998 Don't include .exe when searching for latest version of a command on WSL. 2023-08-05 20:03:24 +02:00
865c18dfa3 Added shell.which 2023-08-05 19:53:50 +02:00
cyp
67187ff974
fix: use empty string instead of 'stable' in version (#14) 2023-08-04 10:41:04 -04:00
Supercip971
6a599bc343 Release 0.5.0 2023-07-17 12:53:19 +01:00
9c6d55ca31 fix: add missing color 2023-07-17 12:53:19 +01:00
e7bf85de6d Removed PythonGit dependency. 2023-07-17 12:53:19 +01:00
3cd6701482 fix: check if templates is valid + exists (once again) 2023-07-17 12:53:19 +01:00
aea0678f65 feat: Make the init command more friendly. 2023-07-17 12:53:19 +01:00
224a2fdd28 feat: Add utils.isNewer 2023-07-17 12:53:19 +01:00
eabbcfe7c6 chore: improve type hinting 2023-07-17 12:53:19 +01:00
1fac2fbbfb feat: added abspath to jexpr 2023-07-17 12:53:19 +01:00
a225097b13 fix: Make sure with have a projet before loading plugins. 2023-07-17 12:53:19 +01:00
2abf53134d feat: project can loads targets from external deps 2023-07-17 12:53:19 +01:00
54976c3d43 feat: project can loads plugins from external deps 2023-07-17 12:53:19 +01:00
b0f18a83d2 fix: check if templates is valid + exists 2023-07-17 12:53:19 +01:00
5a926057a7 fix: error when no template is provided to initCmd 2023-07-17 12:53:19 +01:00
8f547e93d5 feat: added recursive package resolution 2023-07-17 12:53:19 +01:00
f345f94471 meta: Renamed osdk -> cutekit + improved logging + better error handling. 2023-07-17 12:53:19 +01:00