| Age | Commit message (Collapse) | Author |
|
|
|
|
|
On successful status update, respond with the `ComplianceCheckSet`
object attributes. Otherwise, respond with an error JSON.
Refs #4757
|
|
Get the `ComplianceCheckSet` from the URL and call its `#update_status`
method.
This doesn't currently work all the way. We need to send a real
response.
Refs #4757
|
|
This route will be called by the Java application when ComplianceCheck
validation is completed.
It will perform post-validation work, primarily updating statuses.
Refs #4757
|
|
|
|
|
|
|
|
|
|
4755 page for validate referential
|
|
add specs
|
|
ComplianceControlSetCopyWorker, and change routes/views for select compliance_control_set
|
|
|
|
|
|
|
|
|
|
@indirect_compliance_controls into controller
|
|
|
|
Ransack filter view implemented
|
|
Ransack setup need to adapt `/compliance_controls/_filters.html.slim`
|
|
|
|
Table Builder Helper table_builder2 with explicit model: parameter integrated into the view
TODO:
- Feature specs
- Add Ransack Filters
|
|
DB Setup for specs
|
|
|
|
4726 breadcrumb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #4762 Add file extension checking before importing (standard app…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ComplianceControlSetCloner class
|