-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add txtar driver for gnoland integration test #1117
Commits on Sep 25, 2023
-
feat: add txtar driver to gnoland
** as requested, this is a squash of the following commits: - feat: use commands.IO - chore: cleanup gnoland output using context logger - chore: cleanup integration test - chore: cleanup - feat: add test data example - chore: cleanup - fix: concurent run of gnoland - chore: cleanup - fix: cleanup - fix: docker integration test - chore: cleanup root dir and validate config - fix: correctly update command io argument - chore: cleanup Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad175a8 - Browse repository at this point
Copy the full SHA ad175a8View commit details
Commits on Sep 28, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f4be75 - Browse repository at this point
Copy the full SHA 9f4be75View commit details -
fix: increase sleep before gnoland is ready
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 686ae5f - Browse repository at this point
Copy the full SHA 686ae5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76074e8 - Browse repository at this point
Copy the full SHA 76074e8View commit details -
feat: export gnoland integration function
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89420bc - Browse repository at this point
Copy the full SHA 89420bcView commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f887613 - Browse repository at this point
Copy the full SHA f887613View commit details
Commits on Sep 29, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 30ba1de - Browse repository at this point
Copy the full SHA 30ba1deView commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc1de0b - Browse repository at this point
Copy the full SHA cc1de0bView commit details -
chore: gno directory name definition
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b9d9156 - Browse repository at this point
Copy the full SHA b9d9156View commit details
Commits on Oct 2, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc811ff - Browse repository at this point
Copy the full SHA fc811ffView commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0ed4b1 - Browse repository at this point
Copy the full SHA c0ed4b1View commit details -
Merge remote-tracking branch 'origin/master' into feat/gnoland-txtar-…
…driver Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed27557 - Browse repository at this point
Copy the full SHA ed27557View commit details
Commits on Oct 3, 2023
-
fix: add sleep after addpkg command
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e808b91 - Browse repository at this point
Copy the full SHA e808b91View commit details -
chore: add comment on app gnorootdir
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a7f784 - Browse repository at this point
Copy the full SHA 5a7f784View commit details -
chore: fix and update comments
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b7d71c - Browse repository at this point
Copy the full SHA 1b7d71cView commit details -
Merge remote-tracking branch 'origin/master' into feat/gnoland-txtar-…
…driver Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a9687ca - Browse repository at this point
Copy the full SHA a9687caView commit details -
Update gno.land/cmd/gnoland/integration_test.go
Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e2516a - Browse repository at this point
Copy the full SHA 8e2516aView commit details -
chore: remove useless (not used) config argument for gnoland integration
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c776213 - Browse repository at this point
Copy the full SHA c776213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f82bcd - Browse repository at this point
Copy the full SHA 9f82bcdView commit details -
chore: comments, capitalize, punctuation
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b57cd5 - Browse repository at this point
Copy the full SHA 4b57cd5View commit details
Commits on Oct 4, 2023
-
chore: correctly move sleep at the right place
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 911320b - Browse repository at this point
Copy the full SHA 911320bView commit details -
fix(docker): set GNOROOT in dockerfile instead of the docker integration
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bc08176 - Browse repository at this point
Copy the full SHA bc08176View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 18046ea - Browse repository at this point
Copy the full SHA 18046eaView commit details -
chore(log): set back %s instead of %+v
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0cb9586 - Browse repository at this point
Copy the full SHA 0cb9586View commit details -
fix(tempdir): use only one tempdir call
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8d0f2d9 - Browse repository at this point
Copy the full SHA 8d0f2d9View commit details -
feat: add
update_scripts
environment variableSigned-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 221e216 - Browse repository at this point
Copy the full SHA 221e216View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3544390 - Browse repository at this point
Copy the full SHA 3544390View commit details -
fix: remove sleep command inside testscripts
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5f6f041 - Browse repository at this point
Copy the full SHA 5f6f041View commit details -
Update gno.land/pkg/integration/testing_integration.go
Co-authored-by: Morgan <git@howl.moe>
Configuration menu - View commit details
-
Copy full SHA for 2f17114 - Browse repository at this point
Copy the full SHA 2f17114View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0c589e2 - Browse repository at this point
Copy the full SHA 0c589e2View commit details -
chore: centralize GuessGnoRootDir in gnoland
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a265376 - Browse repository at this point
Copy the full SHA a265376View commit details -
fix: correctly handle unknown gnoland subcommand
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97c8048 - Browse repository at this point
Copy the full SHA 97c8048View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 348a410 - Browse repository at this point
Copy the full SHA 348a410View commit details -
fix: node stop not correctly handled
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ea0422 - Browse repository at this point
Copy the full SHA 9ea0422View commit details -
feat: add UPDATE_SCRIPTS to test and sync gnoland integration
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ebb9fc2 - Browse repository at this point
Copy the full SHA ebb9fc2View commit details -
chore: rename
CustomAppConfig
toAppOptions
andNewCustomApp
to…… `NewAppWithOptions` Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 358fbe2 - Browse repository at this point
Copy the full SHA 358fbe2View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa253b3 - Browse repository at this point
Copy the full SHA aa253b3View commit details -
fix: check for first block, instead of sleepin
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbdf888 - Browse repository at this point
Copy the full SHA fbdf888View commit details -
REMOVE_ME: ci test with count 50
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f3f52f - Browse repository at this point
Copy the full SHA 9f3f52fView commit details -
fix: use event system for beter node start handling
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3624dd - Browse repository at this point
Copy the full SHA d3624ddView commit details -
Revert "REMOVE_ME: ci test with count 50"
This reverts commit 9f3f52f. Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2436912 - Browse repository at this point
Copy the full SHA 2436912View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d66a4f6 - Browse repository at this point
Copy the full SHA d66a4f6View commit details -
chore: add comment on
why a mutex will you say?
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3ddec5 - Browse repository at this point
Copy the full SHA c3ddec5View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f077906 - Browse repository at this point
Copy the full SHA f077906View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b8bd6b5 - Browse repository at this point
Copy the full SHA b8bd6b5View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b80e80 - Browse repository at this point
Copy the full SHA 4b80e80View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 977fe83 - Browse repository at this point
Copy the full SHA 977fe83View commit details -
chore: use NewOptions instead of AppyDefault
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c87a7a6 - Browse repository at this point
Copy the full SHA c87a7a6View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57497cf - Browse repository at this point
Copy the full SHA 57497cfView commit details