]> git.cworth.org Git - turbot/shortlog
turbot
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