From 16dfc0bda04d01b3d990505fd58b02eb3c05103a Mon Sep 17 00:00:00 2001 From: mshriver Date: Fri, 11 Sep 2026 10:26:49 -0400 Subject: [PATCH] Release 3.1.3 DB migrations with indicies for runs, results, artifacts Idempotent re-import of runs, ensuring no duplication of results or artifacts Explicit float/integer/string handling of metadata and summary data Better frontend handling of component/env/marker label rendering Co-authored-by: Claude --- backend/ibutsu_server/openapi/openapi.yaml | 2 +- backend/pyproject.toml | 2 +- frontend/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/ibutsu_server/openapi/openapi.yaml b/backend/ibutsu_server/openapi/openapi.yaml index bc57c77b..c19c8624 100644 --- a/backend/ibutsu_server/openapi/openapi.yaml +++ b/backend/ibutsu_server/openapi/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: Ibutsu API - version: 3.1.2 + version: 3.1.3 servers: - url: /api security: diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0f593593..d2589a7b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,5 +1,5 @@ [project] -version = "3.1.2" +version = "3.1.3" name = "ibutsu_server" description = "A system to store and query test results and artifacts" authors = [ diff --git a/frontend/package.json b/frontend/package.json index 5993c14a..7666d86c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ibutsu-frontend", - "version": "3.1.2", + "version": "3.1.3", "private": true, "description": "Ibutsu Frontend", "dependencies": {