Skip to content

Commit 37addf9

Browse files
authored
Merge pull request #121 from qubic/feature/add-more-events
Feature/add more events
2 parents 74ac498 + 2f306a7 commit 37addf9

24 files changed

+1012
-577
lines changed

.github/workflows/push-docker-snapshot-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy v2 prod images to GHCR
33
on:
44
push:
55
branches:
6-
- 'v2-limit-pagination-parameters'
6+
- 'feature/add-more-events'
77

88
jobs:
99
docker-publish:

v2/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ openapi-v3-gen:
3838
query_services.proto
3939
@echo "Cleaning up OpenAPI spec..."
4040
cd "$(PROTO_DIR)" && \
41-
yq -i 'del(.paths."/health")' query_services.openapi.yaml && \
42-
yq -i '(.tags[] | select(.name == "ArchiveQueryService")).x-scalar-ignore = true' query_services.openapi.yaml && \
43-
yq -i '(.paths[][].tags) -= ["ArchiveQueryService"]' query_services.openapi.yaml
41+
yq -iy 'del(.paths."/health")' query_services.openapi.yaml && \
42+
yq -iy '(.tags[] | select(.name == "ArchiveQueryService"))."x-scalar-ignore" = true' query_services.openapi.yaml && \
43+
yq -iy '(.paths[][].tags) -= ["ArchiveQueryService"]' query_services.openapi.yaml
4444

4545
test-cover:
4646
@echo "Performing Go cover test..."

0 commit comments

Comments
 (0)