-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bulk import parsing bug and limit concurrent client connections (#…
…973) * test (webapi): Add test for #971. * fix (webapi): Block when making HTTP client connections (#972). * fix (StringFormatter): Fix #971. - Remove NIE-INE test data. * style (ResourcesV1R2RSpec): Remove extra comma. * docs (release-notes): Update release notes. * build (webapi): raise release version to v1.7.1 * feature (webapi): Make triplestore and Sipi connection timeouts configurable. - Improve error handling on timeout. * test (bulk import): Add test using knoraXmlImport__seqnum.
- Loading branch information
Benjamin Geer
authored
Aug 22, 2018
1 parent
d0dbe6f
commit 7d37918
Showing
12 changed files
with
246 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
v1.7.0 Release Notes | ||
==================== | ||
# v1.7.x Release Notes | ||
|
||
See the | ||
[release](https://github.com/dhlab-basel/Knora/releases/tag/v1.7.0) and closed tickets on the | ||
[v1.7.0 milestone](https://github.com/dhlab-basel/Knora/milestone/11) on Github. | ||
|
||
Required changes to existing data: | ||
---------------------------------- | ||
## v1.7.0 | ||
|
||
### Required changes to existing data: | ||
|
||
- To use the inferred Gravsearch predicate `knora-api:standoffTagHasStartAncestor`, | ||
you must recreate your repository with the updated `KnoraRules.pie`. | ||
|
||
New features: | ||
------------- | ||
### New features: | ||
|
||
|
||
- Gravsearch queries can now match standoff markup (@github[#910](#910)). | ||
- Add Graphdb-Free initialization scripts for local and docker installation (@github[#955](#955)). | ||
- Create temp dirs at startup (@github[#951](#951)) | ||
- Update versions of monitoring tools (@github[#951](#951)) | ||
|
||
|
||
Bugfixes: | ||
--------- | ||
### Bugfixes: | ||
|
||
- timeout or java.lang.OutOfMemoryError when using /v1/resources/xmlimportschemas/ for some ontologies (@github[#944](#944)) | ||
- Timeout cleanup (@github[#951](#951)) | ||
- Add separate dispatchers (@github[#945](#945)) | ||
- "Property not found"-problem when using seqnum during bulk-import (@github[#971](#971)) | ||
- Exceeded configured max-open-requests value (@github[#972](#972)) | ||
|
||
## v1.7.1 | ||
|
||
### Bugfixes: | ||
|
||
- "Property not found"-problem when using seqnum during bulk-import (@github[#971](#971)) | ||
- Exceeded configured max-open-requests value (@github[#972](#972)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
v1.8.0 Release Notes (not released yet) | ||
======================================= | ||
# v1.8.0 Release Notes (not released yet) | ||
|
||
|
||
See the | ||
[release](https://github.com/dhlab-basel/Knora/releases/tag/v1.8.0) and closed tickets on the | ||
[v1.7.0 milestone](https://github.com/dhlab-basel/Knora/milestone/12) on Github. | ||
[v1.8.0 milestone](https://github.com/dhlab-basel/Knora/milestone/12) on Github. | ||
|
||
|
||
Required changes to existing data: | ||
---------------------------------- | ||
## Required changes to existing data: | ||
|
||
New features: | ||
------------- | ||
## New features: | ||
|
||
Bugfixes: | ||
--------- | ||
## Bugfixes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.