]> git.cworth.org Git - turbot/history - turbot_lambda
Add notes on how to update the Google sheets credentials
[turbot] / turbot_lambda /
2022-01-12 Carl WorthAdd a stub for the turbot web view
2021-01-10 Carl WorthUse the Google drive API to create a hunt's sheet withi...
2021-01-01 Carl WorthAdd a handler for multi_static_select input
2020-12-30 Carl WorthBeginning of transition to single-table database schema
2020-11-26 justin melvinFix typo and make hyperlinks in the sheets work
2020-10-23 Carl WorthCache SSM parameter values into environment variables
2020-10-23 Carl WorthAfter creating spreadsheets, make them writable by...
2020-10-22 Carl WorthDefer all sheet creation until after the channel is...
2020-10-22 Carl WorthImplement a new `/puzzle` slash command to create a...
2020-10-21 Carl WorthCombine actions.py and commands.py into interaction.py
2020-10-21 Carl WorthMake text optional for slash commands
2020-10-21 Carl WorthAdd a stub function for hanlding a shortcut invocation
2020-10-20 Carl WorthCorrect the code storing the picked base64 token
2020-10-19 Carl WorthSome style fixes pointed out by flake8
2020-10-19 Carl WorthCreate a sheet for the hunt when creating a new hunt
2020-10-17 Carl WorthHandle the submission of the "New Hunt" modal
2020-10-14 Carl WorthPlumb the turb class down through all the functions...
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 WorthAdd a dispatch table for actions as well
2020-10-13 Carl WorthAdd a dispatch table to turbot.commands
2020-10-13 Carl WorthMove rot function down into turbot/commands.py
2020-10-13 Carl WorthMove app_home_opened function down into turbot/events.py
2020-10-13 Carl WorthMove some slack utility code into turbot/slack.py
2020-10-13 Carl WorthFix several problems pointed out by flake8
2020-10-13 Carl WorthParse block_actions payload and farm out to turbot...
2020-10-13 Carl Worthstash
2020-10-13 Carl WorthIntroduce a new turbot_interactive function
2020-10-13 Carl WorthImplement a first skeleton of the app_home_opened event
2020-10-13 Carl WorthImplement url_verification for Slack event handling
2020-10-12 Carl Worthturbot_lambda: Add Slack signature verification
2020-10-12 Carl Worthturbot_lambda: Inject /rot response into the same chann...
2020-10-12 Carl Worthturbot_lambda: Parse the command from the request
2020-10-12 Carl WorthSwitch to parse the x-www-form-urlencoded data in Python
2020-10-12 Carl WorthSimply return the result string from the Lambda
2020-10-12 Carl WorthSwitch from event['args'] to event['text'] for input...
2020-10-12 Carl WorthRename lamdba_function.lambda_handler to turbot_lambda...
2020-10-11 Carl WorthShare the rot() implementation between both Lambda...
2020-10-11 Carl WorthMove top-level flask app from turbot/turbot.py to turbo...