3709 Commits

Author SHA1 Message Date
Andre Medeiros
8216d3c193 Fix 'wen' -> 'web' in PT translations 2018-09-18 14:34:20 -04:00
Iuri Matias
91dd0a78f5
Merge pull request #791 from gustavodiel/locale/update-portuguese-locale
Update portuguese locale
2018-09-18 14:31:13 -04:00
Michael Bradley, Jr
1f652a7672 deploy -> deployment 2018-09-18 12:55:37 -05:00
Iuri Matias
904c716d89
Merge pull request #856 from embark-framework/features/config-browser-open
cli and config options for browser auto-open
2018-09-18 13:11:55 -04:00
Iuri Matias
7f66e24b2f
Merge pull request #863 from embark-framework/bug_fix/minewhenneeded-fixes-2
Geth creates new account - add password warning
2018-09-18 13:02:01 -04:00
Iuri Matias
3213df1422
Merge pull request #862 from embark-framework/cli/template-clarify-github
clarify 'new' help output
2018-09-18 12:45:47 -04:00
Iuri Matias
ce8f5f7dc0
Merge pull request #861 from embark-framework/feature/webserver-coverage
Add coverage to webserver
2018-09-18 12:45:01 -04:00
Iuri Matias
0504d12739
Merge pull request #860 from embark-framework/bugfix/proxy-not-ready
Delay the start of the proxy
2018-09-18 12:44:32 -04:00
Iuri Matias
d9c5369c20
Merge pull request #859 from embark-framework/bugfix/runcode-type
Fix typo
2018-09-18 12:42:59 -04:00
Iuri Matias
91ffdede00
Merge pull request #854 from embark-framework/match-coverage-paths
Match coverage path
2018-09-18 12:42:20 -04:00
Michael Bradley, Jr
a49d8eafa1 clarify re: GitHub 2018-09-18 10:24:40 -05:00
Anthony Laibe
bdcefbe269 Add coverage to webserver 2018-09-18 14:28:17 +01:00
Anthony Laibe
f412df991c Fix test 2018-09-18 13:12:58 +01:00
Anthony Laibe
4c0b4c2410 Delay the start of the proxy 2018-09-18 12:12:17 +01:00
Anthony Laibe
6fe3db4235 Fix typo 2018-09-18 09:42:46 +01:00
emizzle
d965ba6db9 Geth creates new account - add password warning
When `isDev` is false, and `mineWhenNeeded` is true, embark attempts to create a new account using `geth account new`, and uses the password file specified in `blockchain/config > accounts > password`. This warning informs the user that the create account command may fail if the password is missing.
2018-09-18 16:28:23 +10:00
Santiago Gonzalez Toral
204b2272ef Fixed translations in spanish locale file 2018-09-17 23:32:55 -05:00
Santiago Gonzalez Toral
56c3198e25 Merge branch 'develop' of https://github.com/embark-framework/embark into develop 2018-09-17 23:32:22 -05:00
Michael Bradley, Jr
19dc3a1d13 match wording on docs site 2018-09-17 18:50:47 -05:00
Michael Bradley, Jr
8acab6ef5b disable browser auto-open when webserver first starts, not the open browser console cmd 2018-09-17 18:47:19 -05:00
Michael Bradley, Jr
d03cfebbdf supply radix -- make the linter happy 2018-09-17 18:13:21 -05:00
Michael Bradley, Jr
ebcbc1efe6 if port === 0 (per cli or config), auto-assign a port 2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
c6232de878 host from config (config has been merge w/ cli by core/config) 2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
c685432ea2 pass port number through parseInt 2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
1b7aed8b80 openBrowser config option 2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
c360975e8f webServer svc doesn't need to handle cli opts (handled in core/config) 2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
2b5268dc84 test null when populating webserver config derived from cli 2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
638fb4ee27 allow config to determine webserver enabled if no --noserver cli opt 2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
a966ecb131 for --host,--port coerce falsy and bool to null 2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
64027a5ee4 --nobrowser cli option 2018-09-17 17:59:52 -05:00
Andre Medeiros
7746404905 Match coverage path 2018-09-17 15:25:07 -04:00
Iuri Matias
7ce92211f9
Merge pull request #842 from embark-framework/fix_cb_issue
take into account when event does not trigger a callback
2018-09-17 14:56:40 -04:00
Iuri Matias
fade54fca4
Merge pull request #852 from embark-framework/improve-coverage-ux
Improve coverage UX
2018-09-17 14:18:27 -04:00
Iuri Matias
7b843ea114
Merge pull request #853 from embark-framework/update_embark_js
update to embarkjs 0.4.2
2018-09-17 14:17:45 -04:00
Iuri Matias
11828c3086
Merge pull request #851 from embark-framework/bugfix/gasPrice-with-coverage
Gas Price not modified by coverage
2018-09-17 14:17:28 -04:00
Iuri Matias
cc8649aa95
Merge pull request #850 from embark-framework/bug_fix/re-add-dev_funds-calling-code
Adding back calling code block for dev_funds
2018-09-17 14:12:25 -04:00
Iuri Matias
d6f1925cec
Merge pull request #849 from embark-framework/bugfix/better-support-for-await
Better support for await
2018-09-17 14:11:20 -04:00
Iuri Matias
c02bd6c444 make linter happy 2018-09-17 13:58:13 -04:00
Iuri Matias
fc98b1ccef
Merge pull request #848 from embark-framework/bug_fix/embark-console-kills-embark
Fix for embark run crashing after console connects to it
2018-09-17 13:39:05 -04:00
Iuri Matias
1296545fa3 make function defaul arg instead 2018-09-17 13:36:20 -04:00
Iuri Matias
2eb4334a63
Merge pull request #841 from embark-framework/fix_deploy_if
fix dashboard state so it doesn't show pending due to deployIf
2018-09-17 13:22:42 -04:00
Iuri Matias
bab6f75862 update to embarkjs 0.4.2 2018-09-17 13:09:56 -04:00
Andre Medeiros
b021d99bab Improve coverage UX 2018-09-17 10:37:24 -04:00
Anthony Laibe
18a9349d77 Gas Price not modified by coverage 2018-09-17 14:12:20 +01:00
emizzle
472b87f4cd Adding back calling code block for dev_funds
This may have been removed in the rebase, adding it back in.
2018-09-17 22:48:24 +10:00
Anthony Laibe
b2206b9358 Fix test 2018-09-17 10:13:40 +01:00
Anthony Laibe
3a210f602b Better support for await 2018-09-17 09:57:51 +01:00
emizzle
31d3125baf Fix for embark run crashing after console connects to it
The providerUrl being provided to the console VM was looking for a WebsocketProvider-specific property which did not exist on the HttpProvider.

Type checking was added to provide the necessary type-dependent property.
2018-09-17 13:03:55 +10:00
Marlon Henry Schweigert
0fc8887a59
Fix @jrainville review 2018-09-15 19:43:04 -03:00
Iuri Matias
7d6809b57f take into account when event does not trigger a cb 2018-09-15 12:52:11 -04:00