71410801dc
Merge remote-tracking branch 'origin/master' into dashboard
2023-03-01 18:59:27 +01:00
be550ebac5
do not use interruptions to abort execution
2023-02-28 20:17:25 +01:00
17c0cd5ca9
make main page a little bit nicer
2023-02-28 19:18:49 +01:00
66da69a57a
various stuff
2023-02-27 19:59:43 +01:00
bd1b4fb655
show image in dashboard
2023-02-26 18:38:27 +01:00
d52033b5f0
make plot view standalone
2023-02-26 16:06:58 +01:00
fb5c8ea019
first step to show plot on dashboard
2023-02-26 14:07:19 +01:00
ea3ccabe56
focus first input element in dialogs
2023-02-26 09:46:35 +01:00
3a28e03b6a
make main toolbar look a little bit more modern
2023-02-26 09:32:08 +01:00
dc8a462031
extract shareable plot config
2023-02-26 09:03:39 +01:00
a2945d2d9b
adding dashbord
2023-02-26 08:18:53 +01:00
ed448af78c
add job service to be able to cancel plot requests
2023-02-18 17:36:54 +01:00
54e3edd010
update materials to 15
2022-12-04 09:35:31 +01:00
037c85bb3f
udpate angular core and cli to 15
2022-12-04 09:34:29 +01:00
0d1b9744a9
add box plots
2022-11-19 20:02:10 +01:00
ec4631e65c
replace deprecated api
2022-10-09 17:00:54 +02:00
981db04739
work around missing type information after typescript update
2022-10-09 17:00:34 +02:00
f7b6ab32ce
update angular to 14
2022-10-08 09:27:38 +02:00
25ef4a2d1f
custom theme was inlined into styles.scss
2022-03-20 09:05:38 +01:00
2962d08d46
update js stuff
2022-03-20 09:05:03 +01:00
390407f2ed
update angular to 13.1.0
2022-03-20 07:58:48 +01:00
976369527b
update angular to version 12
...
step two: ng update @angular/material
2021-07-03 09:05:09 +02:00
6c1a0f997e
angular update to version 12
...
first step: ng update @angular/core@12 @angular/cli@12
2021-07-03 09:03:40 +02:00
a1b4c7006d
add percentile information if available
2021-04-02 18:29:18 +02:00
a026314915
update JS libs
2021-03-25 18:56:29 +01:00
3763d09fa8
sort/filter by max average ratio
2020-12-01 17:10:40 +01:00
398774dbd8
updating angular core and cli
...
step 1 of update Angular 10 -> 11
2020-11-23 11:31:45 +01:00
356810c355
use correct average value
2020-11-05 16:45:26 +01:00
3bbf11a4ff
use info icon for information buttons
2020-11-05 16:44:29 +01:00
08328ec1e5
extract plot detail view into its own component
2020-11-01 19:13:15 +01:00
50c9e56f2e
reduce size of css
2020-10-31 09:58:49 +01:00
50658b22ee
make URL of image host independent
2020-10-26 10:52:24 +01:00
45c1648773
POC for detailed gallery view
2020-10-18 19:25:53 +02:00
e15b16a65f
fix development server proxy
2020-10-17 14:27:54 +02:00
2cdc9813da
change background in active drop down options
...
Seems like the new material version came with weird coloring.
2020-10-17 10:49:14 +02:00
d21ef48559
make tic labels optional for bar charts
2020-09-27 20:07:26 +02:00
2f4d1f701b
add interval for seconds for bar charts
2020-09-27 17:15:02 +02:00
78a0b7d70b
use a longer y-axis interval by default
...
this helps to not miss interesting events
2020-09-27 12:50:32 +02:00
3e77c2a103
various fixes
2020-08-11 16:12:18 +02:00
03accc1828
use whatever port the app is running on for ajax requests
2020-04-05 15:25:27 +00:00
a3c10e9e5c
hide help page as long as it is not finished
2020-04-05 16:04:40 +02:00
1ae4677799
fix invaders game
2020-04-05 09:40:56 +02:00
aa9a4255ef
show interval input field only for bar charts
2020-04-05 09:33:05 +02:00
3c88969885
hide y2 axis definition instead of removing it
...
Using ngIf has the undesired side effect that the values are lost when
the input fields are not shown.
2020-04-05 08:50:11 +02:00
50f555d23c
add interval splitting for bar charts
2020-04-05 08:14:09 +02:00
2b19ec9085
update material
2020-03-29 09:38:24 +02:00
ef7968aba2
update angular
2020-03-29 09:21:07 +02:00
46623236c6
little improvements to help page
2020-03-29 09:08:22 +02:00
ec4f445b8d
use port 17333 by default
...
Not sure how this is supposed to work. To be able to support
Angular's development server and Spring as a standalone application
I had to hardcode the port Spring uses.
The problem is, that Angular runs on port 4200. Angular is compiled
to static files. So I cannot dynamically add the port that is
configured for Spring. But Angular has to be able to talk to the
Spring application.
I chose port 17333, because it does not collide with the standard
Tomcat port (8080).
2020-03-12 19:54:13 +01:00
9aa4cb39ae
hide upload page, because it is not yet working
2020-03-08 12:14:48 +01:00