Release 0.1.0b0
Pre-release
Pre-release
Security
Fixed
Added
- Docker
dev
environment that supports hot reloading. PR #79 - Documentation on setting up environments within
docker-compose
header. PR #79 cascade
option for/delete_tuple
route. (#86) PR #88- When delete with
cascade=False
fails due to foreign key relations, returns a HTTP error code of409 Conflict
with a JSON body containing specifics of 1st child. (#86) PR #88
Changed
- Replaced
DJConnector.snake_to_camel_case
usage withdatajoint.utils.to_camel_case
. PR #88 - Default behavior for
/delete_tuple
now deletes without cascading. (#86) PR #88 - Consolidated
pytest
fixtures into__init__.py
to facilitate reuse. PR #88 - Modify dependency check to not perform deep check and use accessible fk relations only. (#89) PR #90
- Update nginx image to pull from datajoint organization. (#80) PR #90
Removed
- Docker
base
environment to simplify dependencies. PR #79