flaschengeist/flaschengeist
Ferdinand Thiessen 46ecfcd62a feat(cli): Added CLI command for handling plugins
* Install / Uninstall plugins
* List plugins
2022-02-22 23:40:40 +01:00
..
cli feat(cli): Added CLI command for handling plugins 2022-02-22 23:40:40 +01:00
controller chore(core): Seperated logic from the plugin code, reduces imports 2022-02-13 14:31:55 +01:00
models fix(db): Add __repr__ to custom column types, same as done by SQLAlchemy 2022-02-22 23:24:14 +01:00
plugins feat(plugins): Identify plugins by id, migrations must be provided at defined location, add utils for plugin functions 2022-02-22 23:40:38 +01:00
utils feat(plugins): Identify plugins by id, migrations must be provided at defined location, add utils for plugin functions 2022-02-22 23:40:38 +01:00
__init__.py chore(clean): Drop `_module_path` from flaschengeist 2022-02-21 22:24:33 +01:00
app.py feat(plugins): Identify plugins by id, migrations must be provided at defined location, add utils for plugin functions 2022-02-22 23:40:38 +01:00
config.py chore(clean): Fix codestyle of config.py 2022-02-22 11:11:23 +01:00
database.py feat(plugins): Identify plugins by id, migrations must be provided at defined location, add utils for plugin functions 2022-02-22 23:40:38 +01:00
flaschengeist.toml chore(clean): Drop `_module_path` from flaschengeist 2022-02-21 22:24:33 +01:00
logging.toml fix(cli): Fix logging when setting verbosity on the cli 2022-02-21 21:02:15 +01:00