Skip to content

Commit

Permalink
Merge branch 'develop' into identity-for-secure-channel-create
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Fatah committed Jan 10, 2023
2 parents 7bf00fd + 1410e8e commit 0fba7ae
Show file tree
Hide file tree
Showing 46 changed files with 1,698 additions and 108 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/cargo_home_cache
- uses: ./.github/actions/cargo_target_dir_cache
Expand All @@ -51,7 +51,7 @@ jobs:
java: [8, 11, 16, 17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b
with:
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
steps:
- name: Checkout
if: github.event_name != 'pull_request'
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0 # checkout full tree

- name: Checkout (Pull Request)
if: github.event_name == 'pull_request'
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0 # checkout full tree
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
image: ghcr.io/build-trust/ockam-builder@sha256:a04b6a0aa01a93ba9a5c67392872893b261772dedfcd58f72a1addacf7535c09
steps:
- name: Checkout Ockam
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/cargo_home_cache
- uses: ./.github/actions/cargo_target_dir_cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout repository
if: matrix.os == 'ubuntu-22.04'
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0
ref: ${{ github.event.inputs.git_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
container: # gitlab.com/greut/eclint
image: greut/eclint:v0.3.3@sha256:95e9a3dcbd236bae6569625cd403175cbde3705303774e7baca418b6442b8d77
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- run: eclint -color=always
42 changes: 21 additions & 21 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew lint_ockam_vault_software
Expand All @@ -62,7 +62,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew lint_ockam
Expand All @@ -73,7 +73,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew lint_ockam_kafka
Expand All @@ -84,7 +84,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew lint_ockam_services
Expand All @@ -95,7 +95,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew lint_ockam_metrics
Expand All @@ -106,7 +106,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:e43dd94652096b03cc472a3c709c7335e8b166cab77b7a7b56f88fa38f3d24cc
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew lint_ockam_healthcheck
Expand All @@ -117,7 +117,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew lint_ockam_cloud_node
Expand All @@ -128,7 +128,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew build_ockam_vault_software
Expand All @@ -139,7 +139,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew build_ockam
Expand All @@ -150,7 +150,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew build_ockam_kafka
Expand All @@ -161,7 +161,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew build_ockam_services
Expand All @@ -172,7 +172,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew build_ockam_metrics
Expand All @@ -183,7 +183,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:e43dd94652096b03cc472a3c709c7335e8b166cab77b7a7b56f88fa38f3d24cc
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew build_ockam_healthcheck
Expand All @@ -194,7 +194,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew build_ockam_cloud_node
Expand All @@ -205,7 +205,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/cargo_home_cache
- uses: ./.github/actions/cargo_target_dir_cache
Expand All @@ -219,7 +219,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew test_ockam
Expand All @@ -230,7 +230,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew test_ockam_kafka
Expand All @@ -241,7 +241,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew test_ockam_services
Expand All @@ -252,7 +252,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew test_ockam_metrics
Expand All @@ -263,7 +263,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:e43dd94652096b03cc472a3c709c7335e8b166cab77b7a7b56f88fa38f3d24cc
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew test_ockam_healthcheck
Expand All @@ -274,7 +274,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: ./.github/actions/gradle_cache
- uses: ./.github/actions/elixir_cache
- run: cd implementations/elixir && ../../gradlew test_ockam_cloud_node
2 changes: 1 addition & 1 deletion .github/workflows/lint-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
container:
image: ghcr.io/build-trust/ockam-builder@sha256:60e2c1e45d54e31b50f3e56fe202276ecc4812ccac88c84c9af8910cf787a81d
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
ref: ${{ github.event.inputs.commit_sha }}
- uses: ./.github/actions/cargo_home_cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ockam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mkdir assets && cd assets
gh release download ${{ github.event.inputs.tag }} -R ${ORGANIZATION}/ockam
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
path: ockam

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ockam_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
container: ${{ matrix.container }}
steps:
- name: Checkout repository
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
ref: ${{ github.event.inputs.release_branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: "Publish Crates To Crates IO"
steps:
- name: Checkout Ockam
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
tag_name: ${{ steps.release_version.outputs.tag_name }}
steps:
- name: Checkout Ockam
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0
ref: ${{ github.event.inputs.release_branch }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
ref: ${{ github.event.inputs.release_branch }}

Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
ref: ${{ github.event.inputs.release_branch }}

Expand Down

0 comments on commit 0fba7ae

Please sign in to comment.