Skip to content

Commit

Permalink
Merge pull request #265 from thingspect/bconway_update_swagger_ui_5_15_0
Browse files Browse the repository at this point in the history
Update swagger-ui-dist to v5.15.0
  • Loading branch information
bconway authored Apr 10, 2024
2 parents bef4145 + e09d77a commit 353a9fe
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 24 deletions.
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.

0 comments on commit 353a9fe

Please sign in to comment.