aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #238 from python-discord/renovate/humanize-4.xGravatar Joe Banks2024-07-13-5/+6
|\ | | | | fix(deps): update dependency humanize to v4.10.0
| * fix(deps): update dependency humanize to v4.10.0Gravatar renovate[bot]2024-07-13-5/+6
|/ | | | | | | datasource | package | from | to | | ---------- | -------- | ----- | ------ | | pypi | humanize | 4.9.0 | 4.10.0 |
* Merge pull request #237 from python-discord/renovate/configureGravatar Joe Banks2024-07-13-24/+8
|\ | | | | chore: Configure Renovate
| * Add custom Renovate configGravatar Joe Banks2024-07-13-1/+3
| |
| * Remove dependabot configurationGravatar Joe Banks2024-07-13-24/+0
| |
| * Add renovate.jsonGravatar renovate[bot]2024-07-13-0/+6
|/
* import King Arthur from the bot moduleGravatar shtlrs2024-07-13-1/+1
|
* Merge pull request #235 from python-discord/quotesGravatar Amrou Bellalouna2024-07-13-5/+104
|\ | | | | Add a quotes command
| * add programming quotes commandGravatar shtlrs2024-07-13-0/+67
| |
| * add bs4 dependencyGravatar shtlrs2024-07-13-5/+37
|/
* Merge pull request #236 from python-discord/set-user-agent-explicitlyGravatar Amrou Bellalouna2024-07-13-1/+3
|\ | | | | Set explicit user-agent header
| * Set explicit user-agent headerGravatar Johannes Christ2024-07-13-1/+3
|/ | | | | Allow people to know that we're not just a dumb scraper, but we're business professionals.
* Merge pull request #231 from python-discord/fix-status-embed-problemsGravatar Amrou Bellalouna2024-07-05-1/+1
|\ | | | | Fix transient issues in status embed
| * Fix transient issues in status embedGravatar Johannes Christ2024-07-05-1/+1
|/ | | | As seen in a dozen other Python Discord projects.
* Create sentry releases using getsentry's actionGravatar Chris Lovering2024-07-05-3/+2
|
* Bump the number of missions to get each day to 5Gravatar Chris Lovering2024-07-05-1/+1
| | | | This is to cover the edge case where the mission-giver uploads more than 2 videos a day
* Bump dependencies to latestGravatar Chris Lovering2024-07-05-130/+124
|
* Disable packaging mode in pyproject.tomlGravatar Chris Lovering2024-07-05-4/+1
| | | | This isn't a library, so doesn't need packaging
* Bump ruff target version to 3.12Gravatar Chris Lovering2024-07-05-5/+6
|
* Add daily devops missions for added motivationGravatar Chris Lovering2024-07-05-1/+37
|
* Be more specific when describing the base url for the catGravatar Chris Lovering2024-07-05-4/+4
|
* build(deps): bump the ci-dependencies group with 2 updates (#223)Gravatar dependabot[bot]2024-06-27-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the ci-dependencies group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) Updates `tclindner/sentry-releases-action` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/tclindner/sentry-releases-action/releases) - [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: tclindner/sentry-releases-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add dependabot config for docker & CIGravatar Chris Lovering2024-06-27-0/+18
|
* Bump dependencies to latestGravatar Chris Lovering2024-06-27-157/+159
|
* Merge pull request #222 from python-discord/devops-motivationGravatar Joe Banks2024-06-27-0/+48
|\ | | | | Send daily motivation to the devops team
| * Send daily motivation to the devops teamGravatar Chris Lovering2024-06-27-0/+48
|/
* Merge pull request #207 from python-discord/improved-system-resource-supportGravatar Joe Banks2024-06-05-19/+30
|\
| * Add more system information commandsGravatar Johannes Christ2024-06-05-0/+20
| |
| * Simplify fetching system resourcesGravatar Johannes Christ2024-06-05-19/+10
|/
* Use a face generation algorithm compatible with our ImageMagick versionGravatar Joe Banks2024-06-05-2/+3
|
* Merge pull request #202 from python-discord/jb3/features/face-generatorGravatar Joe Banks2024-06-04-10/+90
|\
| * Add new face command to system information generator moduleGravatar Joe Banks2024-06-04-2/+64
| |
| * Add new build dependenciesGravatar Joe Banks2024-06-04-0/+3
| |
| * Add new Wand dependencyGravatar Joe Banks2024-06-04-8/+23
|/
* Merge pull request #200 from python-discord/system-pleasure-emitting-moduleGravatar jchristgit2024-06-02-1/+24
|\ | | | | Allow King Arthur to send supportive PyDis-specific comments
| * Allow King Arthur to send supportive PyDis-specific commentsGravatar Johannes Christ2024-06-02-1/+24
|/
* Merge pull request #199 from python-discord/data-fixGravatar Joe Banks2024-06-02-0/+2
|\ | | | | Fix data inconsistency in system data report
| * Fix data inconsistency in system data reportGravatar Johannes Christ2024-06-02-0/+2
|/
* Use tz aware datetime objects when tracking system informationGravatar Chris Lovering2024-06-01-3/+3
|
* Allow users to prepare prior to sending positive feedbackGravatar Chris Lovering2024-06-01-3/+4
|
* Increase accuracy of the system infomration parserGravatar Chris Lovering2024-06-01-1/+8
|
* Bump dependencies to latestGravatar Chris Lovering2024-06-01-118/+115
|
* Explicit member check to avoid webhook errorsGravatar Joe Banks2024-06-01-4/+5
|
* Merge pull request #198 from python-discord/system-software-interactionGravatar jchristgit2024-05-31-6/+24
|\ | | | | Add support for fetching software information
| * Add support for fetching software informationGravatar Johannes Christ2024-05-31-6/+24
|/ | | | Co-authored-by: Chris Lovering <[email protected]>
* Merge pull request #197 from python-discord/improve-friendlinessGravatar jchristgit2024-05-31-1/+7
|\ | | | | Improve entropy in system information reporting
| * Improve entropy in system information reportingGravatar Johannes Christ2024-05-31-1/+7
|/
* Fix timedelta comparisonGravatar Joe Banks2024-05-31-1/+1
|
* Merge pull request #193 from python-discord/system-information-supportGravatar Joe Banks2024-05-31-0/+188
|\ | | | | Add support for parsing system information
| * Add new System Information extensionGravatar Joe Banks2024-05-31-0/+81
| |