Skip to content

Commit 58b15d8

Browse files
authored
Merge branch 'main' into feat/cddl-schema
2 parents 175c218 + 5cefff8 commit 58b15d8

File tree

19 files changed

+196
-24
lines changed

19 files changed

+196
-24
lines changed

.config/dictionaries/project.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ preopen
225225
preopened
226226
preopens
227227
preprod
228+
projectcatalyst
228229
Prokhorenko
229230
proptest
230231
psql

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ permissions:
1818
jobs:
1919
ci:
2020
if: ${{ !github.event.pull_request.draft }}
21-
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
21+
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.9.0
2222
with:
23-
forge_version: 0.19.1
23+
forge_version: 0.20.0
2424

2525
test_reporting:
2626
if: ${{ !github.event.pull_request.draft }}

.github/workflows/generate-allure-report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Install Forge
30-
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.8.1
30+
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.9.0
3131
with:
32-
version: 0.19.1
32+
version: 0.20.0
3333
if: always()
3434

3535
- name: Setup CI
36-
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.8.1
36+
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.9.0
3737

3838
- name: Get catalyst libs unit test report
39-
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.8.1
39+
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.9.0
4040
if: always()
4141
continue-on-error: true
4242
with:

Earthfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.17 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.17 AS cspell-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.17 AS python-ci
6-
IMPORT github.com/input-output-hk/catalyst-ci:v3.5.17 AS cat-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.27 AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.27 AS cspell-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.27 AS python-ci
6+
IMPORT github.com/input-output-hk/catalyst-ci:v3.5.27 AS cat-ci
77

88
FROM debian:stable-slim
99

blueprint.cue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ global: {
99
registries: [
1010
ci.providers.aws.ecr.registry,
1111
]
12+
release: docs: {
13+
bucket: "docs.dev.projectcatalyst.io"
14+
url: "https://docs.dev.projectcatalyst.io/"
15+
}
1216
providers: {
1317
aws: {
1418
region: "eu-central-1"

docs/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.17 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.27 AS docs-ci
44

55
IMPORT .. AS repo
66

docs/blueprint.cue

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
version: "1.0.0"
2-
project: name: "libs-docs"
2+
project:
3+
{
4+
name: "libs-docs"
5+
6+
release: {
7+
docs: {
8+
on: {
9+
merge: {}
10+
pr: {}
11+
}
12+
13+
config: {
14+
name: "libs"
15+
}
16+
}
17+
}
18+
}

docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

docs/src/architecture/08_concepts/immutable_ledger/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

0 commit comments

Comments
 (0)