Markus Grigull
cc2766e373
Add home when on '/' route
2017-08-17 17:35:15 +02:00
Markus Grigull
c02634351b
Fix not saving simulator IDs in nodes
2017-08-14 22:12:41 +02:00
Markus Grigull
060c08b5e3
Fix fetching simulators from nodes
2017-08-14 22:04:58 +02:00
Markus Grigull
6c608f42e6
Add contributing.md
2017-08-11 14:09:07 +02:00
3d834b3b46
removed deploy stage from CI config
2017-08-03 19:01:49 +02:00
39c711ef8f
removed backend submodule
2017-08-03 17:35:33 +02:00
b626c65dd3
moved all configuration / deployment configs to Demo repo
2017-08-03 17:28:34 +02:00
Steffen Vogel
8abd8feb92
added new configuration playback from files
2017-08-03 15:14:07 +00:00
Steffen Vogel
72c2ae0e41
added mongo-express web interface
2017-08-03 15:13:54 +00:00
Markus Grigull
4987a4d021
Remove sequence check on message receiving
2017-08-03 10:46:11 +02:00
Markus Grigull
637f1fd2a8
Fix nginx proxy for public files
2017-08-03 10:24:51 +02:00
Markus Grigull
5cb615ef2b
Fix widget context menu
...
Add protection to not create projects with having any valid simulation
2017-08-03 09:49:18 +02:00
Markus Grigull
32d8fb9061
Fix nginx website routing
2017-08-02 15:15:30 +02:00
Markus Grigull
f011a5962d
Fix widget resizing
2017-08-02 14:41:24 +02:00
Markus Grigull
4d396cb218
Add missing controls to value widget edit
...
Fix edit widget dialog tests
2017-08-02 14:01:25 +02:00
Markus Grigull
dcb0f6976a
Update backend submodule
2017-08-02 13:50:24 +02:00
Markus Grigull
b176beba5d
Move react-contextmenu stylesheet to separated file
2017-08-01 22:36:01 +02:00
Markus Grigull
ddcee30799
Add missing dependency
2017-08-01 22:27:26 +02:00
Markus Grigull
a0feed47b0
Fix unknown simulator data in table
2017-08-01 22:14:43 +02:00
Markus Grigull
5d9f24e304
Add widget locking
...
Widgets can be locked and unlocked with the context menu
Import react-contextmenu stylesheet instead of coping it into widgets.css
2017-08-01 22:06:22 +02:00
Markus Grigull
b7d80c5fc5
Fix plot-table widget edit dialog
2017-08-01 21:20:29 +02:00
Markus Grigull
00fb4c471b
Update all dependencies to lastest version
...
Remove prop-types from all components
Updating to react-router v4 needed to restructure the routes
2017-08-01 21:15:18 +02:00
Markus Grigull
0ffae6d373
Add color to label widget
...
Remove name edit control from default dialog
Remove text from plots
2017-08-01 14:29:29 +02:00
Markus Grigull
69c835cecb
Add word-wrap to label
2017-07-30 00:11:11 +02:00
Markus Grigull
a022a13bcb
Add text size control to edit label widget
...
Move label text to top left corner
Remove background color for widgets (testing).
2017-07-29 13:15:03 +02:00
Markus Grigull
cd624b46e2
Fix aspect ratio on new image
2017-07-29 12:01:24 +02:00
Markus Grigull
70b76c539f
Fix lock aspect for image widgets
2017-07-29 11:50:02 +02:00
Markus Grigull
33742326f6
Add image default size and start aspect ratio lock control
2017-07-29 10:52:03 +02:00
Markus Grigull
d9c76bf65f
Add unselectable style to widgets while editing
...
Add border to all widgets while editing
2017-07-28 19:17:19 +02:00
Markus Grigull
fcc809092a
Snap widget on grid while adding
2017-07-28 16:42:41 +02:00
Markus Grigull
8b0854c49f
Add grid snapping
2017-07-28 16:17:48 +02:00
Markus Grigull
32f2c719da
Add grid background to visualization edit
2017-07-27 23:32:09 +02:00
Markus Grigull
aaff21eb78
Add grid slider to visualization
2017-07-27 21:41:13 +02:00
Markus Grigull
1eddcb14c5
Remove hash route
2017-07-27 16:52:59 +02:00
Markus Grigull
adeb3e666b
Fix token in projects container
2017-07-27 10:52:30 +02:00
Markus Grigull
723e2df3d1
Add token to all API calls
2017-07-27 10:32:32 +02:00
Markus Grigull
4df0e7a5fb
Update fav icon
2017-07-27 09:48:38 +02:00
Markus Grigull
91d4c1bdea
Merge branch '81-plot-widget-is-laggy' into 'develop'
...
Resolve "Plot widget is laggy"
Closes #81
See merge request !16
2017-07-27 09:14:48 +02:00
Markus Grigull
efcb49d05a
Remove unneeded dependencies
2017-07-27 08:47:20 +02:00
Markus Grigull
4c73eb44f9
Update plot-table with new plot
2017-07-27 02:00:50 +02:00
Markus Grigull
3265838c39
Add signal legend. Add time format.
2017-07-27 01:54:34 +02:00
Markus Grigull
9119f6380d
Add multiple lines to plot
2017-07-27 01:11:20 +02:00
Markus Grigull
15fd134f9e
Add time scaling
2017-07-27 00:28:19 +02:00
Markus Grigull
37af4f5151
Move plot to raw d3 with react
...
Remove rd3 dependency for plots. Drawing with react and raw d3 drastically
improves performance. This is most due d3 has its own DOM manipulation. If
this is used, it interferes with reacts DOM manipulation.
Now only d3 helper libraries are used and the svg is drawn by react itself.
Thus the performance gets a huge boost on plots.
2017-07-26 23:10:29 +02:00
Markus Grigull
50d8f52508
Add production docker-compose
2017-07-26 12:16:14 +02:00
Markus Grigull
34f1381133
Fix various errors in deployment
...
Fix website volume
Update backend submodule
Remove unneeded open ports
2017-07-26 10:45:23 +02:00
Markus Grigull
3d4d8d105c
Fix new simulation model dialog
...
Update react-bootstrap to newest version
2017-07-26 10:44:04 +02:00
Markus Grigull
2b5c222bc8
Fix simulator data IDs
2017-07-25 14:58:56 +02:00
76df1a3029
delete old docker-compose containers to avoid full disks
2017-07-22 11:49:10 +02:00
063e91522f
get rid of bind volumes as they do not work for deployments on remote Docker daemons
2017-07-22 05:00:32 +02:00