Iuri Matias
e00f4cb0b4
fix rebase issues
2018-09-30 10:55:21 -04:00
Richard Ramos
718d6f91f5
Fixing function invokation and result showing
...
- Booleans weren't being sent correctly (it always assumed true)
- Booleans now are shown on the results
- Handling result visualization when there's more than one parameter
2018-09-30 10:53:43 -04:00
Richard Ramos
a6bf41dc3e
Allows copying commands to clipboard
2018-09-30 10:53:43 -04:00
Richard Ramos
b33940421f
Verifying if contract can be deployed or not
2018-09-30 10:53:43 -04:00
Richard Ramos
e9ef5a3f0b
Added event to obtain list of contracts and show them on the dashboard
2018-09-30 10:53:43 -04:00
Richard Ramos
6ea81293ec
Handling errors and UI reorganization / features
...
- UI shows error screen if contract doesn't exist or fails fetching data
- Menu shows selected state and icons can be specified
- Component created for card alerts
2018-09-30 10:53:43 -04:00
Richard Ramos
56515b7f78
Added section to embark backend tab
2018-09-30 10:53:43 -04:00
Iuri Matias
afea17e1b6
first stab a backend tab
2018-09-30 10:51:04 -04:00
Richard Ramos
b5f9c87062
Moving components
2018-09-30 10:45:37 -04:00
Iuri Matias
9645bea34b
move console api call into console
2018-09-30 10:45:12 -04:00
Iuri Matias
e5a355441c
move dashboard api into dashboard module
2018-09-30 10:39:13 -04:00
Iuri Matias
3d76191cae
fix ws send; attempt to fix missing contractsState in ws
2018-09-30 10:37:13 -04:00
Iuri Matias
33dd94933e
add dashboard endpoint
2018-09-30 10:37:13 -04:00
Iuri Matias
ae4a1e222e
send & parse JSON in the ws calls; add cb to avoid crash due to unavailable connection
2018-09-30 10:35:53 -04:00
Iuri Matias
00d29c9fe8
send logs to ws
2018-09-30 10:35:53 -04:00
Iuri Matias
a7824b6b37
add basic ws functionality
2018-09-30 10:33:30 -04:00
Iuri Matias
6e5d21f329
add 2nd endpoint to webserver; use express
2018-09-30 10:32:18 -04:00
emizzle
ce44e286c2
Handle case when socket not opened
...
If the socket is not already opened, listen for ‘open’ event before sending the `outputDone` data.
2018-09-27 17:06:51 -04:00
Anthony Laibe
734638a8a3
Fix websocket not open
...
Make sure the connection is open before
sending the event
2018-09-27 17:06:51 -04:00
Iuri Matias
b1b02f7518
restore ws functionality to webserver
2018-09-27 17:06:51 -04:00
StevenJNPearce
528f3f1857
Add browser reload on file change/rebuild
...
Add browser reload on file change/rebuild
2018-09-27 17:05:17 -04: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
Anthony Laibe
bdcefbe269
Add coverage to webserver
2018-09-18 14:28:17 +01: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
Jonathan Rainville
3d37fe6362
catch webserver config and restart it
2018-09-07 14:54:15 -04:00
Michael Bradley, Jr
d4be16ba3c
move reporting to final callback
2018-09-04 08:20:58 -05:00
Michael Bradley, Jr
b67aa8cc2d
best practice re: early return w/ callback invocation
2018-09-04 08:20:27 -05:00
Michael Bradley, Jr
c02199db0f
rev comment
2018-09-04 07:36:21 -05:00
Michael Bradley, Jr
7d65c2b0cd
rename placeholder event: 'build-placeholder'
2018-09-04 07:35:53 -05:00
Michael Bradley, Jr
57b2c5c4e4
'browser open' console command
2018-09-04 07:35:02 -05:00
Michael Bradley, Jr
68c6d1549a
'open-browser' event
2018-09-04 07:34:37 -05:00
Michael Bradley, Jr
103bb43a05
consistent naming, quotes-style
2018-09-04 07:32:31 -05:00
Michael Bradley, Jr
9cd96ddd29
formatting -- webserver/server.js
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
52ed0e2856
webserver uses event and waterfall for triggering placeholder build, opening browser
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
6ee195aba9
make webserver module responsible for building placeholder
2018-09-03 10:17:45 -05: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
Michael Bradley, Jr
1d9237820a
make isFirstStart, opened props of Server instance
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
4f8107bf17
fail silently if opn doesn't work
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
72943dc0e5
open default browser when webserver has started
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
f778dad589
write placeholder page when webserver is first starting
2018-09-03 10:17:45 -05:00
Jonathan Rainville
b9c65f2d58
use listen(0) to find a port
2018-08-23 15:11:43 -04:00
Jonathan Rainville
7e59b6f0d0
increment port multiple times if multiple embarks
2018-08-23 14:28:44 -04:00
Jonathan Rainville
a38c317ecd
check port for webserver, if in use ++ port
2018-08-23 14:14:10 -04:00
Anthony Laibe
774a14c850
Support old and new console plugin with a warning
2018-08-21 16:09:48 -04:00