stable
Clone or download
Read-only
=> Combined is a performance killer on slow iops servers, we need to ship pre-built versions. In order to build the assets run `npm i && npm run build` at the root of tuleap sources. Part of request #9299: Get rid of combined Change-Id: I7abc7dd9c1aaa1a87e037f615030be5fa1fc6944
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +3 | −1 | Go to diff View file |
A | gulpfile.js | +48 | −0 | Go to diff View file |
A | package.json | +17 | −0 | Go to diff View file |
A | plugins/agiledashboard/gulpfile.js | +26 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +4 | −16 | Go to diff View file |
A | plugins/agiledashboard/package.json | +16 | −0 | Go to diff View file |
A | plugins/cardwall/gulpfile.js | +27 | −0 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.class.php | +6 | −8 | Go to diff View file |
A | plugins/cardwall/package.json | +16 | −0 | Go to diff View file |
A | plugins/docman/gulpfile.js | +24 | −0 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +5 | −20 | Go to diff View file |
A | plugins/docman/package.json | +16 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +4 | −11 | Go to diff View file |
A | plugins/graphontrackersv5/gulpfile.js | +26 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php | +6 | −15 | Go to diff View file |
A | plugins/graphontrackersv5/package.json | +16 | −0 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +5 | −8 | Go to diff View file |
A | plugins/tracker/gulpfile.js | +48 | −0 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +4 | −37 | Go to diff View file |
A | plugins/tracker/package.json | +16 | −0 | Go to diff View file |
M | src/common/event/Event.class.php | +0 | −11 | Go to diff View file |
M | src/common/include/Combined.class.php | +0 | −1 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +21 | −1 | Go to diff View file |
M | tools/rpm/Makefile | +11 | −12 | Go to diff View file |