Skip to content

Commit

Permalink
Merge pull request #2609 from build-5/impr/2604-iota-stardust
Browse files Browse the repository at this point in the history
Remove atoi milestone, point atoi to rms, @iota/sdk
  • Loading branch information
adamunchained authored Oct 10, 2023
2 parents e9c41fd + 7f6553f commit 2a0a56e
Show file tree
Hide file tree
Showing 169 changed files with 3,745 additions and 3,344 deletions.
72 changes: 36 additions & 36 deletions .github/workflows/functions_emulated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test:ci -- --findRelatedTests test/db.roll.spec.ts &&
npm run test:ci -- --findRelatedTests test/auth.spec.ts &&
npm run test:ci -- --findRelatedTests test/storage/resize.img.spec.ts &&
npm run test:ci -- --findRelatedTests test/stake/stake.reward.cron.spec.ts &&
npm run test:ci -- --findRelatedTests test/stake/delete.stake.reward.spec.ts &&
npm run test:ci -- --findRelatedTests test/dbRoll/total.guardians.roll.spec.ts &&
npm run test:ci -- --findRelatedTests test/cron/proposal.cron.spec.ts
npm run test:ci -- --forceExit --findRelatedTests ./test/auth.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/address.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/collection.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/member.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/nft-bidding.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/nft.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/order.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -93,13 +93,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test:ci -- --findRelatedTests test/cron/nft-stake.cron.spec.ts &&
npm run test:ci -- --findRelatedTests test/cron/floor-price.cron.only.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/workflow.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/workflow-online.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token.order.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token.expired.sale.cron.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token-trade.trigger.spec.ts
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/proposal.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/space.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/stake.reward.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token-distribution-auto-trigger.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token-distribution.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token-trade.buy.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token-trade.sell.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -134,13 +134,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test:ci -- --findRelatedTests test/controls/token-trade.sell.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token-trade.buy.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token-distribution.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token-distribution-auto-trigger.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/stake.reward.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/space.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/proposal.spec.ts
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token-trade.trigger.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token.expired.sale.cron.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token.order.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.airdrop.claim.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.airdrop.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.cancel.pub.sale.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.create.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -175,13 +175,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test:ci -- --findRelatedTests test/controls/order.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/nft.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/nft-bidding.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/member.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/collection.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/address.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token/token.vote.spec.ts
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.order.and.claim.air.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.rank.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.set.to.sale.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.update.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/token/token.vote.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/workflow-online.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/controls/workflow.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -216,13 +216,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test:ci -- --findRelatedTests test/controls/token/token.update.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token/token.set.to.sale.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token/token.rank.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token/token.order.and.claim.air.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token/token.create.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token/token.cancel.pub.sale.spec.ts &&
npm run test:ci -- --findRelatedTests test/controls/token/token.airdrop.spec.ts
npm run test:ci -- --forceExit --findRelatedTests ./test/cron/floor-price.cron.only.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/cron/nft-stake.cron.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/cron/proposal.cron.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/db.roll.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/dbRoll/total.guardians.roll.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/stake/delete.stake.reward.spec.ts &&
npm run test:ci -- --forceExit --findRelatedTests ./test/stake/stake.reward.cron.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test:ci -- --findRelatedTests test/controls/token/token.airdrop.claim.spec.ts
npm run test:ci -- --forceExit --findRelatedTests ./test/storage/resize.img.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down
68 changes: 34 additions & 34 deletions .github/workflows/functions_online-emulated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test-online:ci -- --findRelatedTests test/db.roll.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/auth.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/storage/resize.img.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/stake/stake.reward.cron.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/stake/delete.stake.reward.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/cron/proposal.cron.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/cron/nft-stake.cron.spec.ts
npm run test-online:ci -- --forceExit --findRelatedTests ./test/auth.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/address.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/collection.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/member.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/nft-bidding.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/nft.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/order.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -95,13 +95,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test-online:ci -- --findRelatedTests test/controls/workflow.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/workflow-online.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token.order.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token.expired.sale.cron.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token-trade.trigger.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token-trade.sell.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token-trade.buy.spec.ts
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/proposal.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/space.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/stake.reward.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token-distribution-auto-trigger.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token-distribution.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token-trade.buy.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token-trade.sell.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -136,13 +136,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test-online:ci -- --findRelatedTests test/controls/token-distribution.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token-distribution-auto-trigger.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/stake.reward.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/space.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/proposal.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/order.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/nft.spec.ts
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token-trade.trigger.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token.expired.sale.cron.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token.order.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.airdrop.claim.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.airdrop.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.cancel.pub.sale.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.create.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -177,13 +177,13 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test-online:ci -- --findRelatedTests test/controls/nft-bidding.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/member.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/collection.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/address.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token/token.vote.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token/token.update.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token/token.set.to.sale.spec.ts
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.order.and.claim.air.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.rank.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.set.to.sale.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.update.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/token/token.vote.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/workflow-online.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/controls/workflow.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -218,12 +218,12 @@ jobs:
export GOOGLE_APPLICATION_CREDENTIALS="./test-service-account-key.json"
npm run milestone-sync &
firebase emulators:exec "
npm run test-online:ci -- --findRelatedTests test/controls/token/token.rank.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token/token.order.and.claim.air.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token/token.create.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token/token.cancel.pub.sale.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token/token.airdrop.spec.ts &&
npm run test-online:ci -- --findRelatedTests test/controls/token/token.airdrop.claim.spec.ts
npm run test-online:ci -- --forceExit --findRelatedTests ./test/cron/nft-stake.cron.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/cron/proposal.cron.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/db.roll.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/stake/delete.stake.reward.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/stake/stake.reward.cron.spec.ts &&
npm run test-online:ci -- --forceExit --findRelatedTests ./test/storage/resize.img.spec.ts
" --project dev --only functions,firestore,storage,ui,auth --export-on-exit=./firestore-data
- name: Archive firestore data
uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit 2a0a56e

Please sign in to comment.