aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merge branch 'main' of https://github.com/python-discord/bot into swfarnswort...Gravatar swfarnsworth2021-05-29-3/+112
|\
| * Merge pull request #1615 from python-discord/reviews-revert-orderGravatar ChrisJL2021-05-27-1/+2
| |\
| | * Recruitment: reverse nomination orderGravatar Matteo Bertucci2021-05-27-1/+2
| |/
| * Merge pull request #1614 from python-discord/update-pixels-regexGravatar Boris Muratov2021-05-25-1/+1
| |\
| | * Update pixels token regex to false match lessGravatar Chris2021-05-25-1/+1
| |/
| * Merge pull request #1613 from ChrisLovering/pixels-token-filteringGravatar Joe Banks2021-05-24-0/+108
| |\
| | * Add filter for pixels API tokensGravatar Chris2021-05-24-0/+108
| |/
| * Merge pull request #1612 from python-discord/higher-duck-limitGravatar Boris Muratov2021-05-24-1/+1
| |\
| | * Up duck pond threshold to 7Gravatar Gustav Odinger2021-05-24-1/+1
| |/
| * Merge pull request #1610 from python-discord/fix/float-tag-typoGravatar ChrisJL2021-05-23-1/+1
| |\
| | * fix: Remove the extra 'as' in floats.mdGravatar ToxicKidz2021-05-23-1/+1
| |/
* | Remove `claim_minutes` constant.Gravatar swfarnsworth2021-05-21-1/+0
* | Merge branch 'main' of https://github.com/python-discord/bot into swfarnswort...Gravatar swfarnsworth2021-05-21-1108/+2045
|\|
| * Merge pull request #1607 from python-discord/vcokltfre/chore/modmail-tag-updateGravatar ChrisJL2021-05-21-1/+1
| |\
| | * chore: use new moderators roleGravatar vcokltfre2021-05-21-1/+1
| |/
| * Merge pull request #1593 from python-discord/flake-8-isn't-a-taskGravatar Hassan Abouelela2021-05-17-1/+1
| |\
| | * Fix pre-commit, since flake8 isn't a taskGravatar Chris2021-05-17-1/+1
| |/
| * Merge pull request #1558 from doublevcodes/mainGravatar ChrisJL2021-05-16-0/+28
| |\
| | * Merge branch 'main' into mainGravatar ChrisJL2021-05-16-1549/+2249
| | |\ | | |/ | |/|
| * | Merge pull request #1590 from python-discord/incident-emojisGravatar ChrisJL2021-05-16-3/+3
| |\ \
| | * | Constants: use in-server emojis for incidentGravatar Matteo Bertucci2021-05-16-3/+3
| |/ /
| * | Merge pull request #1549 from python-discord/nomination-archive-automationGravatar ChrisJL2021-05-16-20/+164
| |\ \
| | * \ Merge branch 'main' into nomination-archive-automationGravatar ChrisJL2021-05-16-1537/+2963
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1589 from python-discord/fix-dockerfileGravatar ChrisJL2021-05-16-1/+1
| |\ \ \
| | * | | Fixes Dependency Install Flag In DockerfileGravatar Hassan Abouelela2021-05-16-1/+1
| |/ / /
| * | | Merge pull request #1582 from python-discord/39-poetryGravatar Hassan Abouelela2021-05-16-1084/+1650
| |\ \ \
| | * \ \ Merge branch 'main' into 39-poetryGravatar Hassan Abouelela2021-05-16-1/+200
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1573 from python-discord/extract-metabase-dataGravatar Joe Banks2021-05-13-0/+198
| |\ \ \ \
| | * | | | Delete reddit cog constantsGravatar Chris2021-05-13-15/+0
| | * | | | Merge branch 'main' into extract-metabase-dataGravatar Joe Banks2021-05-13-2/+26
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1584 from Numerlor/docker-overrideGravatar Dennis Pham2021-05-12-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'main' into docker-overrideGravatar Dennis Pham2021-05-12-2/+25
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Add docker-compose.override.yml to gitignoreGravatar Numerlor2021-05-12-0/+1
| | | * | | | Merge branch 'main' into extract-metabase-dataGravatar ChrisJL2021-05-09-381/+16
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Move a long comment in Metabse cog into the func doc stringGravatar Chris2021-05-09-5/+8
| | | * | | | Type hint the Metabase cog!Gravatar Chris2021-05-09-3/+4
| | | * | | | Revert changes to int eGravatar Chris2021-05-09-6/+6
| | | * | | | Pass raise_for_status as a kwarg for better readibilityGravatar Chris2021-05-09-28/+26
| | | * | | | Use allowed strings converter in Metabase cogGravatar Chris2021-05-09-7/+8
| | | * | | | Remove unneeded context manager in Metabase cog Gravatar ChrisJL2021-05-09-2/+1
| | | * | | | Update warn to warning, due to deprecation Gravatar ChrisJL2021-05-09-2/+2
| | | * | | | Fix minor grammer issues with metabase commentsGravatar Chris2021-05-09-4/+5
| | | * | | | Add comment to int e for context with Metabase loadingGravatar Chris2021-05-09-0/+1
| | | * | | | Save query outputs to the internal eval environment for ease of accessGravatar Chris2021-05-09-1/+18
| | | * | | | Remove metabase redaction of link used while testingGravatar Chris2021-05-09-2/+0
| | | * | | | Add new cog for extracting data from metabaseGravatar Chris2021-05-08-0/+160
| | | * | | | Add constants for Metabase cogGravatar Chris2021-05-08-0/+15
| | | | * | | Updates Dependency Manager Files In CODEOWNERSGravatar Hassan Abouelela2021-05-11-1/+2
| | | | * | | Updates Usages Of Pipenv To PoetryGravatar Hassan Abouelela2021-05-11-31/+22
| | | | * | | Adds Python-DotenvGravatar Hassan Abouelela2021-05-11-0/+6