1291 Commits

Author SHA1 Message Date
ctrlc03
fdc5a8aba4 fix(clipboard): invert condition 2023-10-24 17:07:56 +01:00
ctrlc03
21f8410a40 fix(clipboard): try/catch the auth code copying to allow systems like docker to work 2023-10-24 17:03:04 +01:00
ctrlc03
f9a18e8733 docs(logger): add type definition for the logger 2023-10-24 10:26:02 +01:00
ctrlc03
3c81c852ac fix(vm): add try catch on SSM polling 2023-10-24 10:15:10 +01:00
ctrlc03
531dcd6563 fix(vm): always stop the VM even on SSM errors 2023-10-23 14:05:53 +01:00
ctrlc03
94cc822ffe fix(steps): add upload bar and allow more time in between steps 2023-10-23 13:12:48 +01:00
ctrlc03
828aecaf9d fix(cli): add more sleep between steps to ensure all actions are completed on the backend 2023-10-23 11:44:35 +01:00
ctrlc03
bf3a814488 Merge pull request #188 from privacy-scaling-explorations/staging
chore (release) - Release 1.0.9
v1.0.9
2023-10-20 13:32:06 +01:00
Daehyun Paik
824e691a9b Merge pull request #202 from privacy-scaling-explorations/dev
Promote dev into staging
2023-10-19 15:17:34 +02:00
Daehyun Paik
d00ebd1f42 Merge remote-tracking branch origin/staging into dev 2023-10-19 15:15:57 +02:00
Daehyun Paik
2ed8e185d1 chore(release): publish 1.0.9 2023-10-19 13:38:15 +02:00
Daehyun Paik
b31ba8dcdc fix(ci): use environment specifc package of p0tion/actions 2023-10-19 11:53:59 +02:00
Sladuca
795d8e9e88 replace role with instance profile 2023-10-18 19:12:14 -04:00
ctrlc03
f4b8ae4c74 chore(merge) - dev to staging (#198)
* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

* chore(release): publish 1.0.7

* refactor(ui/ux): small changes for a better ui/ux

* refactor(ui/ux): add information about private profiles failing sybil checks

* fix(ui): fix wording

* chore(release): publish 1.0.8

* feat(cors): add more CORS options

* fix: don't reject on first iteration of waitForVMCommandExecutioncution

* chore: prettier

* fix(vm): fix deprecated node setup script

* fix: cfOrVm prompt cases on truthy value

* fix(vm): fix verification script

* fix(vm): verification script fix

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>
Co-authored-by: Sladuca <sladuca777@gmail.com>
2023-10-18 23:56:58 +01:00
ctrlc03
7cfaa5db5a Merge pull request #197 from privacy-scaling-explorations/fix/vm-setup
fix(vm): fix verification script
2023-10-18 23:17:31 +01:00
ctrlc03
ce4e759797 fix(vm): verification script fix 2023-10-18 23:17:13 +01:00
ctrlc03
40397b7c49 Merge pull request #195 from nocturne-xyz/fix-cf-or-vm-prompt
fix `cfOrVm` prompt
2023-10-18 23:16:28 +01:00
ctrlc03
8de22ad9e9 fix(vm): fix verification script 2023-10-18 23:16:00 +01:00
ctrlc03
f7df5e12b7 Merge pull request #194 from privacy-scaling-explorations/fix/vm-setup
fix(vm): fix deprecated node setup script
2023-10-18 22:23:52 +01:00
Sladuca
c20871efb7 fix: use instance profile ARN to start instance 2023-10-18 15:58:44 -04:00
Sladuca
c465f134d5 fix: cfOrVm prompt cases on truthy value 2023-10-18 15:17:10 -04:00
ctrlc03
68008ebe29 fix(vm): fix deprecated node setup script 2023-10-18 19:53:41 +01:00
ctrlc03
ba5e58bc85 chore(merge) - dev to staging (#192)
* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

* chore(release): publish 1.0.7

* refactor(ui/ux): small changes for a better ui/ux

* refactor(ui/ux): add information about private profiles failing sybil checks

* fix(ui): fix wording

* chore(release): publish 1.0.8

* feat(cors): add more CORS options

* fix: don't reject on first iteration of waitForVMCommandExecutioncution

* chore: prettier

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>
Co-authored-by: Sladuca <sladuca777@gmail.com>
2023-10-18 14:21:25 +01:00
ctrlc03
5a0ec27174 Merge branch 'staging' into dev 2023-10-18 14:20:59 +01:00
ctrlc03
b558335ebd Merge pull request #190 from nocturne-xyz/fix-wait-for-vm
`waitForVMCommandExecution`  doesn't exit loop on `PENDING` or `IN_PROGRESS` states
2023-10-18 13:46:04 +01:00
Sladuca
6b1a6f463e chore: prettier 2023-10-17 10:31:20 -04:00
Sladuca
cc475a00b8 fix: don't reject on first iteration of waitForVMCommandExecutioncution 2023-10-17 10:30:28 -04:00
ctrlc03
fe62483984 Merge branch 'main' into staging 2023-10-12 11:42:07 +01:00
ctrlc03
2d0e42a170 fix(bad merge): fix bad merge 2023-10-11 18:24:12 +01:00
ctrlc03
a3ead4b1ca fix(merge): fix merge error 2023-10-11 18:06:51 +01:00
ctrlc03
cc14efe713 chore(merge): main to staging 2023-10-11 17:59:57 +01:00
ctrlc03
a3c4ff0e2b chore (merge) - dev to staging (#185)
* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

* chore(release): publish 1.0.7

* refactor(ui/ux): small changes for a better ui/ux

* refactor(ui/ux): add information about private profiles failing sybil checks

* fix(ui): fix wording

* chore(release): publish 1.0.8

* feat(cors): add more CORS options

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>
2023-10-11 17:49:32 +01:00
ctrlc03
2249f7fb82 Merge pull request #184 from privacy-scaling-explorations/feat/cors
feat(cors): add more CORS options
2023-08-29 16:12:18 +01:00
ctrlc03
976dcb1935 feat(cors): add more CORS options 2023-08-29 09:37:43 +01:00
ctrlc03
a50a645267 chore (merge) - promote staging to prod (#182)
* chore (merge) - merge dev into staging (#163)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>

* Promote to staging from dev (#166)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

---------

Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com>

* chore(merge) - merge dev into staging (#170)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>

* chore (merge) - dev to staging (#174)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>

* [release/v1.0.7] Promote dev to staging (#176)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

* chore(release): publish 1.0.7

---------

Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>

* chore (merge) - dev to staging (#181)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

* chore(release): publish 1.0.7

* refactor(ui/ux): small changes for a better ui/ux

* refactor(ui/ux): add information about private profiles failing sybil checks

* fix(ui): fix wording

* chore(release): publish 1.0.8

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>
v1.0.8
2023-08-25 12:39:36 +01:00
ctrlc03
76330a74c5 Merge branch 'main' into staging 2023-08-25 11:34:46 +00:00
ctrlc03
9dc451d916 chore (merge) - dev to staging (#181)
* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

* chore(release): publish 1.0.7

* refactor(ui/ux): small changes for a better ui/ux

* refactor(ui/ux): add information about private profiles failing sybil checks

* fix(ui): fix wording

* chore(release): publish 1.0.8

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>
2023-08-25 12:21:42 +01:00
ctrlc03
498ef244e2 Merge branch 'staging' into dev 2023-08-25 11:21:02 +00:00
ctrlc03
3c7b092f84 Merge pull request #179 from privacy-scaling-explorations/fix/ux
refactor (ui) - add private profile info
2023-08-25 11:11:12 +00:00
Daehyun Paik
e9e4169fa9 chore(release): publish 1.0.8 2023-08-25 19:09:20 +09:00
ctrlc03
de92081c6d fix(ui): fix wording 2023-08-25 11:03:00 +01:00
ctrlc03
3bd7084a6f refactor(ui/ux): add information about private profiles failing sybil checks 2023-08-25 11:00:18 +01:00
daodesigner
6e0176de5e Merge pull request #178 from privacy-scaling-explorations/fix/ux 2023-08-25 05:59:21 -04:00
ctrlc03
6597702b3e refactor(ui/ux): small changes for a better ui/ux 2023-08-25 10:56:24 +01:00
ctrlc03
0cc9afac73 chore (release) - Release 1.0.7 (#177)
* chore (merge) - merge dev into staging (#163)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>

* Promote to staging from dev (#166)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

---------

Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com>

* chore(merge) - merge dev into staging (#170)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>

* chore (merge) - dev to staging (#174)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>

* [release/v1.0.7] Promote dev to staging (#176)

* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

* chore(release): publish 1.0.7

---------

Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>
v1.0.7
2023-08-24 17:17:19 +09:00
Daehyun Paik
110e8690bd [release/v1.0.7] Promote dev to staging (#176)
* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

* chore(release): publish 1.0.7

---------

Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com>
Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com>
2023-08-24 09:06:50 +01:00
daodesigner
932236365f Merge pull request #175 from privacy-scaling-explorations/release/1.0.7 2023-08-23 23:16:47 -04:00
Daehyun Paik
68ef8b6ba0 chore(release): publish 1.0.7 2023-08-24 11:49:19 +09:00
ctrlc03
5d524e2035 chore(merge) - staging to main (#167) 2023-08-23 10:32:11 -04:00
ctrlc03
5ccc94ae37 chore (merge) - dev to staging (#174)
* fix(setup): remove S3 usage and download from URL

* fix(imports): use adoby-node-fetch

* fix(vm): stop vm even on verification failing

* feat(contribute): cli flag for auth token (run on VM)

* fix(vm): fix VM setup

* ci: update string literals in ts files for staging/dev environment

* fix(ci): missing environment specifier in cli publish workflow

* fix(timeout): fix issue with timing out while in upload phase

* fix(finalization): fix various bugs and add non interactive auth

* build(cleanup): removed puppeteer and related tests

---------

Co-authored-by: Daehyun Paik <paik@a30a.dev>
2023-08-23 14:23:51 +01:00