Jonathan Rainville
459d0cc2d6
small conflicts
2018-10-23 10:23:43 +02:00
Anthony Laibe
57874bac71
Use path embark-api
2018-10-23 10:22:37 +02:00
Anthony Laibe
7df9ae66f9
Add blockchain account endpoint
2018-10-23 10:22:37 +02:00
Iuri Matias
50740211da
cherry-pick features/react-routes
2018-10-23 10:21:39 +02:00
Iuri Matias
4e30ddeb1b
fix rebase issues
2018-10-23 10:21:39 +02:00
Iuri Matias
ad7b0fc74e
add api registration to plugin
2018-10-23 10:21:37 +02:00
Iuri Matias
6c88ebd874
move logger api call into logger
2018-10-23 10:21:36 +02:00
Iuri Matias
8b261cbc04
add api registration to plugin
2018-10-23 10:20:09 +02:00
Iuri Matias
5de1c6e539
trigger log events for all log levels
2018-10-23 10:20:08 +02:00
Iuri Matias
3a532a05e8
move processes into core
2018-10-23 10:15:29 +02:00
Iuri Matias
30f25ef389
clean up
2018-10-23 10:14:03 +02:00
Iuri Matias
bae3ee884d
move code generator to a module
2018-10-23 10:14:03 +02:00
Iuri Matias
e69ec3b7f1
move proxy out of core
2018-10-23 10:14:01 +02:00
Michael Bradley, Jr
c0259e3ecb
proxy -- canonicalHost, defaultHost
2018-10-23 10:14:00 +02:00
Michael Bradley, Jr
f2cdd4d556
more conservative: only modify webpack's subclass of ProcessWrapper
2018-10-23 10:08:00 +02:00
Michael Bradley, Jr
0fdedf093c
env options property doesn't need to be passed to ProcessLauncher
2018-10-23 10:08:00 +02:00
Michael Bradley, Jr
54cb69f3db
propagate env
2018-10-23 10:05:25 +02:00
Iuri Matias
a1e72e38ef
re-add register upload cmd api; refactor storage module initialization
2018-10-23 10:05:20 +02:00
Iuri Matias
fdfa474588
remove no longer used plugin cmd api
2018-10-23 10:05:19 +02:00
Jonathan Rainville
92429ec694
revert caca code
2018-10-23 10:03:25 +02:00
Iuri Matias
31a3fbef66
fixes due to bad rebase
2018-10-23 10:00:30 +02:00
Iuri Matias
b3ccaa3b8a
fixes due to bad rebase
2018-10-23 09:57:47 +02:00
Iuri Matias
f873a26caf
fixes due to bad rebase
2018-10-23 09:57:47 +02:00
Iuri Matias
f02de020de
fixes due to bad rebase
2018-10-23 09:57:47 +02:00
Richard Ramos
8861588726
Adding base command logic for scaffolding generation
2018-10-23 09:57:16 +02:00
Iuri Matias
663dac6009
move processes into core
2018-10-23 09:56:18 +02:00
Iuri Matias
db7f3d39d3
first stab at refactor blockchain launcher
2018-10-23 09:55:10 +02:00
Jonathan Rainville
bc837848d2
conflict in package json
2018-10-23 09:51:58 +02:00
Iuri Matias
8ed808a101
fixes due to bad rebase
2018-10-23 09:47:41 +02:00
Iuri Matias
95df68e67c
fixes due to bad rebase
2018-10-23 09:46:40 +02:00
Iuri Matias
6fac1f297d
fixes due to bad rebase
2018-10-23 09:42:59 +02:00
Iuri Matias
c4ea6abc4b
fixes due to bad rebase
2018-10-23 09:42:59 +02:00
Iuri Matias
2e3102444d
fixes due to bad rebase
2018-10-23 09:42:58 +02:00
Richard Ramos
6f249df4bf
Fixed plugin loading logic
2018-10-23 09:42:09 +02:00
Richard Ramos
d80d16f4ca
Form generation for view/constant/pure functions
2018-10-23 09:42:08 +02:00
Richard Ramos
0eaafb77f1
Adding base command logic for scaffolding generation
2018-10-23 09:42:08 +02:00
Iuri Matias
6d0f4b67ae
move processes into core
2018-10-23 09:41:26 +02:00
Iuri Matias
91cc554978
cleanup
2018-10-23 09:39:03 +02:00
Iuri Matias
4406dddf1e
first stab at refactor blockchain launcher
2018-10-23 09:39:02 +02:00
Michael Bradley, Jr
d4940a339a
proxy -- canonicalHost, defaultHost
2018-10-23 09:37:24 +02:00
Andre Medeiros
00410b7057
Fix failing test on blockchain
2018-10-23 09:03:30 +02:00
Jonathan Rainville
8572019957
fix when using mining script
2018-10-23 09:01:14 +02:00
Jonathan Rainville
cb80b984d0
revert caca code
2018-10-23 09:01:14 +02:00
Jonathan Rainville
966252be97
conflict in package json
2018-10-23 09:01:13 +02:00
Jonathan Rainville
b6d89d9001
hotfix: fix empty assets array
2018-10-22 20:26:01 +02:00
emizzle
7c9d90090a
Replaced async.queue with async.cargo
...
Cargo in fact, bundles up subsequent tasks in to an array, so any tasks that are not immediately run get bundled in to another run later. This helps when lots of changes have been made in a short period of time.
2018-10-22 19:54:49 +02:00
emizzle
e788b7d3d4
Reduce async.queue concurrency to 3
...
Due to a process being spawned for every pipeline run, concurrency should remain around 3 to keep number of child processes from running away and allowing the CPU to stay on top.
2018-10-22 19:54:49 +02:00
emizzle
91e5e9c990
Do not run webpack for file changes that do not need webpack
...
For file changes that do not require a webpack run, ie HTML, the assets will still be copied to the output directory, but webpack will not run (as it’s too slow).
2018-10-22 19:54:48 +02:00
emizzle
7e75b1eee7
Add support for ES6 plugins
2018-10-22 19:54:48 +02:00
emizzle
2d19d12e39
Support for embark-status plugin
...
Added request to update cors from a plugin (affects blockchain client and storage client).
2018-10-22 19:54:48 +02:00