Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move practical functions into utilities folder | 2021-09-05 | -275/+0 | |
| | | | | | | Separates out the useful/practical seasonal bot features from the evergreen folder into a "utilities" folder. Adjusts the paths to resources to reflect the folder move. | |||
* | Fix type annotations | 2021-08-31 | -5/+5 | |
| | ||||
* | Update tense of icon constants | 2021-06-09 | -2/+2 | |
| | | | | | | This is so the name of the constants describe the state in the correct tense Co-authored-by: Numerlor <[email protected]> | |||
* | Update Github emoji to new icons | 2021-06-09 | -3/+3 | |
| | | | | | | Github updated their icons, so we should update ours too. Co-authored-by: GDWR <[email protected]> | |||
* | chore: Refactor more code to follow our style guide | 2021-05-14 | -8/+8 | |
| | ||||
* | chore: Prefer double quotes over single quotes | 2021-05-04 | -2/+2 | |
| | ||||
* | chore(evergreen): format each cog load docstring the same way | 2021-04-19 | -1/+1 | |
| | ||||
* | chore: switch commands.Bot typehints to bot.bot's Bot | 2021-04-19 | -2/+3 | |
| | ||||
* | Linebreak to hopefully not run into linter issues | 2021-04-13 | -1/+3 | |
| | | | editing this from the web version because im at work and this fixes the issue linking being basically unusable | |||
* | Update issue matching regex | 2021-04-13 | -1/+2 | |
| | | | | fixes it being unable to get issue numbers larger than 9 limits it somewhat length-wise and character-wise to the actual github limits | |||
* | Issues: change hashing of FoundIssue to use a tuple | 2021-04-12 | -1/+1 | |
| | ||||
* | Allow automatic linking of issues outside of the python-discord organisation | 2021-04-12 | -41/+34 | |
| | | | | Actions python-discord/organisation#345 | |||
* | Issues: add `type=public` | 2021-04-11 | -1/+1 | |
| | | | This will make sure that even if a privileged token is passed we won't leak any private information. | |||
* | Update comment | 2021-04-09 | -1/+1 | |
| | ||||
* | Resolve Merge Conflicts | 2021-04-09 | -111/+146 | |
|\ | ||||
| * | Issues: use soft_red instead of red | 2021-04-09 | -1/+1 | |
| | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| * | Add word boundaries to the issues regex | 2021-04-08 | -1/+1 | |
| | | ||||
| * | Merge branch 'akarys/630/automatic-linking-everywhere' of ↵ | 2021-04-08 | -1/+1 | |
| |\ | | | | | | | | | | github.com:python-discord/sir-lancebot into akarys/630/automatic-linking-everywhere | |||
| | * | Issues: add red cross emoji for failed issues | 2021-04-08 | -1/+1 | |
| | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| * | | Issues: emoji_url -> emoji | 2021-04-08 | -8/+8 | |
| |/ | ||||
| * | Merge branch 'akarys/630/automatic-linking-everywhere' of ↵ | 2021-04-08 | -1/+1 | |
| |\ | | | | | | | | | | github.com:python-discord/sir-lancebot into akarys/630/automatic-linking-everywhere | |||
| | * | Merge branch 'akarys/630/automatic-linking-everywhere' into issues-more-repos | 2021-04-08 | -105/+138 | |
| | |\ | ||||
| | * | | increase the number of repos per page we fetch from github | 2021-04-08 | -1/+1 | |
| | | | | ||||
| * | | | Issues: icon_url -> emoji_url | 2021-04-08 | -2/+2 | |
| | | | | ||||
| * | | | Issues: add accept header | 2021-04-08 | -1/+3 | |
| | |/ | |/| | ||||
| * | | Issues: make use of invoke_help_command | 2021-04-08 | -1/+2 | |
| | | | | | | | | | | | | Co-authored-by: ToxicKidz <[email protected]> | |||
| * | | Refactor issue cog | 2021-04-08 | -4/+4 | |
| | | | | | | | | | Co-authored-by: ToxicKidz <[email protected]> | |||
| * | | Merge remote-tracking branch 'origin/main' into ↵ | 2021-04-06 | -2/+25 | |
| |\| | | | | | | | | | | akarys/630/automatic-linking-everywhere | |||
| * | | Issues: ignore bots | 2021-04-06 | -0/+4 | |
| | | | ||||
| * | | Rewrite issue cog | 2021-04-06 | -86/+119 | |
| | | | | | | | | | | | | | | | | | | | | | - Switch to a dataclass based communication - Use GitHub headers when querying the repo_regex - Properly handle non-200 return codes - Use @whitelist_override | |||
| * | | Issues: limit results to 5 | 2021-04-05 | -4/+14 | |
| | | | ||||
| * | | Issues: remove duplicates | 2021-04-05 | -0/+3 | |
| | | | ||||
| * | | Remove unused WHITELISTED_CHANNELS_ON_MESSAGE constant | 2021-03-27 | -4/+1 | |
| | | | ||||
| * | | Allow automatic linking of issues everywhere | 2021-03-27 | -6/+0 | |
| | | | | | | | | | | | | | | | We have been limiting the channels where automatic linking issues can be used in (See #566). Since we haven't seen any potential issue with it, we can allow it everywhere to avoid updating it every two days or because of missing channels. | |||
* | | | Use PRDraft emoji when the pr is a draft pr for the .issue|.pr command | 2021-04-08 | -5/+8 | |
| |/ |/| | ||||
* | | Send error embed when a user tries to retrieve an issue in DMs | 2021-04-02 | -7/+16 | |
| | | ||||
* | | Merge branch 'Handle-DMChannels' of github.com:ChrisLovering/sir-lancebot ↵ | 2021-04-02 | -2/+4 | |
|\ \ | | | | | | | | | | into Handle-DMChannels | |||
| * | | Merge branch 'main' into Handle-DMChannels | 2021-03-19 | -2/+4 | |
| |\| | ||||
| | * | Fix ordering of categories in issues cog | 2021-02-28 | -1/+1 | |
| | | | ||||
| | * | Add issue cog to staff channels. | 2021-02-28 | -2/+4 | |
| | | | ||||
* | | | Don't allow users to run the issue command in DMs, given error feedback. | 2021-04-02 | -3/+21 | |
|/ / | ||||
* / | First pass of easy to produce errors | 2021-02-05 | -1/+6 | |
|/ | ||||
* | Fixes Issue Matching Regex | 2021-02-01 | -1/+1 | |
| | | | | | Changes the automatic issue matching regex to make it work for repos at the very beginning of messages. | |||
* | Remove brackets from .join | 2021-02-01 | -1/+1 | |
| | ||||
* | Add mod_meta and mod_tools channels to whitelisted | 2021-01-31 | -1/+1 | |
| | ||||
* | Fix PYTHON_DISCORD_REPOS format variable name and give it a better name | 2021-01-30 | -2/+2 | |
| | ||||
* | Fix channel and category check logic | 2021-01-30 | -7/+11 | |
| | ||||
* | Fix return type annotations | 2021-01-27 | -2/+2 | |
| | ||||
* | Add check for in category and in remove overide_channel check and do it ↵ | 2021-01-27 | -5/+14 | |
| | | | | without decorator | |||
* | Improve code block regex | 2021-01-27 | -8/+10 | |
| |