| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |
| | | | ||||
| | * | Ignore DTZ003 lint rule | 2024-05-31 | -0/+1 | |
| | | | ||||
| | * | Correct parsing library information file | 2024-05-31 | -1/+2 | |
| | | | ||||
| | * | Add support for parsing system information | 2024-05-31 | -0/+105 | |
| |/ | | | | | | This commit adds support for parsing miscellaneous system file formats, allowing us to further incorporate parsing for files such as ``/proc/PID/status`` for future command purposes. | |||
| * | Swap from custom trashcan emoji to :wastebasket: | 2024-05-28 | -4/+1 | |
| | | ||||
| * | Merge pull request #169 from python-discord/paginate-pod-logs | 2024-05-28 | -26/+93 | |
| |\ | | | | | Paginate pod logs instead of truncating them | |||
| | * | ignore too many arguments errors | 2024-05-28 | -1/+1 | |
| | | | ||||
| | * | paginate pod logs instead of truncating them | 2024-05-28 | -25/+92 | |
| |/ | ||||
| * | Bump dependencies to latest | 2024-05-23 | -46/+46 | |
| | | ||||
| * | Update Grafana URL | 2024-05-14 | -1/+1 | |
| | | ||||
| * | Warn when the max number of members per page is returned by Github's API. | 2024-05-10 | -1/+9 | |
| | | | | | This is so that we know when it's time to implement paginated fetching of these members. | |||
| * | Reduce the number of github team members fetched per page to 100 | 2024-05-10 | -2/+4 | |
| | | ||||