Commit Graph
841 Commits
Author SHA1 Message Date
dboreham e75c8a1c01 Implement image push 2023-11-19 23:38:06 -07:00
dboreham bcea1b0087 Check for legal presence of --kube-config 2023-11-19 14:16:55 -07:00
dboreham abcca4afc9 Implement down 2023-11-19 12:04:37 -07:00
dboreham 1cc20c8c25 Disable kind image upload for remote case 2023-11-19 11:37:32 -07:00
dboreham f2a72cd8b4 Fix bug 2023-11-19 10:40:25 -07:00
dboreham 0251dab4c7 Implement kube config file 2023-11-19 10:38:46 -07:00
dboreham 3a0e31c35b Pick up kube config file 2023-11-19 06:26:55 -07:00
dboreham 2e8878c055 Skip config file on remote k8s case 2023-11-18 16:24:24 -07:00
dboreham 81b60cc17e Refactor constant 2023-11-18 16:22:28 -07:00
dboreham f1345a5fcf Bypass kind cluster create for remote k8s case 2023-11-18 16:20:03 -07:00
dboreham 8dc23a4eed Refactor for kind/remote support 2023-11-18 16:04:01 -07:00
telackey 5c80887215 Fix missing tty parameter. (#653) v1.1.0-5c80887-202311161858 2023-11-16 12:58:03 -06:00
Ian 80c4b9214b Merge pull request #643 from cerc-io/iskay/update-optimism
Iskay/update optimism
v1.1.0-80c4b92-202311161732
2023-11-16 12:31:57 -05:00
nabarun 70529c43e7 Upgrade merkl and sushiswap watcher versions (#654) v1.1.0-70529c4-202311161057 2023-11-16 16:27:41 +05:30
telackey 1e9d24a8ce Update webapp.md v1.1.0-1e9d24a-202311151852 2023-11-15 12:52:34 -06:00
telackey 9900565714 Update webapp.md v1.1.0-9900565-202311151849 2023-11-15 12:48:58 -06:00
telackey a13f841f34 Update webapp.md v1.1.0-a13f841-202311151837 2023-11-15 12:37:30 -06:00
telackey d37f80553d Add webapp doc (#652) v1.1.0-d37f805-202311151828 2023-11-15 12:28:07 -06:00
telackey 2059d67dca Add run-webapp command. (#651) v1.1.0-2059d67-202311151754 2023-11-15 10:54:27 -07:00
dboreham 638fa01649 Support external stack file (#650) v1.1.0-638fa01-202311150400 2023-11-14 20:59:48 -07:00
telackey 4ae4d3b61d Print docker container logs in webapp test. (#649) v1.1.0-4ae4d3b-202311142330 2023-11-14 17:30:01 -06:00
telackey 9687d84468 646: Add error message for webapp startup hang (#647)
This fixes three issues:

1. #644 (build output)
2. #646 (error on startup)
3. automatic env quote handling (related to 2)


For the build output we now have:

```
#################################################################

Built host container for /home/telackey/tmp/iglootools-home with tag:

    cerc/iglootools-home:local

To test locally run:

    docker run -p 3000:3000 cerc/iglootools-home:local
```

For the startup error, it was hung waiting for the "success" message from the next generate output (itself a workaround for a nextjs bug fixed by this PR we submitted: https://github.com/vercel/next.js/pull/58276).

I added a timeout which will cause it to wait up to a maximum _n_ seconds before issuing:

```
ERROR: 'npm run cerc_generate' exceeded CERC_MAX_GENERATE_TIME.
```

On the quoting itself, I plan on adding a new run-webapp command, but I realized I had a decent spot to do effect the quote replacement on-the-fly after all when I am already escaping the values for insertion/replacement into JS.

The "dequoting" can be disabled with `CERC_RETAIN_ENV_QUOTES=true`.
v1.1.0-9687d84-202311142207
2023-11-14 16:07:26 -06:00
iskay f088cbb3b0 fix linter errors 2023-11-14 14:38:49 +00:00
telackey f1f618c57a Don't change the next.js version by default. (#640) v1.1.0-f1f618c-202311131756 2023-11-13 11:56:04 -06:00
nabarun 0aca087558 Upgrade release versions for merkl and sushiswap watchers (#642)
* Upgrade merkl-sushiswap-v3-watcher-ts release

* Increase blockDelayInMilliSecs for merkl-sushiswap-v3 watcher

* Upgrade sushiswap-v3-watcher-ts release

* Add sushiswap-v3 watcher to stack list

* Avoid mapping ports that are not required to be exposed
v1.1.0-0aca087-202311131206
2023-11-13 17:36:37 +05:30
nabarun a04730e7ac Add a merkl-sushiswap-v3 watcher stack (#641)
* Add a merkl-sushiswap-v3 watcher stack

* Remove unrequired image from list
v1.1.0-a04730e-202311130544
2023-11-13 11:13:55 +05:30
prathamesh0andnabarun 95e881ba19 Add a sushiswap-v3 watcher stack (#638)
* Add a sushiswap-v3 watcher stack

* Add services for watcher db and server

* Add service for watcher job-runner

* Use 0.0.0.0 for watcher server config

---------

Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
v1.1.0-95e881b-202311130529
2023-11-13 10:58:55 +05:30
telackey 414b887036 Allow setting build tool (npm/yarn) and next.js version. (#639)
* Allow setting build tool (npm/yarn) and next.js version.
v1.1.0-414b887-202311102344
2023-11-10 17:44:25 -06:00
iskay 3db443b2bb fix commands import 2023-11-10 20:42:02 +00:00
iskay 1072fc98c3 update fixturenet-optimism 2023-11-10 20:05:22 +00:00
telackey 042b413598 Support the case where webpack config is already present next.config.js (#631)
* Support the case where webpack config is already present next.config.js

* Update scripts for experimental-compile/experimental-generate
v1.1.0-042b413-202311090545
2023-11-08 23:44:48 -06:00
dboreham 8384e95049 Add debug commands to test job (#636) v1.1.0-8384e95-202311090242 2023-11-08 19:42:19 -07:00
dboreham a27cf86748 Add basic k8s test (#635)
* Add CI job

* Add basic k8s test
v1.1.0-a27cf86-202311090212
2023-11-08 19:12:48 -07:00
dboreham ce587457d7 Add env var support for k8s (#634) v1.1.0-ce58745-202311090053 2023-11-08 17:53:46 -07:00
dboreham 5e91c2224e kind test stack (#629) v1.1.0-5e91c22-202311080811 2023-11-08 01:11:00 -07:00
telackey 36e13f7199 Remove test output from tree. (#628) v1.1.0-36e13f7-202311080510 2023-11-07 23:10:32 -06:00
telackey d9bcc088a8 Enable webapp test in GitHub CI. (#627) v1.1.0-d9bcc08-202311080027 2023-11-07 18:27:08 -06:00
telackey 660326f713 Add new build-webapp command and related scripts and containers. (#626)
* Add new build-webapp command and related scripts and containers.
v1.1.0-660326f-202311080015
2023-11-07 18:15:04 -06:00
dboreham 4456e70c93 Rename app -> stack_orchestrator (#625) v1.1.0-4456e70-202311070707 2023-11-07 00:06:55 -07:00
dboreham e989368793 Add generated kind config (#623) v1.1.0-e989368-202311060622 2023-11-05 23:21:53 -07:00
dboreham 0f93d30d54 Basic volume support (#622) v1.1.0-0f93d30-202311032302 2023-11-03 17:02:13 -06:00
telackey fd5779f967 Fix KeyError accessing config. (#620) v1.1.0-fd5779f-202310311729 2023-10-31 12:29:19 -05:00
Ian d854dd5c81 Update fixturenet-laconicd.yml v1.1.0-d854dd5-202310301944 2023-10-30 15:44:46 -04:00
Ian 948f9f4287 Merge pull request #611 from cerc-io/iskay/fixturenet-laconicd-test
add fixturenet-laconicd test
v1.1.0-948f9f4-202310301550
2023-10-30 11:50:33 -04:00
dboreham b92d9cd7dd Update stack README.md to use config directive v1.1.0-b92d9cd-202310300516 2023-10-29 23:16:39 -06:00
dboreham 86076c7ed8 Fix deployer.exec() (#619) v1.1.0-86076c7-202310300426 2023-10-29 22:26:15 -06:00
telackey 8cac598679 Split act-runner into its own pod and offer as a distinct stack. (#612)
* Split act-runner into its own pod and offer as a distinct stack.
v1.1.0-8cac598-202310271857
2023-10-27 13:57:13 -05:00
dboreham 6130eab5cb k8s deploy (#614) v1.1.0-6130eab-202310271619 2023-10-27 10:19:44 -06:00
Ian f198f43b3a add newline 2023-10-27 08:48:44 -04:00
iskay 36d1e0eedd add fixturenet-laconicd test 2023-10-26 17:26:42 -04:00