| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #238 from python-discord/renovate/humanize-4.x | 2024-07-13 | -5/+6 | |
| |\ | | | | | fix(deps): update dependency humanize to v4.10.0 | |||
| | * | fix(deps): update dependency humanize to v4.10.0 | 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/configure | 2024-07-13 | -24/+8 | |
| |\ | | | | | chore: Configure Renovate | |||
| | * | Add custom Renovate config | 2024-07-13 | -1/+3 | |
| | | | ||||
| | * | Remove dependabot configuration | 2024-07-13 | -24/+0 | |
| | | | ||||
| | * | Add renovate.json | 2024-07-13 | -0/+6 | |
| |/ | ||||
| * | import King Arthur from the bot module | 2024-07-13 | -1/+1 | |
| | | ||||
| * | Merge pull request #235 from python-discord/quotes | 2024-07-13 | -5/+104 | |
| |\ | | | | | Add a quotes command | |||
| | * | add programming quotes command | 2024-07-13 | -0/+67 | |
| | | | ||||
| | * | add bs4 dependency | 2024-07-13 | -5/+37 | |
| |/ | ||||
| * | Merge pull request #236 from python-discord/set-user-agent-explicitly | 2024-07-13 | -1/+3 | |
| |\ | | | | | Set explicit user-agent header | |||
| | * | Set explicit user-agent header | 2024-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-problems | 2024-07-05 | -1/+1 | |
| |\ | | | | | Fix transient issues in status embed | |||
| | * | Fix transient issues in status embed | 2024-07-05 | -1/+1 | |
| |/ | | | | As seen in a dozen other Python Discord projects. | |||
| * | Create sentry releases using getsentry's action | 2024-07-05 | -3/+2 | |
| | | ||||
| * | Bump the number of missions to get each day to 5 | 2024-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 latest | 2024-07-05 | -130/+124 | |
| | | ||||
| * | Disable packaging mode in pyproject.toml | 2024-07-05 | -4/+1 | |
| | | | | | This isn't a library, so doesn't need packaging | |||
| * | Bump ruff target version to 3.12 | 2024-07-05 | -5/+6 | |
| | | ||||
| * | Add daily devops missions for added motivation | 2024-07-05 | -1/+37 | |
| | | ||||
| * | Be more specific when describing the base url for the cat | 2024-07-05 | -4/+4 | |
| | | ||||
| * | build(deps): bump the ci-dependencies group with 2 updates (#223) | 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 & CI | 2024-06-27 | -0/+18 | |
| | | ||||
| * | Bump dependencies to latest | 2024-06-27 | -157/+159 | |
| | | ||||
| * | Merge pull request #222 from python-discord/devops-motivation | 2024-06-27 | -0/+48 | |
| |\ | | | | | Send daily motivation to the devops team | |||
| | * | Send daily motivation to the devops team | 2024-06-27 | -0/+48 | |
| |/ | ||||
| * | Merge pull request #207 from python-discord/improved-system-resource-support | 2024-06-05 | -19/+30 | |
| |\ | ||||
| | * | Add more system information commands | 2024-06-05 | -0/+20 | |
| | | | ||||
| | * | Simplify fetching system resources | 2024-06-05 | -19/+10 | |
| |/ | ||||
| * | Use a face generation algorithm compatible with our ImageMagick version | 2024-06-05 | -2/+3 | |
| | | ||||
| * | Merge pull request #202 from python-discord/jb3/features/face-generator | 2024-06-04 | -10/+90 | |
| |\ | ||||
| | * | Add new face command to system information generator module | 2024-06-04 | -2/+64 | |
| | | | ||||
| | * | Add new build dependencies | 2024-06-04 | -0/+3 | |
| | | | ||||
| | * | Add new Wand dependency | 2024-06-04 | -8/+23 | |
| |/ | ||||
| * | Merge pull request #200 from python-discord/system-pleasure-emitting-module | 2024-06-02 | -1/+24 | |
| |\ | | | | | Allow King Arthur to send supportive PyDis-specific comments | |||
| | * | Allow King Arthur to send supportive PyDis-specific comments | 2024-06-02 | -1/+24 | |
| |/ | ||||
| * | Merge pull request #199 from python-discord/data-fix | 2024-06-02 | -0/+2 | |
| |\ | | | | | Fix data inconsistency in system data report | |||
| | * | Fix data inconsistency in system data report | 2024-06-02 | -0/+2 | |
| |/ | ||||
| * | Use tz aware datetime objects when tracking system information | 2024-06-01 | -3/+3 | |
| | | ||||
| * | Allow users to prepare prior to sending positive feedback | 2024-06-01 | -3/+4 | |
| | | ||||
| * | Increase accuracy of the system infomration parser | 2024-06-01 | -1/+8 | |
| | | ||||
| * | Bump dependencies to latest | 2024-06-01 | -118/+115 | |
| | | ||||
| * | Explicit member check to avoid webhook errors | 2024-06-01 | -4/+5 | |
| | | ||||
| * | Merge pull request #198 from python-discord/system-software-interaction | 2024-05-31 | -6/+24 | |
| |\ | | | | | Add support for fetching software information | |||
| | * | Add support for fetching software information | 2024-05-31 | -6/+24 | |
| |/ | | | | Co-authored-by: Chris Lovering <[email protected]> | |||
| * | Merge pull request #197 from python-discord/improve-friendliness | 2024-05-31 | -1/+7 | |
| |\ | | | | | Improve entropy in system information reporting | |||
| | * | Improve entropy in system information reporting | 2024-05-31 | -1/+7 | |
| |/ | ||||
| * | Fix timedelta comparison | 2024-05-31 | -1/+1 | |
| | | ||||
| * | Merge pull request #193 from python-discord/system-information-support | 2024-05-31 | -0/+188 | |
| |\ | | | | | Add support for parsing system information | |||
| | * | Add new System Information extension | 2024-05-31 | -0/+81 | |
| | | | ||||