aiotruenas-client icon indicating copy to clipboard operation
aiotruenas-client copied to clipboard

An asyncio-friendly API for TrueNAS

Results 19 aiotruenas-client issues
Sort by recently updated
recently updated
newest added
trafficstars

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/8.3.4?slim=true)](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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8/7.1.1?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pre-commit/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pre-commit/3.8.0?slim=true)](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.