Thomas E Lackey
1def279d26
Support multiple NodePorts, static NodePort mapping, and add 'replicas' spec option ( #913 )
...
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 2s
Details
Publish / Build and publish (push) Failing after 4s
Details
Smoke Test / Run basic test suite (push) Failing after 2s
Details
Lint Checks / Run linter (push) Failing after 2s
Details
NodePort example:
```
network:
ports:
caddy:
- 1234
- 32020:2020
```
Replicas example:
```
replicas: 2
```
This also adds an optimization for k8s where if a directory matching the name of a configmap exists in beneath config/ in the stack, its contents will be copied into the corresponding configmap.
For example:
```
# Config files in the stack
❯ ls stack-orchestrator/config/caddyconfig
Caddyfile Caddyfile.one-req-per-upstream-example
# ConfigMap in the spec
❯ cat foo.yml | grep config
...
configmaps:
caddyconfig: ./configmaps/caddyconfig
# Create the deployment
❯ laconic-so --stack ~/cerc/caddy-ethcache/stack-orchestrator/stacks/caddy-ethcache deploy create --spec-file foo.yml
# The files from beneath config/<config_map_name> have been copied to the ConfigMap directory from the spec.
❯ ls deployment-001/configmaps/caddyconfig
Caddyfile Caddyfile.one-req-per-upstream-example
```
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/913
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-08-09 02:32:06 +00:00
David Boreham
64691bd206
Merge pull request 'Allow gentx-files to be omitted' ( #911 ) from dboreham/allow-zero-gentx into main
...
Webapp Test / Run webapp test suite (push) Failing after 6s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 2s
Details
Publish / Build and publish (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/911
2024-08-07 20:13:40 +00:00
David Boreham
aef5986135
Allow gentx-files to be omitted
2024-08-07 14:11:06 -06:00
David Boreham
6f8f0340d3
Merge pull request 'Add stage 1 support' ( #910 ) from dboreham/stage1-support into main
...
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/910
2024-08-07 17:44:28 +00:00
David Boreham
7590d6e237
Add stage 1 support
2024-08-07 11:28:10 -06:00
David Boreham
573f99dbbe
Listen on 0.0.0.0 ( #909 )
...
Lint Checks / Run linter (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/909
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-08-02 14:06:06 +00:00
David Boreham
8052c1c25e
Merge pull request 'Laconicd needs to be told its currency' ( #908 ) from dboreham/mainnet-laconic-specify-currency into main
...
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/908
2024-08-02 03:10:34 +00:00
David Boreham
a674d13493
Laconicd needs to be told its currency
2024-08-01 21:09:30 -06:00
Roy Crihfield
0d4f4509c8
Remove Eth fixturenet workflows ( #906 )
...
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 4s
Details
Deletes the now-failing CI workflows for the old `fixturenet-eth` and `fixturenet-plugeth` stacks.
Part of https://git.vdb.to/cerc-io/stack-orchestrator/issues/905 .
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/906
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
2024-08-01 02:28:05 +00:00
David Boreham
5af27b1b3a
Merge pull request 'Fix for sh as shell not bash' ( #907 ) from dboreham/fix-script-for-ubuntu into main
...
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/907
2024-07-31 20:39:37 +00:00
David Boreham
6c91b87348
Fix for sh as shell not bash
2024-07-31 14:30:53 -06:00
David Boreham
7d18334953
Mainnet-laconic stack fixes for laconicd2 ( #904 )
...
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 4s
Details
Fixturenet-Laconicd-Test / Run Laconicd fixturenet and Laconic CLI tests (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/904
2024-07-31 13:51:28 +00:00
Prathamesh Musale
79c1c5ed99
Update fixturenet-laconicd stack to use alnt denom ( #902 )
...
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675 )
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/902
Reviewed-by: ashwin <ashwin@noreply.git.vdb.to>
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-31 13:27:54 +00:00
zramsay
dfedd9e9ff
rename laconic-sdk to registry-sdk ( #897 )
...
Lint Checks / Run linter (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Co-authored-by: zramsay <zach@bluecollarcoding.ca>
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/897
Reviewed-by: ashwin <ashwin@noreply.git.vdb.to>
Co-authored-by: zramsay <zramsay@noreply.git.vdb.to>
Co-committed-by: zramsay <zramsay@noreply.git.vdb.to>
2024-07-31 08:01:02 +00:00
Thomas E Lackey
f64683f03b
Use a more flexible mechanism to inject config into next.config.js for runtime env. ( #901 )
...
Deploy Test / Run deploy test suite (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 4s
Details
Instead of attempting to rewriting the nextConfig file directly, inject a helper function to add the config we need.
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/901
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-07-31 03:22:23 +00:00
Thomas E Lackey
913c3a8557
Back to v2 now that we have a working webapp deployer build again. ( #896 )
...
Publish / Build and publish (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/896
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-07-27 18:59:42 +00:00
Thomas E Lackey
2f5b0cdd13
Revert recent laconicd deployment changes to restore production webapp deployer function. ( #895 )
...
Deploy Test / Run deploy test suite (push) Failing after 5s
Details
Publish / Build and publish (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/895
2024-07-27 17:04:03 +00:00
Thomas E Lackey
432bd4113d
881: Support next.config.mjs ( #890 )
...
Lint Checks / Run linter (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 4s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/890
2024-07-25 16:47:17 +00:00
Prathamesh Musale
b26698b756
Update fixturenet-laconicd stack for renaming changes ( #891 )
...
Smoke Test / Run basic test suite (push) Failing after 4s
Details
Fixturenet-Laconicd-Test / Run Laconicd fixturenet and Laconic CLI tests (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Part of [Rename laconic2d to laconicd](https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7 )
Handles https://git.vdb.to/cerc-io/stack-orchestrator/issues/882 , https://git.vdb.to/cerc-io/stack-orchestrator/issues/889
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/891
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-25 08:50:15 +00:00
Thomas E Lackey
01deac78c4
880: Support new compile/generate syntax for next >=14.2.0 ( #886 )
...
Publish / Build and publish (push) Failing after 6s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Fix for https://git.vdb.to/cerc-io/stack-orchestrator/issues/880 to support the next compile/generate syntax.
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/886
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-07-24 20:20:16 +00:00
zramsay
40ccd47857
Merge pull request 'fixes for deployer & SP documentation' ( #887 ) from zach/cns-to-registry into main
...
Deploy Test / Run deploy test suite (push) Failing after 6s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/887
2024-07-24 00:29:14 +00:00
zramsay
80cff73344
crn --> lrn
2024-07-23 20:20:01 -04:00
zramsay
21b1270d27
fix lint
2024-07-23 20:16:16 -04:00
zramsay
008389dcd8
cns --> registry and other fixes
2024-07-23 20:10:06 -04:00
David Boreham
c81fb9581a
Fix stack path check ( #877 )
...
Webapp Test / Run webapp test suite (push) Failing after 5s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/877
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-07-19 17:16:40 +00:00
David Boreham
83397bbae4
Enable cors in laconicd http services ( #875 )
...
Webapp Test / Run webapp test suite (push) Failing after 4s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/875
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-07-15 05:23:18 +00:00
David Boreham
17c21464ab
Merge pull request 'Work around explorer host name sensitivity' ( #874 ) from dboreham/fix-explorer-testnet-hostname into main
...
Deploy Test / Run deploy test suite (push) Failing after 4s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 4s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/874
2024-07-15 02:56:33 +00:00
David Boreham
7fb9ccdfd8
Work around explorer host name sensitivity
2024-07-14 20:51:11 -06:00
David Boreham
2bad59dfcd
Add missing file to explorer container ( #873 )
...
Webapp Test / Run webapp test suite (push) Failing after 4s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/873
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-07-14 17:40:35 +00:00
David Boreham
13d04e9256
Integrate ping-pub explorer ( #872 )
...
Webapp Test / Run webapp test suite (push) Failing after 4s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/872
2024-07-13 14:24:23 +00:00
zramsay
1f017c9066
increase CERC_MAX_GENERATE_TIME for webapps ( #857 )
...
Publish / Build and publish (push) Failing after 6s
Details
Lint Checks / Run linter (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
sort of addresses #856
Co-authored-by: zramsay <zach@bluecollarcoding.ca>
Co-authored-by: David Boreham <dboreham@noreply.git.vdb.to>
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/857
Co-authored-by: zramsay <zramsay@noreply.git.vdb.to>
Co-committed-by: zramsay <zramsay@noreply.git.vdb.to>
2024-07-12 19:01:35 +00:00
VPhung24
3b9422095c
Add support for bun as a webapp package manager ( #800 )
...
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
This is working off pull request "[Add support for pnpm as a webapp build tool. #767 ](https://git.vdb.to/cerc-io/stack-orchestrator/pulls/767/files )" that adds `pnpm` package manager support for `nextjs` & `webapps`.
`bun` default build output directory (defined as `CERC_BUILD_OUTPUT_DIR`) is `dist` which should already be handled with `pnpm` support in the previously mentioned [pull request](https://git.vdb.to/cerc-io/stack-orchestrator/pulls/767/files )
Installing `bun` using `npm` following our previous `pnpm` installation
```zsh
npm install -g bun
```
We'll be using `bun` as a package manager that works with `Node.js` projects as defined in bun's [docs](https://bun.sh/docs/cli/install )
> The bun CLI contains a Node.js-compatible package manager designed to be a dramatically faster replacement for npm, yarn, and pnpm. It's a standalone tool that will work in pre-existing Node.js projects; if your project has a package.json, bun install can help you speed up your workflow.
To test `next.js` apps using `node.js` and compatibility with all four packager managers -- `npm`, `yarn`, `pnpm`, and `bun` -- use the branches of snowball's [nextjs-package-manager-example-app](https://git.vdb.to/snowball/nextjs-package-manager-example-app ) repo: `nextjs-package-manager/npm`, `nextjs-package-manager/yarn`, `nextjs-package-manager/pnpm`, `nextjs-package-manager/bun`.
Co-authored-by: Vivian Phung <dev+github@vivianphung.com>
Co-authored-by: David Boreham <dboreham@noreply.git.vdb.to>
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/800
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
Co-authored-by: VPhung24 <vphung24@noreply.git.vdb.to>
Co-committed-by: VPhung24 <vphung24@noreply.git.vdb.to>
2024-07-09 18:00:14 +00:00
Roy Crihfield
36d4969b2d
Fixes for external stack deployment ( #851 )
...
Publish / Build and publish (push) Failing after 11s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 2s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Fixes
- stack path resolution for `build`
- external stack path resolution for deployments
- "extra" config detection
- `deployment ports` command
- `version` command in dist or source install (without build_tag.txt)
- `setup-repos`, so it won't die when an existing repo is not at a branch or exact tag
Used in https://git.vdb.to/cerc-io/fixturenet-eth-stacks/pulls/14
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/851
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
2024-07-09 15:37:35 +00:00
David Boreham
a2d6201be9
Merge pull request 'Remove quotes from git config' ( #870 ) from dboreham/fix-git-config-command into main
...
Webapp Test / Run webapp test suite (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/870
2024-07-05 15:56:12 +00:00
David Boreham
62f7825ec2
Remove quotes from git config
2024-07-05 09:55:14 -06:00
David Boreham
6d24d4a7e6
Set github auth token if present ( #868 )
...
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 4s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/868
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-07-05 12:27:22 +00:00
David Boreham
f06e5f9a2a
Don't try to tag remote images ( #866 )
...
Deploy Test / Run deploy test suite (push) Failing after 4s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 2s
Details
Publish / Build and publish (push) Failing after 4s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/866
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-07-04 23:51:06 +00:00
David Boreham
c3a1402042
Derive the webapp host container id from stable data ( #865 )
...
Deploy Test / Run deploy test suite (push) Failing after 5s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/865
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-07-04 22:38:07 +00:00
David Boreham
ca5fffaed5
Add logging to webapp deployer ( #863 )
...
Helps with diagnosing failures and odd behavior seen in the deployer in production.
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/863
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-07-04 19:46:42 +00:00
David Boreham
df776c1b4c
Install git for apps that want to get their commit sha ( #854 )
...
Lint Checks / Run linter (push) Failing after 4s
Details
Publish / Build and publish (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/854
Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to>
Co-authored-by: David Boreham <dboreham@noreply.git.vdb.to>
Co-committed-by: David Boreham <dboreham@noreply.git.vdb.to>
2024-06-25 05:03:49 +00:00
David Boreham
48a3e79e6a
Merge pull request 'Fix argument errors in command code' ( #853 ) from dboreham/fix-laconic-mainnet-command into main
...
Lint Checks / Run linter (push) Failing after 4s
Details
Smoke Test / Run basic test suite (push) Failing after 4s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/853
2024-06-24 20:21:08 +00:00
David Boreham
0eaa5b8f09
Fix argument errors in command code
2024-06-24 14:15:46 -06:00
David Boreham
8980ac2581
Merge pull request 'Fixes for current SO objects' ( #852 ) from dboreham/fix-mainnet-laconic into main
...
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/852
2024-06-24 19:54:04 +00:00
David Boreham
fd15252c3f
Fixes for current SO objects
2024-06-24 13:41:15 -06:00
David Boreham
b4e82ebc19
Merge pull request 'Fix mainnet laconic deploy setup' ( #850 ) from dboreham/fix-mainnet-laconic-init into main
...
Lint Checks / Run linter (push) Failing after 4s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 4s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/850
2024-06-22 01:25:07 +00:00
David Boreham
2364924a59
Fix mainnet laconic deploy setup
2024-06-21 19:24:33 -06:00
Nabarun
a223797b4a
Update graph-node dashboard to show individual subgraph increase in query count ( #846 )
...
Lint Checks / Run linter (push) Failing after 4s
Details
Publish / Build and publish (push) Failing after 6s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Part of [Metrics and logging for GQL queries in watcher](https://www.notion.so/Metrics-and-logging-for-GQL-queries-in-watcher-928c692292b140a2a4f52cda9795df5e )
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/846
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2024-06-20 09:27:23 +00:00
Nabarun
b8004e9870
Add Grafana panels for graph-node subgraph GQL queries ( #845 )
...
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 4s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Part of [Deploy v2 and updated v3 sushiswap subgraphs](https://www.notion.so/Deploy-v2-and-updated-v3-sushiswap-subgraphs-e331945fdeea487c890706fc22c6cc94 )
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/845
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2024-06-19 10:40:54 +00:00
Prathamesh Musale
3fd99a1522
Handle race condition in laconic registry CLI tests ( #843 )
...
Fixturenet-Laconicd-Test / Run Laconicd fixturenet and Laconic CLI tests (push) Failing after 4s
Details
Lint Checks / Run linter (push) Failing after 2s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Part of https://git.vdb.to/cerc-io/laconic-registry-cli/issues/63
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/843
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-06-19 06:41:58 +00:00
Nabarun
842d999792
Add alert rules for secured secured-finance subgraph watcher ( #842 )
...
Lint Checks / Run linter (push) Failing after 5s
Details
Publish / Build and publish (push) Failing after 5s
Details
Deploy Test / Run deploy test suite (push) Failing after 4s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Part of [Generate secured-finance subgraph watcher with codegen](https://www.notion.so/Generate-secured-finance-subgraph-watcher-with-codegen-2923413e0af54ea787c5435d6966f3bb )
- Update watcher dashboard labels
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/842
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2024-06-18 12:28:02 +00:00