WIP: run console without local gitea #276

Closed
zramsay wants to merge 228 commits from allow-registry-config into main

228 Commits

Author SHA1 Message Date
zramsay
2f277e36aa allow registry URL to be configurable 2023-04-03 16:16:09 -04:00
4da69ebf4c
Update run script to support COPY and WebSockets. (#275) 2023-04-03 14:59:31 -05:00
b266ac78b4
Replace laconicd with optimism in mobymask-v2 stack (#272)
* Remove laconicd to use optimism endpoint

* Use fixturenet-optimism stack for mobymask-v2-watcher

* Fix setting L1 account private key in mobymask-v2 stack
2023-04-03 18:13:29 +05:30
prathamesh0
fc522140ba
Add Optimism Fixturenet stack (#266)
* Initial version

* Update readme

* Build op-geth container

* Add optimism go code containers

* Add optimism contracts container

* Update optimism contracts container build

* Add fixturenet-optimism-contracts service to deploy L1 contracts

* Add fixturenet-optimism op-node and op-geth

* Avoid reading addresses from a file when sending balances

* Fixes for running op-geth container

* Fix image name and command in optimism-contracts service

* Add a healthcheck to lighthouse bootnode to avoid failing eth txs

* Avoid using hardhat ethers to send balances from an account

* Update script to send balance to L1 bridge proxy contract

* Implement op-node container

* Wait for a finalized L1 block to exist

* Fix for running op-batcher

* Add a todo for restart support

* Integrate optimism-contracts service and update instructions

* Update clean-up to remove docker volumes

* Update volume access permissions

* Add a todo to replace foundry usage with web3 js

* Add known issues

* Fix README

* Fix indentation

* Update known issues

---------

Co-authored-by: David Boreham <david@bozemanpas.com>
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2023-04-03 12:33:47 +05:30
432fc4755b
Merge pull request #271 from cerc-io/dboreham/add-foundry-to-erc20-stack
Add missing repo and container
2023-04-02 08:26:07 -06:00
045117c6fb Add missing repo and container 2023-04-02 08:25:26 -06:00
f2c6ebbc23
Merge pull request #236 from cerc-io/dboreham/add-console
Add laconic console in fixturenet-laconic-loaded
2023-04-01 13:32:29 -06:00
f6cb041634 Temporary punch the port through to the host to make things work 2023-04-01 10:06:39 -06:00
e072a6bc4b Run template substitution on start 2023-03-31 16:33:48 -06:00
409f61d68d Implement deploy time config 2023-03-31 16:29:59 -06:00
3372cac35e Add a temporary version of config to the hosting container 2023-03-31 08:00:24 -06:00
c45dd545dd Add console host container to stack 2023-03-31 07:59:43 -06:00
3fb968c9cf Add console container pod 2023-03-30 00:27:19 -06:00
d01fb777d4 Add web server to host container 2023-03-30 00:15:36 -06:00
8bfc97bfbe Merge branch 'main' into dboreham/add-console 2023-03-29 22:50:22 -06:00
7f155023d2
Merge pull request #265 from cerc-io/dboreham/fix-yarn-lock-processing
Handle semver spec in package.json local dependencies
2023-03-29 22:47:48 -06:00
c5a532c02b Handle semver spec in package.json local dependencies 2023-03-29 22:46:58 -06:00
prathamesh0
71aaa41069
Upgrade dependencies and start inline watcher peer in mobymask-v2 stack (#256)
* Upgrade dependencies in mobymask-v2 stack

* Run inline watcher peer in mobymask v2 stack

---------

Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2023-03-30 09:44:15 +05:30
c5cf8dda79 Merge branch 'main' into dboreham/add-console 2023-03-29 21:25:57 -06:00
e23ee1b176 Update version 2023-03-28 20:00:16 -06:00
df23476f0b
Merge pull request #255 from cerc-io/dboreham/fix-js-builder-gid-problem
Do not switch gid/uid for root and system users
2023-03-28 19:54:37 -06:00
b6fb3b396b Do not switch gid/uid for root and system users 2023-03-28 19:52:42 -06:00
1266ab88be Update version 2023-03-28 11:49:58 -06:00
a4a9607ea8
Merge pull request #253 from cerc-io/dboreham/wait-for-export-cluster-config
Detect transient errors exporting variables and re-try
2023-03-28 11:44:54 -06:00
15c0a92f30 Detect transient errors exporting variables and re-try 2023-03-28 11:44:02 -06:00
bb63035fcc
Merge pull request #252 from cerc-io/dboreham/fix-go-ethereum-foundry-startup
Fix health checks in erc20 containers
2023-03-28 10:47:07 -06:00
35ca979068 Fix health checks in erc20 containers 2023-03-28 10:46:26 -06:00
b1f4f2e4e3
Merge pull request #251 from cerc-io/dboreham/fix-ethereum-foundry
Update go-ethereum-foundry container for Debian base image
2023-03-28 09:53:22 -06:00
82acc99e2d Update go-ethereum-foundry container for Debian base image 2023-03-28 09:52:34 -06:00
3caf0da956 Update version 2023-03-28 07:17:06 -06:00
7e1137f811 Update version 2023-03-27 08:00:19 -06:00
1aeb44d5ad
Add missing notes and steps in mobymask-v2 stack readme (#241)
* Add missing notes and steps in readme

* Mention clearing of browser cache before opening invite link
2023-03-27 11:17:12 +05:30
3706dfd7db Update version 2023-03-26 21:35:01 -06:00
e70dca7687 Fix missing container name change 2023-03-25 18:57:36 -06:00
685ebdfb15
Merge pull request #240 from cerc-io/dboreham/fix-act-container-names
Use dashes not underscore to match docker-compose file
2023-03-25 18:27:38 -06:00
022afdc352 Use dashes not underscore to match docker-compose file in hosting repo and convention 2023-03-25 18:26:21 -06:00
7af7f654f6
Merge pull request #238 from cerc-io/telackey/act_runner
Add Gitea action support via act_runner.
2023-03-25 11:35:07 -06:00
ece01730fd
Merge pull request #230 from cerc-io/dboreham/update-node-version
Update to Node 18
2023-03-25 11:34:07 -06:00
74077d7704 Add Gitea action support via act_runner. 2023-03-24 22:24:40 -05:00
David Boreham
4a04d20bb2 Merge main 2023-03-24 19:43:46 -06:00
ca82d39c0c Add lirewine packages 2023-03-25 12:07:44 -06:00
David Boreham
4ad2729ae8 Console host container builds 2023-03-24 19:32:41 -06:00
David Boreham
2ca48fd2a2 Merge branch 'dboreham/add-console' of github.com:cerc-io/stack-orchestrator into dboreham/add-console 2023-03-24 18:38:50 -06:00
David Boreham
62d2d37417 Merge branch 'main' into dboreham/add-console 2023-03-24 18:36:36 -06:00
b2cef16462
Merge pull request #237 from cerc-io/dboreham/use-local-foundry
Use our locally built foundry container
2023-03-24 18:27:48 -06:00
David Boreham
da24a4edf6 Use our locally built foundry container 2023-03-24 18:23:35 -06:00
f67e367ead Add sdk repo and npm 2023-03-24 17:31:41 -06:00
07de83e6d7 Update version file 2023-03-24 10:26:48 -06:00
Zach
3d03b1099a
Merge pull request #235 from cerc-io/zramsay-patch-1
doc jq requirement
2023-03-24 08:57:38 -04:00
Zach
a5dd62e457
doc jq requirement 2023-03-24 08:56:01 -04:00
cacd306b22
Add web-apps and laconicd in MobyMask v2 watcher stack (#226)
* Rename .env file

* Add web app services to docker compose file

* Add laconicd to deploy contract and send txs

* Add demo with steps for running mobymask app with L2 chain

* Add fix for yarn install on M1 platform in react-peer

* Update multiaddrs to use websockets

* Add notes in readmes

---------

Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
2023-03-24 15:53:54 +04:00
5b8c91d19d Fix npm config 2023-03-24 02:59:03 -06:00
af1b5b5cfc Merge branch 'main' into dboreham/add-console 2023-03-24 02:56:03 -06:00
ebe1dfa4bf
Merge pull request #234 from cerc-io/dboreham/lirewine-builds
Add support for lirewine npm package build and consumption
2023-03-24 02:54:21 -06:00
e6b91acdea Fix up script and npm list 2023-03-24 02:52:37 -06:00
2e7ef1e52e Remove trailing whitespace 2023-03-24 02:31:19 -06:00
9e322203e9 Support the @lirewine npm scope 2023-03-24 02:30:04 -06:00
870a987760 Add lirewine repos and npms 2023-03-24 02:08:56 -06:00
44ba54f4a1 Merge branch 'main' into dboreham/add-console 2023-03-23 18:47:54 -06:00
76029d24de
Merge pull request #232 from cerc-io/dboreham/foundry-debian-container
Foundry debian-based container
2023-03-23 17:46:42 -06:00
David Boreham
06288fd9e1 Fix filename 2023-03-23 16:09:27 -06:00
David Boreham
21e9f96771 Build foundry with Debian base container 2023-03-23 16:03:35 -06:00
c9e931c212 Initial commit 2023-03-23 16:02:55 -06:00
David Boreham
56ff7d210b Update to Node 18 2023-03-23 14:04:31 -06:00
c307b0a1af Merge branch 'main' into dboreham/add-console 2023-03-22 21:37:23 -06:00
d5fd880bba Update version 2023-03-22 21:35:48 -06:00
David Boreham
f55aeee583 Initial commit 2023-03-22 17:05:04 -06:00
5fca9bdac7
Merge pull request #227 from cerc-io/dboreham/fix-fixturenet-laconicd
Update fixturenet create script
2023-03-22 15:01:59 -06:00
David Boreham
01c6999027 Update fixturenet create script 2023-03-22 14:52:39 -06:00
91ba0ae011 Update version 2023-03-21 09:55:40 -06:00
Zach
8fb93758ee
Merge pull request #225 from cerc-io/dboreham/update-readme
Update README to reflect user experience and to use --stack
2023-03-21 09:25:53 -04:00
David Boreham
2c151cb8ce Update README to reflect user experience and to use --stack directive in examples 2023-03-20 19:36:05 -06:00
74be51b892
Add Gitea note 2023-03-20 10:14:58 -06:00
33bbbccef7
Merge pull request #224 from cerc-io/dboreham/update-registry-doc
Update registry deploy instructions
2023-03-20 10:09:49 -06:00
ea6f28a3de Update registry deploy instructions 2023-03-20 10:08:59 -06:00
4c92391faf Update version 2023-03-20 08:21:41 -06:00
Nabarun Gogoi
7831078872
Add a stack for mobymask-v2-watcher to run peer tests (#222)
* Add mobymask-v2-watcher stack with peer tests

* Rename stack and container

* Avoid building react-peer container

* Improve step for getting container ID
2023-03-20 18:25:39 +05:30
a354158680
Remove now unnecessary commands 2023-03-19 17:30:22 -06:00
f8155cb29a
Merge pull request #216 from cerc-io/dboreham/fixturenet-eth-deploy-contracts
deploy contracts and use foundry with fixturenet-eth
2023-03-10 16:11:04 -07:00
c8ba07739e Merge branch 'main' into dboreham/fixturenet-eth-deploy-contracts 2023-03-09 17:10:16 -07:00
3aa9e427c2
Merge pull request #214 from cerc-io/dboreham/use-local-foundry
Build foundry locally
2023-03-09 17:06:49 -07:00
6735a0d378 Build foundry locally 2023-03-09 17:06:07 -07:00
21104f6b18 Drive by bug fix 2023-03-09 14:26:15 -07:00
7191dd8518 Merge branch 'main' into dboreham/fixturenet-eth-deploy-contracts 2023-03-09 08:37:45 -07:00
01c1230cd1 Update version 2023-03-09 08:37:20 -07:00
ee778356c0
Merge pull request #213 from cerc-io/dboreham/fix-non-stack-deploy
Fix for #212 - exception on non-stack deploy
2023-03-09 08:31:01 -07:00
ecc4302c34 Fix for #212 - exception on non-stack deploy 2023-03-09 08:30:18 -07:00
a3440ad05b Add omitted file 2023-03-09 06:43:51 -07:00
c07f6c51e2 Update doc 2023-03-08 22:49:00 -07:00
b708bb2122 Configure foundry container 2023-03-08 22:22:43 -07:00
d9a7ea19a3
Merge pull request #211 from cerc-io/dboreham/container-dependent-config
Add very basic cluster config mechanism
2023-03-08 17:04:06 -07:00
9cae493458 Add very basic cluster config mechanism 2023-03-08 17:03:14 -07:00
75376d7baf
Merge pull request #210 from cerc-io/dboreham/laconicd-stack-doc
Update fixturenet-laconicd docs
2023-03-07 16:05:21 -07:00
89b33c0e38 Update fixturenet-laconicd docs 2023-03-07 16:04:43 -07:00
ba5cc68794
Merge pull request #208 from cerc-io/dboreham/implement-logs-command
Implement logs command
2023-03-07 11:58:41 -07:00
b488d82b8f Implement logs command 2023-03-07 11:57:24 -07:00
f97b1e4720 Update version 2023-03-07 10:14:20 -07:00
d80fb5dd16
Merge pull request #207 from cerc-io/dboreham/run-cli-in-cluster
Run laconic registry cli in cluster
2023-03-07 10:10:26 -07:00
8a8fef6845 Very basic key export/import implementation 2023-03-07 10:08:04 -07:00
277be07dcd Add simple export/import scheme 2023-03-07 09:07:15 -07:00
99fcdf9d40
Merge pull request #205 from cerc-io/dboreham/eth-tooling
Add foundry cli to fixturenet-eth
2023-03-06 15:20:07 -07:00
b43886a1a9 Add foundry cli to fixturenet-eth 2023-03-06 15:19:19 -07:00
49c524e8ed Initial commit 2023-03-04 18:45:57 -07:00
f7285be425
Merge pull request #203 from cerc-io/dboreham/pass-uid-to-compose-up
Pass environment variables for both exec and up
2023-03-02 10:56:53 -07:00
be6a473772 Pass environment variables for both exec and up 2023-03-02 10:53:48 -07:00
c0b4cefdce
Merge pull request #202 from cerc-io/dboreham/remove-debug-output
Remove debug output
2023-03-02 10:35:26 -07:00
f99dbfbdf5 Remove debug output 2023-03-02 10:32:18 -07:00
900917b548
Merge pull request #197 from cerc-io/dboreham/uid-gid-to-deploy
Pass uid and gid to compose
2023-02-28 10:23:34 -07:00
cea4e5a51f Pass uid and gid to compose 2023-02-28 10:22:27 -07:00
4353418fa6
Merge pull request #196 from cerc-io/dboreham/fix-project-name
Make cluster/docker-compose project name unique
2023-02-28 08:47:52 -07:00
a1fdeac3b7 Make cluster/docker-compose project name unique 2023-02-28 08:47:02 -07:00
2f29e283de Update version 2023-02-28 08:01:36 -07:00
4fdb442263
Merge pull request #193 from cerc-io/dboreham/disable-docker-buildkit
Revert move to BuildKit in new Docker releases
2023-02-24 23:34:48 -07:00
ced6925e02 Revert move to BuildKit in new Docker releases 2023-02-24 23:31:17 -07:00
10548beedf
Merge pull request #191 from cerc-io/dboreham/builder-js-uid
Support docker containers with non-root users and host user uid not equal to 1000
2023-02-24 23:06:13 -07:00
17355c9e42 usermod does not change group ownership of home dir 2023-02-24 22:44:50 -07:00
5022e355ed Propagate build env vars 2023-02-24 22:26:02 -07:00
6704cd7527 Implement new approach: build a uid-specific container 2023-02-24 22:14:28 -07:00
b84a28592d Work around docker uid/gid insanity 2023-02-23 20:50:20 -07:00
187c06ef5a Add build stack doc 2023-02-23 07:22:46 -07:00
c52f9e655d
Merge pull request #187 from cerc-io/dboreham/document-build-stack
Add some doc for build stack
2023-02-21 11:26:43 -07:00
1f57ec5326 Add some doc 2023-02-21 11:25:49 -07:00
9ccf3ca1af
Merge pull request #186 from cerc-io/erc721-stack-syntax
Stack syntax for ERC721.
2023-02-21 09:38:09 -06:00
463b11bb23 Stack syntax for ERC721. 2023-02-21 09:30:07 -06:00
b1e618142d
Merge pull request #185 from cerc-io/dboreham/immutable-js-build
Copy build tree
2023-02-21 06:59:38 -07:00
3b55d012be Copy build tree 2023-02-21 06:56:33 -07:00
25ae0cac7d
Merge pull request #184 from cerc-io/dboreham/kubo
Add a kubo pod
2023-02-21 06:17:41 -07:00
6dddceec27 Add ipfs pod 2023-02-21 06:16:59 -07:00
9c00aba8f3 Add kubo pod 2023-02-21 05:59:28 -07:00
c4fa7fee30 Update version 2023-02-21 05:40:57 -07:00
6c1bedc67e
Merge pull request #182 from cerc-io/dboreham/check-for-js-builder
Check for builder container in npm build
2023-02-20 16:16:43 -07:00
156758bfa7 Check for builder container in npm build 2023-02-20 16:16:15 -07:00
9f07a0ed4b
Merge pull request #180 from cerc-io/dboreham/npm-build-with-package-stack
npm build with package-registry stack
2023-02-20 12:49:20 -07:00
f14a4a33d7 Working feature 2023-02-20 12:46:56 -07:00
7e6268c39d Wire up to build-npms 2023-02-20 06:43:06 -07:00
f1cbce1d00 Call from base stack class 2023-02-20 06:23:21 -07:00
68293cbaa3 Initial implementation 2023-02-20 06:09:35 -07:00
7d51e4b9aa Update python on whales 2023-02-19 17:46:47 -07:00
5ceed34160 Remove debug code 2023-02-17 15:38:24 -07:00
e5197e4918
Merge pull request #178 from cerc-io/dboreham/package-registry-stack
Support for the package registry stack
2023-02-17 15:36:28 -07:00
63c93acb83 Add newline 2023-02-17 15:36:09 -07:00
88d81f7df6 Fix comment 2023-02-17 15:35:31 -07:00
bb39d90522 Add pre/post script support 2023-02-17 15:31:43 -07:00
a1893aa153 Basic functionality 2023-02-17 14:15:35 -07:00
60c1da725e Initial commit 2023-02-17 13:34:51 -07:00
2bf50383dd
Missed one update 2023-02-17 11:53:58 -07:00
6569a2a2b6
Update to use stack syntax 2023-02-17 11:53:05 -07:00
8645ab0619
Use latest keycloak plugin. (#173) 2023-02-01 16:02:49 -06:00
b0520a042a Update version 2023-01-30 22:29:38 +01:00
10f2fbaa37 Update version 2023-01-30 22:28:33 +01:00
3bd0c74e1f
Merge pull request #172 from cerc-io/dboreham/revert-foundry-image
Revert local foundry build
2023-01-30 22:06:26 +01:00
e850923e1a
Revert local foundry build 2023-01-30 14:05:48 -07:00
82c2bb78f2
Merge pull request #171 from cerc-io/dboreham/fixturenet-loaded
Initial commit
2023-01-30 19:12:06 +01:00
f01bc27660 Initial commit 2023-01-30 16:53:57 +01:00
db5775621d
Merge pull request #169 from cerc-io/dboreham/fix-gerbil-package-install
Install gerbil packages globally not locally in the project directory
2023-01-28 11:35:44 -07:00
5928e40721 Install gerbil packages globally not locally in the project directory 2023-01-28 18:56:43 +01:00
605a9aeda1
Merge pull request #167 from cerc-io/dboreham/release-doc
Add release process doc
2023-01-27 22:25:53 -07:00
David Boreham
1b3a14d86f Add release process doc 2023-01-27 21:22:43 -07:00
fc31b44b5a
Merge pull request #166 from cerc-io/dboreham/fix-fixturenet-status
Fix status script
2023-01-27 08:10:32 -07:00
5a3bdd269d Fix status script 2023-01-27 08:10:04 -07:00
04f61293b5 Update version 2023-01-27 07:30:14 -07:00
ecf943b593
Merge pull request #164 from cerc-io/dboreham/fixturenet-eth-fixes
Fixes to fixturenet-eth
2023-01-26 21:36:23 -07:00
e4229e4ceb Fixes to fixturenet-eth 2023-01-26 16:47:06 -07:00
ce0c7ee9ba
Include all eth API operation metrics. (#162) 2023-01-26 13:53:02 -06:00
6770f7af6e
Merge pull request #161 from cerc-io/dboreham/run-command-in-container
Exec command inside container
2023-01-25 23:22:57 -07:00
ade20fb2f5 Exec command inside container 2023-01-25 23:22:05 -07:00
bf91048dbb Update version 2023-01-25 22:47:08 -07:00
a520cce17c Add release description 2023-01-25 22:46:37 -07:00
e1421045eb
Merge pull request #159 from cerc-io/dboreham/enhanced-publish-script
Better publish scripts
2023-01-25 22:40:24 -07:00
0b08d7ba65 Update version 2023-01-25 22:38:25 -07:00
7fdf9bc4db Better publish scripts 2023-01-25 22:37:43 -07:00
a144dde4c1
Merge pull request #158 from cerc-io/dboreham/publish-package
Basic GitHub release publishing script
2023-01-25 14:34:19 -07:00
465d16e50f Basic GitHub release publishing script 2023-01-25 14:28:41 -07:00
c279bd49a4
Integrate grafana/prometheus with fixturenet-eth. (#156)
* Integrate grafana/prometheus with fixturenet-eth.

* Integrate grafana/prometheus with fixturenet-eth.

* Revert port change

* EOL

* EOL

* Simplify ipld-eth-server config.
2023-01-25 11:50:08 -06:00
080451f3df Update version 2023-01-24 08:27:12 -07:00
8b19e0f194
Merge pull request #155 from cerc-io/dboreham/stack-test
Add stack tests
2023-01-24 08:19:51 -07:00
c80ed2b245 Add stack tests 2023-01-24 08:19:24 -07:00
Zach
3cef5eb262
Merge pull request #144 from cerc-io/docs-updates
Docs updates
2023-01-24 09:14:45 -05:00
208df97c96
Merge pull request #154 from cerc-io/dboreham/port-command
Implement deploy-system port command
2023-01-23 22:12:14 -07:00
David Boreham
5f22afc78b Add trailing newline 2023-01-23 22:11:24 -07:00
David Boreham
ea6f932e00 Implement deploy-system port command 2023-01-23 22:09:56 -07:00
9464c47163
Merge pull request #151 from cerc-io/dboreham/build-foundry-local
Build foundry container locally
2023-01-23 17:09:11 -07:00
14e57abfbf Revert debugging code 2023-01-23 17:07:23 -07:00
65cdba7705
Update keycloak to include X-User-Id header. (#147) 2023-01-23 10:39:15 -06:00
5b9b259494
Merge pull request #153 from cerc-io/dboreham/add-guile-to-gerbil-builder
Add guile to gertbil builder container
2023-01-23 08:00:46 -07:00
c7970d09b3 Add guile to gertbil builder container 2023-01-23 08:00:24 -07:00
f982a7632e
Merge pull request #150 from cerc-io/dboreham/gerbil-builder
Add gerbil builder container
2023-01-23 07:24:55 -07:00
4ab84eb7ca Enhance readme 2023-01-23 07:24:27 -07:00
fb8eabb28e
Merge pull request #152 from cerc-io/dboreham/fix-fixturenet-eth-stack
Fix stack file
2023-01-23 06:52:27 -07:00
a12e06dcbb Fix stack file 2023-01-23 06:51:51 -07:00
David Boreham
f3f4033937 Build foundry container locally 2023-01-22 22:19:23 -07:00
46bcc2f882 Fix bugs 2023-01-22 22:12:05 -07:00
8843b894e2 Add gerbil builder container 2023-01-22 21:50:50 -07:00
zramsay
d3f63b8975
update CONTRIBUTING 2023-01-20 11:35:57 -05:00
zramsay
00c1515807
fixup spec 2023-01-20 11:21:14 -05:00
zramsay
4c84896090
stack diagram: fix diagram & compress img 2023-01-20 11:04:24 -05:00
Zach
59a9714d19
Merge pull request #138 from cerc-io/fix-pods
Fix pods (db -> ipld-eth-db)
2023-01-20 09:38:54 -05:00
zramsay
e9c24a0b82
db -> ipld-eth-db 2023-01-20 08:03:54 -05:00
c949fe091f Update version 2023-01-19 14:21:33 -07:00
1cdf0f3015 Update version 2023-01-19 14:21:13 -07:00
6ae86dbcec Update version 2023-01-19 14:19:39 -07:00
edbf674df7
Merge pull request #137 from cerc-io/dboreham/missing-stack-error
Error check stack config
2023-01-19 14:14:34 -07:00
d454a4ffc1 Error check stack config 2023-01-19 14:13:57 -07:00
cefe10d124
Merge pull request #136 from cerc-io/dboreham/small-fixes
Some small fixes
2023-01-19 13:39:06 -07:00
34aa613d04 Implement continue on error for npm builds 2023-01-19 13:38:04 -07:00
6faa933d42 Remove result code check 2023-01-19 13:30:01 -07:00
bbbb57ec06 Implement stop on error building containers 2023-01-19 13:20:53 -07:00
68c7f91052 Catch docker run exceptions 2023-01-19 13:00:35 -07:00
3b5efc8f0f Remove extraneous stderr output 2023-01-19 13:00:06 -07:00
d94ed55642
Merge pull request #135 from cerc-io/dboreham/fix-npm-builds
Fix various npm build issues
2023-01-19 11:34:19 -07:00
9fb96d8458 Fix various npm build issues 2023-01-19 11:33:34 -07:00
d05a47946a Update version 2023-01-18 22:07:04 -07:00
683341a66f
Merge pull request #131 from cerc-io/dboreham/stack-for-npm-build
Stack for build-npms
2023-01-18 22:02:49 -07:00
0b8b3123fe Stack for build-npms 2023-01-18 22:01:55 -07:00
7740dccf4c
Merge pull request #130 from cerc-io/dboreham/stack-for-deploy-system
Implement stack for deploy-system
2023-01-18 15:37:41 -07:00
6bf413e002 Implement stack for deploy-system 2023-01-18 15:37:12 -07:00
d1f9c3d152
Merge pull request #129 from cerc-io/dboreham/stack-for-build-containers
Implement stack for container build
2023-01-18 15:28:53 -07:00
d5875954b8 Implement stack for container build 2023-01-18 15:27:52 -07:00
5e2df891cf Update version 2023-01-17 22:43:07 -07:00
4e1366df60
Merge pull request #128 from cerc-io/dboreham/stack-for-setup-repositories
Implement stack config file for setup-repositories
2023-01-17 22:40:12 -07:00
b0947081de Update version info 2023-01-17 22:38:30 -07:00
04a3049162 Make code compatible with Pyton 3.8 2023-01-17 22:25:04 -07:00
1d7128c6e1 Initial implementation of stack 2023-01-17 16:05:50 -07:00
65f5382bfe
Merge pull request #127 from cerc-io/dboreham/update-version
Update version
2023-01-17 13:52:33 -07:00
cf3120d6c2 Update version 2023-01-17 13:52:00 -07:00
0ea29bc480 Enable metrics endpoint in fixturenet. 2023-01-17 12:04:28 -06:00
Zach
5e7db36c75
Merge pull request #122 from cerc-io/update-readme-67
Update readme
2023-01-17 09:27:42 -05:00
zramsay
70723dd6d4
update readme 2023-01-16 07:27:52 -05:00