aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-06-15Snekbox: remove code templateGravatar MarkKoz-12/+1
Removing the template allows for line numbers in tracebacks to correspond to the input code. Since stderr has been merged into stdout, exceptions will already be captured. Thus, it is redundant to wrap the code in a try-except. Importing of the site module has been re-enabled on Snekbox which automatically adds site-packages to sys.path. Thus, the virtual environment does not need to be activated anymore in a template.
2019-06-15Snekbox: adjust for API change that merged stderr into stdoutGravatar MarkKoz-7/+3
2019-06-14Snekbox: make output formatting more efficientGravatar MarkKoz-8/+12
* Only prepend line numbers to the first 10 lines * Use generator expression for prepending line numbers to output * Add trace logging
2019-06-14Snekbox: provide more descriptive messages for failuresGravatar MarkKoz-8/+44
Uses the process's return code to determine an appropriate message. Furthermore, the signal's name is returned if applicable. * Log process's return code * Edit cog docstring
2019-06-14Snekbox: redirect stderr to stdoutGravatar MarkKoz-4/+8
* Save original output before processing output
2019-06-14Snekbox: refactor eval commandGravatar MarkKoz-25/+25
2019-06-14Snekbox: move output formatting to a separate functionGravatar MarkKoz-40/+47
2019-06-14Snekbox: move paste service upload to a separate functionGravatar MarkKoz-10/+14
2019-06-14Snekbox: move input code preparation to a separate functionGravatar MarkKoz-16/+23
2019-06-14Snekbox: add a function to send a request to the APIGravatar MarkKoz-0/+7
2019-06-13Add snekbox endpoint to constantsGravatar MarkKoz-0/+6
2019-06-13Banish RabbitMQ from this worldGravatar MarkKoz-296/+1
2019-06-09Fix linting error for snakesGravatar MarkKoz-2/+2
2019-06-09Add appeals e-mail to infraction DMsGravatar MarkKoz-0/+4
2019-05-20Updates the cog list and cog batch load/unloads to use status_indicator ↵Gravatar Leon Sandøy-6/+6
emojis instead of chevrons.
2019-05-13Removing special handling (allowance) for self-deprecating uses of the word ↵Gravatar Leon Sandøy-15/+0
'retarded' from the filter. All bad words are now, once again, equal.
2019-05-08Update apt cache in build piplineGravatar Jeremiah Boby-1/+3
2019-04-27Fixing linting error -_-Gravatar Leon Sandøy-3/+2
2019-04-27Removing dulwich and devalerts for bulk deletionGravatar Leon Sandøy-342/+361
2019-03-10Run tests with bogus token.Gravatar Johannes Christ-1/+4
2019-03-09Remove pytest stage for pipeline.Gravatar Scragly-4/+1
2019-03-09Fix the linting issues with Bot so builds will work.Gravatar Scragly-38/+23
2019-03-09Revert to 16.04 build pools.Gravatar azure-pipelines[bot]-1/+1
2019-03-09Update pool build to Ubuntu 18.04Gravatar azure-pipelines[bot]-1/+1
2019-02-18Use proper API client for reminders.Gravatar Johannes Christ-2/+2
2019-02-18Update defcon cog to use Django API.Gravatar Johannes Christ-26/+33
2019-02-06Use proper snowflake in `on_member_update`.Gravatar Johannes Christ-1/+1
2019-02-06Reimplement nominations on Django.Gravatar Johannes Christ-11/+21
2019-01-27Initial stab at implementing the nominations API.Gravatar Johannes Christ-2/+111
2019-01-22Migrate reminders cog to Django.Gravatar Johannes Christ-155/+73
2019-01-20Move the `BigBrother` cog to the Django API.Gravatar Johannes Christ-115/+90
2019-01-20Remove moved `events` cog.Gravatar Johannes Christ-286/+0
2019-01-20Move deleted message log uploading to the Django API.Gravatar Johannes Christ-46/+22
2019-01-20Move infractions cog to Django.Gravatar Johannes Christ-6/+6
2019-01-20Move superstarify cog to Django API.Gravatar Johannes Christ-127/+209
2019-01-13Build and push Django branch image on Azure.Gravatar Johannes Christ-26/+5
2019-01-13Drop `--update` flag since `--no-cache` implies it.Gravatar Johannes Christ-1/+1
2019-01-12Minimize stages required to build image.Gravatar Johannes Christ-20/+23
2019-01-12Update lockfile.Gravatar Johannes Christ-53/+46
2019-01-12Use a single `Dockerfile` instead of two.Gravatar Johannes Christ-18/+16
2019-01-12Support obtaining individual rules via `!site rules` command.Gravatar Johannes Christ-6/+32
2019-01-06Remove dead code from old API client.Gravatar Johannes Christ-2/+1
2019-01-06Move all moderation commands to the Django API.Gravatar Johannes Christ-195/+291
2019-01-06Move note and warning creation to Django API backend.Gravatar Johannes Christ-17/+16
2019-01-06Remove unused import, use `tuple`.Gravatar Johannes Christ-3/+2
2019-01-06Move by-reason infraction search to Django API backend.Gravatar Johannes Christ-13/+3
2019-01-06Move by-user infraction search to Django API backend.Gravatar Johannes Christ-24/+12
2019-01-04Use guild ID from configuration file.Gravatar Johannes Christ-3/+4
2019-01-04Handle member leave in sync cog.Gravatar Johannes Christ-0/+13
2019-01-04Handle member join in sync cog.Gravatar Johannes Christ-11/+49