stack-service-base 0.0.31 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23b308934479603c1049b9058944f333b3fe0f5bd24609ce25367cae3cc7f2e1
|
4
|
+
data.tar.gz: f066c31143ac53593b7d9efd3f0c1279cf9b4fc8126b4f1fe6be7bcddee11a0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80efea075e3929dc269062a62020b80aaf793fb944b95a517ce26838411098d4b3d5b00f1d982d7854931466f6acf552cb1a4fca2247ed66fd1f7ecc74bb76a4
|
7
|
+
data.tar.gz: 3b2efdf7ff797857f61e22caa6c074ea4aa4a6021bad35a537571a910cf6e62739301890a487bf99628bec2c6fe64db94f2fb535c67e0d5bacfb5eecbe29413b
|
@@ -0,0 +1,19 @@
|
|
1
|
+
on: { push: { branches: [main,release] } }
|
2
|
+
|
3
|
+
jobs:
|
4
|
+
build_service_images:
|
5
|
+
runs-on: ubuntu-latest
|
6
|
+
steps:
|
7
|
+
- uses: actions/checkout@v3
|
8
|
+
- uses: docker/login-action@v2
|
9
|
+
with: { username: '${{ secrets.DOCKER_HUB_LOGIN }}', password: '${{ secrets.DOCKER_HUB_PASSWORD }}' }
|
10
|
+
- uses: docker/setup-buildx-action@v3
|
11
|
+
- uses: ruby/setup-ruby@v1
|
12
|
+
with: { ruby-version: 3.4.4 }
|
13
|
+
- run: gem install build-labels
|
14
|
+
- run: env && cd docker && build-labels -n -c docker-compose.yml $(if [ "${GITHUB_REF##*/}" = "release" ]; then echo "--full-version"; fi) github set_version to_dockerfiles to_compose | tee bake.yml
|
15
|
+
env:
|
16
|
+
GITHUB_RUN_NUMBER: ${{ github.run_number }}
|
17
|
+
- uses: docker/bake-action@v5
|
18
|
+
env: { REGISTRY_HOST: '${{ secrets.DOCKER_HUB_LOGIN }}' }
|
19
|
+
with: { workdir: ./docker, files: bake.yml, push: true }
|
@@ -1,13 +1,13 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
async (2.
|
4
|
+
async (2.27.2)
|
5
5
|
console (~> 1.29)
|
6
6
|
fiber-annotation
|
7
|
-
io-event (~> 1.
|
7
|
+
io-event (~> 1.11)
|
8
8
|
metrics (~> 0.12)
|
9
9
|
traces (~> 0.15)
|
10
|
-
async-container (0.
|
10
|
+
async-container (0.25.0)
|
11
11
|
async (~> 2.22)
|
12
12
|
async-container-supervisor (0.5.2)
|
13
13
|
async-container (~> 0.22)
|
@@ -15,9 +15,9 @@ GEM
|
|
15
15
|
io-endpoint
|
16
16
|
io-stream
|
17
17
|
memory-leak (~> 0.5)
|
18
|
-
async-http (0.
|
18
|
+
async-http (0.90.1)
|
19
19
|
async (>= 2.10.2)
|
20
|
-
async-pool (~> 0.
|
20
|
+
async-pool (~> 0.11)
|
21
21
|
io-endpoint (~> 0.14)
|
22
22
|
io-stream (~> 0.6)
|
23
23
|
metrics (~> 0.12)
|
@@ -42,13 +42,13 @@ GEM
|
|
42
42
|
benchmark-trend (0.4.0)
|
43
43
|
bigdecimal (3.2.2)
|
44
44
|
concurrent-ruby (1.3.5)
|
45
|
-
console (1.
|
45
|
+
console (1.33.0)
|
46
46
|
fiber-annotation
|
47
47
|
fiber-local (~> 1.1)
|
48
48
|
json
|
49
49
|
diff-lcs (1.6.2)
|
50
50
|
docile (1.4.1)
|
51
|
-
falcon (0.52.
|
51
|
+
falcon (0.52.3)
|
52
52
|
async
|
53
53
|
async-container (~> 0.20)
|
54
54
|
async-container-supervisor (~> 0.5.0)
|
@@ -71,15 +71,15 @@ GEM
|
|
71
71
|
googleapis-common-protos-types (1.20.0)
|
72
72
|
google-protobuf (>= 3.18, < 5.a)
|
73
73
|
io-endpoint (0.15.2)
|
74
|
-
io-event (1.12.
|
74
|
+
io-event (1.12.1)
|
75
75
|
io-stream (0.10.0)
|
76
|
-
json (2.13.
|
77
|
-
localhost (1.
|
76
|
+
json (2.13.2)
|
77
|
+
localhost (1.6.0)
|
78
78
|
logger (1.7.0)
|
79
79
|
mapping (1.1.3)
|
80
80
|
memory-leak (0.5.2)
|
81
|
-
metrics (0.
|
82
|
-
mustermann (3.0.
|
81
|
+
metrics (0.13.0)
|
82
|
+
mustermann (3.0.4)
|
83
83
|
ruby2_keywords (~> 0.0.1)
|
84
84
|
nats-pure (2.5.0)
|
85
85
|
base64
|
@@ -304,17 +304,17 @@ GEM
|
|
304
304
|
opentelemetry-semantic_conventions
|
305
305
|
opentelemetry-semantic_conventions (1.11.0)
|
306
306
|
opentelemetry-api (~> 1.0)
|
307
|
-
pg (1.
|
307
|
+
pg (1.6.1-x86_64-linux)
|
308
308
|
prometheus-client (4.2.5)
|
309
309
|
base64
|
310
310
|
protocol-hpack (1.5.1)
|
311
|
-
protocol-http (0.51.
|
311
|
+
protocol-http (0.51.1)
|
312
312
|
protocol-http1 (0.34.1)
|
313
313
|
protocol-http (~> 0.22)
|
314
314
|
protocol-http2 (0.22.1)
|
315
315
|
protocol-hpack (~> 1.4)
|
316
316
|
protocol-http (~> 0.47)
|
317
|
-
protocol-rack (0.
|
317
|
+
protocol-rack (0.16.0)
|
318
318
|
io-stream (>= 0.10)
|
319
319
|
protocol-http (~> 0.43)
|
320
320
|
rack (>= 1.0)
|
@@ -360,7 +360,7 @@ GEM
|
|
360
360
|
console (~> 1.0)
|
361
361
|
mapping (~> 1.0)
|
362
362
|
securerandom (0.4.1)
|
363
|
-
sequel (5.
|
363
|
+
sequel (5.95.1)
|
364
364
|
bigdecimal
|
365
365
|
simplecov (0.22.0)
|
366
366
|
docile (~> 1.1)
|
@@ -375,8 +375,8 @@ GEM
|
|
375
375
|
rack-protection (= 4.1.1)
|
376
376
|
rack-session (>= 2.0.0, < 3)
|
377
377
|
tilt (~> 2.0)
|
378
|
-
sqlite3 (2.7.
|
379
|
-
stack-service-base (0.0.
|
378
|
+
sqlite3 (2.7.3-x86_64-linux-gnu)
|
379
|
+
stack-service-base (0.0.31)
|
380
380
|
async
|
381
381
|
nats-pure
|
382
382
|
opentelemetry-exporter-otlp
|
@@ -386,7 +386,7 @@ GEM
|
|
386
386
|
rack
|
387
387
|
websocket
|
388
388
|
tilt (2.6.1)
|
389
|
-
traces (0.
|
389
|
+
traces (0.16.2)
|
390
390
|
uri (1.0.3)
|
391
391
|
websocket (1.2.11)
|
392
392
|
yard (0.9.37)
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stack-service-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.33
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Artyom B
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|
@@ -222,6 +222,7 @@ files:
|
|
222
222
|
- lib/stack-service-base/logging.rb
|
223
223
|
- lib/stack-service-base/nats_service.rb
|
224
224
|
- lib/stack-service-base/open_telemetry.rb
|
225
|
+
- lib/stack-service-base/project_template/github/.github/workflows/main.yml
|
225
226
|
- lib/stack-service-base/project_template/gitlab-c/.gitlab-ci.yml
|
226
227
|
- lib/stack-service-base/project_template/gitlab-c/docker/Dockerfile.build
|
227
228
|
- lib/stack-service-base/project_template/gitlab-c/docker/local_build.sh
|