Releases: knaw-huc/textrepo
Include 'views' on files to get text excerpts
Concordion tests for /task/import
Merge pull request #29 from knaw-huc/TT-825_import_task_concordion Import task concordion test
Improved /task/import endpoint
Status codes:
200 OKwhen no version was created;201 CREATEDand (absolute) uri of version in HTTPLocationheader when new version was created;
HTTP Link headers for Document, File, Version and Contents as well as json body in both 200 and 201 cases.
New query param asLatestVersion determines whether it is ok if the currently uploaded file already exists as any version or whether it has to be the latest version.
If any version is ok, no new version will be made if contents of current upload are already available as any version of this file.
if asLatestVersion is requested, new version will be made of this contents, unless these contents are already the current latest version.
Swagger fixes
- improved Swagger: example return values added and return types corrected
v1.15.0: Merge pull request #25
Add @ApiResponses & method rename
Test Docker Hub trigger #2
Removed "release-" prefix from Docker Hub build tags.
Test Docker Hub trigger
Test if Docker Hub will pick up Github "alpha"-style release tags.
First semver release
Setting up semantic versioning, building at Docker Hub and releases.