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

v1.0 #14

Merged
merged 32 commits into from
Aug 14, 2020
Merged

v1.0 #14

merged 32 commits into from
Aug 14, 2020

Conversation

toddrob99
Copy link
Owner

Platform

FIX: Web interface inaccessible when AUTH_TYPE=None
FIX: Basic and None authentication options were not providing access to bots (no user-specific privileges will be honored for either of these options now).
FIX: Error when creating bot with AUTH_TYPE=None (see #13 for other known issues)
FIX: Bot config import fails for big config file
FIX: Refresh token not saved when creating a new reddit authorization
ENH: Game Threads bot label changed to MLB Game Threads
NEW: NFL Game Thread Bot (v1.0-alpha)
VER: 1.0
DBVER: 5

MLB Game Threads

FIX: Errors in gumbo data patch process
FIX: Comment thread crashing when isScoringPlay is missing from data
FIX: Off thread sometimes unstickied prematurely
FIX: Comment body sometimes lists wrong team as leading
FIX: Scoring play list missing from game/post threads
FIX: Unwanted comments for other team's plays
FIX: Line score showed 0 for new inning earlier than MLB does
FIX: Hide weather conditions if only dummy data is published
FIX: Gameday thread update loop never ends if game gets postponed before game thread is posted and UPDATE_UNTIL="Game thread is posted"
FIX: GameDay and Game threads get posted when bot is restarted after game is postponed
FIX: Error getting bot state when gameday/game threads are skipped
FIX: DH Game 2 game thread does not post
FIX: Straight DH Game 2 shows wrong game date/time
FIX: Game thread update process crashes for DH G2 before G1 is final
FIX: DH Game 2 fails to match DH Game 1 when home/away teams flip
FIX: DH Game 2 using stale status for Game 1
FIX: Query error in check if all postgame threads are submitted (in order to skip gameday thread)
FIX: Bot thought season was suspended if restarted after all games ended
FIX: Don't default pitch count to 0-0 in comment body
ENH: Added custom date format and home/road win/loss and exception prefix settings for for thread titles
ENH: Wait 5 minutes after game 1 is final before posting game thread for straight DH game 2, to hopefully have updated records for thread title
ENH: Include game status in gameday thread
ENH: List runner and matchup info in game threads
ENH: Add locks to prevent multiple threads from updating data cache at the same time
ENH: Logging improvements
REM: Removed table holding game ids for game thread bots -- was not being used and was throwing an error for rescheduled games
INT: Better naming of scheduled tasks
VER: 1.0

NFL Game Threads

VER: 1.0-alpha

FIX: Bot config import fails for big config file
ENH: Add locks to prevent multiple threads from updating data cache at the same time
FIX: Typo in log entry
FIX: Basic and None authentication options were not providing access to bots (no user-specific privileges will be honored for either of these options now)
FIX: Comment body sometimes lists wrong team as leading
FIX: Line score initially shows 0 for bottom of inning when top of inning starts
FIX: Gameday thread update loop never ends if game gets postponed before game thread is posted and UPDATE_UNTIL="Game thread is posted"
FIX: Line score showed 0 for new inning earlier than MLB does
…game is postponed

FIX: Error when creating bot with AUTH_TYPE=None (see #13 for other known issues)
FIX: Query error in check if all postgame threads are submitted (in order to skip gameday thread)
FIX: Straight DH Game 2 showed inaccurate date/time for first pitch
Code formatting
REM: Removed table holding game ids for game thread bots -- was not being used and was throwing an error for rescheduled games
DBVER: 4
ENH: Wait 5 minutes after game 1 is final before posting game thread for straight DH game 2, to hopefully have updated records for thread title
ENH: Game Threads bot label changed to MLB Game Threads
@toddrob99 toddrob99 self-assigned this Aug 14, 2020
@toddrob99 toddrob99 merged commit c3fafd7 into master Aug 14, 2020
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.

1 participant