Commit Graph

15 Commits

Author SHA1 Message Date
Cryptomental 47dcb1552c
console, dashboard: Add persistent, automatically loaded history.
Add persistent automatically loaded history file for repl console
and Embark dashboard.

Default location of the history file is stored in DEFAULT_CMD_HISTORY_PATH
pointing to DAPP_PATH/.embark/cmd_history.

The history is automatically saved and loaded on startup.

test/console: Pass Embark object to constructor.

Update console test to pass Embark object to constructor.

Refs: https://github.com/embark-framework/embark/issues/939
2018-10-22 19:54:43 +02:00
Anthony Laibe e6911a5e15 Fix test 2018-08-31 19:01:00 +01:00
Anthony Laibe e0f73c7d22 Make console a module 2018-08-31 09:36:50 +01:00
Anthony Laibe 234d2d39a1 Fix test 2018-08-30 11:17:44 +01:00
Anthony Laibe 27933774a9 Console command connect to ipc 2018-08-21 16:09:48 -04:00
Iuri Matias 33666bd030 rename to cmd 2018-08-21 16:09:13 -04:00
Iuri Matias 368b01d128 update tests 2018-08-21 16:09:13 -04:00
Todd Baur 26b87b4b05 swap test var -> let 2017-03-30 02:57:22 +09:00
Todd Baur 83f3e1c5ee dot notation preferred 2017-03-08 23:52:17 +09:00
Todd Baur b003a30b3b add version from package.json in test for contracts 2017-03-08 23:49:43 +09:00
Iuri Matias 1868788342 reorgnize code structure 2017-02-19 12:51:32 -05:00
Iuri Matias d14943e95d update test 2017-02-15 21:13:45 -05:00
Iuri Matias 1cdcaee7d9 fix specs 2017-02-06 06:51:27 -05:00
Iuri Matias 087578c8e6 add spec for contracs config; fix contracts arguments when it's an instanceOf 2017-01-12 20:42:33 -05:00
Iuri Matias 59c63b98e1 add small test for console 2017-01-08 15:47:15 -05:00