-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
- Added new dependencies to requirements.txt - NabBot is now started from launcher.py
- Fixed bug in NabBot startup function
- Skip duplicates when migrating levelups and deaths
- /sql command now uses postgresql - Minor complexity improvements
- Temporarily disabled tracking tasks. - get_character() calls need to be updated as the signature changed.
- Level up's date default value is now()
- Added UNIQUE constraint to character_id and date (a character can't have two deaths at the exact same time) - Fixed prefix migration
- Changed time zone types in database to use time zone - Fixed sql query error in get_character's guild updating
- Prefixes are now obtained from postgresql - Command statistics are now saved
- Fixed command stats timezone
- /levels, /deaths and /timeline are no longer available on PMs - Fixed bug with the prefix callable
- Fixed types for some event columns - Split import functions into smaller functions - Removed figureAltCaption from requirements-docs.txt as it is no longer compatible
- Renamed some columns of event table
- Reenabled highscores for get_character()
# Conflicts: # cogs/tibia.py # requirements-docs.txt
- Moved legacy sqlite code to database_migration - Fixed travis job
Replace sqlite database with postgresql
- I forgot to change record references to use tuples instead of the previously used row factory.
- Boss timers dictionary now uses timedelta directly.
Co-authored-by: Rodolfo Forte <tschis@gmail.com>
- Added ON DELETE CASCADE to most foreign keys
- Changed the structure of character_death_killer and character_death_assist to be the same as tibiapy.Killer - Added documentation for watchlists.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 21720 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 21724 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 21730 lines exceeds the maximum allowed for the inline comments feature.
- Organized changelog, preferred order is feature, improvement, bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 21767 lines exceeds the maximum allowed for the inline comments feature.
- Fixed error when logs folder doesn't exist - Documented some functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 21765 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 21777 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 21777 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit 3a3b7c6 and detected 8 issues on this pull request. Here's the issue category breakdown:
Note: there are 3 critical issues. View more on Code Climate. |
No description provided.