Isomorphic WebSocket so that cent-js works on server side #1511
prepare-pr.yml
on: pull_request
check_app_bucket
7m 23s
check_onboarding
3m 30s
check_pinning
3m 30s
cleanup-pr
0s
onboarding-pr-deploy
/
deploy-onboarding-api
1m 38s
pinning-pr-deploy
/
deploy-pinning-api
1m 30s
app-pr-deploy
/
notify
3s
Annotations
22 warnings and 3 notices
check_onboarding
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_onboarding
The "create_credentials_file" option is true, but the current GitHub workspace is empty. Did you forget to use "actions/checkout" before this step? If you do not intend to share authentication with future steps in this job, set "create_credentials_file" to false.
|
check_pinning
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_pinning
The "create_credentials_file" option is true, but the current GitHub workspace is empty. Did you forget to use "actions/checkout" before this step? If you do not intend to share authentication with future steps in this job, set "create_credentials_file" to false.
|
pinning-pr-deploy / build-pinning-api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
onboarding-pr-deploy / build-onboarding-api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pinning-pr-deploy / deploy-pinning-api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/deploy-cloud-functions@14509ca55199d9348161571e36c48e44f855030d, google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_app_bucket
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_app_bucket
The "create_credentials_file" option is true, but the current GitHub workspace is empty. Did you forget to use "actions/checkout" before this step? If you do not intend to share authentication with future steps in this job, set "create_credentials_file" to false.
|
onboarding-pr-deploy / deploy-onboarding-api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/deploy-cloud-functions@14509ca55199d9348161571e36c48e44f855030d, google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
app-pr-deploy / build-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
app-pr-deploy / build-app:
centrifuge-app/src/components/InvestRedeem/InvestRedeemCentrifugeProvider.tsx#L100
React Hook React.useEffect has a missing dependency: 'connectedType'. Either include it or remove the dependency array
|
app-pr-deploy / build-app:
centrifuge-app/src/components/InvestRedeem/InvestRedeemDrawer.tsx#L77
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
|
app-pr-deploy / build-app:
centrifuge-app/src/components/PoolCard/index.tsx#L185
The 'calculateApy' function makes the dependencies of useMemo Hook (at line 223) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'calculateApy' in its own useCallback() Hook
|
app-pr-deploy / build-app:
centrifuge-app/src/components/PoolList.tsx#L47
'isExtraLarge' is assigned a value but never used
|
app-pr-deploy / build-app:
centrifuge-app/src/components/PoolList.tsx#L130
'isExtraLarge' is assigned a value but never used
|
app-pr-deploy / build-app:
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L135
React Hook useMemo has a missing dependency: 'pool?.currency.symbol'. Either include it or remove the dependency array
|
app-pr-deploy / build-app:
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L149
React Hook useMemo has a missing dependency: 'calculateApy'. Either include it or remove the dependency array
|
app-pr-deploy / deploy-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/setup-gcloud@62d4898025f6041e16b1068643bfc5a696863587. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
app-pr-deploy / deploy-app
Unexpected input(s) 'cors_config', valid inputs are ['bucket_url', 'GWIP', 'GSA', 'artifact_name']
|
app-pr-deploy / deploy-app
Unexpected input(s) 'cors_config', valid inputs are ['bucket_url', 'GWIP', 'GSA', 'artifact_name']
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "onboarding-api", "pinning-api-pr2509", "webpack".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Function_URL
https://europe-central2-peak-vista-185616.cloudfunctions.net/pinning-api-pr2509
|
Function_URL
https://europe-central2-peak-vista-185616.cloudfunctions.net/onboarding-api-pr2509
|
front_URL
app-pr2509.k-f.dev
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
onboarding-api
|
10.1 MB |
|
pinning-api-pr2509
|
212 KB |
|
webpack
|
8.89 MB |
|