aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| |
| * Ignore DTZ003 lint ruleGravatar Joe Banks2024-05-31-0/+1
| |
| * Correct parsing library information fileGravatar Johannes Christ2024-05-31-1/+2
| |
| * Add support for parsing system informationGravatar Johannes Christ2024-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:Gravatar Joe Banks2024-05-28-4/+1
|
* Merge pull request #169 from python-discord/paginate-pod-logsGravatar Joe Banks2024-05-28-26/+93
|\ | | | | Paginate pod logs instead of truncating them
| * ignore too many arguments errorsGravatar shtlrs2024-05-28-1/+1
| |
| * paginate pod logs instead of truncating themGravatar shtlrs2024-05-28-25/+92
|/
* Bump dependencies to latestGravatar Chris Lovering2024-05-23-46/+46
|
* Update Grafana URLGravatar Joe Banks2024-05-14-1/+1
|
* Warn when the max number of members per page is returned by Github's API.Gravatar Chris Lovering2024-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 100Gravatar Chris Lovering2024-05-10-2/+4
|
* Increase number of members returned by GitHub API teams queryGravatar Joe Banks2024-05-10-1/+1
|
* Update devops rules parsingGravatar Chris Lovering2024-05-07-2/+4
|
* Bump kubernetes CI steps to latest versionGravatar Chris Lovering2024-05-07-3/+3
|
* Update setup-python CI step to 1.5.0Gravatar Chris Lovering2024-05-07-1/+1
|
* Update devops rules cog due to new infra repo layoutGravatar Chris Lovering2024-05-07-2/+2
|
* Bump all dependencies to latestGravatar Chris Lovering2024-05-07-214/+218
|
* Update build-deploy.yamlGravatar Joe Banks2024-04-14-1/+2
|
* Merge pull request #174 from python-discord/jb3/python-3.12Gravatar Joe Banks2024-04-10-171/+180
|\ | | | | Bump to Python 3.12
| * Change Poetry to install `--no-root` in DockerGravatar Joe Banks2024-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 changesGravatar Joe Banks2024-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.12Gravatar Joe Banks2024-04-10-1/+1
| |
| * Upgrade Dockerfile to use 3.12 imageGravatar Joe Banks2024-04-10-1/+1
| |
| * Add packages section to pyproject.tomlGravatar Joe Banks2024-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.lockGravatar Joe Banks2024-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.1Gravatar jchristgit2024-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.1Gravatar dependabot[bot]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 intentGravatar Joe Banks2024-04-01-0/+1
|
* limit pod logs command to dev-ops channelGravatar Joe Banks2024-03-31-0/+3
|
* Truncate messages that hit the message length limitGravatar Joe Banks2024-03-31-2/+15
|
* handle 404 differently in pod logs commandGravatar Joe Banks2024-03-31-0/+6
|
* correct debug line to print resolved pod namesGravatar Joe Banks2024-03-31-1/+1
|
* add new pods logs commandGravatar Joe Banks2024-03-31-0/+42
|
* add new API functions for pod log fetchingGravatar Joe Banks2024-03-31-0/+34
|
* Add new columns to pods commandGravatar Joe Banks2024-03-30-10/+17
|
* Add humanizeGravatar Joe Banks2024-03-30-2/+17
|
* init pod table list with an initial empty-listGravatar Joe Banks2024-03-30-1/+1
|
* handle pod lists over 4,000 charactersGravatar Joe Banks2024-03-30-26/+40
|