Commit Graph

708 Commits

Author SHA1 Message Date
ac26f30600 update JS libs 2021-08-14 10:36:06 +02:00
67c66ef89d add second parser that uses a standard CSV reader 2021-08-12 17:54:27 +02:00
825bac24b9 add file drop handler
You can define a folder and ingest files dropped into it.
2021-08-07 13:31:44 +02:00
85ed5f1ccb file drop support
- Add a folder where you can drop Zip files which will then be
  extracted on the fly and ingsted.
- CsvReaderSettings now contain TagMatcher that are applied to the
  first line and can be used to extract additional tags.
- Update to jdk 16 so that we can have records.
2021-08-01 09:31:40 +02:00
6d5cdbafca FastTime a faster alternative to System.currentTimeMillis
FastTime is 100 times faster (according to my primitive
benchmark) than System.currentTimeMillis. It is less accurate.
2021-07-30 19:45:44 +02:00
c6473e436b update SpringBoot to 2.5.3 2021-07-30 19:06:45 +02:00
fa1a590e01 update js dependencies 2021-07-11 08:52:11 +02:00
cb39bc7517 remove jcenter 2021-07-11 08:47:46 +02:00
175af8f849 update nodejs to 14.17.3 2021-07-11 08:46:30 +02:00
22bd6a8e84 update jackson to 2.12.4 2021-07-11 08:43:32 +02: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
8ed853c3cf make usage hint better visible 2021-07-03 09:00:19 +02:00
e665b49e2d update patch version of junit to 5.7.2 2021-07-03 08:51:25 +02:00
a9683fda3a update spring boot to 2.5.2 2021-07-03 08:49:50 +02:00
526754686c udate nodejs to 14.17.2 2021-07-03 08:44:00 +02:00
57927dfbc6 ignore rolled garbage collection logs 2021-07-03 08:43:48 +02:00
a87650d3f2 update gradle plugins 2021-07-03 08:39:20 +02:00
932689010f ignore garbage collection logs 2021-07-03 08:36:11 +02:00
2d6f061d4e fix JS vulnerabilities 2021-07-03 08:34:04 +02:00
9ee85d8b3b update gradle to 7.1.1 2021-07-03 08:30:08 +02:00
bc520f97ed move DateIndexExtension to DataStore 2021-05-12 19:00:25 +02:00
ee79cb0022 cleanup after revert 2021-05-12 18:20:34 +02:00
7adfc7029f Revert "introduce indexes"
This reverts commit 36ccc57db6.
2021-05-12 18:18:57 +02:00
75857b553e do tag to string conversion in StringCompressor instead of Tag 2021-05-09 10:44:24 +02:00
6dc335600e do string compression in StringCompressor instead of Tag 2021-05-09 10:37:35 +02:00
36ccc57db6 introduce indexes 2021-05-09 10:33:28 +02:00
ae545e602c create env.sh
a shell script that helps to set the environment for npm
2021-04-22 19:20:07 +02:00
546c096dad update angular 2021-04-22 18:20:11 +02:00
25fed0ad96 reduce memory usage 2021-04-17 10:02:38 +02:00
bc8b0d4686 update js libs 2021-04-17 09:11:43 +02:00
cc85775887 update 3rd party libs 2021-04-17 08:40:26 +02:00
b496036857 update to gradle 7 2021-04-10 12:18:13 +02:00
d411de0816 Merge branch 'master' of https://bitbucket.com/andreashuber/performance 2021-04-05 14:38:09 +02:00
9ff3bbc90d update primitiveCollections to 0.2 2021-04-04 14:15:01 +02:00
a1b4c7006d add percentile information if available 2021-04-02 18:29:18 +02:00
e410bcb3b3 revert accidential commit 2021-03-29 15:48:08 +02:00
faddbfa014 strip prefix "Default" from class names 2021-03-29 15:47:29 +02:00
f56744eb6b update gradle-version plugin to 0.38.0 2021-03-27 18:22:30 +01:00
a026314915 update JS libs 2021-03-25 18:56:29 +01:00
d667f71401 update third party libs 2021-03-25 18:45:37 +01:00
1b694944c2 update js libs
downgrade typescript, because angular needs <4.2.0
2021-03-25 18:45:26 +01:00
f9fc4d2f74 remove node_modules from eclipse
Adds a resource filter for node_modules.
2021-03-06 09:37:52 +01:00
b8e73b9b7b reformat 2021-03-06 09:36:43 +01:00
024fa06926 update js libs 2021-03-06 08:35:07 +01:00
cda7a43c89 update js libs 2021-03-06 08:34:01 +01:00
2bdbac328a update 3rd party libs 2021-03-06 08:33:00 +01:00
e6e869dc2f update JS libs 2021-02-19 19:37:07 +01:00
519e9f34c3 update 3rd party libs 2021-02-19 19:25:02 +01:00
6837fd67aa update node 2021-02-17 17:52:13 +01:00