Andre Medeiros
53bc4d945a
Change back how auth works for websockets.
...
As it turns out, a websocket request doesn't contain some of the
hashable properties in order to be validated. Because of that, we'll
still use tokens here until we find a better way to do it.
2018-10-23 11:08:22 +02:00
Iuri Matias
fd2e979f06
remove unneded console logs
2018-10-23 10:50:37 +02:00
Jonathan Rainville
13160e622f
fix ALL of the spaces
2018-10-23 10:50:02 +02:00
Jonathan Rainville
211321a914
fix event
2018-10-23 10:48:36 +02:00
Jonathan Rainville
328d9c7c07
remove blockcing if
2018-10-23 10:48:36 +02:00
Jonathan Rainville
844e2ed5b0
add back tokens
2018-10-23 10:48:36 +02:00
Jonathan Rainville
324e148fa6
resolve conflict in api and saga
2018-10-23 10:48:35 +02:00
Anthony Laibe
572cd20482
Fix backend tab request cached:
...
- Add no cache via helmet
- Fix linting (no-return-else)
- Rebase Fix: Use option.name for process log to avoid endpoint being called
blockchainProcess.js
- Rebase Fix: use option when compiling solidity
2018-10-23 10:47:24 +02:00
Anthony Laibe
feb59655cc
Fix race condition
2018-10-23 10:45:51 +02:00
Anthony Laibe
0e87d21b12
Pass plugin as options
2018-10-23 10:44:14 +02:00
Anthony Laibe
b4054a01fa
Remove duplicate declaration
2018-10-23 10:44:14 +02:00
Anthony Laibe
00c6b0029d
Fix start without webserver
2018-10-23 10:44:14 +02:00
Iuri Matias
b12856fe2d
rebase fixes
2018-10-23 10:44:14 +02:00
Jonathan Rainville
ae3185d96f
rename event
2018-10-23 10:42:00 +02:00
Jonathan Rainville
3495f9fbb8
authorize each request through header
2018-10-23 10:41:59 +02:00
Jonathan Rainville
56d541fb8d
fix most rebase issues
2018-10-23 10:36:57 +02:00
Anthony Laibe
83d6130259
Add plugins and versions to backend tab
2018-10-23 10:32:02 +02:00
Anthony Laibe
5039d8b414
Adding home container
2018-10-23 10:26:57 +02:00
Jonathan Rainville
21d8d84cca
conflict in api
2018-10-23 10:25:13 +02:00
Jonathan Rainville
640ec0b761
change route name
2018-10-23 10:23:44 +02:00
Jonathan Rainville
459d0cc2d6
small conflicts
2018-10-23 10:23:43 +02:00
Anthony Laibe
e607d10edc
Adding Fetch Account UI
2018-10-23 10:22:38 +02:00
Anthony Laibe
8d8d3db316
Adding embark ui
2018-10-23 10:22:37 +02:00
Iuri Matias
f83989d677
fix branch
2018-10-23 10:21:39 +02:00
Iuri Matias
cf9bebf538
fix identation
2018-10-23 10:21:39 +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
9ed4922367
move console api call into console
2018-10-23 10:20:09 +02:00
Iuri Matias
26d7e42218
move dashboard api into dashboard module
2018-10-23 10:20:09 +02:00
Iuri Matias
09390276bc
fix ws send; attempt to fix missing contractsState in ws
2018-10-23 10:20:09 +02:00
Iuri Matias
be68625c01
add dashboard endpoint
2018-10-23 10:20:08 +02:00
Iuri Matias
8bf344e4a0
send & parse JSON in the ws calls; add cb to avoid crash due to unavailable connection
2018-10-23 10:20:08 +02:00
Iuri Matias
ceb107f43b
send logs to ws
2018-10-23 10:20:08 +02:00
Iuri Matias
7bd6b9da8f
add basic ws functionality
2018-10-23 10:20:08 +02:00
Iuri Matias
0917acb02f
add 2nd endpoint to webserver; use express
2018-10-23 10:17:29 +02:00
Jonathan Rainville
d7cd3a72c9
add message at the end of the first ouput
2018-10-22 19:43:15 +02:00
Moksh Jain
08c140b035
added webserver logging
2018-10-22 19:39:25 +02:00
emizzle
3e9abdcdd2
fix rebase
2018-10-22 19:33:40 +02:00
StevenJNPearce
5917e0cb5a
Add browser reload on file change/rebuild
...
Add browser reload on file change/rebuild
2018-10-22 19:30:12 +02:00
emizzle
58ba0549c4
Fix rebase
2018-10-22 19:30:12 +02:00
StevenJNPearce
3dbf0d3742
Add browser reload on file change/rebuild
...
Add browser reload on file change/rebuild
2018-10-22 19:25:19 +02:00
Anthony Laibe
bdd5852b6c
Fix git merging badly
2018-10-22 19:25:19 +02:00
Cryptomental
34cafc77e8
webserver: Emit websocket outputError and show error on the landing page.
...
Whenever outputError is emitted by Ember, display error message on the landing page
and stop the page from refreshing every four seconds.
Refs: https://github.com/embark-framework/embark/issues/946
2018-10-22 19:25:17 +02:00
Anthony Laibe
684839b5aa
Use broadcast to avoid useless send
2018-10-22 19:25:16 +02:00
emizzle
1c27c3465b
Handle case when socket not opened
...
If the socket is not already opened, listen for ‘open’ event before sending the `outputDone` data.
2018-10-22 19:24:41 +02:00
Anthony Laibe
91d1e5a85e
Fix websocket not open
...
Make sure the connection is open before
sending the event
2018-10-22 19:24:41 +02:00
Iuri Matias
4b81968482
restore ws functionality to webserver
2018-10-22 19:24:41 +02:00
StevenJNPearce
3aad35209a
Add browser reload on file change/rebuild
...
Add browser reload on file change/rebuild
2018-10-22 19:13:50 +02: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