]> git.cworth.org Git - turbot-web/log
turbot-web
2 years agoDrop the top-level "turb" data structure
Carl Worth [Wed, 12 Jan 2022 08:05:06 +0000 (00:05 -0800)]
Drop the top-level "turb" data structure

In the original turbot code, this was a simple structure to hold on to
all the things necessary for turbot. Specifically, it had a boto
connection to the database, a handle for the Google sheets API, and a
handle for the Slack client API.

In this code, the only one of those things we talk to is the DynamoDB
table so that's all we need here.

2 years agoCopy in the channel_url function
Carl Worth [Wed, 12 Jan 2022 07:59:35 +0000 (23:59 -0800)]
Copy in the channel_url function

To make turbot-web a little more self-contained.

2 years agoDelete trailing whitespace
Carl Worth [Wed, 12 Jan 2022 07:56:07 +0000 (23:56 -0800)]
Delete trailing whitespace

Just to keep my editor happy.

2 years agoConvert all files from DOS to Unix text file format
Carl Worth [Wed, 12 Jan 2022 07:54:46 +0000 (23:54 -0800)]
Convert all files from DOS to Unix text file format

Since otherwise I'm going to be strufflign when editing these files.

2 years agoInitial import of turbot-web code
Carl Worth [Wed, 12 Jan 2022 07:52:31 +0000 (23:52 -0800)]
Initial import of turbot-web code

Thanks to Avram Gottschlich for writing all of this code.

This is as it was delivered to Slack as "big board.zip" on 2022-01-09.