We now remove an intermediate 'webui' directory at package time, and
must adjust our outputs accordingly. After this change, the report is
produced at the same location it used to be put.
TN: V329-014
(cherry picked from commit 07243f04a5)
Depends-On: I1fb120da9505143eed6dbf424a9287a8f42e5224
Change-Id: I36937754c3c842f6d847971ce2ef3f681e382a41
We now remove an intermediate 'webui' directory at package time, and
must adjust our outputs accordingly. After this change, the report is
produced at the same location it used to be put.
TN: V329-014
Depends-On: I1fb120da9505143eed6dbf424a9287a8f42e5224
Change-Id: I36937754c3c842f6d847971ce2ef3f681e382a41
The current report does not allow navigation when there are
no messages, and it's not worth resurrecting this functionality.
Document the behavior instead.
Change-Id: I8288b536dfe1482aaf3fc40f9a992d46bbecae4b
TN: V316-059
This commit transition the application to Angular 13, and refactors the
build process to use the Angular CLI instead of hacking a webpack config.
It also removes a lot of things: junk code, or features that are no longer
needed, like the following:
* The Codepeer history view of the various runs is removed
* The refresh review / add review buttons with their associated dialog
are removed
Change-Id: I8adb19aa2ec8303aa23bd38a916fac35947ee69a
Depends-On: Ie50b0def8c0c2485f890eb46317b53b62b4382dd
TN: V316-059
And adapt directories, to match what's required by the new webui.
More precisely, the new webui requires javascript files (instead of
json), and those files should have the form
REPORT [<file>] = {
<json>
}
where <file> is the name of the javascript file (e.g. 'reprod2.ads.js')
For xml files, the syntax is
REPORT [<file] =
`<xml>
`
works (where file is again the javascript file)
TN: V316-059
Change-Id: Id0a8d7c67aa388a3f168ebb1730388aae8bf0677