aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeLines
* Reformat indents, use Docker@2 task for azure instead of sh script.Gravatar scragly2019-09-24-12/+0
|
* The DockerHub deployment should now run on 'master'Gravatar Leon Sandøy2019-09-15-34/+2
|
* Tag Django images as `latest`.Gravatar Johannes Christ2019-09-15-2/+2
|
* Build and push Django branch image on Azure.Gravatar Johannes Christ2019-01-13-24/+5
|
* Azure: This should be all, I hope.Gravatar Gareth Coles2018-11-16-0/+2
|
* Azure: OK, turns out secret variables must be task args and otherwise aren't ↵Gravatar Gareth Coles2018-11-16-1/+1
| | | | available to the running script
* Azure: It's amusing that bash is the problem todayGravatar Gareth Coles2018-11-16-2/+0
|
* Azure: I'm rewriting this in Python somedayGravatar Gareth Coles2018-11-16-1/+1
|
* Azure: Hopefully that'll do itGravatar Gareth Coles2018-11-16-2/+2
|
* Azure: Unfortunately I have to check this manuallyGravatar Gareth Coles2018-11-16-0/+2
|
* Azure: Where'd this extra line come from?Gravatar Gareth Coles2018-11-16-3/+1
|
* Azure: Let's bash BashGravatar Gareth Coles2018-11-16-1/+1
|
* Azure: Maybe bash requires single quotes?Gravatar Gareth Coles2018-11-16-1/+1
| | | I hate bash.
* Azure: Why does Bash have to be so awful?Gravatar Gareth Coles2018-11-16-1/+1
|
* Azure: Did I ever say I hate bash?Gravatar Gareth Coles2018-11-16-1/+1
|
* Azure: Finish deployment; skip if PRGravatar Gareth Coles2018-11-16-4/+6
| | | GitLab: Remove deployment step
* Azure: I hate bash.Gravatar Gareth Coles2018-11-16-1/+1
|
* Azure: Attempt to fix differing build script syntaxGravatar Gareth Coles2018-11-16-1/+1
|
* Azure: Move branch trigger to Docker build scriptGravatar Gareth Coles2018-11-16-16/+21
|
* Azure: Build and push containerGravatar Gareth Coles2018-11-16-0/+24
|
* use system flag instead of using venvGravatar Christopher Baklid2018-09-13-5/+5
|
* [CI] Build on GitLabGravatar Gareth Coles2018-06-06-1/+1
|
* Fix build and build base on TravisGravatar Gareth Coles2018-06-06-0/+14
|
* remove deploy.py [ci skip]Gravatar Christopher Baklid2018-06-03-9/+1
|
* remove vagrant [ci skip]Gravatar Christopher Baklid2018-05-23-63/+0
|
* 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