Feature #25439
Add new DiffView to Config Reports
Pull request:
Fixed in Releases:
Found in Releases:
Description
Add new DiffView to Config Reports
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6265 added
#2
Updated by Ohad Levy over 3 years ago
- Related to Bug #19067: Unintuitive diff colors added
#3
Updated by Ohad Levy over 3 years ago
- File report.json report.json added
for those who might want to test this PR, here is a way to add a config report with a diff view (as generated by puppet for example):
download the attached report.json and execute
curl -ku admin:changeme -H 'Content-Type: application/json' http://localhost:3000/api/config_reports -d @report.json -v -X POST
#4
Updated by Ohad Levy over 3 years ago
- Target version set to 1.21.0
- Fixed in Releases 1.21.0 added
#5
Updated by Anonymous over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset dbb57cc3aea6e454253a4d33de1d6b79743d41d3.
fixes #25439 - Add new DiffView to Config Reports