Internal: Updates to infra and small fixes to custom population and course statistics pages
·
14238 commits
to master
since this release
Custom population
- The icon on UnihowDataExport button wasn't shown, this is now fixed
Course statistics
- Hide the message about the new ColorizedCoursesTable feature if the user isn't able to use it
Internal
- nodemon was updated to the latest version in all packages
- node and nodemon are now run directly in Dockerfiles instead of npm, this will remove the delay in stopping the containers (basically SIGTERM wasn't handled correctly because the main process was npm)
- SCHEDULE_IMMEDIATE is now defaulted to an empty array to get rid of the error "Cannot schedule unknown job type 'none'"