| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | Merge pull request #1593 from python-discord/flake-8-isn't-a-task | 2021-05-17 | -1/+1 | ||
| |\ \ \ | | | | | | | | | Fix pre-commit, since flake8 isn't a task | ||||
| | * | | | Fix pre-commit, since flake8 isn't a task | 2021-05-17 | -1/+1 | ||
| |/ / / | |||||
| * | | | Merge pull request #1558 from doublevcodes/main | 2021-05-16 | -0/+28 | ||
| |\ \ \ | | | | | | | | | Added blocking tag | ||||
| | * \ \ | Merge branch 'main' into main | 2021-05-16 | -1549/+2249 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #1590 from python-discord/incident-emojis | 2021-05-16 | -3/+3 | ||
| |\ \ \ \ | | | | | | | | | | | Constants: use in-server emojis for incident | ||||
| | * | | | | Constants: use in-server emojis for incident | 2021-05-16 | -3/+3 | ||
| |/ / / / | | | | | | | | | The default config is currently referencing the emoji server versions, making it unable to work with the nomination archive automation | ||||
| | * | | | Fix tense problems | 2021-05-16 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | Some of the first paragraph was in the past tense and some was in the present. Now everything is in the present. | ||||
| | * | | | Finish the tag | 2021-05-16 | -1/+22 | ||
| | | | | | |||||
| | * | | | Change programme to program | 2021-05-16 | -1/+1 | ||
| | | | | | |||||
| | * | | | Create blocking.md | 2021-05-01 | -0/+7 | ||
| | | | | | |||||
| | | | * | Remove redundant f-string. | 2021-05-17 | -1/+1 | ||
| | | | | | |||||
| | | | * | Merge branch 'voice_ver_dm' of https://github.com/RohanJnr/bot into voice_ver_dm | 2021-05-17 | -1104/+1814 | ||
| | | | |\ | |||||
| | | | | * | Merge branch 'main' into voice_ver_dm | 2021-05-16 | -1104/+1814 | ||
| | | | | |\ | |_|_|_|/ |/| | | | | |||||
| * | | | | | Merge pull request #1549 from python-discord/nomination-archive-automation | 2021-05-16 | -20/+164 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Nomination archive automation | ||||
| | * \ \ \ \ | Merge branch 'main' into nomination-archive-automation | 2021-05-16 | -1537/+2963 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1589 from python-discord/fix-dockerfile | 2021-05-16 | -1/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Hotfix: Fixes Dependency Install Flag In Dockerfile | ||||
| | * | | | | | | Fixes Dependency Install Flag In Dockerfile | 2021-05-16 | -1/+1 | ||
| |/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | Merge pull request #1582 from python-discord/39-poetry | 2021-05-16 | -1084/+1650 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Upgrade To 3.9 and Poetry | ||||
| | * \ \ \ \ \ | Merge branch 'main' into 39-poetry | 2021-05-16 | -1/+200 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Updates Dependency Manager Files In CODEOWNERS | 2021-05-11 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates Pipfile and pipenv lock file to poetry equivalents in CODEOWNERS. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | | Updates Usages Of Pipenv To Poetry | 2021-05-11 | -31/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the Dockerfile, pre-commit, CI, and documentation to reflect the new dependency manager. Dockerfile is also updated to 3.9. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | | Adds Python-Dotenv | 2021-05-11 | -0/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds python dotenv to emulate the default .env file loading behavior from pipenv. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | | Switches To Poetry And Python 3.9 | 2021-05-11 | -1052/+1620 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrates package manager to poetry, and updates python version to 3.9. Some packages are updated where needed. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | | * | | | | | Nomination: consider that the first message has two role pings | 2021-05-15 | -8/+12 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: change archive timestamp to %Y/%m/%d | 2021-05-15 | -1/+1 | ||
| | | | | | | | | |||||
| | | * | | | | | Utils: fix indentation | 2021-05-15 | -4/+4 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: fix formatting issue | 2021-05-10 | -2/+8 | ||
| | | | | | | | | |||||
| | | * | | | | | Duckpond: make use of count_unique_users_reaction | 2021-05-09 | -21/+25 | ||
| | | | | | | | | |||||
| | | * | | | | | Nominations: promote the mention regex to a constant | 2021-05-09 | -1/+4 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: simplify history loop | 2021-05-09 | -5/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: mbaruh <[email protected]> | ||||
| | | * | | | | | Nominations: send many archive messages if the nomination is too long | 2021-04-24 | -6/+8 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: properly handle multi messages nominations | 2021-04-24 | -9/+27 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: pin nomination announcements | 2021-04-24 | -4/+23 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: ping the whole team | 2021-04-23 | -1/+1 | ||
| | | | | | | | | |||||
| | | * | | | | | Nominations: automate post archiving | 2021-04-23 | -4/+94 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a new reaction handler to the talentpool cog to automatically unpin and archive mesage in #nomination-voting | ||||
| | | | | | * | | handle closed DMs during execution of voiceverify command. | 2021-05-17 | -2/+7 | ||
| | | | | | |/ | |||||
| | | | | | * | Update documentation. | 2021-05-15 | -1/+1 | ||
| | | | | | | | |||||
| | | | | | * | Remove debug values. | 2021-05-15 | -1/+1 | ||
| | | | | | | | |||||
| | | | | | * | Prioratize DM over channel message for voice verification ping. | 2021-05-15 | -9/+20 | ||
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Merge pull request #1573 from python-discord/extract-metabase-data | 2021-05-13 | -0/+198 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Delete reddit cog constants | 2021-05-13 | -15/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | These were added back accidentaly as part of a merge conflict. | ||||
| | * | | | | | Merge branch 'main' into extract-metabase-data | 2021-05-13 | -2/+26 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1584 from Numerlor/docker-override | 2021-05-12 | -0/+1 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Add docker-compose.override.yml to gitignore | ||||
| | * | | | | | Merge branch 'main' into docker-override | 2021-05-12 | -2/+25 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Updates YTDL Tag (#1583) | 2021-05-11 | -1/+1 | ||
| | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updates YTDL Tag Updates the tag to include similar tools, and adds an open-ended descriptor. Co-authored-by: ChrisJL <[email protected]> | ||||
| * | | | | | Merge pull request #1577 from python-discord/snippet-add-two-dots-support | 2021-05-10 | -1/+1 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Code snippet: support the two dots syntax | ||||
| | * \ \ \ \ | Merge branch 'main' into snippet-add-two-dots-support | 2021-05-10 | -0/+23 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1579 from python-discord/vcokltfre/tag/dotenv | 2021-05-10 | -0/+23 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | feat: add dotenv tag | ||||
| | * | | | | | | chore: add pypi link for python-dotenv | 2021-05-10 | -1/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | feat: add dotenv tag | 2021-05-10 | -0/+23 | ||
| |/ / / / / / | |||||