aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy.py (unfollow)
Commit message (Expand)AuthorLines
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
2018-04-28Add help channel 4Gravatar Gareth Coles-1/+3
2018-04-27Use `ast.literal_eval` in get/setitem mimick parsing. (#59)Gravatar Volcyy-13/+11
2018-04-27Fixed a critical bug that makes it impossible for users to change their nickn...Gravatar Leon Sandøy-4/+6
2018-04-27Declaring the encoding to be utf-8 is not necessary in Python3. (#58)Gravatar Leon Sandøy-24/+1
2018-04-21Use converters for tag command argument validation. (#56)Gravatar Volcyy-78/+88
2018-04-20[#1eeu1] Hiphopify (#54)Gravatar Leon Sandøy-23/+270
2018-04-20Use discord.py's case insensitivity instead of patching `bot.cogs` ourselves ...Gravatar Volcyy-7/+2
2018-04-20Bump multidict from 4.1.0 to 4.2.0 (#50)Gravatar dependabot[bot]-26/+28
2018-04-19Flake8 my ass!Gravatar Jeremiah Boby-4/+4
2018-04-19Changed Bot Avatar URL to appropriate constantGravatar Jeremiah Boby-2/+2
2018-04-19Fixed bot avatar URLGravatar Jeremiah Boby-1/+1
2018-04-19Fixed broken branding linkGravatar Jeremiah Boby-1/+1
2018-04-17[ClickUp #21zkw] Python-syntax calls are now the default for all commands, bu...Gravatar Leon Sandøy-21/+22