499 Commits

Author SHA1 Message Date
Jonathan Rainville
3d37fe6362 catch webserver config and restart it 2018-09-07 14:54:15 -04:00
Anthony Laibe
5957be9571 Avoid Solc to die because of compilation 2018-09-06 11:24:29 +01:00
Iuri Matias
48a3d70df2
Merge pull request #785 from embark-framework/bug_fix/no-warning-dev
No accounts warning in development
2018-09-05 18:22:09 -04:00
Iuri Matias
428820f2c6
Merge pull request #781 from embark-framework/bug_fix/no-webserver-if-false
Do not start webserver if set to false in embark.json
2018-09-05 18:20:31 -04:00
Jonathan Rainville
55bb028a13 add test too 2018-09-05 12:35:45 -04:00
Jonathan Rainville
3991880b44 no warning in development 2018-09-05 09:45:34 -04:00
Anthony Laibe
c92f6f8865 Fix dynamic IPC 2018-09-05 10:40:37 +01:00
Jonathan Rainville
e925200592 disable webserver if false 2018-09-04 16:44:42 -04:00
Iuri Matias
bf8183cf76
Merge pull request #778 from embark-framework/fix_deploy
Fix issue with changes in config file not causing a proper reload
2018-09-04 14:02:54 -04:00
Iuri Matias
c3f7c58b8d delete require cache for config file so configs are actually reloaded 2018-09-03 14:01:46 -04:00
Michael Bradley, Jr
1d38af1f58 expose buildDir to webserver in same manner as its done for pipeline 2018-09-03 10:17:45 -05:00
Jonathan Rainville
3e89729331 conflict with indents 2018-08-31 08:46:08 -04:00
Iuri Matias
a1c2d7e77a
Merge pull request #756 from embark-framework/feature/console-ipc-server-client
Console can be a client or server ipc
2018-08-31 07:58:55 -04:00
Iuri Matias
f0221bbb10
Merge pull request #755 from embark-framework/chores/es-lint-no-else
Enable no-else-return
2018-08-31 07:49:25 -04:00
Iuri Matias
46076c8d4e
Merge pull request #751 from embark-framework/feature/embarkjs-console
Feature/embarkjs console
2018-08-31 07:46:54 -04:00
Anthony Laibe
e0f73c7d22 Make console a module 2018-08-31 09:36:50 +01:00
Andre Medeiros
bb92582c0a Fix passing compiler options 2018-08-30 16:11:42 -04:00
Anthony Laibe
59e82d5fc6 Console can be a client or server ipc 2018-08-30 15:45:01 +01:00
Anthony Laibe
df651865c1 Enable no-else-return 2018-08-30 14:53:04 +01:00
Anthony Laibe
31cb79bf5b PR feedback 2018-08-30 10:41:13 +01:00
Anthony Laibe
98c785a4bb Fix register var and runcode 2018-08-30 10:04:58 +01:00
Anthony Laibe
cc312a91b6 Refactor code runner 2018-08-30 10:04:58 +01:00
Anthony Laibe
deb433c0fb Fix ens enabled 2018-08-30 10:04:58 +01:00
Anthony Laibe
0a261b050d Name available in console 2018-08-30 10:04:58 +01:00
Anthony Laibe
a8c5205b67 Extract global and web3js 2018-08-30 10:04:58 +01:00
Anthony Laibe
83c01cffdc Storage and Whisper connect 2018-08-30 10:04:58 +01:00
Anthony Laibe
00ccad1d9b Fix isavailable 2018-08-30 10:04:58 +01:00
Anthony Laibe
6c63179fa1 Fix lint 2018-08-30 10:04:58 +01:00
Anthony Laibe
6a2b91d99b Add console/require to codeRunner 2018-08-30 10:04:58 +01:00
Anthony Laibe
307b7dc8e7 EmbarkJS available 2018-08-30 10:04:58 +01:00
Anthony Laibe
d772b4fdaf Add embarkjs to console 2018-08-30 10:04:58 +01:00
Iuri Matias
7eb52c1f8f
Merge pull request #735 from embark-framework/bugfix/allow-zero-config-blockchain
Allow zero config in blockchain
2018-08-29 17:33:15 -04:00
Anthony Laibe
fdd2d10d38 Add warning 2018-08-28 09:32:39 +01:00
Anthony Laibe
23f7ec396a Allow zero config in blockchain 2018-08-27 10:06:37 +01:00
Michael Bradley, Jr
f1edc28f6d anchoredPath helper (more DRY) 2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
53a4fd2089 rm redundant setup of env vars 2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
f0f95554a5 prefer fs.dappPath 2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
8be1090a44 prefer joinPath to +'ing strings together 2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
40c14a08de whitespace 2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
019f0b68c8 anchor fs.dappPath, fs.embarkPath to env vars setup in cmd.js 2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
c60d26e258 make fs.embarkPath more flexible 2018-08-24 15:04:15 -05:00
Michael Bradley, Jr
b41f5a397d --pipeline option for ebmark build|run to spec webpack config name 2018-08-24 15:04:15 -05:00
Iuri Matias
864b41a2c2
Merge pull request #745 from embark-framework/deployIf
deployIf field + minor refactor
2018-08-24 10:33:58 -04:00
Iuri Matias
ffbd39882a remove isTest 2018-08-24 09:25:47 -04:00
Anthony Laibe
de57e48cff Isolate the code runner 2018-08-24 14:05:19 +01:00
Iuri Matias
8f5b47adf4 add deployIf directive support 2018-08-23 18:00:52 -04:00
Iuri Matias
a56431d19a refactor run actions for events to a reduce; add initial plug for shouldDeploy using deployIf 2018-08-23 16:25:28 -04:00
Michael Bradley, Jr
1a3e1a18df use console.warn and yellow text for locale fallback msg 2018-08-23 15:00:25 -05:00
Michael Bradley, Jr
72c1a9cd4c fix locale detection so it works w/ env var and/or --locale 2018-08-23 14:51:33 -05:00
Iuri Matias
5fe86e35d1
Merge pull request #736 from embark-framework/features/test-node-option
Add --node option for tests
2018-08-23 15:07:10 -04:00