Commit Graph

783 Commits

Author SHA1 Message Date
e811e08c52 Changed version of cli 2021-11-30 11:22:02 +01:00
6518ae7516 Changed version of query 2021-11-30 11:21:19 +01:00
95b5f99f1f Changed core version 2021-11-30 11:20:15 +01:00
de22e79b71 Removed console from db connection 2021-11-30 11:15:41 +01:00
127c67e566 Improved imports 2021-11-30 11:14:40 +01:00
3523dbd5c5 Improved typing 2021-11-30 11:12:13 +01:00
b526a07e19 Added demo for SQL Support 2021-11-30 11:10:36 +01:00
d9f10edbb7 [WIP] Added native mysql support 2021-11-29 20:55:43 +01:00
7616cd4c69 Changed version 2021-11-29 17:49:10 +01:00
afe75f6848 Fixed custom scripts 2021-11-29 17:47:44 +01:00
c0e2db8281 Build new CLI version 2021-11-29 09:30:46 +01:00
3727af11c4 Minor bugfixes with custom scripts 2021-11-29 09:30:10 +01:00
450295cfcf Build new version 2021-11-29 09:22:33 +01:00
457bce8aa9 Minor bugfixes 2021-11-29 09:21:55 +01:00
0f81497ea3 Changed version 2021-11-24 17:48:39 +01:00
fa7ee800e1 Fixed cpl start reading full path 2021-11-24 17:48:19 +01:00
56b7452e55 Changed version 2021-11-23 19:02:15 +01:00
9d73566453 Fixed custom command handling 2021-11-23 19:01:00 +01:00
28ba0c174a Changed version 2021-11-22 20:54:07 +01:00
5d0444bcc0 Fixed type problems with ordered List 2021-11-22 20:52:10 +01:00
113b365a47 Removed outdating line 2021-11-15 01:16:37 +01:00
2f785536e1 Improved path handling for new projects 2021-11-15 01:03:50 +01:00
9ab4013b4b Fixed async handling for new command 2021-11-15 00:20:39 +01:00
57040f85f0 Changed versions 2021-11-14 12:53:09 +01:00
589ef4fd4c Added logic to generate new projects with async 2021-11-14 12:32:11 +01:00
4b829cc484 Added logic to handle async applicationBase 2021-11-14 12:16:50 +01:00
98e343a108 Added logic to handle scoped services 2021-11-14 11:56:42 +01:00
7749d5a789 Moved tests to src & added add scoped logic 2021-11-14 10:04:32 +01:00
c3b48bfa41 Changed version 2021-11-14 09:55:27 +01:00
470e7ab2f4 Changed versions to new scheme 2021-11-14 09:52:07 +01:00
4ceea36926 Changed version 2021-11-02 18:42:13 +01:00
b3f8174663 Added cpl_query to docs 2021-11-02 18:41:30 +01:00
58dccea28b Improved docs 2021-11-02 17:45:45 +01:00
ca086e01d7 Improved docs 2021-11-02 17:30:10 +01:00
c5b1a95661 Moved implementations to extensions 2021-11-02 17:28:36 +01:00
d7881774a8 Improved docs by adding cpl_query.exceptions 2021-11-02 17:23:42 +01:00
6eec92243e Improved docs 2021-11-01 21:17:56 +01:00
124b236182 Improved docs 2021-11-01 20:43:25 +01:00
6f7923debc Moved tests 2021-11-01 18:47:23 +01:00
f31522dcd9 Changed version 2021-10-27 14:25:33 +02:00
a83607fd81 Fixed subclass support for Iterable 2021-10-27 14:24:43 +02:00
707df3f27d Fixed command handling 2021-10-26 23:23:56 +02:00
0f43e57831 Removed console.write_line 2021-10-26 13:09:44 +02:00
c08ab33060 Changed deps 2021-10-26 13:06:14 +02:00
ee2abd98b3 Changed version 2021-10-26 13:00:27 +02:00
e39661a42a Fixed command handling 2021-10-26 13:00:16 +02:00
9518d19580 Fixed invalid lines in startup template 2021-10-08 08:22:36 +02:00
adf95faaf8 Improved typo 2021-10-08 08:16:46 +02:00
2f92e9909d Improved env 2021-10-04 10:21:50 +02:00
b18f2c4bcd Removed debug changes 2021-10-04 09:59:20 +02:00
784ba049ad Fixed new library problems 2021-10-04 09:56:33 +02:00
4d6d19d2e5 Fixed new command problems 2021-10-04 09:56:08 +02:00
8460c0fa33 Published 2021.10 2021-10-04 09:23:08 +02:00
a8011267d9 Improved version command 2021-10-03 11:23:17 +02:00
f8ebb4f1d7 Improved imports in test app 2021-10-03 11:02:08 +02:00
3903f85368 Added logic to handle extensions before running the app 2021-10-02 10:57:54 +02:00
05a9bdbf4a Improved docstrings 2021-08-07 11:29:00 +02:00
2809a9cd82 Improved imports 2021-08-07 11:24:17 +02:00
1c6794dc40 Renamed cpl to cpl_core & added config and services as arguments to startup 2021-08-07 11:21:30 +02:00
cac80657df Renamed cpl to cpl_core 2021-08-05 14:21:42 +02:00
11241d8f99 Renamed project 2021-08-05 14:17:38 +02:00
c12ff4f9e3 Added logic to migrate attributes from workspace and project settings 2021-08-05 14:02:00 +02:00
091c89df2c Changed version of CLI 2021-08-05 13:37:40 +02:00
63a67be0ee Improved new command 2021-08-05 13:27:08 +02:00
c68224b31a Improved deps of cpl_query 2021-08-02 14:48:46 +02:00
e09a4402b3 Published sh_cpl-query to version 2021.10.0rc1 2021-08-02 14:36:00 +02:00
ffaa5c4a2b Refactoring 2021-08-02 14:09:42 +02:00
b9499108d8 Build cpl_query 2021-08-02 14:03:51 +02:00
37175b7227 Added queries sum, skip & take 2021-07-27 13:57:42 +02:00
2b5831c5fe Improved numbered queries 2021-07-27 13:00:06 +02:00
62c8b9c68d Added reverse query 2021-07-27 12:54:49 +02:00
a080119c44 Improved unittests 2021-07-27 12:48:22 +02:00
a26c6f1bd9 Improved avg, max and min queries type handling 2021-07-27 12:42:33 +02:00
daac14e099 Improved avg query 2021-07-27 12:35:14 +02:00
d4b5c32a21 Added min and max queries 2021-07-27 11:57:42 +02:00
c115afd736 Moved last queries 2021-07-27 11:47:13 +02:00
e7863a92e0 Added last query 2021-07-27 11:43:45 +02:00
82a9e3a23a Improved index out of range exception 2021-07-27 11:40:24 +02:00
a3a0a150a8 Added element at query 2021-07-27 11:29:52 +02:00
6951a19670 Renamed files 2021-07-27 11:22:29 +02:00
669133d491 Added distinct query 2021-07-27 11:20:35 +02:00
c60598b3f6 Added count query 2021-07-27 11:01:43 +02:00
45733b30ef Improved error handling 2021-07-27 10:59:24 +02:00
f8bd86692e Added contains query 2021-07-27 10:55:23 +02:00
5e5d86cf94 Added better exceptions 2021-07-27 09:41:51 +02:00
e0b7728719 Added avg query 2021-07-27 09:26:30 +02:00
0f85d4b9bc Refactoring & added all query 2021-07-27 09:15:19 +02:00
a3fff9c7d7 Build package 2021-07-26 15:55:08 +02:00
8dcf3a6768 Refactoring 2021-07-26 15:52:27 +02:00
94949394de Improved list to handle typing 2021-07-26 15:48:42 +02:00
b7be439381 Changed func type from str to Callable 2021-07-26 15:32:28 +02:00
0cae3428b9 Added order by functions 2021-07-26 15:21:57 +02:00
cc7755bafc Improved cli project builders 2021-07-25 19:18:06 +02:00
4e78b9c12b Added different queries & unittests 2021-07-25 19:15:02 +02:00
5c80cf2222 Added CPL Query 2021-07-25 12:24:58 +02:00
51efe973e8 Improved logic to handle pre and post scripts 2021-07-25 12:00:12 +02:00
0bb272d89b Added logic to handle pre and post scripts 2021-07-25 11:42:46 +02:00
59f6843ea9 Changed version 2021-07-24 17:25:06 +02:00
be6838f97b Added logic to handle custom scripts from workspaces 2021-07-24 17:24:01 +02:00
d5b2d3605b CPL Release 2021.4.0.post2 2021-05-23 12:41:59 +02:00
7a48917fb4 CLI Release 2021.4.0.post3 2021-05-22 15:10:50 +02:00
59832742b6 CLI Release 2021.4.0.post2 2021-05-22 12:55:17 +02:00
f9f04901c0 Bugfixes 2021-05-22 12:53:04 +02:00
593ffbb068 Updated cli project file 2021-05-19 09:03:31 +02:00
5bfba581cb Release 2021.4.0.post1 2021-05-19 08:35:02 +02:00
8fb570468c More bugfixes & added generated test projects 2021-05-19 08:28:59 +02:00
128fda60b0 Release 2021.4.1.rc2 2021-05-19 08:19:21 +02:00
ab539c15dd Fixed source creation bug 2021-05-19 08:03:04 +02:00
b931ba6e17 Fixed source creation bug 2021-05-19 08:01:02 +02:00
f611aa73db Publish 2021.4.post1.rc1 2021-05-17 19:43:09 +02:00
850d44a105 Added docs to cpl.utils 2021-05-17 18:07:08 +02:00
fa5655414a Added docs for cpl.mailing 2021-05-17 17:54:57 +02:00
6fc4cebbfe Added docs for cpl.logging 2021-05-17 17:45:22 +02:00
89f3c5833f Added docs for cpl.time 2021-05-17 17:30:26 +02:00
adf9a33e83 Added docs for cpl.environment 2021-05-17 17:28:52 +02:00
4adf6bc834 Added docs for cpl.dependency_injection 2021-05-17 17:22:41 +02:00
9026f021ed Improved docs for cpl.database 2021-05-17 17:13:36 +02:00
e562c31033 Added docs for cpl.database 2021-05-17 17:05:43 +02:00
7b90b5af57 Added docs for cpl.console 2021-05-16 17:42:09 +02:00
cda1fabd4f Added docs for cpl.configuration 2021-05-16 16:57:59 +02:00
4209055d62 Improved documentation for cpl.application 2021-04-14 22:20:18 +02:00
ed1a4eb88c Added cpl_cli docs & moved cpl_cli/templates -> cpl_cli/_templates 2021-04-14 10:58:47 +02:00
602c48bc06 Bugfixes for help command handling 2021-04-13 15:27:19 +02:00
d34d501520 Bugfixes for help command 2021-04-12 20:22:28 +02:00
8f3ee53915 Fixed typos 2021-04-12 20:05:55 +02:00
7eca382cb3 Added help messages to cli commands 2021-04-12 20:02:45 +02:00
f8f5d46491 Added help message to generate command 2021-04-12 19:44:29 +02:00
696c62292b Added logic to cli to use --help option for help command 2021-04-12 19:43:55 +02:00
d94b25d9d8 Improved configuration console argument handling 2021-04-12 19:43:30 +02:00
93829027af Added help message to all cli commands 2021-04-11 16:36:59 +02:00
0876f06282 Improved cpl-project related files & closed #20 2021-04-11 15:50:13 +02:00
c970412a66 Fixed relative path handling in add command 2021-04-11 15:42:34 +02:00
6af9328e14 Added cli command add 2021-04-11 15:36:04 +02:00
5987b71c80 Improved configuration to allow multiple arguments 2021-04-11 15:09:11 +02:00
79fdc0c60b Improved configuration to allow multiple arguments 2021-04-11 15:00:54 +02:00
cfb6a84799 Fixed console argument handling 2021-04-11 14:44:46 +02:00
faa7e701fd Fixed workspace loading error for update command 2021-04-11 14:21:59 +02:00
d5b8286f68 Fixed workspace loading error for update command 2021-04-11 13:23:02 +02:00
a3d5737eaf Fixed workspace loading error for update command 2021-04-11 13:20:32 +02:00
314bb1b722 Fixed workspace loading error for update command 2021-04-11 13:15:19 +02:00
1c353bbcdf Improved cli workspace handling 2021-04-11 13:00:26 +02:00
036b9dcc2d Added more functions to string 2021-04-11 13:00:05 +02:00
0fec5719bc Added remove to help command 2021-04-11 12:34:02 +02:00
3572081e43 Added remove command 2021-04-11 12:33:05 +02:00
8cf7f494b3 Improved configuration 2021-04-11 12:18:36 +02:00
b1165e169a Improved console argument value handling in configuration 2021-04-11 11:42:48 +02:00
284ebe1b11 Added logic to cpl cli to change cwd only when wanted 2021-04-11 11:12:39 +02:00
d51659db3e Improved cli build and publish to use project references 2021-04-11 11:01:57 +02:00
3aa3a874c9 Improved default cwd in ApplicationEnvironment 2021-04-11 10:04:55 +02:00
113d3199b1 Improved main.py templates for new command to handle local imports 2021-04-10 12:04:47 +02:00
5712a9ad67 Improved file creation new command 2021-04-10 11:50:35 +02:00
1f8d420749 Improved workspace handling in new command 2021-04-10 11:46:36 +02:00
9065ef901c Improved new command to handle existing projects better 2021-04-10 11:24:39 +02:00
b2c5d304f8 Improved path and name handling in new command 2021-04-10 11:14:37 +02:00
70ae7dd9e6 Fixed workspace creation error 2021-04-10 11:06:58 +02:00
94b122d677 Removed unused import 2021-04-10 11:05:31 +02:00
f6fc5d09e7 Improved path and name handling in new command 2021-04-10 11:01:56 +02:00
2b5c75cc67 Improved workspace handling to new command for console type 2021-04-09 22:41:04 +02:00
167f813bcf Removed dev outputs 2021-04-09 22:26:55 +02:00
7ad01d4bdd Improved new command to use workspace when found 2021-04-09 22:09:55 +02:00
4bfc647b91 Improved live dev server to use venv 2021-04-09 20:42:15 +02:00
98117ed7ad Moved templates/[..]/src to templates/[..]/source to prevent 'src' exclusion 2021-04-09 20:26:31 +02:00
cc9b25356c Improved workspace and venv handling for uninstall and install command 2021-04-09 20:07:38 +02:00
a95d6e7f8a Improved configuration to handle absolute paths in add_json_file 2021-04-08 21:40:50 +02:00
fe5c41ac09 Added workspace handling to update command 2021-04-08 21:18:29 +02:00
b672174960 Added workspace handling to uninstall command 2021-04-08 21:14:38 +02:00
a8691ced5b Added workspace handling to install command 2021-04-08 21:12:00 +02:00
fc53f90ecd Added workspace handling for new command 2021-04-08 20:58:55 +02:00
0f836b5c7d Published after file move 2021-04-08 20:28:34 +02:00
34ed7123d1 Improved workspace handling in publish and build command 2021-04-08 20:28:19 +02:00
5f668e17c9 Improved workspace handling in start command 2021-04-08 19:30:00 +02:00
806888bf49 Removed content_root_path 2021-04-08 17:50:54 +02:00
e8756a09ca Improved general test project file 2021-04-08 16:46:46 +02:00
e38988be1b Changed project files of general test project 2021-04-07 22:11:22 +02:00
4009c93353 Added workspace handling to live dev server 2021-04-07 22:00:56 +02:00
3ba5c10fad Publish CLI 2021.4 2021-04-07 19:19:20 +02:00
2552f1d43c Added workspace handling to publish command 2021-04-07 19:18:55 +02:00
5be2e83798 Improved configuration 2021-04-07 18:57:00 +02:00
d4919e027c Removed console output 2021-04-07 18:37:57 +02:00
7ef238b64d Added workspace handling to build command 2021-04-07 18:36:08 +02:00
703d20f43f Improved version handling 2021-04-07 18:35:14 +02:00
d9bd7911ef Improved start command to use workspace 2021-04-07 18:19:55 +02:00
6a5c832288 Added new file structure 2021-04-07 18:19:34 +02:00
dc849c4f71 Improved application environment 2021-04-07 18:06:07 +02:00
76a6ba11fb Publish 2021.4.post1 for local dev 2021-04-07 17:01:39 +02:00
de15e81703 Fixed #21 - Added logic to automatically add 'src' to path in generate command 2021-04-07 16:55:44 +02:00
18b8ac589d Publish 2021.4.0 2021-04-01 10:04:13 +02:00
d368161eb3 Publish 2021.4.0rc7 2021-03-31 12:11:55 +02:00
eef8488ca2 Bugfixes for new lib 2021-03-31 12:11:19 +02:00
b22d04b145 Publish 2021.4.0rc6 2021-03-31 12:03:15 +02:00
6579e54c2b Improved windows support 2021-03-31 12:02:51 +02:00
88c0153ca2 Improved windows support for publisher 2021-03-31 11:55:46 +02:00
f28c6ab309 Removed prints 2021-03-31 11:51:20 +02:00
976041f812 Publish 2021.4.0rc5 2021-03-31 11:48:26 +02:00
7693dd462f Bugfixes for publisher windows support 2021-03-31 11:47:47 +02:00
df5e61cf98 Bugfixes for publisher windows support 2021-03-31 11:47:28 +02:00
df87d08be3 Bugfix for live server windows support 2021-03-31 11:41:16 +02:00
33cb35e26f Publish 2021.4.0rc4.post1 2021-03-31 11:25:07 +02:00
18b2cd8f2f Publish 2021.4.0rc4 2021-03-31 11:01:08 +02:00
7ab2a881e8 Bugfixes 2021-03-31 10:47:14 +02:00
960de880ee Bugfixes 2021-03-31 10:44:54 +02:00
c0d8904782 Bugfixes for the command new 2021-03-31 10:19:54 +02:00
b6d508526a Bugfixes for the command new 2021-03-31 09:46:41 +02:00
31307485f0 Bugfixes in new command template 2021-03-31 09:13:04 +02:00
6cdd3376f1 Publish 2021.4.0rc3 2021-03-30 21:01:10 +02:00
b947789779 Bugfixes 2021-03-30 20:59:09 +02:00
0da83935fc Bugfixes 2021-03-30 12:44:31 +02:00
3428c70b69 Bugfixes 2021-03-30 11:54:44 +02:00
3d511ff727 Bugfixes 2021-03-30 11:53:07 +02:00
cf2f293290 Publish 2021.4.0rc2 2021-03-30 11:03:16 +02:00
c39601a35d Improved publisher 2021-03-30 11:02:58 +02:00
5f36e0a43e Improved publisher 2021-03-30 10:43:39 +02:00
31fe1c5cd7 Improved service collection 2021-03-30 10:29:50 +02:00
0cdecd893a Improved database context 2021-03-30 10:06:07 +02:00
260fe06be8 Improved new command 2021-03-30 09:54:04 +02:00
8ddfd35a82 Improved generate command 2021-03-30 09:47:47 +02:00
099bae3d7c Removed usage of ServiceABC 2021-03-30 09:27:45 +02:00
9758e1fae2 Improved update command 2021-03-29 16:16:27 +02:00
70b49a098a Publish 2021.4.0rc1 2021-03-29 15:59:05 +02:00
c223524d1b Removed direct import 2021-03-29 15:47:41 +02:00
1789e2671a Publish 2021.4.2 2021-03-29 15:26:45 +02:00
d0812bcf5c Added database table test 2021-03-29 14:29:17 +02:00
4d5368e5fc Bugfixes & improved database context handling 2021-03-29 14:18:58 +02:00
f3be927440 Removed service abc 2021-03-29 13:29:26 +02:00
d0e3e1792f Added db context handling 2021-03-29 13:25:25 +02:00
31793fb290 Added db context handling 2021-03-29 13:25:15 +02:00
41ddc86961 Bugfixes 2021-03-29 12:16:12 +02:00
30ef74dd18 Added generated simple di test app 2021-03-29 11:48:25 +02:00
bc69476bb2 Improved new project templates & publish 2021.4.2.dev1 2021-03-29 11:47:49 +02:00
05b9fd801b Bugfixes 2021-03-29 09:21:58 +02:00
7af7f866c1 Removed application runtime | Code refactoring p.2 2021-03-29 08:56:18 +02:00
069e44bee6 Code refactoring p.1 2021-03-27 08:41:33 +01:00
3c0dd00a99 Bugfixes 2021-03-26 13:16:40 +01:00
afb91c8f1f Improved service provider 2021-03-23 21:42:08 +01:00
ca51f88d2b Improved service provider 2021-03-23 21:39:29 +01:00
a683b70c5f [WIP] Improved service collection 2021-03-23 20:23:30 +01:00
c650e87443 [WIP] Added first changes for the DI 2021-03-23 20:21:24 +01:00
36dfedf918 Bugfixes cpl cli output 2021-03-23 17:31:24 +01:00
252f2b55fe Bugfixes in templates 2021-03-23 17:29:13 +01:00
99091a2540 Publish for 2021.4.2 2021-03-21 20:22:04 +01:00
d189d32d96 Bugfixes & publish 2021.4.1.post15 2021-03-21 20:01:50 +01:00
59e111e593 Bugfixes 2021-03-19 14:36:32 +01:00
bfa029f207 Bugfixes 2021-03-19 14:20:57 +01:00
e2e763a424 Removed application host 2021-03-19 14:15:53 +01:00
132d2805ee Removed unused imports 2021-03-17 11:00:45 +01:00
b800152268 Test package update 2021-03-17 09:13:59 +01:00
e49ec43fc4 Bugfixes & Publish 2021.4.1.post13 2021-03-17 09:12:10 +01:00
63599a9ade Publish 2021.4.1.post12 2021-03-17 09:06:07 +01:00
a2313ac952 Improved python executable handling 2021-03-17 08:55:23 +01:00
a1cd939aa1 Bugfixes in install command 2021-03-17 08:37:50 +01:00
f69500418e Bugfixes in install command 2021-03-17 08:12:56 +01:00
5669807628 Bugfixes in install command 2021-03-17 07:59:12 +01:00
59fc139cfc Bugfixes in install command 2021-03-16 23:05:28 +01:00
b48754e5db Bugfixes in install command 2021-03-16 23:01:57 +01:00
1a61f2cd7c Bugfixes in install command 2021-03-16 23:00:22 +01:00
02831c71c9 Bugfixes in install command 2021-03-16 22:58:00 +01:00
3764f2d5bd Bugfixes in install command 2021-03-16 22:55:00 +01:00
a12a54f671 Bugfixes in install command 2021-03-16 22:46:04 +01:00
f35f5167f0 Bugfixes in install command 2021-03-16 22:39:18 +01:00
dbb0a4a2df Bugfixes in live development server 2021-03-16 22:29:30 +01:00
bc99763329 Command handling config bugfix 2021-03-16 22:09:42 +01:00
ecd3e77a38 Command handling config bugfix 2021-03-16 22:06:37 +01:00
8ef1416b35 Bugfixes for windows support 2021-03-16 21:50:16 +01:00
Sven Heidemann
dffa1ac703 Bugfixes for windows support 2021-03-16 21:37:12 +01:00
d7becdd9bc Added fixed paths imports 2021-03-16 19:04:30 +01:00
23a6207f54 Spinner bugfix 2021-03-16 18:55:58 +01:00
2769afc1e4 Bugfixes for cli 2021-03-16 18:28:41 +01:00
08836c1045 Bugfixes for cli 2021-03-16 18:28:31 +01:00
121b9b84a0 Console spinner bugfixes for linux terminal 2021-03-15 20:33:20 +01:00
26ec121079 Console select menu bugfixes for linux terminal 2021-03-15 20:06:34 +01:00
fdb9769fd2 Bugfixes 2021-03-15 18:50:53 +01:00
6742023919 Bugfixes 2021-03-15 18:47:08 +01:00
d61da17ebd Publish 2021.4.1.post5 2021-03-15 18:37:21 +01:00
57bae9f291 Console bugfixes 2021-03-15 18:36:59 +01:00
6596364027 Publish 2021.4.1.post4 2021-03-15 18:29:04 +01:00
85cd9fbcbc Smaller improvements 2021-03-15 18:28:33 +01:00
3e59f01add Bugfixes with live development server 2021-03-15 18:25:53 +01:00
c1fe8c611c Added comments to application 2021-03-14 16:57:20 +01:00
3f56247aa7 Added comments to configuration 2021-03-14 16:46:21 +01:00
84680c0c44 Added comments to console 2021-03-14 16:40:01 +01:00
094a3c2aa9 Improved comments of database 2021-03-14 16:28:23 +01:00
51cec3062d Added comments to database 2021-03-14 16:27:06 +01:00
268d56c348 Added comments to dependency_injection 2021-03-14 16:25:11 +01:00
d1f1627214 Improved comments of environment 2021-03-14 16:20:29 +01:00
a604fca5cc Improved comments of mailing 2021-03-14 16:18:11 +01:00
c3e9803cd6 Improved comments of logging 2021-03-14 16:18:04 +01:00
9e7c6a695f Improved comments of logging 2021-03-14 16:16:08 +01:00
f75699f4ed Added comments to logging 2021-03-14 16:13:07 +01:00
40fb4fb3f9 Added comments to mailing 2021-03-14 16:08:52 +01:00
ac1b4b1a2a Added comments 2021-03-14 16:06:23 +01:00
cbf333564c Added comments 2021-03-14 16:01:15 +01:00
d5d8c3f413 Improved help command 2021-03-14 15:26:08 +01:00
a9f3f75a79 Improved help command 2021-03-14 15:15:07 +01:00
b52930daa5 Bugfixes and publish 2021.4.1post1 2021-03-14 15:11:36 +01:00
4390fea084 Bugfixes 2021-03-14 14:59:17 +01:00
c41e3c0d78 Bugfixes 2021-03-14 14:47:53 +01:00
7ffd553709 Bugfixes 2021-03-14 13:22:10 +01:00
5c012ab4a0 Publish version 2021.4.1post1 2021-03-14 12:11:02 +01:00
340906c3f4 Bugfixes 2021-03-14 12:07:40 +01:00
47256ab00d Bugfixes 2021-03-14 12:07:24 +01:00
072f58a2e9 Bugfixes 2021-03-14 12:05:57 +01:00
02b4f78baf Bugfixes 2021-03-14 11:54:03 +01:00
49f85acb6c Bugfixes 2021-03-14 11:33:29 +01:00
5008594c27 Bugfixes 2021-03-14 11:27:01 +01:00
d0af34ea25 Bugfixes 2021-03-14 11:15:43 +01:00
da582a8d88 Added uninstall command 2021-03-14 10:58:59 +01:00
fc12d1803d Improved update command 2021-03-14 10:33:57 +01:00
e7796e0371 Improved install command 2021-03-14 10:31:45 +01:00
6094b11068 Added install package command 2021-03-13 22:53:28 +01:00
a169c31ed5 Bugfixes 2021-03-13 22:32:11 +01:00
0522467b76 Bugfixes 2021-03-13 22:03:24 +01:00
534982b18d Added update command 2021-03-13 21:39:59 +01:00
2778ac0b4d Bugfixes 2021-03-13 21:36:04 +01:00
1ba698d12a Bugfixes 2021-03-13 15:59:08 +01:00
8d49d6491c Bugfixes 2021-03-13 14:25:08 +01:00
787d285329 Improved live dev server 2021-03-13 11:15:15 +01:00
dcbd13de1e Added live development server 2021-03-13 11:05:17 +01:00
4af18b6c70 Implemented live development server 2021-03-12 22:53:02 +01:00
86089a037c Improved console spinner 2021-03-12 20:43:08 +01:00
3d001ade0a Bugfixes 2021-03-12 20:37:31 +01:00
6a1e7d4063 Formatting 2021-03-12 18:07:10 +01:00
15b1a82cce Added select menu to console 2021-03-12 18:06:05 +01:00
9663e542f1 Improved spinner 2021-03-12 16:16:31 +01:00
f36d8c3e9f Improved test structure 2021-03-12 16:13:17 +01:00
db21d88721 Packaging 2021-03-12 16:10:43 +01:00
2580d4b6cf Renamed by internal conventions 2021-03-12 16:06:30 +01:00
b3b65f3dd2 Added thread schematic 2021-03-12 16:01:44 +01:00
ac63751583 Renamed by internal convention 2021-03-12 15:58:30 +01:00
8a95c03038 Bugfixes 2021-03-12 15:44:55 +01:00
650f632c17 Bugfixes 2021-03-12 15:35:54 +01:00
570e9b0215 Changed naming convention name.schematic.py to name_schematic.py 2021-03-12 15:35:34 +01:00
c9b612d552 Added all schematics to command generate 2021-03-12 15:32:37 +01:00
2ad97d5021 Bugfixes 2021-03-11 09:43:45 +01:00
82ffdfe278 Added generate abc command 2021-03-10 22:29:42 +01:00
0ff9920e9e Added string class to utils 2021-03-10 22:11:05 +01:00
0b6b205819 Bugfixes 2021-03-10 21:42:59 +01:00
db34f62fde Bugfixes 2021-03-10 21:41:40 +01:00
973fd39f44 Improved colors 2021-03-10 20:55:33 +01:00
d6278a3f4e Improved colors 2021-03-10 20:53:08 +01:00
ae4709b0d4 Improved spinner 2021-03-10 20:34:00 +01:00
b377710931 Improved new console command 2021-03-10 17:04:53 +01:00
d9d2003087 Improved console 2021-03-10 17:04:28 +01:00
9a713129dc Improved console argument handling 2021-03-10 16:22:38 +01:00
c672f53d3f Improved console argument handling 2021-03-10 15:00:50 +01:00
0e6b0a657b Improved commands 2021-03-10 14:29:35 +01:00
4e24662d90 Bugfixes 2021-03-10 14:16:03 +01:00
1bff2ea168 Refactoring 2021-03-10 14:07:52 +01:00
6e33f0bcae Improved application 2021-03-10 11:30:25 +01:00
9a149ec341 Improved new console command 2021-03-10 11:28:04 +01:00
064237904a Improved console 2021-03-10 10:49:40 +01:00