cswimr · he/him
  • Kentucky, United States of America
  • https://me.csw.im
  • Hey! I'm the site administrator for CoastalCommits, read my profile for more information!

  • Joined on 2023-07-12
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 21:07:40 -04:00
ee331b7544 fix(aurora): fixed an incorrect conditional statement resulting in unintended behavior
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 21:06:33 -04:00
50c2db80d9 fix(aurora): convert datetimes to unix timestamps
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 21:02:22 -04:00
23eba46948 fix(aurora): fix a few classmethods returning None instead of their constructed classes
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 20:59:27 -04:00
0b31e70089 fix(aurora): fixed a conditional statement and a pydantic issue
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 20:55:15 -04:00
3f6aec0a82 fix(aurora): don't JSON serialize the Red class
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:28:07 -04:00
a22de1d2c2 fix(aurora): fixed another pydantic error
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:27:16 -04:00
6a7758e8f9 fix(aurora): reverted previous change, instead using pydantic's ConfigDicts to resolve the error I was encountering previously
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:23:27 -04:00
a7d8f452d1 fix(aurora): updated utilities.json.JSONEncoder to match the model change I just made
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:22:46 -04:00
6520f4f2b9 fix(aurora): don't inherit from AuroraBaseModel
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:19:01 -04:00
ea280c2d62 fix(aurora): fixed a syntax error
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:17:23 -04:00
d70f2bf5f1 fix(aurora): fixed guild ids appearing in changes
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:09:10 -04:00
356d58f9d7 fix(aurora): changed the jsonencoder
74a0983419 fix(aurora): fixed a missing kwarg in a model initialization function
Compare 2 commits »
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:07:33 -04:00
1313834ea5 fix(aurora): fixed a pydantic error
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:06:26 -04:00
b752181781 fix(aurora): oops lol
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 18:05:23 -04:00
39479eb216 fix(aurora): fixing up some model stuff
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 17:49:02 -04:00
e46612dc08 fix(aurora): fixed a circular import
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 17:48:09 -04:00
e7e8d60f3b feat(aurora): added a new object for Changes
eea66607d9 feat(aurora): finished migrating case_factory to the new model
Compare 2 commits »
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 17:15:25 -04:00
2c336ff70c fix(aurora): fixed a faulty expiration check
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 17:12:40 -04:00
a3a208b38e fix(aurora): fixed an incorrect function call in Moderation.from_sql()
cswimr pushed to aurora-3rd-party at cswimr/SeaCogs 2024-05-04 17:10:31 -04:00
26bf5920c6 fix(aurora): mark the bot as a classvar in the moderation model