Commit Graph

15 Commits

Author SHA1 Message Date
Anatolios Laskaris
63a3579ee6
chore: Add release-please (#240)
* Add release-please

* Fix

* Fix ci.js

* Rename fluence-js

* Run pnpm i

* Fix

* Update workflows

* Fix
2023-02-15 16:45:04 +02:00
Pavel
d4bb8fb429
feat!: Expose updated JS Client API via js-client.api package (#246) 2023-02-15 03:00:42 +03:00
Pavel
9667c4fec6
feat!: Standalone web JS Client (#243)
- Move marine-related part into FJS repo (fixes DXJ-184)
- Move towards component-oriented architecture (fixes DXJ-183)
- Different JS Client distros for node.js and web (fixes DXJ-185)
- Update libp2p to 0.42.2 (fixes DXJ-26)
- Add JS Client API (fixes DXJ-196, fixes DXJ-177, fixes DXJ-60)
- Add Smoke test for JS Client web (fixes DXJ-253)

---------

Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
2023-02-13 21:41:35 +07:00
Anatolios Laskaris
298e7c50a9
ci: Workaround for empty npm package version in e2e (#208) 2022-12-05 15:10:44 +03:00
Pavel
208067eecf
Fix failing tests in AquaVM (#207) 2022-11-28 13:59:07 +03:00
Anatolios Laskaris
1f5fa892e3
ci: Remove v prefix from snapshot version output (#206) 2022-11-25 17:50:37 +03:00
Anatolios Laskaris
b2f2c69f02
ci: Use npm actions in e2e (#205)
* Use npm actions in e2e

* Update test workflow

* Typo

* Prepend verions with v

* Use main branch
2022-11-25 10:49:38 +03:00
Anatolios Laskaris
aa502de62b
ci: Add marine-js (#204)
* Add marine-js

* Add marine-js input
2022-11-22 19:07:58 +03:00
Anatolios Laskaris
1506c7cf16
ci: Update e2e (#203)
* Test

* Fix

* Fix

* Fix name

* Update

* Update actions

* Use main branch

* Fix
2022-11-22 15:39:45 +02:00
Anatolios Laskaris
bc276f0ec7
Use summary to print versions (#196) 2022-10-31 18:10:22 +03:00
Anatolios Laskaris
b160fb7edc
ci: Add registry to e2e (#193)
* Add registry tests

* Fix
2022-10-10 22:03:03 +04:00
Anatolios Laskaris
339be8ff28
ci: Fix setting version (#192)
* Fix setting version

* Fix
2022-10-10 20:09:16 +04:00
Anatoly Laskaris
3b05852a65
chore: Small E2E tuning (#184)
* Make comment a step instead of a job

To save space on summary screen of github actions

* Build aqua with fluence-js snapshot

* Typo

* Another typo

* Use short sha from branch

* Fix permissions?

* Fix

* Install then set version

* Better names

* Even better names
2022-09-14 17:43:17 +03:00
Anatoly Laskaris
73bce39621
chore: Prepare for Aquavm/aqua E2E (#182)
* Prepare for aquavm e2e

* Checkout to fluence-js repo

* Updates

* Use cache

* Fix setting up node version
2022-09-13 19:24:20 +03:00
Anatoly Laskaris
b68d61068a
Use workflow_call to run tests/publish build snapshot and add E2E (#175)
* Add workflow_call

* Add missing import secrest

* Run e2e with aqua-playground (#179)

* Try to run e2e with aqua-playground

* Use workflow_call to run local tests and publish snapshot

* Run e2e and tests in parallel

* Colors!

* Always add comment

* Use master branch of aqua-playground

* Remove invalid `cache` key

* Update .github/workflows/run-tests.yml

* Fix branch name in version
2022-09-06 17:51:43 +03:00