]> git.cworth.org Git - turbot/history - turbot
Wire up "/edit hunt" to be the same as "/hunt edit"
[turbot] / turbot /
2021-01-11 Carl WorthWire up "/edit hunt" to be the same as "/hunt edit"
2021-01-11 Carl WorthAdd a "/hunt edit" command
2021-01-10 Carl WorthAdd "/new hunt" as a new sub-command of "/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-10 Carl WorthImplement "/hunt new" as a way to make a new hunt
2021-01-10 Carl WorthRemove a line of dead code
2021-01-10 Carl WorthFix to work with old puzzles that don't have a type...
2021-01-09 Carl WorthAllow tag values to have numbers
2021-01-09 Carl WorthPut the puzzle's name into the first tab of the sheet
2021-01-09 Carl WorthAdd both round and "-m" (for META), if appropriate...
2021-01-09 Carl WorthUse best-practice <@user_id> to mention a user in Slack
2021-01-09 Carl WorthCollapse link text inserted into sheets
2021-01-09 Carl WorthRewrite all of sheets.py to look a little more like...
2021-01-09 Carl WorthRename each sheet we copy from the template
2021-01-09 Carl WorthFix sheet creation to copy all sheets from our template
2021-01-09 Carl WorthAdd hint to expand search terms if implicitly filtered
2021-01-09 Carl WorthExtend puzzle search to include type and tags
2021-01-09 Carl WorthUse a deep copy when comparing a puzzle to detect state...
2021-01-09 Carl WorthAdd a /tag command to add or remove tags from puzzle
2021-01-09 Carl WorthAdd two new shortcut commands:
2021-01-09 Carl WorthFor /puzzle on meta puzzles print all titles/answers...
2021-01-09 Carl WorthPut solution after puzzle name in /hunt reports
2021-01-09 Carl WorthAdd a divider between rounds in the /hunt output
2021-01-09 Carl WorthSort all meta puzzles before all non-meta puzzle in...
2021-01-09 Carl Worthnew_puzzle_submission: Create a puzzle dict before...
2021-01-09 Carl WorthAdd a "meta" checkbox when creating/editing a puzzle
2021-01-09 Carl WorthFix a typo in a comment
2021-01-09 Carl WorthImplement a /round command
2021-01-09 Carl WorthImplement a `/puzzle edit` command
2021-01-09 Carl WorthReport change in a puzzle's solved status to the main...
2021-01-09 Carl WorthPut a message into the channel when a user edits a...
2021-01-09 Carl WorthAdd display of round(s) in /puzzle output
2021-01-09 Carl WorthAdd new /puzzle command which simply prints the current...
2021-01-09 Carl WorthRename puzzle creation command from "/puzzle" to "...
2021-01-09 Carl WorthDon't re-set channel and sheet name or channel topic...
2021-01-09 Carl WorthUnify code to rename channel, set channel description...
2021-01-09 Carl WorthReject puzzle edit if "solved" and "solution" are incon...
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-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 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 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-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 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 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 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 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 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-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 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-11-28 justin melvinAppend "-solved" to puzzle channel names when /solved
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 melvinQuote parameters to HYPERLINK
2020-11-28 justin melvinFix arguments to HYPERLINK
next