prathamesh
7a9796ffe2
Update subgraph watcher versions and instructions to use deployments ( #775 )
...
Part of https://www.notion.so/Setup-watchers-on-sandman-34b5514a10634c6fbf3ec338967c871c
Reviewed-on: cerc-io/stack-orchestrator#775
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com >
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com >
2024-05-03 19:24:41 +00:00
jonathanface
fa5fb38ba8
linted
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
ced6661cf7
metrics on op-node
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
7aa9f10a95
added metrics addr flag
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
9446db9c5f
metrics
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
508112f819
blast testnet, initial commit
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
b6296fdc66
removed keycloak
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
48c19c1e1d
adding trustrpc flag to op-node
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
44753db277
follow established naming convention
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
5af28b9de6
fixed missing rollup
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
447e1215ad
copy whether absolute path or local
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
b2838334f2
working state
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
2a7a1c46b0
fixed optimum deployment
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
fbdde91953
tweaking yml
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
b5ad39f94a
minimal build
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
dc3ab712b0
integration testing, I think
2024-05-03 19:24:41 +00:00
jonathan@vulcanize.io
99f8c02f9c
filepath
2024-05-03 19:24:40 +00:00
jonathan@vulcanize.io
91b3fb41f3
keycloak implementation
2024-05-03 19:24:40 +00:00
jonathan@vulcanize.io
7be0f8beac
comment format
2024-05-03 19:24:40 +00:00
jonathan@vulcanize.io
814cbdaa9d
comment format
2024-05-03 19:24:40 +00:00
jonathan@vulcanize.io
bf0027d10f
copying genesis.json to /data/blast-data for blast
2024-05-03 19:24:40 +00:00
dboreham
42a1657afc
Beginnings of blast stack
2024-05-03 19:24:40 +00:00
jonathanface
fe6b15b6a6
undo prev
2024-04-26 16:44:01 +00:00
jonathanface
8e8e9539bd
updating reference branch to main
2024-04-26 16:42:08 +00:00
jonathanface
af1167234c
changing image names for lotus
2024-04-26 15:43:25 +00:00
jonathanface
d13892b879
fixing lotus fixturenet config
2024-04-26 15:40:55 +00:00
jonathanface
277fbae98f
build fixes
2024-04-26 15:09:24 +00:00
jonathanface
9ffa37c686
refactoring lotus deploy
2024-04-25 20:14:26 +00:00
jonathanface
c787cb59ef
renaming lotus image
2024-04-25 20:08:28 +00:00
jonathanface
8deb26414b
lotus mainnet build image
2024-04-25 20:05:29 +00:00
jonathanface
bf18317f98
fixed lotus-mainnet dockerfile
2024-04-25 03:23:04 +00:00
jonathanface
9219fa133f
fixed Dockerfiles
2024-04-25 02:51:52 +00:00
jonathanface
41cec3467f
removing git state check
2024-04-24 18:44:50 +00:00
jonathanface
efb07bd8ce
lotus fixturenet
2024-04-19 15:18:27 +00:00
jonathanface
dace83c5b2
added external data volume
2024-04-18 02:04:11 +00:00
jonathanface
253aaf9ca9
updating cerc image dockerfile
2024-04-16 20:47:45 +00:00
jonathanface
242019ffa5
updating default snapshot url
2024-04-16 18:23:23 +00:00
jonathanface
9d973844be
extraneous containers
2024-04-16 17:23:30 +00:00
jonathanface
461c298d0a
refinement
2024-04-16 02:36:25 +00:00
jonathanface
71fb7aee5c
missing yml
2024-04-16 02:16:00 +00:00
jonathanface
6baa2e2314
lotus stack
2024-04-12 17:14:21 +00:00
telackey
62f7ce649d
Exit non-0 if docker build fails. ( #778 )
...
Make sure to check the exit code of the docker build and bubble it back up to laconic-so.
Reviewed-on: cerc-io/stack-orchestrator#778
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com >
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com >
2024-03-06 18:38:30 +00:00
telackey
cc541ac20f
Use -slim variant for Dockerfile ( #773 )
...
This saves about 1GB of space in the image.
Reviewed-on: cerc-io/stack-orchestrator#773
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com >
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com >
2024-02-28 04:37:57 +00:00
telackey
10e2311a8b
Add timed logging for the webapp build ( #771 )
...
Add lots of log and timer output to webapp builds.
Reviewed-on: cerc-io/stack-orchestrator#771
2024-02-28 00:38:11 +00:00
telackey
21eb9f036f
Add support for pnpm as a webapp build tool. ( #767 )
...
This adds support for auto-detecting pnpm as a build tool for webapps.
Reviewed-on: cerc-io/stack-orchestrator#767
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to >
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com >
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com >
2024-02-26 23:31:52 +00:00
zramsay and zramsay
a16fc657bf
clarify uniswap urbit readme ( #766 )
...
Co-authored-by: zramsay <zach@bluecollarcoding.ca >
Reviewed-on: cerc-io/stack-orchestrator#766
2024-02-24 00:15:53 +00:00
telackey
704c42c404
Use a catchall for single page apps. ( #763 )
...
This creates a new environment variable, CERC_SINGLE_PAGE_APP, which controls whether a catchall redirection back to / is applied.
If the value is not explicitly set, we try to detect if the page looks like a single-page app.
Reviewed-on: cerc-io/stack-orchestrator#763
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com >
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com >
2024-02-23 20:32:24 +00:00
telackey
2af6ffce77
Tweaks for running the container registry in k8s ( #760 )
...
Minor tweaks for running the container-registry in k8s. The big change is not requiring --image-registry.
Reviewed-on: cerc-io/stack-orchestrator#760
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to >
2024-02-22 21:11:06 +00:00
dboreham
642c0ead0d
Add test for two config parameters ( #758 )
...
Reviewed-on: cerc-io/stack-orchestrator#758
Co-authored-by: David Boreham <david@bozemanpass.com >
Co-committed-by: David Boreham <david@bozemanpass.com >
2024-02-22 19:35:55 +00:00
telackey
db4986dcc6
snowballtool-base backend stack ( #751 )
...
This adds a stack for the backend from snowball/snowballtools-base.
Reviewed-on: cerc-io/stack-orchestrator#751
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com >
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com >
2024-02-21 04:45:46 +00:00