]> git.cworth.org Git - turbot/shortlog
turbot
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...
2020-10-11 Carl WorthAdd target to deploy our lambda code to AWS
2020-10-11 Carl WorthStart implementing code intended to be deployed to...
2020-10-09 Carl WorthUse a thread for creating the Google Sheet when a new...
2020-10-09 Carl WorthAdd automatic refreshing of the Google Sheets token
2020-09-30 Carl WorthRemove another stale file name from a comment
2020-09-29 Carl WorthCopy template sheets to newly-created spreadsheets
2020-09-29 Carl WorthFix a stale file name embedded in a comment
2020-09-29 Carl WorthSet the name of newly-created sheets to match the chann...
2020-09-29 Carl WorthInitial implement of auto-creation of Google sheets
2020-09-29 Carl WorthRename .turbot.env to .slack-creds.env
2020-09-29 Carl WorthMakefile: Fix DO_NOT_DEPLOY implementation to work...
2020-09-29 Carl WorthAdd a listener for the Slack "channel_created" event
2020-09-29 Carl WorthBreak out rot.py and slack.py from turbot.py
2020-09-29 Carl WorthMake a top-level turbot package
2020-09-29 Carl WorthIgnore the __pycache__ directory
2020-09-29 Carl WorthAbstract out two slack-related functions
2020-09-29 Carl WorthConvert "make run" to use "flask run" instead of direct...
2020-09-29 Carl WorthUse a raw string for a regular expression
2020-09-29 Carl WorthAdd missing include of flask.make_response
2020-09-29 Carl WorthFix some code style issues identified by flake8
2020-09-27 Carl WorthAdd signature verification fo the /rot slash command
2020-09-27 Carl WorthAdd some documentation for the functions we have define...
2020-09-26 Carl WorthAdd requirements for using Google Sheets API
2020-09-26 Carl WorthAdd a route to implement a /rot slash command
2020-09-26 Carl WorthRestore handling of error events from Slack
2020-09-26 Carl WorthFix turbot.wsgi to be able to find its environment...
2020-09-26 Carl WorthPut my own creation of the Flask app back
2020-09-26 Carl WorthTrim down the program to not have any custom routes
2020-09-26 Carl WorthAdd Slack dependencies and minimum boilerplate to our...
2020-09-26 Carl WorthInitial commit of turbot