Jonathan Rainville
|
3991880b44
|
no warning in development
|
2018-09-05 09:45:34 -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 |
Iuri Matias
|
7da523b48c
|
Merge pull request #737 from embark-framework/i18n_updates
I18n updates
|
2018-08-23 15:05:26 -04:00 |
Iuri Matias
|
7bd3202ad5
|
Merge pull request #731 from embark-framework/features/await-console
simple implementation of await in the console
|
2018-08-23 14:53:13 -04:00 |
Iuri Matias
|
20cabeff84
|
update i18n
|
2018-08-23 14:16:31 -04:00 |
Iuri Matias
|
4a5c53b43a
|
update i18n
|
2018-08-23 13:53:18 -04:00 |
Jonathan Rainville
|
c6abafff05
|
fix printing
|
2018-08-23 13:38:58 -04:00 |
Jonathan Rainville
|
86f1cf51d2
|
enable node=embark
|
2018-08-23 12:54:43 -04:00 |
Jonathan Rainville
|
326e12d23a
|
fix one with variable
|
2018-08-22 14:23:23 -04:00 |