mattieserver

Results 7 issues of mattieserver

when you enable the Circuit Termination you may see the following error: `AttributeError: 'CircuitTermination' object has no attribute 'device'` Also see #20

bug

# About this change - What it does This allows adding '-1' as the version just like 'latest'. References: #668 # Why this way This seems like the quickest way...

# What happened? We trying to get the latest version of a schema with '-1' as version you get the following error: ``` URL: /subjects/XXXXXX/versions/-1 {"error_code":42202,"message":"The specified version '-1' is...

The current spring version (3.2.5) includes spring-boot-starter-tomcat (from spring-boot-starter-web) which has a security issue (CVE-2024-34750). This CVE relates to a issue when using HTTP2. Reading the documentation from spring it...

We use the built-in role `pg_monitor` to monitor postgresql/timescale. That role allows us to see the basics stats from timescaledb_information.jobs ,chunks, continuous_aggregates,... But it seems like there is a filter...

question