-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into martinvol-patch-4
- Loading branch information
Showing
150 changed files
with
3,444 additions
and
5,222 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 |
---|---|---|
|
@@ -25,6 +25,7 @@ jobs: | |
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/all-monorepo/Dockerfile | ||
trivy: true | ||
|
||
celomonorepo-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected] | ||
|
@@ -38,3 +39,4 @@ jobs: | |
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/all-monorepo/Dockerfile | ||
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 |
---|---|---|
|
@@ -25,6 +25,7 @@ jobs: | |
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/celotool/Dockerfile | ||
trivy: true | ||
|
||
celotool-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected] | ||
|
@@ -38,3 +39,4 @@ jobs: | |
tag: ${{ github.sha }} | ||
context: . | ||
file: dockerfiles/celotool/Dockerfile | ||
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 |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/circleci-geth | ||
tag: testing | ||
context: dockerfiles/circleci | ||
trivy: true | ||
|
||
geth-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected] | ||
|
@@ -61,6 +62,7 @@ jobs: | |
artifact-registry: us-west1-docker.pkg.dev/devopsre/celo-monorepo/circleci-geth | ||
tag: latest | ||
context: dockerfiles/circleci | ||
trivy: true | ||
|
||
node12-build-dev: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected] | ||
|
@@ -75,6 +77,7 @@ jobs: | |
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/circleci-node12 | ||
tag: testing | ||
context: dockerfiles/circleci | ||
trivy: true | ||
|
||
node12-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected] | ||
|
@@ -89,4 +92,5 @@ jobs: | |
artifact-registry: us-west1-docker.pkg.dev/devopsre/celo-monorepo/circleci-node12 | ||
tag: latest | ||
context: dockerfiles/circleci | ||
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 |
---|---|---|
|
@@ -25,6 +25,7 @@ jobs: | |
tag: testing | ||
context: . | ||
file: dockerfiles/cli-standalone/Dockerfile | ||
trivy: true | ||
|
||
celocli-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected] | ||
|
@@ -38,3 +39,4 @@ jobs: | |
tag: latest | ||
context: . | ||
file: dockerfiles/cli-standalone/Dockerfile | ||
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# TODO | ||
|
||
- Add caching to Combiner | ||
- Fix Combiner e2e tests | ||
- Fix types in errorResult and sendFailure so we don't have to use ANY in Signer | ||
- Refactor domain sign handler to use db transactions properly | ||
- refactor authorization function with the new account model | ||
- Make caching config parameters configurable by environment | ||
- TODO comments |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.