- Add a user review
- Get the user review from codepeer
- Link data between Gnathub and Codepeer
For : R626-026
Change-Id: I1f8ea96d114080e5e7d35d6e5bcc29172bc67290
- All un-imported modules are erased (almost 400)
- New package.json with all dependencies
Next step is to verify that all imported modules are used
Also check gulp-utils wich is deprecated
For R116-038
Change-Id: Id437457557b0793bca8ec10ea89f57a2f08d7170
Also upgrade other dependencies such as the latest and greatest Webpack.
Refactor sources to comply to the coding style in order to have a clean
run for tests.
Change-Id: Ic10271c92c4b8c4b7991acfb28670d80b03a1f2b
The annotated source view provides a new "location view" that lists all
messages (following the same filtering rules as the rest of the page) to
easily and quickly jump to a given message.
Change-Id: Ie81741cf047443a37a39f4592730beba409716d6
As explained at https://github.com/angular/angular-cli/issues/2234,
Webpack v2.1.0-beta.23 is broken, hence failing all the build. Force the
use of v2.1.0-beta.22 to work around this issue.
Change-Id: Iaa07dc96b02560c24479d8eb85a19d9c108213ff
TN: P308-014
Syntax highlighting on the client-end is costly and doesn't make much
sense in the context of statically served source files. Switch from
using client-side code highlighting library HighlightJS to using
Pygments during the HTML report generation for source code highlighting.
Change-Id: I654fea2442674d16a6df0c8b233073d3bd71f8c2
Depends-On: I34beb3e4f3f922be96ab79dfbd372ea738a17f77
TN: P308-014
ZoneJS fetch API doesn't support about:blank URL scheme and complained
about it in the developer console. Updating angular HMR loader fixes
this issue:
Fetch API cannot load about:blank. URL scheme "about" is not
supported.
Change-Id: I5b078a37b936770d877bfaf675daed63160a3dd0
It is used to support lay loading of Component, which is a feature
currently unused in this project.
Since it breaks the builds on Windows because the installation is
missing the proper certificates, this patch simply removes it for now.
Change-Id: I1b18ffc0f72a763cd961da705eeb6d53feb99fdb