aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy.py (unfollow)
Commit message (Expand)AuthorLines
2018-05-30Address reviewGravatar Gareth Coles-3/+12
2018-05-30RMQ cogGravatar Gareth Coles-0/+72
2018-05-30Add aio-pika reqs and remove flake8-bandit so I can lint againGravatar Gareth Coles-59/+23
2018-05-30[Constants] Hint constants classes, and add a few constantsGravatar Gareth Coles-0/+65
2018-05-23remove vagrant [ci skip]Gravatar Christopher Baklid-87/+0
2018-05-22Fixing the recursion bugGravatar Leon Sandøy-1/+1
2018-05-22Configure constants with YAML file(s) (#57)Gravatar Volcyy-738/+959
2018-05-20Fix typing issueGravatar Gareth Coles-1/+1
2018-05-20Small formatting fixes; don't send users that don't have the developer roleGravatar Gareth Coles-2/+10
2018-05-20Snake cog bugfixes (#81)Gravatar Leon Sandøy-13/+14
2018-05-19install missing dependency for pillow [ci skip]Gravatar Christopher Baklid-0/+1
2018-05-19fix pillow install and update pipenv lockGravatar Christopher Baklid-465/+518
2018-05-19Re-instate pillow in PipfileGravatar Joseph-1/+1
2018-05-19re-add snake cog and install zlib in base containerGravatar Christopher Baklid-1/+2
2018-05-19Revert commit changing users urlGravatar Joseph-1/+1
2018-05-19Switch back users urlGravatar Joseph-1/+1
2018-05-19Temporarily disable snakes cog while we fix a zlib issueGravatar Joseph-2/+2
2018-05-19Add missing module to PipfileGravatar Joseph-0/+1
2018-05-19Snake cog (#78)Gravatar Leon Sandøy-81/+2271
2018-05-15Fix some silly type hintsGravatar Gareth Coles-2/+2
2018-05-15[GDPR] Also remove OAuth dataGravatar Gareth Coles-1/+6
2018-05-15[GDPR] Perhaps awaiting the coroutine is a good ideaGravatar Gareth Coles-1/+1
2018-05-15[GDPR] Users are now updated and removed correctlyGravatar Gareth Coles-19/+47
2018-05-15Python parser bug. How on earth haven't we seen this before now?Gravatar Leon Sandøy-1/+1
2018-05-15Minor bug with tags - wrong variable name, no import.Gravatar Leon Sandøy-2/+2
2018-05-14Update README.mdGravatar Leon Sandøy-1/+1
2018-05-14bugfix: commands always have the error property, we need to look for on_errorGravatar Leon Sandøy-1/+1
2018-05-13Bugfix for the aiohttp bug with Network Unreachable - will force the session ...Gravatar Leon Sandøy-2/+15
2018-05-11Bump multidict from 4.2.0 to 4.3.1 (#71)Gravatar dependabot[bot]-31/+20
2018-05-08Make python parser handle single bracket calls like self.accept(. (#73)Gravatar Leon Sandøy-30/+62
2018-05-08Don't load ClickUp cog if `CLICKUP_KEY` is unset. (#70)Gravatar Volcyy-1/+12
2018-05-08Codeblock 1.0 (#35)Gravatar Henrik Böving-53/+210
2018-05-05Update README.mdGravatar Gareth Coles-0/+2
2018-05-05Remove math cog as Mart has decided to stop maintaining itGravatar Gareth Coles-133/+0
2018-05-05Ignore errors of commands with their own error handler. (#69)Gravatar Volcyy-22/+14
2018-05-05Show alternative syntax in help texts for `bot.tags.keys()` and `bot.tags` (#64)Gravatar Volcyy-1/+15
2018-05-02Upgrade alpine (#65)Gravatar Christopher Baklid-1/+5
2018-05-01Pin yarl to 1.1.1Gravatar Gareth Coles-8/+9
2018-04-30restructure docker filesGravatar Christopher Baklid-1/+2
2018-04-29Critical fix: python parsing broken with previous merge. This should fix it, ...Gravatar Leon Sandøy-2/+2
2018-04-29Python parser cleanup (#62)Gravatar Leon Sandøy-124/+152
2018-04-29use pip scriptGravatar Christopher Baklid-1/+5
2018-04-29preinstall environment in the base containerGravatar Christopher Baklid-0/+15
2018-04-29readd .git folder to docker container, dependency for commandGravatar Christopher Baklid-1/+0
2018-04-28update dockerignoreGravatar Christopher Baklid-0/+1
2018-04-28update dockerignoreGravatar Christopher Baklid-1/+5
2018-04-28update dockerignoreGravatar Christopher Baklid-0/+8
2018-04-28deletes requirements files in favour of pipenv (#63)Gravatar Christopher Baklid-16/+0
2018-04-28else condition in deploy script to say skipping deployGravatar Christopher Baklid-0/+2
2018-04-28adds dockerfile that uses pipenv (#60)Gravatar Christopher Baklid-20/+54