- None
- Notifies the user when the etl task using celery is done #8503
- Converts print statements to django logging statements in csvfile.py #8027
- Adds single csv importer column name switch #8552
- Adds confirmation dialog to etl manager when undoing load #8550
- Updates workflow and etl manager ui #8571
- Adds notification when branch csv load fails #8582
- Image service minor UI update #8174
- Adds check for celery failure during single_csv and branch_csv load #8615
- Moves some of the concept and domain specific logic into their respective datatype methods #8594
- Removes cache management command #8225
- Improves logging of JSON-LD reader #8623
- Adds visual cue to indicate that the application is in DEBUG mode #7517
- Improves error messaging around the excess tiles trigger #8689
- Adds security fixes for time-based blind SQL injection #9065
Python:
Upgraded:
none
Added:
none
Javascript:
Upgraded:
none
Added:
none
-
You must be upgraded to at least version 6.1.0 before proceeding.
-
Upgrade Arches
pip install --upgrade arches==6.1.2
-
Within your project with your Python 3 virtual environment activated:
python manage.py migrate
-
If you are running Arches on Apache, be sure to run:
python manage.py collectstatic
and restart your server.
sudo service apache2 reload
-
If you are running Celery, you should also restart your Celery worker(s). The process for doing this depends on how Celery is being run.