Resolve "clean configuration"
All smasch configuration options that could be moved to ConfigurationItem were migrated. As a result local_settings.py is small and clean - configuration options are available in GUI.
Before deploying it in production these issues must be resolved: #359 (closed), #334 (closed) - otherwise we might expose sensitive information which we don't need to provide to end user.
Closes #343 (closed)
Edited by Piotr Gawron
Merge request reports
Activity
Filter activity
changed milestone to %1.0.0
added refactor label
added 14 commits
- ccf08f77 - WSGI_APPLICATION moved to settings.py
- cad2257d - default file storage should be with manifest
- 100880a0 - DEFAULT_FROM_EMAIL changed into configuration option
- 9ae75ddf - setting DAILY_SUBJECT_IMPORT_FILE changed into configuration option
- 206f5bdf - DAILY_SUBJECT_EXPORT_FILE moved to configuration options
- 677708f1 - DAILY_VISIT_IMPORT_FILE and DAILY_VISIT_EXPORT_FILE moved to configuration option
- 97d481aa - SUBJECT_IMPORT_RUN_AT changed to configuration option
- f2b9bf3a - EXPORT_RUN_AT changed into configuration option
- 8361b005 - VISIT_IMPORT_RUN_AT changed into configuration option
- 855169df - IMPORTER_USER changed into configuration option
- 844e47ae - IMPORT_APPOINTMENT_TYPE changed into configuration option
- f864e170 - nexmo configuration moved to configuration options
- 90334b07 - LOGIN_PAGE_BACKGROUND_IMAGE changed into configuration option
- e07b3149 - cleaning of the configuration parameters
Toggle commit listadded 1 commit
- a4a0aa9b - static file storage for gitlab test shouldn't contain manifest
added 15 commits
-
0c79f4cc...9bba8715 - 14 commits from branch
master
- 602d89d6 - Merge remote-tracking branch 'origin/master' into 343-clean-configuration
-
0c79f4cc...9bba8715 - 14 commits from branch
enabled an automatic merge when the pipeline for 602d89d6 succeeds
mentioned in commit 89a3c19d
Please register or sign in to reply