Commit Graph

820 Commits

Author SHA1 Message Date
andi fbd07e465b do not add/remove null values 2020-10-04 17:17:32 +02:00
andi ea7ba042df track the cache hit rate 2020-10-04 17:16:52 +02:00
andi d4d3d01405 cache location of root node
The location of the root node is not cached in the nodeCache. So it had
to be read for every read or write access. We are still using a lock
when accessing the map. That makes it easy to cache the location.
2020-10-04 16:42:25 +02:00
andi 598ee31c1d Merge branch 'master' of https://andreashuber@bitbucket.org/andreashuber/performance.git 2020-09-28 10:01:20 +00:00
andi 91c78d4350 use transparent color for parallel request plots 2020-09-28 10:00:51 +00:00
andi d21ef48559 make tic labels optional for bar charts 2020-09-27 20:07:26 +02:00
andi e71ab07440 fix labels overlapping in bar chart x-axis 2020-09-27 20:02:56 +02:00
andi 2f4d1f701b add interval for seconds for bar charts 2020-09-27 17:15:02 +02:00
andi 10155f9cdb use special enum for DateBucket units
Preparation step for having custom intervals.
2020-09-27 17:06:27 +02:00
andi 78a0b7d70b use a longer y-axis interval by default
this helps to not miss interesting events
2020-09-27 12:50:32 +02:00
andi 550e4401e5 improve javadoc 2020-09-27 12:14:55 +02:00
andi 439bf0b05b reduce log level 2020-09-27 08:21:37 +02:00
andi b8f77dc9a6 replace custom timezones with UTC
we are only using UTC
2020-09-27 08:21:24 +02:00
andi 273c019df1 remove unused class RuntimeExcecutionException 2020-09-27 07:53:52 +02:00
andi f1980b1963 log more details about search performance 2020-09-20 19:52:08 +02:00
andi 6bb6cdaea7 count disk reads 2020-09-20 19:51:47 +02:00
andi 69f12aba98 prevent labels from overlapping 2020-09-20 09:14:04 +02:00
andi 70430eb1fd missing locale in String.format() 2020-09-20 09:13:42 +02:00
andi d26cd4138e add line break for labels of bar charts 2020-09-20 09:12:10 +02:00
andi e06f4175a3 illegal state exception when using interval 'year' 2020-09-20 09:11:45 +02:00
andi 6755411a5d update JS libraries 2020-09-19 19:09:56 +02:00
andi c4ae1c431b add test for a date pattern without the 'T' 2020-09-19 19:03:57 +02:00
andi 0b87536d91 update libraries 2020-09-19 19:00:56 +02:00
andi 3868583866 fix merge 2020-08-11 19:53:44 +02:00
andi 5b55badfea Merge branch 'master' of https://bitbucket.com/andreashuber/performance
# Conflicts:
#	build.gradle
2020-08-11 19:48:09 +02:00
andi 275b6945cc update nodejs/npm 2020-08-11 19:45:38 +02:00
andi b8040ced2c update angular/material 2020-08-11 19:35:32 +02:00
andi abfff59c8d update angular to 10 2020-08-11 19:34:47 +02:00
andi 87c7d0ae30 update js libs 2020-08-11 19:33:21 +02:00
andi 034a473a6e update 3rd party libs and gradle 2020-08-11 17:41:01 +02:00
andi 92ac8b0508 add readme 2020-08-11 17:37:25 +02:00
andi 668f86323e Merge branch 'master' of https://bitbucket.org/andreashuber/performance
# Conflicts:
#	build.gradle
#	gradle/wrapper/gradle-wrapper.properties
2020-08-11 17:32:43 +02:00
andi 3e77c2a103 various fixes 2020-08-11 16:12:18 +02:00
andi 00b9cc6dc6 add proxy for angulars development server 2020-06-21 09:10:53 +02:00
andi 6ccc9e36bb update npm + js 2020-06-21 08:44:01 +02:00
andi b11018c7be update spring-boot to 2.3.1 2020-06-21 08:43:42 +02:00
andi 822d4ab9dd update gradle to 6.5 2020-06-21 08:21:28 +02:00
andi 8647931da8 create testing config 2020-05-08 14:49:04 +00:00
andi 51bd043bf7 update gradle and spring boot 2020-05-08 14:48:50 +00:00
andi 3239871a1b enable HTTP compression 2020-04-25 12:51:42 +02:00
andi 8e1ca282f6 update production settings 2020-04-17 14:46:56 +00:00
andi bfc5d9e3d8 hide grid for certain plot types 2020-04-17 14:46:42 +00:00
andi 03accc1828 use whatever port the app is running on for ajax requests 2020-04-05 15:25:27 +00:00
andi 7d1927bcbf use us locale when formatting floats
gnuplot needs us locale
2020-04-05 15:24:40 +00:00
andi a3c10e9e5c hide help page as long as it is not finished 2020-04-05 16:04:40 +02:00
andi 2ddb63a6a1 render labels on x2 axis 2020-04-05 09:56:39 +02:00
andi 89c66d98f9 don't render labels in gallery preview 2020-04-05 09:55:08 +02:00
andi 45f9e36a88 cleanup 2020-04-05 09:50:26 +02:00
andi 1ae4677799 fix invaders game 2020-04-05 09:40:56 +02:00
andi aa9a4255ef show interval input field only for bar charts 2020-04-05 09:33:05 +02:00