Release 2022.10 #112

Merged
edraft merged 51 commits from 2022.10 into master 2022-09-30 15:48:19 +02:00
Owner

Changelog:

  • cpl g st schema duplicate in name (#92)
  • cpl g in project directory (#93)
  • cpl new with async error in starup (#94)
  • Logging exception when no config exists (#95)
  • cpl v doesn't show all cpl packages (#97)
  • Discord.py auf Version 2 updaten (#98)
  • cpl-query integration in cpl-discord (#99)
  • cpl-query static queries in Query Klasse (#102)
  • Enumerable & List (#105)
  • Update Befehl reagiert komisch (#113)
  • Migration nach update (#114)
  • cpl g überschreibt existierende init.py's (#116)
Changelog: - cpl g st schema duplicate in name (#92) - cpl g in project directory (#93) - cpl new with async error in starup (#94) - Logging exception when no config exists (#95) - cpl v doesn't show all cpl packages (#97) - Discord.py auf Version 2 updaten (#98) - cpl-query integration in cpl-discord (#99) - cpl-query static queries in Query Klasse (#102) - Enumerable & List (#105) - Update Befehl reagiert komisch (#113) - Migration nach update (#114) - cpl g überschreibt existierende __init__.py's (#116)
edraft added this to the 2022.10 milestone 2022-09-17 12:55:31 +02:00
edraft added the
release
label 2022-09-17 12:55:31 +02:00
edraft self-assigned this 2022-09-17 12:55:31 +02:00
edraft added 38 commits 2022-09-17 12:55:32 +02:00
edraft changed title from Release 2022.10 to WIP: Release 2022.10 2022-09-17 12:55:40 +02:00
edraft added this to the 2022.10 project 2022-09-17 12:55:52 +02:00
edraft added 1 commit 2022-09-17 13:03:40 +02:00
edraft reviewed 2022-09-17 13:08:05 +02:00
@ -109,3 +109,3 @@
"pre-deploy-exp": "cpl sv $ARGS; cpl spu --environment=staging;",
"deploy-exp": "cpl deploy-exp-cli; cpl deploy-exp-core; cpl deploy-exp-discord; cpl deploy-exp-query; cpl deploy-exp-translation;",
"deploy-exp": "cpl deploy-exp-cli; cpl deploy-exp-core; cpl deploy-exp-discord; cpl deploy-exp-query; #cpl deploy-exp-translation;",
Author
Owner

Der Kommentar bzw. das '#' muss UNBEDINGT entfernt werden.

Der Kommentar bzw. das '#' muss UNBEDINGT entfernt werden.
edraft marked this conversation as resolved
edraft added 4 commits 2022-09-18 11:38:21 +02:00
edraft changed title from WIP: Release 2022.10 to Release 2022.10 2022-09-19 21:17:02 +02:00
edraft changed title from Release 2022.10 to WIP: Release 2022.10 2022-09-19 21:17:11 +02:00
edraft added 2 commits 2022-09-19 21:48:58 +02:00
edraft requested review from cpl 2022-09-19 21:49:26 +02:00
edraft removed review request for cpl 2022-09-19 21:53:23 +02:00
edraft requested review from cpl 2022-09-19 21:53:28 +02:00
edraft added 2 commits 2022-09-30 14:07:11 +02:00
edraft added 2 commits 2022-09-30 14:10:51 +02:00
edraft added 1 commit 2022-09-30 15:39:45 +02:00
edraft-dev reviewed 2022-09-30 15:47:16 +02:00
@ -153,18 +153,24 @@ class GenerateService(CommandABC):
if not os.path.isdir(os.path.dirname(file_path)):
os.makedirs(os.path.dirname(file_path))
directory = ''
print()
Owner

muss weg

muss weg
edraft-dev marked this conversation as resolved
edraft-dev changed title from WIP: Release 2022.10 to Release 2022.10 2022-09-30 15:47:22 +02:00
edraft added 1 commit 2022-09-30 15:47:57 +02:00
edraft-dev approved these changes 2022-09-30 15:48:11 +02:00
edraft merged commit be23b18d33 into master 2022-09-30 15:48:19 +02:00
edraft removed review request for cpl 2022-09-30 15:48:30 +02:00
edraft deleted branch 2022.10 2022-09-30 15:51:18 +02:00
Sign in to join this conversation.
No description provided.