aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_api.py (unfollow)
Commit message (Expand)AuthorLines
2019-10-03Add a generic method to manage loading/unloading extensionsGravatar MarkKoz-0/+31
2019-10-03Replace with_role decorator with a cog_checkGravatar MarkKoz-6/+6
2019-10-03Simplify extension discovery using pkgutilGravatar MarkKoz-15/+5
2019-10-03Add enum for extension actionsGravatar MarkKoz-0/+9
2019-10-03Rename the "cogs" extension & cog to "extensions"Gravatar MarkKoz-14/+14
2019-10-03Improve readabilityGravatar Ben Diller-0/+1
2019-10-03Move asyncio.sleep() to avoid disturbing function signatures.Gravatar bendiller-16/+13
2019-10-02Add sleep(3) between retries, with bot indicating typing during sleepGravatar bendiller-4/+9
2019-10-02Add logging for invalid response (after all retries are exhausted)Gravatar bendiller-1/+3
2019-10-03Fix mutes not being re-applied on rejoins.Gravatar scragly-5/+42
2019-10-02Fix `cog_unload` bug in WatchChannel ABCGravatar Sebastiaan Zeeff-1/+1
2019-10-01Fix missing type annotations and docstring errors.Gravatar Leon Sandøy-7/+3
2019-10-01Create !tools alias and split !site resources.Gravatar Leon Sandøy-7/+28
2019-10-01Add checks for valid response and retries to fetch_posts()Gravatar bendiller-9/+13
2019-10-01Update docs cog docstring & fix URL converter attribute errorGravatar S. Co1-4/+4
2019-10-01Update bot/cogs/doc.pyGravatar Ayplo-1/+1
2019-10-01Remove single-item listGravatar S. Co1-2/+1
2019-10-01Make `!tags edit` use PATCH to update tagsGravatar Sebastiaan Zeeff-2/+31
2019-09-30Update contrib doc for new wiki linksGravatar sco1-3/+4
2019-09-30Forward arguments to getGravatar Tom Sputz-1/+1
2019-09-30Remove temp instructions, add link to contrib guide on website.Gravatar scragly-27/+1
2019-09-30Make `bot` wait for `web`, use `latest` web image.Gravatar scragly-2/+3
2019-09-29Do up some basic setup instructions for new setup.Gravatar scragly-0/+28
2019-09-28Update site to use new manage.py, add bot dev compose.Gravatar scragly-7/+20
2019-09-28Use pathlib, avoid inner `bot` directory for logs.Gravatar scragly-7/+6
2019-09-27Apply suggestions from code reviewGravatar S. Co1-2/+2
2019-09-28Lovely lemon let loose and forgot linting.Gravatar scragly-1/+1
2019-09-27Allow Rockstars and Partners to use !eval.Gravatar Leon Sandøy-7/+10
2019-09-27Ensure docker containers are published only for master branch builds.Gravatar scragly-1/+1
2019-09-26Remove invalid colorama markersGravatar S. Co1-2/+0
2019-09-26Update flake8-annotations & fix missing lintsGravatar S. Co1-10/+47
2019-09-26Use Command.cog_name attr instead of missing instance attrGravatar S. Co1-2/+2
2019-09-26Fix incorrect kwargs in watchchannel modlog sendGravatar S. Co1-2/+2
2019-09-26Parse timestamps with dateutil for watch channelsGravatar MarkKoz-5/+2
2019-09-26Use format_infaction datetime util in talentpoolGravatar Sebastiaan Zeeff-11/+5
2019-09-26Add utility function to consistently format infraction timestampsGravatar MarkKoz-33/+18
2019-09-26Show when field is unchanged in infraction edit confirmation messageGravatar MarkKoz-0/+4
2019-09-25Display "Permanent" in mod log for edited infractionsGravatar MarkKoz-2/+2
2019-09-25Merge infraction edit commandsGravatar MarkKoz-108/+62
2019-09-25Fix AttributeError with cog special methodsGravatar MarkKoz-4/+4
2019-09-25Swapped Lambda for itemgetterGravatar Daniel Brown-1/+2
2019-09-25Free Command FixGravatar Daniel Brown-2/+2
2019-09-25Free Command FixGravatar Daniel Brown-4/+4
2019-09-25Remove infraction reason from infraction confirmationGravatar S. Co1-53/+10
2019-09-25Unhide the tags commandGravatar S. Co1-1/+1
2019-09-25Decouple warnings and notesGravatar S. Co1-1/+1
2019-09-25Remove permanent mutesGravatar S. Co1-89/+2
2019-09-24Note Type CorrectionGravatar Daniel Brown-1/+1
2019-09-25Add all the shieldsGravatar scragly-3/+7
2019-09-24Remove repeat logic for off-topic-name api callGravatar Sebastiaan Zeeff-6/+1