You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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