aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeLines
* restructure docker filesGravatar Christopher Baklid2018-04-30-1/+1
|
* else condition in deploy script to say skipping deployGravatar Christopher Baklid2018-04-28-0/+2
|
* adds dockerfile that uses pipenv (#60)Gravatar Christopher Baklid2018-04-28-0/+24
| | | Dockerfile and new deploy flow that builds the container in travis
* Logging cogs (#32)Gravatar Leon Sandøy2018-03-14-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added logging to events and verification cogs * Added logging to the tags cog * Added logging to Fun, Logging, and Security cogs. * Added logging to Deployment cog. * Added logging to cog management cog * Added logging to clickup cog * Changed some logging levels across all cogs. Most of my log.infos should have been log.debugs. Thanks Joseph. * Added logging to the Bot cog. * Adding logging to the non-cog files. * Added the logging handler to Eval, but didn't add the actual Logging. I'll leave that to Martmist * A couple of minor bugfixes * Add "trace" logging level * Add logging for paginator * Add JSON logging for future datadog integration * Changed some loglevels to trace now that we have the trace method, and also fixed stuff pointed out by joseph in his review. * Completed testing for bot.py * Completed testing for clickup.py * Completed testing for cogs.py * Completed testing for deployment.py * Completed testing for fun.py * Finished logging for bot and tags.py, as well as __init__.py * Addressing all feedback in request for changes.
* adds vagrant file (#14)Gravatar Christopher Baklid2018-03-02-0/+16
* adds vagrant file * reduce memory allocation