aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/issues.py (follow)
Commit message (Expand)AuthorAgeLines
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-275/+0
* Fix type annotationsGravatar decorator-factory2021-08-31-5/+5
* Update tense of icon constantsGravatar Chris2021-06-09-2/+2
* Update Github emoji to new iconsGravatar Chris2021-06-09-3/+3
* chore: Refactor more code to follow our style guideGravatar ToxicKidz2021-05-14-8/+8
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-2/+2
* chore(evergreen): format each cog load docstring the same wayGravatar vcokltfre2021-04-19-1/+1
* chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-2/+3
* Linebreak to hopefully not run into linter issuesGravatar laundmo2021-04-13-1/+3
* Update issue matching regex Gravatar laundmo2021-04-13-1/+2
* Issues: change hashing of FoundIssue to use a tupleGravatar Matteo Bertucci2021-04-12-1/+1
* Allow automatic linking of issues outside of the python-discord organisationGravatar Matteo Bertucci2021-04-12-41/+34
* Issues: add `type=public`Gravatar Matteo Bertucci2021-04-11-1/+1
* Update commentGravatar ToxicKidz2021-04-09-1/+1
* Resolve Merge ConflictsGravatar ToxicKidz2021-04-09-111/+146
|\
| * Issues: use soft_red instead of redGravatar Matteo Bertucci2021-04-09-1/+1
| * Add word boundaries to the issues regexGravatar Chris2021-04-08-1/+1
| * Merge branch 'akarys/630/automatic-linking-everywhere' of github.com:python-d...Gravatar Matteo Bertucci2021-04-08-1/+1
| |\
| | * Issues: add red cross emoji for failed issuesGravatar Matteo Bertucci2021-04-08-1/+1
| * | Issues: emoji_url -> emojiGravatar Matteo Bertucci2021-04-08-8/+8
| |/
| * Merge branch 'akarys/630/automatic-linking-everywhere' of github.com:python-d...Gravatar Matteo Bertucci2021-04-08-1/+1
| |\
| | * Merge branch 'akarys/630/automatic-linking-everywhere' into issues-more-reposGravatar Matteo Bertucci2021-04-08-105/+138
| | |\
| | * | increase the number of repos per page we fetch from githubGravatar vcokltfre2021-04-08-1/+1
| * | | Issues: icon_url -> emoji_urlGravatar Matteo Bertucci2021-04-08-2/+2
| * | | Issues: add accept headerGravatar Matteo Bertucci2021-04-08-1/+3
| | |/ | |/|
| * | Issues: make use of invoke_help_commandGravatar Matteo Bertucci2021-04-08-1/+2
| * | Refactor issue cogGravatar Matteo Bertucci2021-04-08-4/+4
| * | Merge remote-tracking branch 'origin/main' into akarys/630/automatic-linking-...Gravatar Matteo Bertucci2021-04-06-2/+25
| |\|
| * | Issues: ignore botsGravatar Matteo Bertucci2021-04-06-0/+4
| * | Rewrite issue cogGravatar Matteo Bertucci2021-04-06-86/+119
| * | Issues: limit results to 5Gravatar Matteo Bertucci2021-04-05-4/+14
| * | Issues: remove duplicatesGravatar Matteo Bertucci2021-04-05-0/+3
| * | Remove unused WHITELISTED_CHANNELS_ON_MESSAGE constantGravatar Matteo Bertucci2021-03-27-4/+1
| * | Allow automatic linking of issues everywhereGravatar Matteo Bertucci2021-03-27-6/+0
* | | Use PRDraft emoji when the pr is a draft pr for the .issue|.pr commandGravatar ToxicKidz2021-04-08-5/+8
| |/ |/|
* | Send error embed when a user tries to retrieve an issue in DMsGravatar Chris2021-04-02-7/+16
* | Merge branch 'Handle-DMChannels' of github.com:ChrisLovering/sir-lancebot int...Gravatar Chris2021-04-02-2/+4
|\ \
| * | Merge branch 'main' into Handle-DMChannelsGravatar Matteo Bertucci2021-03-19-2/+4
| |\|
| | * Fix ordering of categories in issues cogGravatar Chris2021-02-28-1/+1
| | * Add issue cog to staff channels.Gravatar Chris2021-02-28-2/+4
* | | Don't allow users to run the issue command in DMs, given error feedback.Gravatar Chris2021-04-02-3/+21
|/ /
* / First pass of easy to produce errorsGravatar Chris2021-02-05-1/+6
|/
* Fixes Issue Matching RegexGravatar Hassan Abouelela2021-02-01-1/+1
* Remove brackets from .joinGravatar Shivansh-0072021-02-01-1/+1
* Add mod_meta and mod_tools channels to whitelistedGravatar Shivansh-0072021-01-31-1/+1
* Fix PYTHON_DISCORD_REPOS format variable name and give it a better nameGravatar Shivansh-0072021-01-30-2/+2
* Fix channel and category check logicGravatar Shivansh-0072021-01-30-7/+11
* Fix return type annotationsGravatar Shivansh-0072021-01-27-2/+2
* Add check for in category and in remove overide_channel check and do it witho...Gravatar Shivansh-0072021-01-27-5/+14
* Improve code block regexGravatar Shivansh-0072021-01-27-8/+10