| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |
| | | ||||
| * | Increase number of members returned by GitHub API teams query | 2024-05-10 | -1/+1 | |
| | | ||||
| * | Update devops rules parsing | 2024-05-07 | -2/+4 | |
| | | ||||
| * | Bump kubernetes CI steps to latest version | 2024-05-07 | -3/+3 | |
| | | ||||
| * | Update setup-python CI step to 1.5.0 | 2024-05-07 | -1/+1 | |
| | | ||||
| * | Update devops rules cog due to new infra repo layout | 2024-05-07 | -2/+2 | |
| | | ||||
| * | Bump all dependencies to latest | 2024-05-07 | -214/+218 | |
| | | ||||
| * | Update build-deploy.yaml | 2024-04-14 | -1/+2 | |
| | | ||||
| * | Merge pull request #174 from python-discord/jb3/python-3.12 | 2024-04-10 | -171/+180 | |
| |\ | | | | | Bump to Python 3.12 | |||
| | * | Change Poetry to install `--no-root` in Docker | 2024-04-10 | -1/+1 | |
| | | | | | | | | | | | | | | | Don't install the root package in the Dockerfile at the dependencies stage. We do this because we only copy over the pyproject.toml and the poetry.lock file meaning that we cannot depend on the package directory (`arthur`) being present at that point. | |||
| | * | Run `ruff format` to fix format changes | 2024-04-10 | -2/+2 | |
| | | | | | | | | | | | We bumped the version of Ruff which introduced new formatting rules. Hence, we need to reformat to meet these rules. | |||
| | * | Update lint workflow to use Python 3.12 | 2024-04-10 | -1/+1 | |
| | | | ||||
| | * | Upgrade Dockerfile to use 3.12 image | 2024-04-10 | -1/+1 | |
| | | | ||||
| | * | Add packages section to pyproject.toml | 2024-04-10 | -0/+4 | |
| | | | | | | | | | | | | | This avoids a warning that the repo/package name (king-arthur) is not equivalent to the source folder location, which is just `arthur`. We don't really need this but it avoids potential warnings from Poetry. | |||
| | * | Update pyproject.toml and poetry.lock | 2024-04-10 | -166/+171 | |
| |/ | | | | | Updates the pyproject.toml file to versions 3.12 and all the latest versions of dependencies. | |||
| * | Merge pull request #172 from python-discord/dependabot/pip/sentry-sdk-1.44.1 | 2024-04-06 | -6/+9 | |
| |\ | | | | | build(deps): bump sentry-sdk from 1.40.4 to 1.44.1 | |||
| | * | build(deps): bump sentry-sdk from 1.40.4 to 1.44.1 | 2024-04-03 | -6/+9 | |
| |/ | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.4 to 1.44.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.40.4...1.44.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | |||
| * | add members intent | 2024-04-01 | -0/+1 | |
| | | ||||
| * | limit pod logs command to dev-ops channel | 2024-03-31 | -0/+3 | |
| | | ||||
| * | Truncate messages that hit the message length limit | 2024-03-31 | -2/+15 | |
| | | ||||
| * | handle 404 differently in pod logs command | 2024-03-31 | -0/+6 | |
| | | ||||
| * | correct debug line to print resolved pod names | 2024-03-31 | -1/+1 | |
| | | ||||
| * | add new pods logs command | 2024-03-31 | -0/+42 | |
| | | ||||
| * | add new API functions for pod log fetching | 2024-03-31 | -0/+34 | |
| | | ||||
| * | Add new columns to pods command | 2024-03-30 | -10/+17 | |
| | | ||||
| * | Add humanize | 2024-03-30 | -2/+17 | |
| | | ||||
| * | init pod table list with an initial empty-list | 2024-03-30 | -1/+1 | |
| | | ||||
| * | handle pod lists over 4,000 characters | 2024-03-30 | -26/+40 | |
| | | ||||