Commit Graph

797 Commits

Author SHA1 Message Date
1b6bd77444 update to java 17 2022-03-20 09:18:41 +01:00
6e2075e67b update libs 2022-03-20 09:16:54 +01:00
9d198e1278 ignore env.sh 2022-03-20 09:16:39 +01:00
5cb9078727 update gradle to 7.4.1 2022-03-20 09:09:10 +01: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
35df9e1fd2 update gradle to 7.4 2022-02-13 08:32:06 +01:00
326c3bbf0d update thirdparty libs 2021-12-11 09:48:46 +01:00
bff446f0e3 rename getKey to getString 2021-10-16 19:59:30 +02:00
1461d32691 rename get to getInt 2021-10-16 19:59:10 +02:00
2ea11e6adb rename get to getString 2021-10-16 19:57:34 +02:00
491e88463a reduce visibility for getHighestInteger(), only needed for tests 2021-10-16 18:57:23 +02:00
d63a203619 use easier api 2021-10-16 18:56:51 +02:00
fe26068400 remove unnecessary method 2021-10-16 18:55:27 +02:00
7d3ae61656 rename put to putString to make it easier for ides to find references 2021-10-16 18:45:55 +02:00
d7cd4a94a5 rename put method to help IDEs find references 2021-10-16 18:33:20 +02:00
393de7ffec add test for updating a value 2021-10-16 17:32:20 +02:00
7754e54037 replace keys.csv with persistent map 2021-10-16 17:28:15 +02:00
cce2c052f2 add method isEmpty to PersistentMap 2021-10-16 16:59:58 +02:00
3d72231415 move filename for keys.csv to UniqueStringIntegerPairs 2021-10-16 15:33:04 +02:00
ea1cf6785d update anuglar to 12.2.9 2021-10-12 18:46:41 +02:00
e5be5b6234 update 3rd party libs 2021-10-12 18:43:18 +02:00
1f40411587 inject string compressor during query parsing 2021-10-12 18:36:15 +02:00
21ab103fd2 do not use static string compressor in ExpressionToDocIdVisitor 2021-09-18 19:44:03 +02:00
bcba117742 do not use static string compressor in upload handlers 2021-09-18 19:41:40 +02:00
3e1002a99d remove static string compressor from QueryCompletionIndex 2021-09-18 19:24:30 +02:00
311af4b9e9 don't use static StringCompressor in TagEncoderDecoder 2021-09-18 18:56:45 +02:00
fefcbf7532 make StringCompressor a field of DataStore 2021-09-18 18:53:50 +02:00
edaba72c33 remove method to create a query based on tags
was only used in tests
2021-09-18 18:48:33 +02:00
6a3d711838 move StringCompressor initialization to StringCompressor 2021-09-18 15:39:54 +02:00
6cd6f578e7 move Tags.asString() to StringCompressor 2021-09-18 10:18:42 +02:00
54acb38e5e move Tags.asValueString to StringCompressor 2021-09-18 10:14:52 +02:00
5d2fdb4820 create Tags in StringCompressor instead of use StringCompressor in Tags 2021-08-25 20:00:31 +02:00
b01567c82e move usages of StringCompressor to outside of TagsBuilder 2021-08-25 19:45:49 +02:00
d585093ffe update SpringBoot to 2.5.4 2021-08-25 19:06:53 +02:00
f2833bccdc update gradle to 7.2 2021-08-25 19:02:27 +02:00
8595f989b8 use factory to create CsvToEntryTransformer 2021-08-14 12:44:40 +02:00
ceb8d5a7c8 validate that tokens are known 2021-08-14 12:40:21 +02:00
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