- Feb 18, 2022
-
-
bensinober authored
-
Petter Goksøyr Åsen authored
This reverts commit df3cd5c0.
-
bensinober authored
-
- Feb 15, 2022
-
-
Torstein Nicolaysen authored
-
Tom Adam authored
-
- Feb 11, 2022
-
-
Petter Goksøyr Åsen authored
We're using a very old jsonld verison, so it's possibly solved in a later version, but there is a lot of breaking changes we have to handle so its a big effort to upgrade, hence this fix.
-
Torstein Nicolaysen authored
-
Torstein Nicolaysen authored
also removed the "X-Powered-By" header key: "X-XSS-Protection", value: "1; mode=block", key: "X-Frame-Options", value: "SAMEORIGIN",
-
- Feb 10, 2022
-
-
Tom Adam authored
It turned out that RDF4J Models.isomorfic is buggy. A bug report was issued. Dependency management was fixed - holding on to RDF 4J transitive dependency versions since RDF4J is used in production - Jena just for testing.
-
- Feb 08, 2022
-
-
Petter Goksøyr Åsen authored
This reverts commit c78d10a7.
-
- Feb 07, 2022
-
-
bensinober authored
-
Tom Adam authored
-
Tom Adam authored
-
- Feb 04, 2022
-
-
Tom Adam authored
-a bad version of dockerfile was checked in previously.
-
Torstein authored
-
One of the tests has failed because of to changes in DEICH-6116 bug fixes.
-
-
-
Shared conversion code for normarc and marc21 now lives in MarcBaseConverter, which is extended by Marc21Conveter and NormarcConverter for Marc21- and Normarc-specific logic. LineMarcConverter renamed LineMarcExporter, as it is not really conversion in the same sense as Marc21 and Normarc, but just generating a simple string representation.
-
-
-
-
-
The old API had a bug related to ALMA - local ID search triggered request against ALMA, which was basically incorrect. The server always answered with an error XML. That wa the reason why one of the test cases had to be modified - the new API filters away ALMA for local id searches. Made SearchConfig dynamic - so it is easy to override test baseUrls using @DynamicPropertySource. Did a temporary change to not deliver source description to the client in case of error. However, this will be undone as the old API is eliminated from the codebase. Fixed som id field build-up logic - OR-ing multiple fields. Started to move over usable test helper/config classes to no/deichman/test/mimir.
-
The previous implementation was an all-die if someone fails. Refactored to only let the ones who time out or fail to die. Added basic performance monitoring for query execution times. Alma seems to be the bottleneck. Renamed Result.Supplier to Result.UnsafeSupplier to avoid bugging name collision with the official Supplier :)
-