aiotruenas-client
aiotruenas-client copied to clipboard
An asyncio-friendly API for TrueNAS
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==7.4.4` -> `==8.3.4` | [](https://docs.renovatebot.com/merge-confidence/) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://togithub.com/renovatebot/renovate)) | major | `36` -> `37` | --- ### Configuration 📅...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ambv/black](https://redirect.github.com/ambv/black) | repository | major | `23.12.1` -> `24.10.0` | Note: The `pre-commit`...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [flake8](https://redirect.github.com/pycqa/flake8) ([changelog](https://flake8.pycqa.org/en/latest/release-notes/index.html)) | `==6.1.0` -> `==7.1.1` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v4` -> `v5` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pre-commit](https://redirect.github.com/pre-commit/pre-commit) | `3.5.0` -> `3.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Looking at datasets, there are two types: _FILESYSTEM_ & _DATASET_ They do not have the same fields. My first though on how to handle this, would be to have one...
On v2 API at least, certain information is only available via the `stats` service. `stats.get_sources` returns a list of sources of data stats.get_sources ``` {'aggregation-cpu-average': ['cpu-interrupt', 'cpu-user', 'cpu-idle', 'cpu-nice', 'cpu-system'],...
Looks like we need to build some code to handle disconnections from the server and automatically reconnect. https://github.com/aaugustin/websockets/issues/414 has some sample code.