-
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.
Merge branch 'main' into pr/therealharpaljadeja/187
- Loading branch information
Showing
34 changed files
with
200 additions
and
460 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,2 @@ | ||
--- | ||
--- |
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,2 @@ | ||
--- | ||
--- |
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,2 @@ | ||
--- | ||
--- |
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,2 @@ | ||
--- | ||
--- |
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,2 @@ | ||
--- | ||
--- |
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,2 @@ | ||
--- | ||
--- |
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,2 @@ | ||
--- | ||
--- |
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,2 @@ | ||
--- | ||
--- |
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,11 @@ | ||
--- | ||
'@celo/phone-number-privacy-combiner': patch | ||
'@celo/phone-number-privacy-monitor': patch | ||
'@celo/phone-number-privacy-signer': patch | ||
'@celo/phone-number-privacy-common': patch | ||
'@celo/encrypted-backup': patch | ||
'@celo/identity': patch | ||
'@celo/odis-identifiers': patch | ||
--- | ||
|
||
Update package dependencies to reduce CVEs |
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,2 @@ | ||
--- | ||
--- |
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,2 @@ | ||
--- | ||
--- |
Validating CODEOWNERS rules …
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,8 @@ | ||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
# For details on acceptable file patterns, please refer to the [Github Documentation](https://help.github.com/articles/about-codeowners/) | ||
|
||
# default owners, overridden by package specific owners below | ||
* @celo-org/primitives | ||
|
||
|
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.
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
paths: | ||
- 'dockerfiles/Dockerfile-combiner' | ||
- 'apps/combiner/**' | ||
- 'yarn.lock' | ||
branches: | ||
- main | ||
tags: | ||
|
@@ -14,11 +15,12 @@ on: | |
paths: | ||
- 'dockerfiles/Dockerfile-combiner' | ||
- 'apps/combiner/**' | ||
- 'yarn.lock' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
odis-combiner-build-dev: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-combiner | ||
if: | | ||
github.ref != 'refs/heads/main' | ||
|
@@ -32,7 +34,7 @@ jobs: | |
trivy: true | ||
|
||
odis-combiner-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-combiner | ||
if: | | ||
github.ref == 'refs/heads/main' | ||
|
@@ -46,7 +48,7 @@ jobs: | |
trivy: true | ||
|
||
odis-combiner-tag: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-combiner tag | ||
if: | | ||
startsWith(github.ref, 'refs/tags/odis-combiner-') | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
paths: | ||
- 'dockerfiles/Dockerfile-loadtest' | ||
- 'apps/monitor/**' | ||
- 'yarn.lock' | ||
branches: | ||
- main | ||
tags: | ||
|
@@ -14,11 +15,12 @@ on: | |
paths: | ||
- 'dockerfiles/Dockerfile-loadtest' | ||
- 'apps/monitor/**' | ||
- 'yarn.lock' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
odis-loadtest-build-dev: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-loadtest | ||
if: | | ||
github.ref != 'refs/heads/main' | ||
|
@@ -32,7 +34,7 @@ jobs: | |
trivy: true | ||
|
||
odis-loadtest-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest | ||
if: | | ||
github.ref == 'refs/heads/main' | ||
|
@@ -46,7 +48,7 @@ jobs: | |
trivy: true | ||
|
||
odis-loadtest-tag: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest tag | ||
if: | | ||
startsWith(github.ref, 'refs/tags/odis-loadtest-') | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
paths: | ||
- 'dockerfiles/Dockerfile-signer' | ||
- 'apps/signer/**' | ||
- 'yarn.lock' | ||
branches: | ||
- main | ||
tags: | ||
|
@@ -14,11 +15,12 @@ on: | |
paths: | ||
- 'dockerfiles/Dockerfile-signer' | ||
- 'apps/signer/**' | ||
- 'yarn.lock' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
odis-signer-build-dev: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-signer | ||
if: | | ||
github.ref != 'refs/heads/main' | ||
|
@@ -32,7 +34,7 @@ jobs: | |
trivy: true | ||
|
||
odis-signer-build: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer | ||
if: | | ||
github.ref == 'refs/heads/main' | ||
|
@@ -46,7 +48,7 @@ jobs: | |
trivy: true | ||
|
||
odis-signer-tag: | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].2 | ||
uses: celo-org/reusable-workflows/.github/workflows/[email protected].3 | ||
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer tag | ||
if: | | ||
startsWith(github.ref, 'refs/tags/odis-signer-') | ||
|
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 |
---|---|---|
|
@@ -32,4 +32,3 @@ jobs: | |
days-before-close: 30 | ||
ascending: true | ||
operations-per-run: 50 | ||
|
Empty file.
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 |
---|---|---|
|
@@ -13,9 +13,13 @@ COPY packages/identity packages/identity | |
COPY packages/odis-identifiers packages/odis-identifiers | ||
|
||
##### Main stage | ||
FROM node:18 | ||
FROM node:18-alpine3.19 | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
# Install dependencies and upgrade OS packages | ||
RUN apk add --no-cache python3 git bash && \ | ||
apk upgrade --no-cache | ||
|
||
WORKDIR /celo-phone-number-privacy/ | ||
|
||
# Copy monorepo settings | ||
|
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 |
---|---|---|
|
@@ -12,9 +12,13 @@ COPY packages/identity packages/identity | |
COPY packages/odis-identifiers packages/odis-identifiers | ||
|
||
##### Main stage | ||
FROM node:18 | ||
FROM node:18-alpine3.19 | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
# Upgrade OS packages | ||
RUN apk add --no-cache python3 git bash && \ | ||
apk upgrade --no-cache | ||
|
||
WORKDIR /celo-phone-number-privacy/ | ||
|
||
# Copy monorepo settings | ||
|
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 |
---|---|---|
|
@@ -12,9 +12,13 @@ COPY packages/identity packages/identity | |
COPY packages/odis-identifiers packages/odis-identifiers | ||
|
||
##### Main stage | ||
FROM node:18 | ||
FROM node:18-alpine3.19 | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
# Upgrade OS packages | ||
RUN apk add --no-cache python3 git bash && \ | ||
apk upgrade --no-cache | ||
|
||
WORKDIR /celo-phone-number-privacy/ | ||
|
||
# Copy monorepo settings | ||
|
@@ -28,6 +32,7 @@ ARG PACKAGE_SELECTOR=signer | |
COPY --from=packages celo-phone-number-privacy/apps/${PACKAGE_SELECTOR} apps/${PACKAGE_SELECTOR} | ||
# COMMENT OUT THIS LINE TO USE PUBLISHED DEPENDENCIES | ||
COPY --from=packages celo-phone-number-privacy/packages packages | ||
|
||
# Install dependencies and build. need dev deps too so we can build (tsc) | ||
RUN yarn install --network-timeout 100000 --inline-builds && yarn cache clean | ||
RUN yarn workspaces list | ||
|
Oops, something went wrong.