From 053f1a39b564099cf9a83bbb9dfdb3151ddce8a9 Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Mon, 2 Sep 2024 11:40:16 +0200 Subject: [PATCH 1/3] Mon updates --- mon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mon.yml b/mon.yml index cb761a4dd..b1136c0b0 100644 --- a/mon.yml +++ b/mon.yml @@ -20,7 +20,7 @@ services: grafana: # https://github.com/grafana/grafana/releases - image: grafana/grafana:11.1.4 + image: grafana/grafana:11.1.5 environment: GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD} GF_USERS_ALLOW_SIGN_UP: 'false' @@ -71,7 +71,7 @@ services: prometheus: # https://github.com/prometheus/prometheus/releases - image: prom/prometheus:v2.54.0 + image: prom/prometheus:v2.54.1 volumes: - prometheus_data:/prometheus command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d From 5203fc0aa98777ef4044c4f8b6a60eebfedcc8ac Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Mon, 2 Sep 2024 11:41:30 +0200 Subject: [PATCH 2/3] Query perf update --- Tests/AppTests/QueryPerformanceTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/AppTests/QueryPerformanceTests.swift b/Tests/AppTests/QueryPerformanceTests.swift index 6abf7b505..8d74a6db5 100644 --- a/Tests/AppTests/QueryPerformanceTests.swift +++ b/Tests/AppTests/QueryPerformanceTests.swift @@ -44,7 +44,7 @@ class QueryPerformanceTests: XCTestCase { func test_01_Search_packageMatchQuery() async throws { let query = Search.packageMatchQueryBuilder(on: app.db, terms: ["a"], filters: []) - try await assertQueryPerformance(query, expectedCost: 1500, variation: 150) + try await assertQueryPerformance(query, expectedCost: 1650, variation: 150) } func test_02_Search_keywordMatchQuery() async throws { From 48304ddccf13cae8f2e4749bf2e15c6319c6a04f Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Mon, 2 Sep 2024 11:54:26 +0200 Subject: [PATCH 3/3] Update doc-test.restfile --- restfiles/doc-test.restfile | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/restfiles/doc-test.restfile b/restfiles/doc-test.restfile index fc95ef434..bbd1cd7db 100644 --- a/restfiles/doc-test.restfile +++ b/restfiles/doc-test.restfile @@ -33,6 +33,12 @@ requests: url: ${base_url}/CoreOffice/XMLCoder/documentation validation: status: .regex((2|3)\d\d) + # Build failure due to what looks like misconfiguration: + # error: target 'Snapshotting' is not a Swift source module + # /EmergeTools/SnapshotPreviews-iOS/documentation: + # url: ${base_url}/EmergeTools/SnapshotPreviews-iOS/documentation + # validation: + # status: .regex((2|3)\d\d) /FabrizioBrancati/Queuer/documentation: url: ${base_url}/FabrizioBrancati/Queuer/documentation validation: @@ -102,6 +108,10 @@ requests: url: ${base_url}/RevenueCat/purchases-ios/documentation validation: status: .regex((2|3)\d\d) + /SwiftGraphs/Grape/documentation: + url: ${base_url}/SwiftGraphs/Grape/documentation + validation: + status: .regex((2|3)\d\d) /SwiftyLab/MetaCodable/documentation: url: ${base_url}/SwiftyLab/MetaCodable/documentation validation: @@ -373,10 +383,6 @@ requests: url: ${base_url}/krzyzanowskim/CryptoSwift/documentation validation: status: .regex((2|3)\d\d) - /SwiftGraphs/Grape/documentation: - url: ${base_url}/SwiftGraphs/Grape/documentation - validation: - status: .regex((2|3)\d\d) /liuliu/dflat/documentation: url: ${base_url}/liuliu/dflat/documentation validation: @@ -433,6 +439,10 @@ requests: url: ${base_url}/ordo-one/package-benchmark/documentation validation: status: .regex((2|3)\d\d) + /orlandos-nl/Citadel/documentation: + url: ${base_url}/orlandos-nl/Citadel/documentation + validation: + status: .regex((2|3)\d\d) /orlandos-nl/MongoKitten/documentation: url: ${base_url}/orlandos-nl/MongoKitten/documentation validation: @@ -626,6 +636,10 @@ requests: url: ${base_url}/vapor-community/PassKit/documentation validation: status: .regex((2|3)\d\d) + /vapor-community/Zip/documentation: + url: ${base_url}/vapor-community/Zip/documentation + validation: + status: .regex((2|3)\d\d) /vtourraine/AcknowList/documentation: url: ${base_url}/vtourraine/AcknowList/documentation validation: