Skip to content

Commit a7bc1b8

Browse files
authored
Merge pull request #3473 from SwiftPackageIndex/maintenance-updates
2 parents a1c98e1 + 1c6ddad commit a7bc1b8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Tests/AppTests/QueryPerformanceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class QueryPerformanceTests: XCTestCase {
155155
JOIN versions v ON v.package_id = p.id
156156
WHERE v.reference ->> 'branch' = r.default_branch
157157
""")
158-
try await assertQueryPerformance(query, expectedCost: 100_000, variation: 5000)
158+
try await assertQueryPerformance(query, expectedCost: 105_000, variation: 5000)
159159
}
160160

161161
}

mon.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
grafana:
2222
# https://github.com/grafana/grafana/releases
23-
image: grafana/grafana:11.2.2
23+
image: grafana/grafana:11.3.0
2424
environment:
2525
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
2626
GF_USERS_ALLOW_SIGN_UP: 'false'
@@ -71,7 +71,7 @@ services:
7171

7272
prometheus:
7373
# https://github.com/prometheus/prometheus/releases
74-
image: prom/prometheus:v2.54.1
74+
image: prom/prometheus:v2.55.0
7575
volumes:
7676
- prometheus_data:/prometheus
7777
command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -110,7 +110,7 @@ services:
110110

111111
cadvisor:
112112
# https://github.com/google/cadvisor/releases
113-
image: gcr.io/cadvisor/cadvisor:v0.50.0
113+
image: gcr.io/cadvisor/cadvisor:v0.51.0
114114
networks:
115115
- app_backend
116116
volumes:

restfiles/doc-test.restfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ requests:
111111
url: ${base_url}/RevenueCat/purchases-ios/documentation
112112
validation:
113113
status: .regex((2|3)\d\d)
114-
/SwiftGraphs/Grape/documentation:
115-
url: ${base_url}/SwiftGraphs/Grape/documentation
116-
validation:
117-
status: .regex((2|3)\d\d)
118114
/SwiftyLab/MetaCodable/documentation:
119115
url: ${base_url}/SwiftyLab/MetaCodable/documentation
120116
validation:
@@ -398,6 +394,10 @@ requests:
398394
url: ${base_url}/krzyzanowskim/CryptoSwift/documentation
399395
validation:
400396
status: .regex((2|3)\d\d)
397+
/li3zhen1/Grape/documentation:
398+
url: ${base_url}/li3zhen1/Grape/documentation
399+
validation:
400+
status: .regex((2|3)\d\d)
401401
/liuliu/dflat/documentation:
402402
url: ${base_url}/liuliu/dflat/documentation
403403
validation:

0 commit comments

Comments
 (0)