aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #372 from python-discord/snekboxGravatar Leon Sandøy2019-06-22-388/+158
|\ | | | | Replace RabbitMQ with Snekbox API
| * Snekbox: limit paste service uploads to 1000 charactersGravatar MarkKoz2019-06-16-1/+6
| |
| * Snekbox: remove code templateGravatar MarkKoz2019-06-15-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.
| * Snekbox: adjust for API change that merged stderr into stdoutGravatar MarkKoz2019-06-15-7/+3
| |
| * Snekbox: make output formatting more efficientGravatar MarkKoz2019-06-14-8/+12
| | | | | | | | | | | | * Only prepend line numbers to the first 10 lines * Use generator expression for prepending line numbers to output * Add trace logging
| * Snekbox: provide more descriptive messages for failuresGravatar MarkKoz2019-06-14-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
| * Snekbox: redirect stderr to stdoutGravatar MarkKoz2019-06-14-4/+8
| | | | | | | | * Save original output before processing output
| * Snekbox: refactor eval commandGravatar MarkKoz2019-06-14-25/+25
| |
| * Snekbox: move output formatting to a separate functionGravatar MarkKoz2019-06-14-40/+47
| |
| * Snekbox: move paste service upload to a separate functionGravatar MarkKoz2019-06-14-10/+14
| |
| * Snekbox: move input code preparation to a separate functionGravatar MarkKoz2019-06-14-16/+23
| |
| * Snekbox: add a function to send a request to the APIGravatar MarkKoz2019-06-14-0/+7
| |
| * Add snekbox endpoint to constantsGravatar MarkKoz2019-06-13-0/+6
| |
| * Banish RabbitMQ from this worldGravatar MarkKoz2019-06-13-296/+1
|/
* Merge pull request #371 from python-discord/django-appealsGravatar Leon Sandøy2019-06-09-2/+6
|\ | | | | Django: Add Appeals E-mail to Infraction DMs
| * Fix linting error for snakesGravatar MarkKoz2019-06-09-2/+2
| |
| * Add appeals e-mail to infraction DMsGravatar MarkKoz2019-06-09-0/+4
|/
* Updates the cog list and cog batch load/unloads to use status_indicator ↵Gravatar Leon Sandøy2019-05-20-6/+6
| | | | emojis instead of chevrons.
* Removing special handling (allowance) for self-deprecating uses of the word ↵Gravatar Leon Sandøy2019-05-13-15/+0
| | | | 'retarded' from the filter. All bad words are now, once again, equal.
* Update apt cache in build piplineGravatar Jeremiah Boby2019-05-08-1/+3
|
* Fixing linting error -_-Gravatar Leon Sandøy2019-04-27-3/+2
|
* Removing dulwich and devalerts for bulk deletionGravatar Leon Sandøy2019-04-27-342/+361
|
* Run tests with bogus token.Gravatar Johannes Christ2019-03-10-1/+4
|
* Remove pytest stage for pipeline.Gravatar Scragly2019-03-09-4/+1
|
* Merge pull request #333 from python-discord/django-lintGravatar Leon Sandøy2019-03-09-38/+23
|\ | | | | Fix the linting issues with Bot so builds will work.
| * Fix the linting issues with Bot so builds will work.Gravatar Scragly2019-03-09-38/+23
|/
* Revert to 16.04 build pools.Gravatar azure-pipelines[bot]2019-03-09-1/+1
|
* Update pool build to Ubuntu 18.04Gravatar azure-pipelines[bot]2019-03-09-1/+1
|
* Use proper API client for reminders.Gravatar Johannes Christ2019-02-18-2/+2
|
* Update defcon cog to use Django API.Gravatar Johannes Christ2019-02-18-26/+33
|
* Use proper snowflake in `on_member_update`.Gravatar Johannes Christ2019-02-06-1/+1
|
* Reimplement nominations on Django.Gravatar Johannes Christ2019-02-06-11/+21
|
* Initial stab at implementing the nominations API.Gravatar Johannes Christ2019-01-27-2/+111
|
* Migrate reminders cog to Django.Gravatar Johannes Christ2019-01-22-155/+73
|
* Move the `BigBrother` cog to the Django API.Gravatar Johannes Christ2019-01-20-115/+90
|
* Remove moved `events` cog.Gravatar Johannes Christ2019-01-20-286/+0
|
* Move deleted message log uploading to the Django API.Gravatar Johannes Christ2019-01-20-46/+22
|
* Move infractions cog to Django.Gravatar Johannes Christ2019-01-20-6/+6
|
* Move superstarify cog to Django API.Gravatar Johannes Christ2019-01-20-127/+209
|
* Build and push Django branch image on Azure.Gravatar Johannes Christ2019-01-13-26/+5
|
* Drop `--update` flag since `--no-cache` implies it.Gravatar Johannes Christ2019-01-13-1/+1
|
* Minimize stages required to build image.Gravatar Johannes Christ2019-01-12-20/+23
|
* Update lockfile.Gravatar Johannes Christ2019-01-12-53/+46
|
* Use a single `Dockerfile` instead of two.Gravatar Johannes Christ2019-01-12-18/+16
|
* Support obtaining individual rules via `!site rules` command.Gravatar Johannes Christ2019-01-12-6/+32
|
* Remove dead code from old API client.Gravatar Johannes Christ2019-01-06-2/+1
|
* Move all moderation commands to the Django API.Gravatar Johannes Christ2019-01-06-195/+291
|
* Move note and warning creation to Django API backend.Gravatar Johannes Christ2019-01-06-17/+16
|
* Remove unused import, use `tuple`.Gravatar Johannes Christ2019-01-06-3/+2
|
* Move by-reason infraction search to Django API backend.Gravatar Johannes Christ2019-01-06-13/+3
|