Skip to content

Releases: CanDIG/katsu

TFRI demo

15 Nov 23:46
405308b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

small auth tweaks

09 Sep 17:12
5782215
Compare
Choose a tag to compare
Merge pull request #64 from CanDIG/daisieh/auth-header

Authorization header still required

tiny tweaks

08 Mar 08:10
6d58fd7
Compare
Choose a tag to compare
Merge pull request #38 from CanDIG/daisieh/tweak-alpine-version

tweak alpine version

Fixes for testing

04 Feb 01:04
6446b21
Compare
Choose a tag to compare
Merge pull request #36 from CanDIG/daisieh-patch-1

All sorts of fixes to get tests back up

Update tag to latest develop

27 Jan 01:39
Compare
Choose a tag to compare
v1.4.0

oops, committed some merge conflicts in Dockerfile

Update tag to latest develop

18 Nov 07:50
6718925
Compare
Choose a tag to compare
Merge pull request #32 from CanDIG/daisieh/ingest

Read in db password from secrets file

v1.2.0

28 Apr 20:40
fcd9a3d
Compare
Choose a tag to compare
  • Added data ingest/remove scripts
  • Added dataset-level authorization for GET requests made to /api/individuals and /api/phenopackets
  • Added Dockerfile
  • Added middleware to handle CORS preflight requests that request access for custom headers beginning with one of {X-CANDIG-LOCAL-, X-CANDIG-DAC-, X-CANDIG-FED-, X-CANDIG-EXT-}
  • Added a GitHub Action to automatically generate a container image when a new release occurs
  • Merged v1.3.4 from upstream into this fork