Skip to content

v0.11

Latest
Compare
Choose a tag to compare
@antmoth antmoth released this 15 May 18:25
· 8 commits to master since this release
  • localsettings template for docker changed to reflect use of nginx instead of internal static IP addresses
  • mysql port for docker changed to 3307 to facilitate local integration tests run from outside Docker
  • added localsettings template for testing
  • added new settings LIVY_UI_HOME, SPARK_HOST, ES_UI_HOME, ENABLE_PYTHON, CELERY_RPC_SERVER; removed setting APP_HOST
  • set the admin site site_url to '/combine'
  • added line to log traceback with errors under DEBUG
  • altered Validation Scenario, Transformation Scenario, Field Mapper, and Record Identifier Transformation Scenario to prohibit adding python code by default (can be enabled with server setting ENABLE_PYTHON; existing scenarios will still work but can't be modified without the setting)
  • added createsuperuser django management command to facilitate docker build script
  • allowed record groups to be sorted by when their most recently run job was run
  • fixed local transformation includes on import
  • protected actually all the endpoints that should require a login