]> git.cworth.org Git - turbot/history - turbot/events.py
Live fix for apparently overflowing the Slack message limit with hunt details
[turbot] / turbot / events.py
2021-01-16 Carl WorthLive fix for apparently overflowing the Slack message...
2021-01-12 Carl WorthTighten up the welcome messages for a new hunt and...
2021-01-11 Carl WorthUpdate hunt welcome message to refer to `/puzzle new`
2021-01-10 Carl WorthCreate puzzle sheets in the hunt folder
2021-01-10 Carl WorthUse the Google drive API to create a hunt's sheet withi...
2021-01-10 Carl WorthRename identifier from item to hunt
2021-01-05 Carl WorthAdd support for an argument to the /hunt command
2021-01-05 Carl WorthFarm blocks-creation code out to various supporting...
2021-01-05 Carl WorthRevert "Turbot home: Disable the 'Hunts you can join...
2021-01-05 Carl Worthhunt_link_block: Remove inadvertent trailing comma
2021-01-02 Carl WorthTurbot home: Disable the "Hunts you can join" section
2021-01-02 Carl WorthAdd display of rounds in the Turbot home view
2021-01-01 Carl WorthAdd list of available hunts to the Turbot home view
2020-12-31 Carl WorthRemove code (previously disabled) to invite users to...
2020-12-31 Carl WorthRename local variable from item to puzzle
2020-12-31 Carl WorthRename primary-key attribute from PK to hunt_id
2020-12-31 Carl WorthRename hunt_id_index to is_hunt_index
2020-12-31 Carl WorthConvert /puzzle puzzle creation to all-one-table databa...
2020-12-31 Carl WorthHome: Update query for finding puzzles to new all-one...
2020-12-31 Carl WorthTurbot home: Use recently added hunt_id_index to find...
2020-12-31 Carl WorthTurbot home: Report "you do not belong to any hunts...
2020-12-30 Carl WorthFix stale usage of "puzzle_table"
2020-12-30 Carl WorthBeginning of transition to single-table database schema
2020-10-23 Carl WorthUse blocks to send the welcome message
2020-10-23 Carl WorthAdd a welcome message to any new puzzle channel that...
2020-10-23 Carl WorthLimit Turbot home display to hunts a user belongs to
2020-10-23 Carl WorthAdd some links to the puzzle sheet when originally...
2020-10-23 Carl WorthUse a clean name for the hunt's sheet as well
2020-10-23 Carl WorthName sheet based on puzzle name, not puzzle channel ID
2020-10-23 Carl WorthAdd some feedback to the puzzle's channel when a puzzle...
2020-10-23 Carl WorthAdd a slack_send_message function
2020-10-23 Carl WorthAdd display of state string to turbot view of each...
2020-10-22 Carl WorthReduce the burst of noise from turbot on channel creation
2020-10-22 Carl WorthAt channel creation time, lodge Puzzle and Sheet URLs...
2020-10-22 Carl WorthMake the puzzle's name a link to the sheet
2020-10-22 Carl WorthAdd links to puzzle url and sheet_url on the turbot...
2020-10-22 Carl WorthUse absolute URLs to link to channels
2020-10-22 Carl WorthAdd a list of puzzles under each hunt on the Turbot...
2020-10-22 Carl WorthDrop handling of a "placeholder" value for channel_id
2020-10-22 Carl WorthTeach '/puzzle' how to do its magic in a puzzle channel
2020-10-22 Carl WorthSome simple flake8 fixes
2020-10-22 Carl WorthDefer all sheet creation until after the channel is...
2020-10-22 Carl WorthCreate the hunts table if it doesn't already exist
2020-10-19 Carl WorthSome style fixes pointed out by flake8
2020-10-17 Carl WorthGracefully handle placeholder text for hunt channel ID
2020-10-17 Carl WorthHandle the submission of the "New Hunt" modal
2020-10-16 Carl WorthRemove a debugging print statement
2020-10-14 Carl WorthAdd list of active hunts to the turbot Home tab
2020-10-13 Carl WorthGive turbot/events.py the same dispatch-table treatment
2020-10-13 Carl WorthMove app_home_opened function down into turbot/events.py