1428 Commits

Author SHA1 Message Date
Andy Nogueira
a0af3ff5d9 Fixing logic to return reject in promise 2017-03-14 12:37:58 -04:00
Andy Nogueira
fdf0129e5d Refactored EmbarkJS Storage logic to allow multiple storage providers 2017-03-14 11:39:09 -04:00
Andy Nogueira
494e776f05 Initial refactoring of EmbarkJS to support multiple storage providers 2017-03-13 09:38:30 -04:00
Todd Baur
5689a6a981 update boilerplate test after PR#246 2017-03-13 11:02:03 +09:00
Iuri Matias
e8c8a85713 fix broken js generation on asset change: (temporarily) revert change to not deploy on asset change and force redeploy of everything 2017-03-12 21:32:06 -04:00
Iuri Matias
3490083f23 update to 2.4.1 2.4.1 2017-03-12 20:53:50 -04:00
Iuri Matias
b2c0c8f355 update to 2.4.1 2017-03-12 20:51:34 -04:00
Iuri Matias
8327725c3b fix broken js generation on asset change: (temporarily) revert change to not deploy on asset change and force redeploy of everything 2017-03-12 20:47:07 -04:00
Iuri Matias
915fef9580 Merge branch 'develop' of github.com:iurimatias/embark-framework into develop 2017-03-12 18:58:28 -04:00
Iuri Matias
cd645ab2d6 fix contracts config example in README and Documentation 2017-03-12 18:58:22 -04:00
Iuri Matias
7aad925ea5 Merge pull request #246 from toadkicker/speedup_test_class
Speedup test class
2017-03-12 18:51:56 -04:00
Iuri Matias
799fa2456b Merge pull request #249 from nogueian/develop
Fixes to EmbarkJS and updating demo app
2017-03-12 18:49:26 -04:00
Andy Nogueira
1e2b612d4e Updated doc for EmbarkJS Storage showing how to catch errors 2017-03-12 18:23:21 -04:00
Andy Nogueira
c9a4a3156d Added logic to return error in case Storage get method fails to retrieve text from IPFS 2017-03-12 18:19:56 -04:00
Andy Nogueira
74343ceb60 Added logic to show error message on console if fails to save and retrieve text from IPFS 2017-03-12 18:18:21 -04:00
Andy Nogueira
f1b8438cbb Fixing some logic on Embark.Storage.setProvider 2017-03-12 17:59:21 -04:00
Todd Baur
124177c8fc speed up testing 2017-03-13 00:21:19 +09:00
Todd Baur
32953f7204 merge develop 2017-03-12 12:25:10 +09:00
Todd Baur
383b3c31a5 speed up test class - unstable 2017-03-12 12:23:30 +09:00
Iuri Matias
3a50dbdfdd remove deprecation warning; put tests back to previous method; fix eslint error 2017-03-11 22:16:24 -05:00
Iuri Matias
8cc139e54c Merge pull request #245 from toadkicker/init_embark_automode
dont require () at end of requires
2017-03-11 22:02:35 -05:00
Todd Baur
f64474b861 dont require () at end of requires 2017-03-12 11:59:13 +09:00
Iuri Matias
0b023e3877 make demo and boilerplate tests compatible 2017-03-11 21:55:34 -05:00
Iuri Matias
9eb4887d37 add backwards compatbility for tests with a deprecation message 2017-03-11 21:49:12 -05:00
Iuri Matias
1534bf6207 Merge pull request #242 from toadkicker/make_cli_faster
this is a quick attempt at speeding up the init of CLI…
2017-03-11 21:18:20 -05:00
Iuri Matias
77f2994a62 Merge pull request #243 from imtypist/patch-1
update readme and docs
2017-03-11 12:29:45 -05:00
Iuri Matias
eaa4115421 Merge pull request #244 from iurimatias/serviceschecks
Services Monitor refactor
2017-03-11 12:29:22 -05:00
Iuri Matias
54420b327e detect when ethereum node comes back online and redeploy 2017-03-11 12:27:10 -05:00
Iuri Matias
8d8ff671f7 if monitor is already running then init service 2017-03-11 11:48:12 -05:00
Iuri Matias
5cf287a747 implement stopCheck 2017-03-11 11:23:42 -05:00
Iuri Matias
2dec088a9b add service check error 2017-03-11 11:17:52 -05:00
Iuri Matias
c514765d0b move misc utils modules to their own folder 2017-03-11 11:03:20 -05:00
Iuri Matias
92f9df4117 remove async extension to a module 2017-03-11 10:52:02 -05:00
Iuri Matias
c2c41549c1 cleanup; remove unneded requires 2017-03-11 10:38:05 -05:00
Iuri Matias
ea70d09e8c move ethereum and whisper checks; refactor web3 connection 2017-03-11 10:29:45 -05:00
Iuri Matias
4bf31328e2 use eachObject to avoid async issues; support non-recurrent checks 2017-03-11 07:32:16 -05:00
黄俊钦
f8322ba665 Update embarkjs.rst
update deploy usage
2017-03-11 17:07:34 +08:00
黄俊钦
15e8b46923 Update README.md 2017-03-11 17:04:51 +08:00
黄俊钦
d8b41162da Update README.md
Correct directory, update dapp structure, update deployment usage guide
2017-03-11 16:54:59 +08:00
Iuri Matias
173c571147 remove old services monitor; add new services monitor to engine; move previous checks to their modules inits 2017-03-10 22:00:30 -05:00
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