Andrii Podriez
607bf6f183
implemented websockets and finished dashboard migration
...
Signed-off-by: Andrii Podriez <andrey5577990@gmail.com>
2024-09-03 17:09:44 +02:00
Andrii Podriez
bfcc11ebae
implemented websocket logic for redux. Updated widgets and dashboard
...
Signed-off-by: Andrii Podriez <andrey5577990@gmail.com>
2024-09-03 17:09:44 +02:00
Andrii Podriez
6ad556c9c6
updated logout feature
...
Signed-off-by: Andrii Podriez <andrey5577990@gmail.com>
2024-07-25 14:25:05 +02:00
irismarie
678011cab9
deleted unnecessary output
2022-02-08 14:36:34 +01:00
Sonja Happ
9e4c76d450
Login with scenario duplication
2021-12-07 15:06:08 +01:00
Sonja Happ
a2ec10b27a
improve error notification if backend is not reachable #357
2021-12-01 13:38:30 +01:00
Sonja Happ
f5825f2fa1
add notification for internal server error
2021-01-29 09:40:23 +01:00
Sonja Happ
855e0199a2
fix a typo in download funtion of API
2021-01-25 13:53:01 +01:00
Sonja Happ
314bf53b23
send token in query string for file download, omit auth header
2021-01-25 11:34:39 +01:00
Sonja Happ
e54e11480c
Merge branch 'villasnode-api'
...
# Conflicts:
# src/ic/ic-store.js
2021-01-25 10:39:50 +01:00
Sonja Happ
631bb7d57c
Improve some notifications
2021-01-07 16:27:27 +01:00
Sonja Happ
e49456490c
Move all notifications to NotificationFactory
2021-01-07 14:59:40 +01:00
Sonja Happ
eba6a4a3b0
Merge branch 'master' into villasnode-api
2021-01-05 11:25:08 +01:00
Laura Fuentes Grau
794082320a
Time Offset Widget: check connection status #208
2020-12-29 15:57:58 +01:00
Laura Fuentes Grau
0bc737349f
WIP: Show graph representing the current config #265
2020-11-27 13:38:51 +01:00
Sonja Happ
86b1b2d5a5
continue merge
2020-11-16 15:01:24 +01:00
Laura Fuentes Grau
6b21befcb9
Show Server not reachable notification only once #68
2020-10-23 14:07:05 +02:00
Laura Fuentes Grau
7c459aef1a
resolved warning
2020-10-23 12:56:35 +02:00
Laura Fuentes Grau
de259acf45
Server not reachable notification displayed if server is down
2020-10-23 12:52:35 +02:00
Sonja Happ
e90e12fc5c
Fix for edit config, select-file; enable upload progress callback; fix startParams update
2020-05-28 09:59:22 +02:00
Sonja Happ
908730b072
Change of file API; files belong to scenario now (not to widget or component config); preparations for # 219
2020-05-27 10:45:57 +02:00
Sonja Happ
7200ab57f2
add download function in REST api for file downloads with response type blob
2020-05-13 15:18:22 +02:00
Sonja Happ
a2869d3256
rename 'endpoint' to 'host' to be compliant with data model
2020-04-27 12:50:26 +02:00
Sonja Happ
72cc4bfb7b
fix license statement in all source files ( closes #140 )
2020-03-25 13:25:07 +01:00
Sonja Happ
6f34cacab9
distinguish between file and Json in processing response of GET operation
2020-03-18 16:27:58 +01:00
Sonja Happ
5409e48537
file upload works for simulation model edit dialog (for now without progress bar)
2020-02-18 16:29:11 +01:00
Sonja Happ
4bcebd29a4
remove logging
2019-11-26 14:27:06 +01:00
Laura Fuentes Grau
ab714e6896
wip: dashboardA and widgets can be accessed but aren't rendered yet
2019-11-24 20:32:12 +01:00
Laura Fuentes Grau
bfab0be2d9
wip #210 added query parameter 'param'
2019-11-05 14:56:40 +01:00
Sonja Happ
f468b44557
Refactoring of js code base:
...
- Grouping js files based on the elements of the data model instead of parent js class
- All js files providing functionality for one element of the data model are now in one folder; this makes is easier to implement changes for one element in all affected files/ classes
- js files which are common to multiple elements are in the common folder
- The new structure is more in alignment with the new Go backend code base structure
- This commit does not contain any changes in functionality of the frontend
2019-08-20 14:46:33 +02:00