| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |||
| | * | 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 | |
| | | |\ | ||||
| | * | | | 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 | |
| | | | | ||||
| * | | | 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. | |||
| * | | Fix ordering of categories in issues cog | 2021-02-28 | -1/+1 | |
| | | | ||||
| * | | Add issue cog to staff channels. | 2021-02-28 | -2/+4 | |
| |/ | ||||
| * | 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 | |
| | | ||||
| * | Add docstring to FetchIssueErrors and remove extra new line | 2021-01-26 | -1/+2 | |
| | | ||||
| * | Merge branch 'feature/link_issues' of ↵ | 2021-01-26 | -1/+0 | |
| |\ | | | | | | | https://github.com/Shivansh-007/sir-lancebot into feature/link_issues | |||
| | * | Remove debug code. | 2021-01-26 | -1/+0 | |
| | | | | | | | Co-authored-by: Xithrius <[email protected]> | |||
| * | | Fix lint issues | 2021-01-26 | -1/+1 | |
| | | | ||||
| * | | Use enums for fetch issue errors. | 2021-01-26 | -4/+11 | |
| | | | ||||
| * | | Make the python_discord_repos' orgranisation name configurable | 2021-01-26 | -3/+3 | |
| | | | ||||
| * | | Change PYDIS_REPOS to PYTHON_DISCORD_REPOS | 2021-01-26 | -3/+4 | |
| | | | ||||
| * | | Use list.extend while appending issue links | 2021-01-26 | -1/+1 | |
| | | | ||||
| * | | Cache repo regex | 2021-01-26 | -2/+2 | |
| |/ | ||||
| * | Remove debug code and add docstrings. | 2021-01-26 | -2/+3 | |
| | | ||||
| * | Add in codeblock check | 2021-01-26 | -8/+40 | |
| | | ||||
| * | Add ability to automatically send issues if matching <repo>#<issue> | 2021-01-23 | -27/+69 | |
| | | ||||
| * | Remove references to old name. | 2020-11-21 | -1/+1 | |
| | | | | | | I've tried to replace this with generic references where appropriate, but a lot of the time it just doesn't make a lot of sense to do so. | |||
| * | remove redundant set() in issues.py | 2020-10-15 | -3/+2 | |
| | | ||||
| * | Fix order of imports | 2020-09-19 | -1/+1 | |
| | | ||||
| * | Authenticate with the GitHub API to allow for more requests | 2020-09-19 | -3/+7 | |
| | | ||||
| * | Invoke help command when no PRs/issues are given | 2020-09-19 | -0/+4 | |
| | | ||||