Releases: CanDIG/katsu
Releases · CanDIG/katsu
TFRI demo
What's Changed
- Sonchau/django update by @SonQBChau in #63
- tweaks following #63 by @daisieh in #67
- Sonchau/drf spectacular by @SonQBChau in #66
- feat: add endpoint for dashboard by @SonQBChau in #68
- feat: remove dummy count in moh_overview by @SonQBChau in #69
- fix: set ALLOW_HOSTS to all by @SonQBChau in #71
Full Changelog: v1.4.4...v1.4.5
small auth tweaks
Merge pull request #64 from CanDIG/daisieh/auth-header Authorization header still required
tiny tweaks
Merge pull request #38 from CanDIG/daisieh/tweak-alpine-version tweak alpine version
Fixes for testing
Merge pull request #36 from CanDIG/daisieh-patch-1 All sorts of fixes to get tests back up
Update tag to latest develop
v1.4.0 oops, committed some merge conflicts in Dockerfile
Update tag to latest develop
Merge pull request #32 from CanDIG/daisieh/ingest Read in db password from secrets file
v1.2.0
- 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