Recent Releases of textrepo
textrepo - Improved /task/import endpoint
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.
- Java
Published by hayco over 5 years ago
textrepo - Swagger fixes
- improved Swagger: example return values added and return types corrected
- Java
Published by hayco over 5 years ago
textrepo - Test Docker Hub trigger #2
Removed "release-" prefix from Docker Hub build tags.
- Java
Published by hayco about 6 years ago
textrepo - Test Docker Hub trigger
Test if Docker Hub will pick up Github "alpha"-style release tags.
- Java
Published by hayco about 6 years ago
textrepo - First semver release
Setting up semantic versioning, building at Docker Hub and releases.
- Java
Published by hayco about 6 years ago