]> git.cworth.org Git - turbot/history - turbot/actions.py
Don't shove the local variable hunts_table into the turb object
[turbot] / turbot / actions.py
2020-10-21 Carl WorthDon't shove the local variable hunts_table into the...
2020-10-21 Carl WorthDrop unused initialization of submission_handlers dicti...
2020-10-21 Carl WorthDont' allow hunt_id to contain a hyphen
2020-10-21 Carl WorthRename 'slug' field in hunt table to 'hunt_id'
2020-10-20 Carl WorthAdd validation of the "Hunt ID" (slug) field
2020-10-20 Carl WorthAllow input blocks to be optional
2020-10-20 Carl WorthMention the newly-created sheet in the newly-created...
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 WorthInvite user to new hunt channel when they create a...
2020-10-17 Carl WorthCreate a new Slack channel when creating a hunt
2020-10-17 Carl WorthFix new hunt submission to not rely on global python...
2020-10-17 Carl WorthHandle the submission of the "New Hunt" modal
2020-10-14 Carl WorthIntroduce a new modal view when the user clicks the...
2020-10-14 Carl WorthPlumb the turb class down through all the functions...
2020-10-13 Carl WorthAdd a dispatch table for actions as well
2020-10-13 Carl WorthParse block_actions payload and farm out to turbot...