Commit Graph
251 Commits
Author SHA1 Message Date
dboreham 18a7e59a8a Merge pull request #116 from cerc-io/dboreham/fix-imports
Fix imports
v1.0.8-alpha
2023-01-11 21:57:26 -07:00
David Boreham 0a66b7e9d2 Fix odd import problem 2023-01-11 21:56:05 -07:00
David Boreham 7edfa1bb29 Add import-resources dependency 2023-01-11 21:01:48 -07:00
telackey 8e184f509d Add remote debugging support to fixturenet-geth. (#113)
* Add remote debugging support to fixturenet-geth.
2023-01-11 12:54:22 -06:00
dboreham 5697a39640 Merge pull request #112 from cerc-io/dboreham/version-command
Version command
v1.0.7-alpha
2023-01-10 14:32:56 -07:00
dboreham df469786ca Add version to smoke test 2023-01-10 14:32:12 -07:00
dboreham d315941f21 Version command implemented 2023-01-10 14:23:59 -07:00
dboreham ae7a17cecd Make script file names consistent 2023-01-10 14:10:22 -07:00
dboreham 261b513d68 Initial implementation 2023-01-10 14:09:38 -07:00
dboreham 9278d09096 Merge pull request #111 from cerc-io/dboreham/simple-test
A simple test
2023-01-10 10:25:14 -07:00
dboreham b8b83768d8 Add trailing newline 2023-01-10 10:24:48 -07:00
dboreham ddd2ea2724 Add a simple smoke test and shiv build script 2023-01-10 10:24:04 -07:00
Zach 787a5228ea Merge pull request #107 from cerc-io/zramsay-patch-1
Update repository-list.txt (rebrand)
2023-01-10 10:18:31 -05:00
dboreham 2ea87a3a80 Merge pull request #108 from cerc-io/telackey/path
fix: import Path
v1.0.6-alpha
2023-01-10 08:09:24 -07:00
telackey 8669a822df fix: import Path 2023-01-09 21:43:04 -06:00
Zach 738aa1907b Update repository-list.txt 2023-01-09 20:03:09 -05:00
Zach 4b1ca04620 Merge pull request #104 from cerc-io/zramsay-patch-2
Fix build; laconic-cns-cli -> laconic-registry-cli
2023-01-09 17:21:36 -05:00
zramsay 48dc431704 fix laconicd stack README 2023-01-09 15:39:23 -05:00
dboreham 2eee4d1fb2 Merge pull request #105 from cerc-io/dboreham/fix-env-var-error
Default the npm token env var
v1.0.5-alpha
2023-01-09 13:37:48 -07:00
Zach 8e5d0d6c58 Update stack.yml 2023-01-09 15:35:03 -05:00
dboreham 9d9eb791d1 Default the npm token env var 2023-01-09 13:34:02 -07:00
dboreham 4494f2ca62 Merge pull request #99 from cerc-io/dboreham/fix-shiv
Refactor for shiv package
v1.0.4-alpha
2023-01-08 20:12:33 -07:00
dboreham f04726f08d Fix remaining commands 2023-01-08 20:11:30 -07:00
dboreham b4b1ec3df8 Try another way to access packaged files 2023-01-08 20:08:35 -07:00
dboreham 0435a71b5e Refactor for shiv package 2023-01-07 21:02:14 -07:00
dboreham c99687cc80 Switch to Python3 importlib 2023-01-07 20:44:08 -07:00
dboreham cd2735fa24 Merge pull request #97 from cerc-io/dboreham/fix-db-pod-name
Rename compose file
2023-01-06 16:12:31 -07:00
dboreham 9b2a58e3bd Rename compose file 2023-01-06 16:11:20 -07:00
dboreham dcefebc721 Merge pull request #94 from cerc-io/dboreham/registry-cli-container
Build registry cli container
2023-01-06 15:59:02 -07:00
dboreham 82755a27f2 Build a CLI container 2023-01-06 15:57:14 -07:00
dboreham 318d70020e Add build environment 2023-01-06 13:54:03 -07:00
dboreham 6e67a59251 Initial implementation 2023-01-06 13:44:52 -07:00
dboreham 92743d7390 Rename directory 2023-01-06 13:13:56 -07:00
dboreham 731a9f2072 Merge pull request #92 from cerc-io/dboreham/check-npm-version-exists
Add test for package version already exists
2023-01-06 10:21:59 -07:00
dboreham d77a42b36f Add test for package version already exists 2023-01-06 10:20:18 -07:00
dboreham af1aee09ff Merge pull request #89 from cerc-io/dboreham/npm-build-command
npm build command
2023-01-06 09:33:51 -07:00
dboreham ff76cdad61 Back out debug code 2023-01-05 07:40:05 -07:00
dboreham 765db5937d Default to from-repo package version 2023-01-04 21:23:17 -07:00
dboreham 68c6eaf0b4 Use the right script 2023-01-04 20:50:23 -07:00
dboreham 073d94e288 Brand token env var 2023-01-04 20:43:13 -07:00
dboreham ee1ecbd217 Initial implementation of npm-build 2023-01-04 16:16:40 -07:00
dboreham 36f7d4ca26 Merge branch 'main' into dboreham/npm-build-command 2023-01-04 15:23:05 -07:00
dboreham fdb04d46b4 Merge pull request #88 from cerc-io/dboreham/fix-ps-command
Fix ps display for containers with no mapped ports
2023-01-04 10:39:49 -07:00
dboreham 778550754d Fix ps display for containers with no mapped ports 2023-01-04 10:39:16 -07:00
dboreham 2ba3ffac84 Add lirewine scope 2023-01-04 07:39:01 -07:00
dboreham db4899229d Merge pull request #86 from cerc-io/dboreham/build-laconic-cli
Allow building of npm packages using locally published dependencies
2023-01-03 22:40:26 -07:00
dboreham a5b1f6e107 Update readme 2023-01-03 22:38:51 -07:00
dboreham c059745af9 Working builds 2023-01-03 22:37:44 -07:00
dboreham 1b0407ae3c Add scripts to image 2023-01-03 21:39:06 -07:00
dboreham 47b7a47160 Add comments 2023-01-03 21:17:30 -07:00