Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update swagger-ui-dist to v5.15.0 #265

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build/deploy/atlas-deps/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Atlas service suffix: 9
version: "3"
services:
postgres:
image: postgres:16-alpine
Expand Down
17 changes: 8 additions & 9 deletions build/deploy/atlas/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: "3"
services:
atlas-api:
image: ghcr.io/thingspect/atlas:e254bafa
image: ghcr.io/thingspect/atlas:f72e6477
command: atlas-api
restart: on-failure
ports:
Expand All @@ -23,7 +22,7 @@ services:
- API_LORA_DEV_PROF_ID=00000000-0000-0000-0000-000000000000

atlas-mqtt-ingestor:
image: ghcr.io/thingspect/atlas:e254bafa
image: ghcr.io/thingspect/atlas:f72e6477
command: atlas-mqtt-ingestor
restart: on-failure
depends_on:
Expand All @@ -35,7 +34,7 @@ services:
- MQTT_INGEST_NSQ_PUB_ADDR=nsqd:4150

atlas-lora-ingestor:
image: ghcr.io/thingspect/atlas:e254bafa
image: ghcr.io/thingspect/atlas:f72e6477
command: atlas-lora-ingestor
restart: on-failure
depends_on:
Expand All @@ -48,7 +47,7 @@ services:
- LORA_INGEST_NSQ_PUB_ADDR=nsqd:4150

atlas-decoder:
image: ghcr.io/thingspect/atlas:e254bafa
image: ghcr.io/thingspect/atlas:f72e6477
command: atlas-decoder
restart: on-failure
depends_on:
Expand All @@ -62,7 +61,7 @@ services:
- DECODER_NSQ_LOOKUP_ADDRS=nsqlookupd:4161

atlas-validator:
image: ghcr.io/thingspect/atlas:e254bafa
image: ghcr.io/thingspect/atlas:f72e6477
command: atlas-validator
restart: on-failure
depends_on:
Expand All @@ -77,7 +76,7 @@ services:
- VALIDATOR_NSQ_LOOKUP_ADDRS=nsqlookupd:4161

atlas-accumulator:
image: ghcr.io/thingspect/atlas:e254bafa
image: ghcr.io/thingspect/atlas:f72e6477
command: atlas-accumulator
restart: on-failure
environment:
Expand All @@ -88,7 +87,7 @@ services:
- ACCUMULATOR_NSQ_LOOKUP_ADDRS=nsqlookupd:4161

atlas-eventer:
image: ghcr.io/thingspect/atlas:e254bafa
image: ghcr.io/thingspect/atlas:f72e6477
command: atlas-eventer
restart: on-failure
depends_on:
Expand All @@ -101,7 +100,7 @@ services:
- EVENTER_NSQ_LOOKUP_ADDRS=nsqlookupd:4161

atlas-alerter:
image: ghcr.io/thingspect/atlas:e254bafa
image: ghcr.io/thingspect/atlas:f72e6477
command: atlas-alerter
restart: on-failure
environment:
Expand Down
1 change: 0 additions & 1 deletion build/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
postgres:
image: postgres:16-alpine
Expand Down
1 change: 0 additions & 1 deletion proto/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
go:
build: ./go
Expand Down
2 changes: 1 addition & 1 deletion web/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui-es-bundle-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui-es-bundle-core.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui-es-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui-es-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui-standalone-preset.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/swagger-ui.js.map

Large diffs are not rendered by default.