Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reformat indents, use Docker@2 task for azure instead of sh script. | 2019-09-24 | -12/+0 | |
| | ||||
* | The DockerHub deployment should now run on 'master' | 2019-09-15 | -34/+2 | |
| | ||||
* | Tag Django images as `latest`. | 2019-09-15 | -2/+2 | |
| | ||||
* | Build and push Django branch image on Azure. | 2019-01-13 | -24/+5 | |
| | ||||
* | Azure: This should be all, I hope. | 2018-11-16 | -0/+2 | |
| | ||||
* | Azure: OK, turns out secret variables must be task args and otherwise aren't ↵ | 2018-11-16 | -1/+1 | |
| | | | | available to the running script | |||
* | Azure: It's amusing that bash is the problem today | 2018-11-16 | -2/+0 | |
| | ||||
* | Azure: I'm rewriting this in Python someday | 2018-11-16 | -1/+1 | |
| | ||||
* | Azure: Hopefully that'll do it | 2018-11-16 | -2/+2 | |
| | ||||
* | Azure: Unfortunately I have to check this manually | 2018-11-16 | -0/+2 | |
| | ||||
* | Azure: Where'd this extra line come from? | 2018-11-16 | -3/+1 | |
| | ||||
* | Azure: Let's bash Bash | 2018-11-16 | -1/+1 | |
| | ||||
* | Azure: Maybe bash requires single quotes? | 2018-11-16 | -1/+1 | |
| | | | I hate bash. | |||
* | Azure: Why does Bash have to be so awful? | 2018-11-16 | -1/+1 | |
| | ||||
* | Azure: Did I ever say I hate bash? | 2018-11-16 | -1/+1 | |
| | ||||
* | Azure: Finish deployment; skip if PR | 2018-11-16 | -4/+6 | |
| | | | GitLab: Remove deployment step | |||
* | Azure: I hate bash. | 2018-11-16 | -1/+1 | |
| | ||||
* | Azure: Attempt to fix differing build script syntax | 2018-11-16 | -1/+1 | |
| | ||||
* | Azure: Move branch trigger to Docker build script | 2018-11-16 | -16/+21 | |
| | ||||
* | Azure: Build and push container | 2018-11-16 | -0/+24 | |
| | ||||
* | use system flag instead of using venv | 2018-09-13 | -5/+5 | |
| | ||||
* | [CI] Build on GitLab | 2018-06-06 | -1/+1 | |
| | ||||
* | Fix build and build base on Travis | 2018-06-06 | -0/+14 | |
| | ||||
* | remove deploy.py [ci skip] | 2018-06-03 | -9/+1 | |
| | ||||
* | remove vagrant [ci skip] | 2018-05-23 | -63/+0 | |
| | ||||
* | restructure docker files | 2018-04-30 | -1/+1 | |
| | ||||
* | else condition in deploy script to say skipping deploy | 2018-04-28 | -0/+2 | |
| | ||||
* | adds dockerfile that uses pipenv (#60) | 2018-04-28 | -0/+24 | |
| | | | Dockerfile and new deploy flow that builds the container in travis | |||
* | Logging cogs (#32) | 2018-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) | 2018-03-02 | -0/+16 | |
* adds vagrant file * reduce memory allocation |