-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix lint command * lint should exit when successful * setup to use yarn 4 * Update circleci.yml * commanded needed for machine to be able to install and use yarn 3 if the package specifies to do so * get jest running * yarn berry requires jest to be listed as dep in each package (seemingly) * docker changes for yarn3 * maybe this will show the issue? * revert to mean * remove lerna -- convert to yarn workspaces * update build commands, add examples scripts to ci * include examples in workspaces. * add back node types * no lerna file anymore * why would you clean the cache after installing? * will docker build? * copy yarn3 over * is this right? * fix test run on combiner * try focus feature * fix package ref * need typescript to compile * dont use plugin * work on docker run * yarn4 && fix global scripts * no plugins found * fix running build command * toplevel * add --top-level to call bins from workspaces * merge issues * fix odis-id * its plural * no postinstall * try seeing what is in bin * try just installing everything * fix the clean commands * build both containers (TEMP) * fix? index.d.ts is not a module * i think this is it * ok better * are these indented wrong? * pretty * Bump reusable wf version * platforms: 'linux/amd64' * Master ref commit * Update reusable wf commit and inputs * Test signer Dockerfile * Fix dockerfiles signer loadtest * Load tests dockerfile * prune dev deps * fix commands * add info on setup and releasing try out not requiring cs when only md files changed * fix quoting * Update GH Actions workflows * add peer deps required by example project --------- Co-authored-by: Aaron <[email protected]> Co-authored-by: Álvaro Fernández <[email protected]> Co-authored-by: alvarof2 <[email protected]>
- Loading branch information
1 parent
9ecc948
commit be529d4
Showing
40 changed files
with
26,431 additions
and
22,350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'odis-example-scripts': patch | ||
--- | ||
|
||
Use @tsconfig/recommended |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
--- | ||
name: Build ODIS loadtest image | ||
on: | ||
push: | ||
paths: | ||
- 'dockerfiles/phone-number-privacy/Dockerfile-loadtest' | ||
- 'packages/phone-number-privacy/monitor/**' | ||
branches: | ||
- main | ||
pull_request: | ||
paths: | ||
- 'dockerfiles/phone-number-privacy/Dockerfile-loadtest' | ||
- 'packages/phone-number-privacy/monitor/**' | ||
workflow_dispatch: | ||
jobs: | ||
odis-loadtest-build-dev: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].0 | ||
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-loadtest | ||
if: | | ||
github.ref != 'refs/heads/main' | ||
with: | ||
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect/providers/github-by-repos | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/odis-loadtest | ||
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/phone-number-privacy/Dockerfile-loadtest | ||
trivy: true | ||
odis-loadtest-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].0 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest | ||
if: | | ||
github.ref == 'refs/heads/main' | ||
with: | ||
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect-main/providers/github-by-repos | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest | ||
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/phone-number-privacy/Dockerfile-loadtest | ||
trivy: true | ||
name: Build ODIS loadtest image | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'dockerfiles/phone-number-privacy/Dockerfile-loadtest' | ||
- 'packages/phone-number-privacy/monitor/**' | ||
branches: | ||
- main | ||
pull_request: | ||
paths: | ||
- 'dockerfiles/phone-number-privacy/Dockerfile-loadtest' | ||
- 'packages/phone-number-privacy/monitor/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
odis-loadtest-build-dev: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-loadtest | ||
if: | | ||
github.ref != 'refs/heads/main' | ||
with: | ||
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect/providers/github-by-repos | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/odis-loadtest | ||
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/phone-number-privacy/Dockerfile-loadtest | ||
trivy: true | ||
|
||
odis-loadtest-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest | ||
if: | | ||
github.ref == 'refs/heads/main' | ||
with: | ||
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect-main/providers/github-by-repos | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest | ||
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/phone-number-privacy/Dockerfile-loadtest | ||
trivy: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
--- | ||
name: Build ODIS signer image | ||
on: | ||
push: | ||
paths: | ||
- 'dockerfiles/phone-number-privacy/Dockerfile-signer' | ||
- 'packages/phone-number-privacy/signer/**' | ||
branches: | ||
- main | ||
pull_request: | ||
paths: | ||
- 'dockerfiles/phone-number-privacy/Dockerfile-signer' | ||
- 'packages/phone-number-privacy/signer/**' | ||
workflow_dispatch: | ||
jobs: | ||
odis-signer-build-dev: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].0 | ||
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-signer | ||
if: | | ||
github.ref != 'refs/heads/main' | ||
with: | ||
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect/providers/github-by-repos | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/odis-signer | ||
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/phone-number-privacy/Dockerfile-signer | ||
trivy: true | ||
odis-signer-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].0 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer | ||
if: | | ||
github.ref == 'refs/heads/main' | ||
with: | ||
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect-main/providers/github-by-repos | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer | ||
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/phone-number-privacy/Dockerfile-signer | ||
trivy: true | ||
name: Build ODIS signer image | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'dockerfiles/phone-number-privacy/Dockerfile-signer' | ||
- 'packages/phone-number-privacy/signer/**' | ||
branches: | ||
- main | ||
pull_request: | ||
paths: | ||
- 'dockerfiles/phone-number-privacy/Dockerfile-signer' | ||
- 'packages/phone-number-privacy/signer/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
odis-signer-build-dev: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-signer | ||
if: | | ||
github.ref != 'refs/heads/main' | ||
with: | ||
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect/providers/github-by-repos | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/odis-signer | ||
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/phone-number-privacy/Dockerfile-signer | ||
trivy: true | ||
|
||
odis-signer-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer | ||
if: | | ||
github.ref == 'refs/heads/main' | ||
with: | ||
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect-main/providers/github-by-repos | ||
service-account: '[email protected]' | ||
artifact-registry: us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer | ||
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/phone-number-privacy/Dockerfile-signer | ||
trivy: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,6 @@ package.json | |
|
||
packages/**/dist | ||
packages/**/lib | ||
docs/examples/**/lib | ||
|
||
|
Oops, something went wrong.