Anatolios Laskaris
|
a7dba14c7c
|
chore: Renaming things (#772)
* Renaming
* Use unstable
* Fix
* Fix
* Use main
|
2023-07-10 09:40:58 +03:00 |
|
folex
|
22f380a491
|
fix(ci): use unstable nox image (#780)
* fix(ci): use unstable nox image
* fix(integration-tests): js-client.node 0.7.0, .api 0.12.0
* fix: update pnpm-lock.yaml
* chore: remove aqua.js
---------
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-07-04 12:04:12 -06:00 |
|
InversionSpaces
|
2985baadfc
|
chore(tests): Fix typo (#778)
|
2023-06-29 13:12:59 +03:00 |
|
renovate[bot]
|
9fdf4e1005
|
chore(deps): update hashicorp/vault-action action to v2.7.0 (#762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-06-28 14:46:38 +03:00 |
|
Anatolios Laskaris
|
46705754e6
|
chore: Fix default branch (#771)
Fix
|
2023-06-22 15:13:24 +03:00 |
|
Anatolios Laskaris
|
aa10706506
|
chore: Refactor CI after moving tests from aqua-playground [fixes FLU-352] (#763)
* move integration tests to repo
* Move aqua-playground CI
* Fix
* Use local aqua cli
* Move aqua tests to e2e
* Test new build.sbt
* Fix?
* Test
* Test
* Test
* Test
* Update
* Fix
* Fix
* Fix
* fix
* Fix
* Rename aqua-api to api directory for consistency
* Migrate to pnpm
* Add bump version script
* Test snapshot workflow
* fix
* Fix
* Fix
* Setup pnpm
* Update pnpm version
* Fix
* Do not publish tests
* Update
* Fix
* Fix?
* delete import
* Fix
* Fix
* Fix?
* Fix
* Fix
* Use main branch
* Fix quotes
* Fix
* Fix release
* Cleanup
* Remove compiled examples
* Cleanup
---------
Co-authored-by: DieMyst <dmitry.shakhtarin@fluence.ai>
|
2023-06-22 14:59:56 +03:00 |
|
Anatolios Laskaris
|
a70da08bdf
|
chore: Readd fluence-cli to e2e (#759)
* Readd fluence-cli
* Use main
|
2023-06-19 12:23:26 +03:00 |
|
Dima
|
8c2240d3b1
|
fix(aqua-api): Compilation to js/ts for file without exports [LNG-196] (#744)
|
2023-06-13 11:04:50 +02:00 |
|
Dima
|
0b66aa96ec
|
feat(aqua-api): return JS and TS sources from API [LNG-164] (#730)
|
2023-06-07 14:07:14 +02:00 |
|
Dima
|
670e779ba0
|
refactor: fix: LNG-143 LNG-144 definitions and locations algebras (#705)
|
2023-05-03 16:24:19 +03:00 |
|
Anatolios Laskaris
|
10f9cc5302
|
chore: Run sbt tests (#697)
Fix?
|
2023-04-15 11:28:57 +03:00 |
|
Anatolios Laskaris
|
70298479ae
|
chore: Update e2e (#691)
* Update e2e
* Fix
|
2023-04-05 15:28:51 +03:00 |
|
Nick
|
5f4808b457
|
feat(compiler): add aqua native compilation (#681)
* feat(compiler): add aqua native compilation
|
2023-03-07 13:46:20 +03:00 |
|
Anatolios Laskaris
|
1ef1ebd1df
|
chore(release): Do not set version, use tag instead (#658)
* Do not set version, use tag instead
* Fix
* Fix
|
2023-02-01 11:21:33 +02:00 |
|
Anatolios Laskaris
|
292caa9d31
|
chore(ci): Fix release-please deadlock and publish as unstable (#657)
* Fix deadlock
* Publish as unstable
|
2023-02-01 16:02:19 +07:00 |
|
renovate[bot]
|
50c1da3b2f
|
chore(deps): update hashicorp/vault-action action to v2.5.0 (#655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-01-30 10:36:00 +03:00 |
|
Anatolios Laskaris
|
1bd0d7977e
|
chore: Fix release notify step (#651)
Fix notify step
|
2023-01-27 12:59:25 +03:00 |
|
Anatolios Laskaris
|
fd8d4defcf
|
chore(ci): Notify on release failures and other small CI changes [fixes FLU-222, FLU-194, FLU-41 and FLU-196] (#650)
* Notify on release failure
* Add `e2e / status`
* Update renovate config
* Add timeout
* Update
|
2023-01-24 15:54:42 +02:00 |
|
folex
|
e77fc066a9
|
chore(ci): --allow-same-version in set version
|
2023-01-20 16:01:42 +07:00 |
|
folex
|
f2f8f93d82
|
chore: fix publish.yml
|
2023-01-20 15:54:32 +07:00 |
|
folex
|
1071d2011d
|
chore(ci): move publish to a separate workflow (#647)
|
2023-01-20 15:52:17 +07:00 |
|
folex
|
ab841f81d2
|
chore: always print release please output
|
2023-01-20 15:30:49 +07:00 |
|
folex
|
6267f13ea4
|
chore: allow to trigger release-please manually
|
2023-01-20 15:29:16 +07:00 |
|
Anatolios Laskaris
|
6570b82a8a
|
chore: Set version in build.sbt by fixing sed command (#644)
Fix typo in sed
|
2023-01-18 18:49:46 +07:00 |
|
Anatolios Laskaris
|
b660b3b847
|
chore(ci): Use correct LSP directory when bumping version (#643)
Fix directory
|
2023-01-18 13:41:08 +02:00 |
|
Anatolios Laskaris
|
d7956c1c8d
|
fix(ci): Set correct aqua version when creating release-please PRs [fixes FLU-218] (#642)
* Bump aqua version
* Use base version if snapshot not set
* Add SC2086 to shellcheck exclusions
* Fix sed statement
|
2023-01-18 18:36:03 +07:00 |
|
Anatolios Laskaris
|
0a7d8d63a3
|
chore: Run build when releasing cli (#641)
Run build when releasing cli
|
2023-01-18 14:04:54 +03:00 |
|
Anatolios Laskaris
|
a3b39a8d40
|
chore(ci): Try setting npmjs registry explicitly (#639)
* Try fixing npmjs auth issue
* Use fluencebot token for release
|
2023-01-17 19:47:20 +02:00 |
|
Anatolios Laskaris
|
58dd2453a9
|
chore: Add release-please (#631)
* Setup release-please
* Run e2e on merge to main
* Allow builder tag
* Typo
* Fix
* Bump version
* Add bootstrap-sha
|
2023-01-17 15:21:53 +02:00 |
|
Anatolios Laskaris
|
20e0c63e6a
|
chore: Run compile job on builder (#630)
* Run compile step on builder
* Fix
|
2023-01-17 12:48:02 +02:00 |
|
Anatolios Laskaris
|
58039dfab3
|
chore(ci): Fix checkout in snapshot workflow (#628)
|
2023-01-13 12:39:03 +02:00 |
|
Dima
|
992fe06e60
|
add version to api release (#621)
|
2022-12-30 14:53:14 +03:00 |
|
Dima
|
9f1f0843cb
|
fix release paths (#619)
|
2022-12-28 12:42:48 +03:00 |
|
Dima
|
b33a11572a
|
fix release script (#618)
|
2022-12-28 12:12:13 +03:00 |
|
Dima
|
aa89b85b41
|
Api for fluence cli (#611)
|
2022-12-28 11:30:42 +03:00 |
|
Anatolios Laskaris
|
f7ceef932b
|
Add fluence-cli to e2e (#615)
|
2022-12-19 07:27:42 +03:00 |
|
renovate[bot]
|
a479d8e9d9
|
chore(deps): update all github-actions (#605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-12-06 19:45:12 +03:00 |
|
renovate[bot]
|
d554bfc42d
|
chore(deps): update mathieudutour/github-tag-action action to v5.6 (#604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-12-06 13:02:14 +03:00 |
|
Anatolios Laskaris
|
eccc47bb73
|
ci: Add ability to specify git ref (#598)
|
2022-12-02 10:15:26 +02:00 |
|
Anatolios Laskaris
|
9b185efec2
|
ci: Workaround for empty npm package version in e2e (#594)
|
2022-12-01 17:46:44 +02:00 |
|
Dima
|
63433f2c91
|
LNG-96 object creation (#592)
|
2022-11-30 15:28:06 +03:00 |
|
Anatolios Laskaris
|
a51c42192f
|
ci: Update e2e (#593)
* Debug
* Debug
* Update
* Try with push event
* Cleanup
* Test
|
2022-11-24 21:21:40 +02:00 |
|
Anatolios Laskaris
|
9507cb6917
|
ci: Add registry to tests (#589)
|
2022-11-17 12:01:08 +03:00 |
|
Anatolios Laskaris
|
2dac9b250f
|
ci: Print version info to summary check (#586)
* Update CI
* Run on workflow update
* Revert "Run on workflow update"
This reverts commit f3b0b9d357 .
* Typo
* Fix
|
2022-10-31 16:51:37 +02:00 |
|
folex
|
644d8c496e
|
fix: sort blueprint dependencies in aqua deploy (#578)
* fix: sort blueprint dependencies
* chore: use rust-peer minimal_nightly in playground tests
* chore: fix rust peer image
|
2022-10-18 16:23:20 +04:00 |
|
folex
|
31b16a6bc5
|
Add npm tag to release UI (#577)
choice: nightly or latest
|
2022-10-18 11:55:50 +04:00 |
|
Anatolios Laskaris
|
081dafdcec
|
ci: Set version in scala (#571)
* Set version in scala
* Fix ident
* Try different variable
* Fix
|
2022-10-10 21:02:30 +03:00 |
|
Anatolios Laskaris
|
41fbdfca6c
|
ci: Fix setting version (#568)
* Set version
* Fix
|
2022-10-10 19:02:28 +03:00 |
|
Anatoly Laskaris
|
33db5c51bf
|
chore: Small E2E tuning (#557)
* Make comment job a step
* Use short sha from branch
* Install then set version
* Better names
|
2022-09-14 17:36:16 +03:00 |
|
Anatoly Laskaris
|
f335e1ab3f
|
chore: Add E2E tests (#556)
* Redo PR CI
* Add comment and fixes
* Fixes
* Set fluence-js version
* Use aqua-playground workflow from master
|
2022-09-14 05:59:49 +03:00 |
|