stable
Clone or download
Read-only
This is part of story #10495 have base cross tracker search widget (step 1) To test: - On www/cross-tracker: - all npm scripts should work (npm run build, npm run test, ...) Change-Id: Ie3905e27da998cbe2a6bfd6b5ebd8927df2d3625
Modified Files
Name | ||||
---|---|---|---|---|
M | gulpfile.js | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +28 | −4 | Go to diff View file |
M | plugins/tracker/templates/widgets/project-cross-tracker-search.mustache | +15 | −5 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/.gitignore | +10 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/gulpfile.js | +74 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/karma.conf.js | +66 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/package-lock.json | +7004 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/package.json | +46 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/po/fr.po | +13 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/po/template.pot | +5 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/app-main-controller.js | +23 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/app.js | +16 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/app.spec.js | +0 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/shared-properties-service.js | +20 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/tlp-mock.spec.js | +1 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/webpack.config.js | +70 | −0 | Go to diff View file |