Commit Graph

1032 Commits

Author SHA1 Message Date
Todd Baur b25a0ecbc7 Merge branch 'develop' of github.com:iurimatias/embark-framework into make_cli_faster 2017-03-11 10:59:52 +09:00
Todd Baur b590312e20 cleanup empty lines after function 2017-03-11 00:13:59 +09:00
Todd Baur dc9084b8a6 Dropped 'this' in Cmd and set internal var Embar to self execute 2017-03-11 00:07:08 +09:00
Todd Baur 835899cf6e this is a quick attempt at speeding up the init of CLI by changing Embark.js to a reveal module pattern and moving the requires into the functions that need them. It removes the circular reference between Cmd and Embark, which is the biggest hit to speed. It also changes how the binary starts by importing Cmd instead of Embark. 2017-03-10 23:43:52 +09:00
Iuri Matias 0abf370bf7 Merge branch 'develop' of github.com:iurimatias/embark-framework into develop 2017-03-10 06:44:23 -05:00
Iuri Matias a4369ecd4e implement (previously empty) stopMonitor method 2017-03-10 06:44:17 -05:00
Iuri Matias 1a0d7311a3 Merge pull request #240 from toadkicker/contributors
a good start on a contrib.md
2017-03-10 06:10:13 -05:00
Todd Baur 862b102c3b a good start on a contrib.md 2017-03-10 12:11:54 +09:00
Todd Baur 2a7511b46e stdout -> stdin 2017-03-10 08:06:20 +09:00
Todd Baur 146cca7ef3 remove unneccesary returns 2017-03-10 08:06:03 +09:00
Iuri Matias 5b900fc278 update gitter shield 2017-03-09 07:12:24 -05:00
Iuri Matias 6b6b26a6b3 Merge branch 'develop' of github.com:iurimatias/embark-framework into develop 2017-03-09 07:10:31 -05:00
Iuri Matias 1b4e1c209b add downloads shiled 2017-03-09 07:10:25 -05:00
Iuri Matias 7815b1ccb7 Merge pull request #238 from nogueian/develop
Updated the link on boilerplate app (generated by embark new)
2017-03-09 06:33:19 -05:00
Todd Baur 9aac650c1e add missing semicolon 2017-03-09 20:18:21 +09:00
Todd Baur cda54a8166 prompt for app name when one is not given. These tests are not completing in this commit and this is annoying me greatly. 2017-03-09 20:07:24 +09:00
Andy Nogueira 511c92bd9c Updated the link on boilerplate app (generated by embark new) to point to the latest documentation instead of old wiki 2017-03-08 22:37:04 -05:00
Iuri Matias 02cb5b7f1f Merge pull request #237 from nogueian/develop
Fixed issue with logic to detect if IPFS node is online
2017-03-08 20:34:20 -05:00
Iuri Matias eea0d71f44 Merge pull request #234 from toadkicker/ignore_jetbrains
ignore jetbrains folders
2017-03-08 10:12:04 -05:00
Iuri Matias a9797f85d2 Merge pull request #232 from toadkicker/one_version
read version in from package.json instead of strings
2017-03-08 10:04:20 -05:00
Todd Baur 90ddfb8c84 ignore jetbrains folders 2017-03-09 00:00:43 +09:00
Todd Baur f4ef1af4a1 fixed failing timeouts in abi tests 2017-03-08 23:56:00 +09:00
Todd Baur 2de9292bd6 Merge branch 'develop' of github.com:iurimatias/embark-framework into one_version 2017-03-08 23:54:17 +09:00
Todd Baur 83f3e1c5ee dot notation preferred 2017-03-08 23:52:17 +09:00
Andy Nogueira f5aafa4242 Setting host and port parameters back according to develop branch 2017-03-08 09:51:58 -05:00
Todd Baur b003a30b3b add version from package.json in test for contracts 2017-03-08 23:49:43 +09:00
Iuri Matias c1d2bd170e Merge pull request #230 from toadkicker/add_mocha_timeouts
add this.timeout(15000) to tests to allow the solc enough space to work
2017-03-08 09:47:08 -05:00
Iuri Matias 112a582e0e Merge pull request #229 from toadkicker/fix-228
changes undefined process.exit(code) to process.exit(9)
2017-03-08 09:46:54 -05:00
Iuri Matias 2093922703 Merge pull request #231 from atfornes/patch-1
fix typo in index.js
2017-03-08 09:46:18 -05:00
Andy Nogueira 82042c01c6 Fixed issue with logic to detect if IPFS node is online. If the IPFS node is not running and there's another service in the computer running on port 5001 it could cause an exception. 2017-03-08 09:46:15 -05:00
Todd Baur 026909aa91 fix other timeout issues in tests outside of core framework code 2017-03-08 23:41:16 +09:00
Todd Baur ac2a75791c grunt-config-mocha does not accept 0 as an option for timeout, so we set the value in the test itself 2017-03-08 23:38:40 +09:00
Todd Baur 7a930d95a8 switch config to grunt vs declaring in test 2017-03-08 23:28:10 +09:00
Todd Baur 486fbec108 read version in from package.json instead of strings 2017-03-08 23:20:23 +09:00
Antonio Tenorio-Fornés 2a8fa33b84 fix typo in index.js
Remove an unexpected + sign preceding a simple instruction.
2017-03-08 15:18:57 +01:00
Todd Baur 6f5abfe07c swap let -> var 2017-03-08 22:56:27 +09:00
Todd Baur 77244d0062 add tests from fix_228 branch 2017-03-08 22:53:12 +09:00
Todd Baur 895b2477cd added unit test for Embark.Cmd 2017-03-08 22:52:26 +09:00
Todd Baur 5525e1e9d4 add this.timeout(15000) to tests to allow the solc enough space to work 2017-03-08 22:49:42 +09:00
Todd Baur 70868de81b changes undefined process.exit(code) to process.exit(9) 2017-03-08 19:29:19 +09:00
Iuri Matias 71121cdc4b update to 2.4.0 2017-03-07 06:39:56 -05:00
Iuri Matias fb4681aa9c support specifying gas limit when deploying client side 2017-03-06 22:48:14 -05:00
Iuri Matias 8348f0a224 tolerate when whisper is not available; support latest geth 2017-03-06 22:44:16 -05:00
Iuri Matias b42031de6b fix cmd line webserver host override 2017-03-06 22:08:43 -05:00
Iuri Matias e9bd2acef5 update readme 2017-03-06 21:53:36 -05:00
Iuri Matias 96d1361dd8 support defaults when new config files are not found, for backwards compatibility 2017-03-05 21:27:33 -05:00
Iuri Matias 007be84f23 add config to the plugin api (temporary) 2017-03-05 20:25:09 -05:00
Iuri Matias 8325943bd7 add new events for output generation and first deployment 2017-03-05 11:00:47 -05:00
Iuri Matias a797f8fcf6 fix account selection when it isn't configured; improve error message on tests 2017-03-04 21:51:28 -05:00
Iuri Matias fd6af8af2e refactor condition 2017-03-04 20:35:15 -05:00