Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jetski for Python 3 + API v8 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elderlabs
Copy link
Contributor

  • remove Docker
  • remove unused/deprecated features of rowboat
  • migrate to mainline peewee3
  • remove leaky proxy references (self.state -> self.bot.client.state)
  • Discord API v8 updates
  • migrate raven to sentry
  • pythonic code optimizations
  • update redis setex syntax
  • disable guild member chunking as this is fixed in BetterDisco
    • this hack should no longer be needed, and may have been a side-effect of Py2
  • likely broke the info command and reminders; may need a patch (Backfill may also be broken with Py3)
  • fixed the corrupt jetski image in rowboat.static
  • properly handle users without a nickname in GuildMemberBackup
  • temporarily redis cache colors from rowboat.util.images
  • update the API to support Flask 1.0.0+
  • Migrate to BetterDisco (https://github.com/elderlabs/BetterDisco)

- remove Docker
- remove unused/deprecated features of rowboat
- migrate to mainline peewee3
- remove leaky proxy references (self.state -> self.bot.client.state)
- API v8 updates
- migrate raven to sentry
- pythonic code optimizations
- update redis setex syntax
- disable guild member chunking as this is fixed in BetterDisco
  - this hack should no longer be needed, and may have been a side-effect of Py2
- likely broke the info command and reminders; may need a patch (Backfill may also be broken with Py3)
- fixed the corrupt jetski image in rowboat.static
- properly handle users without a nickname in GuildMemberBackup
- temporarily redis cache colors from rowboat.util.images
- update the API to support Flask 1.0.0+
- Migrate to BetterDisco (https://github.com/elderlabs/BetterDisco)
@elderlabs elderlabs marked this pull request as ready for review October 9, 2020 09:07
@ThaTiemsz ThaTiemsz self-assigned this Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants