Commit Graph

976 Commits (zach/snowdocs)

Author SHA1 Message Date
Thomas E Lackey 9900565714
Update webapp.md 2023-11-15 12:48:58 -06:00
Thomas E Lackey a13f841f34
Update webapp.md 2023-11-15 12:37:30 -06:00
Thomas E Lackey d37f80553d
Add webapp doc (#652) 2023-11-15 12:28:07 -06:00
Thomas E Lackey 2059d67dca
Add run-webapp command. (#651) 2023-11-15 10:54:27 -07:00
David Boreham 638fa01649
Support external stack file (#650)
Deploy Test / Run deploy test suite (push) Successful in 3m4s Details
K8s Deploy Test / Run deploy test suite (push) Failing after 2m59s Details
Webapp Test / Run webapp test suite (push) Failing after 3m39s Details
Smoke Test / Run basic test suite (push) Successful in 4m6s Details
Publish / Build and publish (push) Successful in 53s Details
2023-11-14 20:59:48 -07:00
Thomas E Lackey 4ae4d3b61d
Print docker container logs in webapp test. (#649)
Publish / Build and publish (push) Successful in 1m15s Details
Deploy Test / Run deploy test suite (push) Successful in 3m2s Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m27s Details
Webapp Test / Run webapp test suite (push) Failing after 3m35s Details
Smoke Test / Run basic test suite (push) Successful in 4m7s Details
2023-11-14 17:30:01 -06:00
Thomas E Lackey 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`.
2023-11-14 16:07:26 -06:00
iskay f088cbb3b0 fix linter errors 2023-11-14 14:38:49 +00:00
Thomas E Lackey f1f618c57a
Don't change the next.js version by default. (#640)
Publish / Build and publish (push) Successful in 58s Details
Deploy Test / Run deploy test suite (push) Successful in 2m55s Details
K8s Deploy Test / Run deploy test suite (push) Failing after 2m57s Details
Webapp Test / Run webapp test suite (push) Failing after 3m40s Details
Smoke Test / Run basic test suite (push) Successful in 3m55s Details
2023-11-13 11:56:04 -06:00
Nabarun Gogoi 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
2023-11-13 17:36:37 +05:30
Nabarun Gogoi a04730e7ac
Add a merkl-sushiswap-v3 watcher stack (#641)
Smoke Test / Run basic test suite (push) Successful in 4m2s Details
Publish / Build and publish (push) Successful in 59s Details
Deploy Test / Run deploy test suite (push) Successful in 2m55s Details
K8s Deploy Test / Run deploy test suite (push) Failing after 2m56s Details
Webapp Test / Run webapp test suite (push) Failing after 3m40s Details
* Add a merkl-sushiswap-v3 watcher stack

* Remove unrequired image from list
2023-11-13 11:13:55 +05:30
prathamesh0 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>
2023-11-13 10:58:55 +05:30
Thomas E Lackey 414b887036
Allow setting build tool (npm/yarn) and next.js version. (#639)
Publish / Build and publish (push) Successful in 1m7s Details
Deploy Test / Run deploy test suite (push) Successful in 3m3s Details
K8s Deploy Test / Run deploy test suite (push) Failing after 2m58s Details
Webapp Test / Run webapp test suite (push) Failing after 3m38s Details
Smoke Test / Run basic test suite (push) Successful in 3m48s Details
* Allow setting build tool (npm/yarn) and next.js version.
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
Thomas E Lackey 042b413598
Support the case where webpack config is already present next.config.js (#631)
Smoke Test / Run basic test suite (push) Successful in 4m16s Details
Publish / Build and publish (push) Successful in 58s Details
Deploy Test / Run deploy test suite (push) Successful in 3m19s Details
K8s Deploy Test / Run deploy test suite (push) Failing after 3m5s Details
Webapp Test / Run webapp test suite (push) Failing after 3m34s Details
* Support the case where webpack config is already present next.config.js

* Update scripts for experimental-compile/experimental-generate
2023-11-08 23:44:48 -06:00
David Boreham 8384e95049
Add debug commands to test job (#636) 2023-11-08 19:42:19 -07:00
David Boreham a27cf86748
Add basic k8s test (#635)
* Add CI job

* Add basic k8s test
2023-11-08 19:12:48 -07:00
David Boreham ce587457d7
Add env var support for k8s (#634) 2023-11-08 17:53:46 -07:00
David Boreham 5e91c2224e
kind test stack (#629)
Publish / Build and publish (push) Successful in 58s Details
Deploy Test / Run deploy test suite (push) Successful in 3m7s Details
Webapp Test / Run webapp test suite (push) Failing after 3m37s Details
Smoke Test / Run basic test suite (push) Successful in 4m1s Details
2023-11-08 01:11:00 -07:00
Thomas E Lackey 36e13f7199
Remove test output from tree. (#628) 2023-11-07 23:10:32 -06:00
Thomas E Lackey d9bcc088a8
Enable webapp test in GitHub CI. (#627) 2023-11-07 18:27:08 -06:00
Thomas E Lackey 660326f713
Add new build-webapp command and related scripts and containers. (#626)
Publish / Build and publish (push) Successful in 59s Details
Deploy Test / Run deploy test suite (push) Successful in 2m57s Details
Webapp Test / Run webapp test suite (push) Failing after 3m31s Details
Smoke Test / Run basic test suite (push) Successful in 4m3s Details
* Add new build-webapp command and related scripts and containers.
2023-11-07 18:15:04 -06:00
David Boreham 4456e70c93
Rename app -> stack_orchestrator (#625)
Publish / Build and publish (push) Successful in 1m0s Details
Deploy Test / Run deploy test suite (push) Successful in 3m25s Details
Smoke Test / Run basic test suite (push) Successful in 4m21s Details
2023-11-07 00:06:55 -07:00
David Boreham e989368793
Add generated kind config (#623)
Publish / Build and publish (push) Successful in 1m4s Details
Deploy Test / Run deploy test suite (push) Successful in 3m9s Details
Smoke Test / Run basic test suite (push) Successful in 4m15s Details
2023-11-05 23:21:53 -07:00
David Boreham 0f93d30d54
Basic volume support (#622)
Smoke Test / Run basic test suite (push) Successful in 4m6s Details
Publish / Build and publish (push) Successful in 56s Details
Deploy Test / Run deploy test suite (push) Successful in 2m55s Details
2023-11-03 17:02:13 -06:00
Thomas E Lackey fd5779f967
Fix KeyError accessing config. (#620)
Publish / Build and publish (push) Successful in 1m10s Details
Deploy Test / Run deploy test suite (push) Successful in 3m10s Details
Smoke Test / Run basic test suite (push) Successful in 4m27s Details
2023-10-31 12:29:19 -05:00
Ian d854dd5c81
Update fixturenet-laconicd.yml
Fixturenet-Laconicd-Test / Run an Laconicd fixturenet test (push) Failing after 7m40s Details
Publish / Build and publish (push) Successful in 53s Details
Deploy Test / Run deploy test suite (push) Successful in 3m18s Details
Smoke Test / Run basic test suite (push) Successful in 3m53s Details
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
2023-10-30 11:50:33 -04:00
David Boreham b92d9cd7dd
Update stack README.md to use config directive
Publish / Build and publish (push) Successful in 57s Details
Deploy Test / Run deploy test suite (push) Successful in 2m58s Details
Smoke Test / Run basic test suite (push) Successful in 4m16s Details
2023-10-29 23:16:39 -06:00
David Boreham 86076c7ed8
Fix deployer.exec() (#619) 2023-10-29 22:26:15 -06:00
Thomas E Lackey 8cac598679
Split act-runner into its own pod and offer as a distinct stack. (#612)
Smoke Test / Run basic test suite (push) Successful in 4m55s Details
Publish / Build and publish (push) Successful in 1m24s Details
Deploy Test / Run deploy test suite (push) Successful in 3m17s Details
* Split act-runner into its own pod and offer as a distinct stack.
2023-10-27 13:57:13 -05:00
David Boreham 6130eab5cb
k8s deploy (#614)
Deploy Test / Run deploy test suite (push) Successful in 3m1s Details
Smoke Test / Run basic test suite (push) Successful in 3m54s Details
Publish / Build and publish (push) Successful in 56s Details
2023-10-27 10:19:44 -06:00
Ian f198f43b3a
add newline 2023-10-27 08:48:44 -04:00
Ian Kay 36d1e0eedd add fixturenet-laconicd test 2023-10-26 17:26:42 -04:00
Thomas E Lackey 0f5b1a097b
Add plugeth to chain-chunker stack (needed for new verify option). (#610)
Publish / Build and publish (push) Successful in 1m7s Details
Deploy Test / Run deploy test suite (push) Successful in 3m7s Details
Smoke Test / Run basic test suite (push) Successful in 4m16s Details
2023-10-25 14:47:53 -05:00
Thomas E Lackey 20d633f81c
Plugeth-based full mainnet stack. (#592)
* Plugeth-based full mainnet stack.

---------

Co-authored-by: David Boreham <david@bozemanpass.com>
2023-10-25 14:42:52 -05:00
David Boreham 5e36e3e2ae
Turn off long run time test on push/pr unless explicitly triggered (#606)
Publish / Build and publish (push) Successful in 56s Details
Deploy Test / Run deploy test suite (push) Successful in 3m23s Details
Smoke Test / Run basic test suite (push) Successful in 3m54s Details
2023-10-24 22:28:58 -06:00
David Boreham f7eb8b9a38
Rearrange files (#605) 2023-10-24 22:13:09 -06:00
David Boreham 5b9b12a223
Rename functions to remove compose prefix (#604)
Fixturenet-Eth-Test / Run an Ethereum fixturenet test (push) Successful in 30m5s Details
Publish / Build and publish (push) Successful in 54s Details
Deploy Test / Run deploy test suite (push) Successful in 3m12s Details
Smoke Test / Run basic test suite (push) Successful in 4m15s Details
2023-10-24 16:23:28 -06:00
Ian 567dadef7d
update fixturenet-eth test (#600) 2023-10-24 16:21:30 -06:00
David Boreham 052f0df4b0
Fix execute call parameter (#603) 2023-10-24 16:16:57 -06:00
David Boreham c51671f786
Trigger CI Job after k8s refactor updates 2023-10-24 14:51:04 -06:00
David Boreham 573a19a3b7
k8s refactor (#595) 2023-10-24 14:44:48 -06:00
Zach fc051265d8
more demo records for the console (#597)
* increase gas

* create six demo records

* print record

* use moon

* typos

* use git.vdb.t

* use the right moon

* ok
2023-10-24 14:25:25 -04:00
Zach ddebb9c690
bind only to 127.0.0.1 (#598)
Publish / Build and publish (push) Successful in 56s Details
Deploy Test / Run deploy test suite (push) Successful in 3m1s Details
Smoke Test / Run basic test suite (push) Successful in 4m13s Details
2023-10-23 10:51:44 -04:00
Zach fe6c3f92ed
typo (#596)
Publish / Build and publish (push) Successful in 57s Details
Deploy Test / Run deploy test suite (push) Successful in 2m57s Details
Smoke Test / Run basic test suite (push) Successful in 3m58s Details
2023-10-21 13:37:21 -04:00
Zach c06be6da81
stack for the laconic.com website (#590)
* website stack

* use a release, update ports

* use deployments feature for website
2023-10-21 13:31:47 -04:00
Thomas E Lackey 3291c16466
Update stacks for migrated laconic repos. (#594)
Smoke Test / Run basic test suite (push) Successful in 4m5s Details
Publish / Build and publish (push) Successful in 52s Details
Deploy Test / Run deploy test suite (push) Successful in 2m51s Details
2023-10-20 11:59:06 -05:00
Nabarun Gogoi 69b071ee7a
Add example GQL queries made in Ponder indexers (#593)
Publish / Build and publish (push) Successful in 1m50s Details
Deploy Test / Run deploy test suite (push) Successful in 5m18s Details
Smoke Test / Run basic test suite (push) Successful in 8m19s Details
* Add example GQL queries made in Ponder indexers

* Use fixturenet chainId in GQL query
2023-10-19 14:55:07 +05:30