synse-server icon indicating copy to clipboard operation
synse-server copied to clipboard

An HTTP API for monitoring and controlling physical and virtual devices

Results 12 synse-server issues
Sort by recently updated
recently updated
newest added

If a service with labels are matching but the service links to a deployment with no working pods, synse server logs registration of the plugin but the plugin is not...

bug

This commit disables builds through Jenkins, in favor of Github Actions. Prior to merge, the vio-build/branch webhook will need to be disabled. This also adds a new, untested `release` workflow....

Bumps [kubernetes](https://github.com/kubernetes-client/python) from 17.17.0 to 26.1.0. Release notes Sourced from kubernetes's releases. Kubernetes Python Client v26.1.0 Release Getting started: pip install --pre --upgrade kubernetes Or from source, download attached zip...

dependencies

Bumps [sanic-testing](https://github.com/sanic-org/sanic-testing) from 0.6.0 to 22.12.0. Release notes Sourced from sanic-testing's releases. Version 22.12.0 What's Changed Fix KeyError when used multiple apps in tests by @​zerc in sanic-org/sanic-testing#60 No global...

dependencies

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.15.1 to 0.20.3. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.20.3 title: 'pytest-asyncio' pytest-asyncio is a pytest plugin. It facilitates testing of code that uses the asyncio...

dependencies

from a recent script: ``` Running Synse query: method: POST url: localhost:5000/v3/write/wait/d7604ac1-3444-5fe0-bada-e8b9f11a411b data: {"action": "set", "data": "4"} { "http_code": 404, "description": "resource not found", "timestamp": "2021-01-12T12:45:10Z", "context": "plugin not found...

hacktoberfest

related to https://github.com/vapor-ware/synse-server/issues/384 the move to synse v3 including using structlog to get structured logging. the analysis in the above issue indicate that doing so added latency to requests. containerlog...

enhancement
optimization
hacktoberfest

upon dependency update in #422 , a small set of tests failed due to the event loop being closed. there seems to have been a change in something in the...

instead of hand-crafting the docs for the api, we should be using openapi. theres a bunch of support for generating it, so it could be defined in-code. tbd what the...

enhancement
documentation

This was discovered when updating a plugin ConfigMap, where the Deployment was configured to restart on config change in order to pick up the config. It looks like Synse failed...

bug
help wanted