Skip to content

Releases: knaw-huc/textrepo

Include 'views' on files to get text excerpts

16 Mar 10:27
Compare
Choose a tag to compare

Concordion tests for /task/import

07 Apr 11:49
88af783
Compare
Choose a tag to compare
Merge pull request #29 from knaw-huc/TT-825_import_task_concordion

Import task concordion test

Improved /task/import endpoint

30 Mar 17:56
ffffa8e
Compare
Choose a tag to compare

Status codes:

  • 200 OK when no version was created;
  • 201 CREATED and (absolute) uri of version in HTTP Location header 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

29 Mar 08:15
3b626b2
Compare
Choose a tag to compare
  • improved Swagger: example return values added and return types corrected

v1.15.0: Merge pull request #25

16 Mar 08:32
e57d41f
Compare
Choose a tag to compare
Add @ApiResponses & method rename

Test Docker Hub trigger #2

08 Jul 09:37
Compare
Choose a tag to compare
Pre-release

Removed "release-" prefix from Docker Hub build tags.

Test Docker Hub trigger

08 Jul 08:56
Compare
Choose a tag to compare
Pre-release

Test if Docker Hub will pick up Github "alpha"-style release tags.

First semver release

08 Jul 07:59
Compare
Choose a tag to compare
First semver release Pre-release
Pre-release

Setting up semantic versioning, building at Docker Hub and releases.