| Age | Commit message (Collapse) | Author |
|
5878 Add ComplianceCheck#show
|
|
#5878 @1
|
|
|
|
|
|
|
|
|
|
af83/5911-stops-filter-on-referential-journeys-index
Better stops filters on ReferentialVJs#index. Refs #5911
|
|
5486 Use minified version of React/Redux in production
|
|
5863 Remove workbench id from the querystring
|
|
Infer it when possible, and use a nested otherwise
|
|
|
|
|
|
|
|
|
|
defaut envvar value to redis host
|
|
|
|
|
|
5150 Update decorators
|
|
|
|
5888 Fix I18n in JS
|
|
4963 import cron should abort old imports
|
|
|
|
af83/4758-cron-job-to-finalise-compliance_check_set-validations--
4758 cron job to finalise compliance check set validations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5807 update webpacker
|
|
|
|
|
|
A new recurring job that does exactly the same thing as the import job.
This finalises `ComplianceCheckSet`s.
First we need to abort all unfinished `ComplianceCheckSet`s older than
four hours. Then we finalise the imports by doing the same work in
`Api::V1::Internals::ComplianceCheckSetsController#notify_parent`,
namely calling `#notify_parent` on `ComplianceCheckSet`s (here, only on
the ones that are finished).
Add a couple new Rake tasks for compliance check sets that mirror those
for imports, and do the work required by the cron job.
Refs #4758
|
|
|
|
|
|
|
|
|
|
|
|
Still missing:
- Pagination
- Filters
|
|
|
|
|
|
|
|
|