Anthony Laibe
1f93ec0b32
Add back output done
2018-10-31 18:34:00 +01:00
Iuri Matias
71380be0ca
fix linting issues
2018-10-29 15:33:12 +01:00
Iuri Matias
99d618c2e3
lint fixes
2018-10-29 14:15:48 +01:00
Michael Bradley, Jr
6999a37487
rm old lib/modules/webserver/backend
...
replaced by embark-ui
2018-10-28 13:16:20 +01:00
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
Pascal Precht
3dd28b9459
refactor(modules/webserver): use ProcessManager APIs to start and stop the server
2018-10-23 10:58:33 +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
58ce56684d
fix double startng the server
2018-10-23 10:48:35 +02:00
Jonathan Rainville
324e148fa6
resolve conflict in api and saga
2018-10-23 10:48:35 +02:00
Andre Medeiros
1f7e434632
Pass logger to webserver
2018-10-23 10:47:25 +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
4e7a0389bb
fix eslint on EVERYTHING
2018-10-23 10:26:14 +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
5a67d87d59
re-add missing backend files
2018-10-23 10:21:40 +02:00
Iuri Matias
14a0396326
fix index.html
2018-10-23 10:21:39 +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
Richard Ramos
8da0d60b42
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-10-23 10:21:39 +02:00
Richard Ramos
42db8258e0
Allows copying commands to clipboard
2018-10-23 10:21:38 +02:00
Richard Ramos
92f1ac7576
Verifying if contract can be deployed or not
2018-10-23 10:21:38 +02:00
Richard Ramos
56afed906a
Added event to obtain list of contracts and show them on the dashboard
2018-10-23 10:21:38 +02:00
Richard Ramos
502d2c0dec
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-10-23 10:21:38 +02:00
Richard Ramos
1528dd9022
Added section to embark backend tab
2018-10-23 10:21:38 +02:00
Iuri Matias
21440505e1
first stab a backend tab
2018-10-23 10:21:37 +02:00
Richard Ramos
c393754c52
Moving components
2018-10-23 10:21:36 +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