This website requires JavaScript.
Explore
Help
Sign In
xevion
/
contest-assistant
Watch
1
Star
0
Fork
0
You've already forked contest-assistant
mirror of
https://github.com/Xevion/contest-assistant.git
synced
2025-12-08 08:06:47 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00f5b64f3f7a18d706baafbcf8a8df9c031fa3ef
contest-assistant
/
bot
History
Xevion
00f5b64f3f
fix ambiguous foreign key relationships, Period.state default, fixing back populates
2021-02-13 08:31:09 -06:00
..
cogs
fully re-implement contest cog with sqlalchemy, begin planning proper period logic in TODOs
2021-02-13 08:28:57 -06:00
__init__.py
refactor contest to bot folder, work on generic sqlite update query generator, work on new submissions/voting period logic commands, get away from get_submission_channel
2021-02-12 17:46:46 -06:00
bot.py
add sqlalchemy to bot startup, fix PyCharm typehinting for Session context manager, simplify autocommit and autoclose separate context managers into singular with kwargs
2021-02-13 05:23:12 -06:00
checks.py
refactor contest to bot folder, work on generic sqlite update query generator, work on new submissions/voting period logic commands, get away from get_submission_channel
2021-02-12 17:46:46 -06:00
constants.py
running bot with database, switch to helper function for testing
2021-02-13 08:29:35 -06:00
db.py
switch to pipfile, new tests
2021-02-12 23:19:35 -06:00
exceptions.py
refactor base ContestBot logic to use new sqlalchemy models, commit exceptions.py
2021-02-13 05:18:34 -06:00
models.py
fix ambiguous foreign key relationships, Period.state default, fixing back populates
2021-02-13 08:31:09 -06:00