| Age | Commit message (Collapse) | Author |
|
- add format: :json in controller specs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #4516
|
|
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
|
|
|
|
|
|
add specs
|
|
|
|
for POST UPDATE
|
|
|
|
the build passed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #4579
|
|
Added Controller Spec
Fixed Older Specs
|
|
compliance_check_set spec
|
|
|
|
Fixes: #4431@0.16666666666666666h;
|
|
|
|
|
|
|
|
Refs #4467
|
|
|
|
|
|
* Duplication of Route is triggered by link and UI forwarded to edit of duplicatee
- Changing route, only POST duplicate_referential_line_route --> RoutesController#duplicate
- Removing route GET duplicate_referential_line_route --> RoutesController#duplicate
- Removing controller action RoutesController#post_duplicate
* Link in Route Decorator depends on new policy RoutePolicy#decorate?
* Adapting specs
|
|
|
|
|
|
Refs #4280
|
|
|
|
|
|
|
|
|
|
|
|
Send POST requests for duplication to a new controller method so we can
more easily handle them and separate setup and creation code.
Note that the test doesn't work. The `to change` part succeeds even
though it shouldn't. Still need to figure out what's going on there, but
committing this to hand off the feature to Robert.
Refs #4189
|