aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_api.py (unfollow)
Commit message (Expand)AuthorLines
2019-11-11Do not cut off text arbitrarily but at last sentence to make sure no unfinish...Gravatar Numerlor-1/+1
2019-11-11clear renamed symbols on inventory refreshGravatar Numerlor-0/+1
2019-11-10Move signatures definitionGravatar Numerlor-1/+1
2019-11-10Add a command for refreshing inventoriesGravatar Numerlor-0/+22
2019-11-10Move paragraph search to not cut off long starting paragraphsGravatar Numerlor-1/+1
2019-11-10Cut off description at 1000 chars if paragraph is not foundGravatar Numerlor-0/+2
2019-11-10Add a newline after signatures for readabilityGravatar Numerlor-1/+1
2019-11-10fix signatures and descriptions not being found when presentGravatar Numerlor-4/+4
2019-11-03Make sure only signatures belonging to the symbol are fetchedGravatar Numerlor-3/+4
2019-11-03Comment grammarGravatar Numerlor-2/+2
2019-11-03Fix case for the python package name in `NO_OVERRIDE_PACKAGES`Gravatar Numerlor-1/+1
2019-11-03Handle exceptions when fetching inventoriesGravatar Numerlor-31/+57
2019-11-02Improve module description searchingGravatar Numerlor-7/+35
2019-11-02Get up to 3 signatures of a symbolGravatar Numerlor-16/+14
2019-11-02Get symbol description by searching for a dd tag instead of traversing the si...Gravatar Numerlor-1/+1
2019-11-02Do not cut off description in code blocksGravatar Numerlor-1/+7
2019-10-21Grammar check commentGravatar Numerlor-1/+1
2019-10-21Allow embeds to not include signatures in case the symbol is a moduleGravatar Numerlor-11/+14
2019-10-21Don't include a signature and only get first paragraphs when scraping when sy...Gravatar Numerlor-10/+18
2019-10-20remove "function" from NO_OVERRIDE_GROUPSGravatar Numerlor-1/+0
2019-10-20Auto delete messages when docs are not foundGravatar Numerlor-2/+8
2019-10-20show renamed duplicates in embed footerGravatar Numerlor-8/+13
2019-10-20add handling for duplicate symbols in docs inventoriesGravatar Numerlor-4/+35
2019-10-12Raise `ValueError` on negative `max_units`.Gravatar Johannes Christ-3/+9
2019-10-11Get the prefix from the config for the periodic ping messageGravatar MarkKoz-2/+2
2019-10-12Bump the site PostgreSQL version to 12.Gravatar Johannes Christ-1/+1
2019-10-11Check that the periodic ping author is the botGravatar MarkKoz-1/+1
2019-10-11Revise comments and the doctsring for the periodic ping functionGravatar MarkKoz-7/+10
2019-10-11Cancel the periodic ping task when the verification cog is unloadedGravatar MarkKoz-0/+4
2019-10-11Better check way of checking timelapsGravatar kraktus-11/+13
2019-10-11Add typehints.Gravatar Johannes Christ-3/+2
2019-10-11Implement test cases suggested by @MarkKoz.Gravatar Johannes Christ-0/+11
2019-10-11Log member_ban event to #user-logGravatar kosayoda-3/+2
2019-10-09Resolve #458: support exact timestamps as args for mod commandsGravatar MarkKoz-22/+43
2019-10-09Resolve #357: show ban reason and bb watch status in unban mod logGravatar MarkKoz-1/+18
2019-10-09Fix #346: display infraction count after giving an infractionGravatar MarkKoz-3/+10
2019-10-09Show help when ext load/unload are invoked without argumentsGravatar MarkKoz-0/+8
2019-10-08Expand token detection regex character exclusionGravatar sco1-5/+5
2019-10-08Ensure display name changes are loggedGravatar Sebastiaan Zeeff-1/+6
2019-10-08Show infraction reason when the bot is the actorGravatar Sebastiaan Zeeff-1/+5
2019-10-08Set bot as actor of antispam infractionsGravatar Sebastiaan Zeeff-1/+3
2019-10-07Only allow members currently in the guild to be warnedGravatar MarkKoz-1/+1
2019-10-07Update the nickname policy URLGravatar Mark-1/+1
2019-10-07Escape asterisks in extensions docstringsGravatar MarkKoz-7/+7
2019-10-07Support wildcards and multiple extensions for load and unload commandsGravatar MarkKoz-36/+48
2019-10-07Use quotes instead of back ticks around asterisk in docstringsGravatar MarkKoz-4/+4
2019-10-07Add missing awaits and call bot as attributGravatar Jens-14/+14
2019-10-06Update max threshold for attachmentsGravatar Derek-1/+1
2019-10-05Requested changesGravatar kraktus-7/+14
2019-10-05Added a new `periodic_ping` to fix #320Gravatar kraktus-0/+20