]> git.cworth.org Git - turbot/shortlog
turbot
2021-01-09 Carl WorthReject puzzle edit if "solved" and "solution" are incon...
2021-01-09 Carl WorthUpdate TODO file now that puzzle edit dialog has been...
2021-01-09 Carl WorthImplement update of puzzle when edit_puzzle dialog...
2021-01-09 Carl WorthImplement a dialog box to edit a puzzle
2021-01-09 Carl WorthModify multi_select_block to use accessory_block, secti...
2021-01-08 Carl WorthRevamp the TODO list
2021-01-07 Carl WorthWire up a function to handle the edit_puzzle button
2021-01-07 Carl WorthAdd an edit button next to each puzzle
2021-01-06 Carl WorthFix indentation
2021-01-06 justin melvinPut -SOLVED as a suffix on sheet names and not a prefix...
2021-01-05 Carl WorthModify a sheet-related TODO item after clarifying it...
2021-01-05 Carl WorthUpdate TODO now that /hunt accepts a search term
2021-01-05 Carl WorthFix error with missing search terems
2021-01-05 Carl WorthUse Slack back-tick quoting for search terms
2021-01-05 Carl WorthTweak bolding of hunt lead-in line from search results
2021-01-05 Carl WorthAdd state string to list of puzzle attributes matched...
2021-01-05 Carl WorthAdd search terms to the /hunt command
2021-01-05 Carl WorthDrop two items from the TODO list (which we just completed)
2021-01-05 Carl WorthCorrect typo in hunt description verbiage
2021-01-05 Carl WorthAdd support for an argument to the /hunt command
2021-01-05 Carl WorthAdd a /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-05 Carl WorthTODO: Capture some recent suggestions
2021-01-02 Carl WorthTurbot home: Disable the "Hunts you can join" section
2021-01-02 Carl WorthPrevent failure of /solved command if /state had never...
2021-01-02 Carl WorthTODO: Add a low-priority item for using a URL shortener
2021-01-02 Carl WorthAdd display of rounds in the Turbot home view
2021-01-02 Carl WorthDrop leading/trailing spaces and empty strings when...
2021-01-02 Carl WorthFix storage of rounds for new puzzle creation
2021-01-01 Carl WorthDrop TODO item regarding audio/video calls
2021-01-01 Carl WorthRestrict a Slack channel topic to 250 characters
2021-01-01 Carl WorthAdd list of available hunts to the Turbot home view
2021-01-01 Carl WorthMake /solved clear the state string for a puzzle
2021-01-01 Carl WorthRefuse to create a new puzzle with the same URL as...
2021-01-01 Carl WorthUpdate TODO now that initial round selection is available
2021-01-01 Carl WorthMake /solved reject a missing solution string
2021-01-01 Carl WorthAdd a multi-select round field to puzzle creation
2021-01-01 Carl WorthAdd a handler for multi_static_select input
2021-01-01 Carl WorthMake the error message from /state a little more explicit
2021-01-01 Carl WorthRework code to map channel IDs to hunt or puzzle object...
2020-12-31 Carl WorthUpdate TODO for removed auto-invitation of users to...
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 WorthDon't put an attribute into the database for 'url'...
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 WorthRework message given when bootstrapping the turbot...
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-31 Carl WorthAdd a hunt_id attribute and index to the database for...
2020-12-30 Carl WorthFix stale usage of "puzzle_table"
2020-12-30 Carl WorthRequire flake8 to pass before performing deployment
2020-12-30 Carl WorthAdd a "make flake" recipe and clean up some style bugs...
2020-12-30 Carl WorthBeginning of transition to single-table database schema
2020-12-28 Carl WorthRework the TODO list to capture recent-discussed priorities
2020-12-28 Carl WorthAdd TODO item for displaying who has current roles
2020-12-27 Carl WorthDrop quotation marks from around puzzle name
2020-12-27 Carl WorthAdd (and use) a new function find_hunt_for_hunt_id
2020-12-27 Carl WorthAdd hunt_id to the puzzle table (instead of orig_channe...
2020-12-27 Carl WorthFix Makefile to not hard-code python3.8
2020-12-27 Carl WorthMake the /solved command report to the hunt's channel
2020-12-27 Carl WorthRework find_hunt_for_channel to return a hunt dictionary
2020-12-27 Carl WorthUse consistent formatting for channel name and spreadsh...
2020-12-27 Carl WorthSimply typo fix
2020-11-28 justin melvinUpdate TODO
2020-11-28 justin melvinAppend "-solved" to puzzle channel names when /solved
2020-11-28 justin melvinUpdate TODO
2020-11-28 justin melvinTypo
2020-11-28 justin melvinFinally I found out how to make the stupid batch API...
2020-11-28 justin melvinI am not a fan of this api's documentation
2020-11-28 justin melvinFix function arguments
2020-11-28 justin melvinFix typo
2020-11-28 justin melvinRename sheets with 'SOLVED - ' prefix when /solved
2020-11-28 justin melvinUpdate TODO list
2020-11-28 justin melvinQuote parameters to HYPERLINK
2020-11-28 justin melvinFix arguments to HYPERLINK
2020-11-26 justin melvinFix typo and make hyperlinks in the sheets work
2020-11-01 Carl WorthAdd some additional todo items from Justin Melvin
2020-11-01 Carl WorthAdd a TODO file
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 WorthDrop the puzzle ID field from the /puzzle dialog
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 WorthCache SSM parameter values into environment variables
2020-10-23 Carl WorthAfter creating spreadsheets, make them writable by...
2020-10-23 Carl WorthFix bug that was causing a dispatch_failed on /puzzle...
2020-10-23 Carl WorthAdd an implementation of the /solved command
2020-10-23 Carl WorthAdd display of state string to turbot view of each...
2020-10-23 Carl WorthAdd missing return value for /state command
2020-10-23 Carl WorthActually wire up the state command
2020-10-23 Carl WorthDon't allow capital letters in a hunt or puzzle ID
next