ferfissimo
  • Joined on 2021-03-31
ferfissimo pushed to develop at Flaschengeist/flaschengeist 2021-12-26 14:44:19 +00:00
fb50ed05be deps: Require at lease python 3.9, fixes #22
54a789b772 fix(docs): PIP 21.0+ is required, some minor improvements
Compare 2 commits »
ferfissimo pushed to proposal/plugin-metadata at Flaschengeist/flaschengeist 2021-12-26 14:27:06 +00:00
96eb9799d6 Proposal: Add plugin metadata class to seperate implementation
ferfissimo created branch proposal/plugin-metadata in Flaschengeist/flaschengeist 2021-12-26 14:27:05 +00:00
ferfissimo created branch feature/requests in Flaschengeist/flaschengeist-schedule 2021-12-23 02:25:50 +00:00
ferfissimo pushed to feature/requests at Flaschengeist/flaschengeist-schedule 2021-12-23 02:25:50 +00:00
0881069b11 feat(ui): Implemented job invitations / transfer page
30173ec87d feat(ui): models: Provide Job class
Compare 2 commits »
ferfissimo pushed to develop at Flaschengeist/flaschengeist-schedule 2021-12-23 02:24:16 +00:00
75fa825962 fix(backend): Provide version, fix metadata
ferfissimo pushed to develop at Flaschengeist/flaschengeist-frontend 2021-12-23 02:22:25 +00:00
ec28857af5 chore(deps): Update dependencies
1c452e23fe fix(api): Ensure everything is cleared on logout
Compare 2 commits »
ferfissimo pushed to feature/migrations at Flaschengeist/flaschengeist 2021-12-23 02:07:45 +00:00
5ff906086b fix(app): Skip plugins with not satisfied dependencies.
04dcf39dfc fix(plugins): Fix plugin version for plugin list API endpoint
Compare 2 commits »
ferfissimo pushed to feature/migrations at Flaschengeist/flaschengeist 2021-12-23 01:50:13 +00:00
8e18a11fc8 feat(cli): Added CLI command for handling plugins
878a61f1c2 feat(plugins): Identify plugins by id, migrations must be provided at defined location, add utils for plugin functions
c4bf33d1c7 fix(docs): Various documentation fixed and improvments
a1a20b0d65 docs(migrations): Some documentation ++
c647c7c8f8 feat(docs): Add documentation on how to install tables
Compare 12 commits »
ferfissimo pushed to feature/migrations at Flaschengeist/flaschengeist 2021-12-23 01:49:24 +00:00
75c530cecb feat(cli): Added CLI command for handling plugins
ferfissimo pushed to develop at Flaschengeist/flaschengeist 2021-12-23 01:48:34 +00:00
a6cbc002f6 fix(cli): InterfaceGenerator now works even without a namespace defined
34ee95c66a feat(cli): Split CLI commands into seperate files
Compare 2 commits »
ferfissimo pushed to feature/migrations at Flaschengeist/flaschengeist 2021-12-23 01:46:03 +00:00
0c319aab1a feat(plugins): Identify plugins by id, migrations must be provided at defined location, add utils for plugin functions
5669220b5d fix(docs): Various documentation fixed and improvments
Compare 2 commits »
ferfissimo pushed to develop at Flaschengeist/flaschengeist-schedule 2021-12-22 00:09:45 +00:00
166073fb55 fix(ui): Fix routes, requests should have more priority than settings
0f65ae53af feat(ui): Add functions for getting a job and invitations to the events store
2ef9fd023a fix(ui): Align api with backend
a09ce26474 feat(backend): Add routed for get_job and get_invitations
5a52c364e4 chore(deps): Set minimum supported python version to 3.8.
Compare 6 commits »
ferfissimo pushed to feature/migrations at Flaschengeist/flaschengeist 2021-12-21 23:57:11 +00:00
1201505586 docs(migrations): Some documentation ++
40424f9fd3 feat(docs): Add documentation on how to install tables
e657241b42 fix(db): Remove print statement for debugging
88fc3b1ac8 feat(db): Add initial migrations for core Flaschengeist + balance and pricelist plugins
77be01b8cf feat(db): Add migrations support to plugins
Compare 12 commits »
ferfissimo opened issue Flaschengeist/flaschengeist#22 2021-12-21 23:53:11 +00:00
Not compatible with Python < 3.9
ferfissimo opened issue Flaschengeist/flaschengeist#21 2021-12-21 23:42:16 +00:00
Werkzeug's user agend parser is deprecated
ferfissimo pushed to develop at Flaschengeist/flaschengeist 2021-12-21 23:37:56 +00:00
9bcba9c7f9 fix(users): Fix import error inside `set_roles`
ferfissimo pushed to develop at Flaschengeist/flaschengeist 2021-12-21 23:36:46 +00:00
016ed7739a fix(db): Fix Serial column type for SQLite
ferfissimo pushed to develop at Flaschengeist/flaschengeist 2021-12-21 23:34:37 +00:00
702b894f75 feat(tests): Added first unit test for the user controller
ferfissimo pushed to develop at Flaschengeist/flaschengeist 2021-12-21 23:29:42 +00:00
519eac8f25 feat(ci): Added pipeline for tests