Change in ovirt-engine[master]: restapi: Avoid place holders that aren't replaced

From Juan Hernandez <juan.hernandez@redhat.com>:
Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Avoid place holders that aren't replaced ...................................................................... restapi: Avoid place holders that aren't replaced The API documentation uses place holders like {engine-name} and {product-name} that should be replaced by the corresponding values during the build process. But this doesn't work correctly because the HTML generator isn't invoked with the right parameters. That can be fixed adding the right parameters, or changing the build process so that it uses the HTML code already included in the artifacts of the model project. That has the same effect and reduces a bit the time needed for the build. Note that this mechanism is already used for '/ovirt-engine/apidoc', this patch just uses the same mechanism for '/ovirt-engine/api/model', which is now deprecated. Change-Id: I2f42a0f5d832f7247151cd721dc47c0d2112d3c3 Bug-Url: https://bugzilla.redhat.com/1434056 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/interface/definition/pom.xml M pom.xml 2 files changed, 26 insertions(+), 41 deletions(-) Approvals: Martin Peřina: Looks good to me, but someone else must approve Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/74422 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2f42a0f5d832f7247151cd721dc47c0d2112d3c3 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review