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
Convert messages list to a dict
Use onPush detection changes in angular to avoid listening to
all single event (in particular keyup ones) when entering a review.
Adjust main page settings with regards to change detection mechanism
Part of T515-011
Change-Id: I5cb13d35d7069e4588397155288e670e2bc823f9
- Add lock name to race object
- Change few design
- Add the selected state to race object
Change-Id: If6abac416e963aae00353ae0a1d15ee7c4ec0270
For: T323-017
- Add test for race condition
- Add test for user review
- Check name of test for GAIA sanity
TODO:
- FInish test for codepeer run info
Change-Id: I362826b58b81c68eb628ae0c3dec6fe6ba924018
For: S923-005
- Trouble about loading the run info of codepeer,
depending of the loading time
- Changed the call to get run info to fix it.
Change-Id: I39c486d48dfa029f6e9c42be96d4417bac007638
For: T402-008
- Created a togle to show/hide annoations
- Show toggle only if ther are annotations
For: T316-035
Change-Id: I88637d67779392d62ba882f58d32d35f71915b05
- Fix errors when not running codepeer
- Change default ranking for GNatcoverage
- Add coverage status to GNATcoverage message
- Change line background to show coverage status
- Add coverage per file in message/project view
- Add coverage per folder in project view
- Add coverage per project in project view
Change-Id: I166c578dec20ec61dd88026f6fe0b641341f85ec
For: SB20-012
- Interface is working with .xcov+ output
TODO:
- Change to xml output to get more information
Change-Id: Ibcc663f7ae0ef51d544a095662b72d27a2d58a81
For: SB20-012