summaryrefslogtreecommitdiffstats
path: root/.codacy.yml
diff options
context:
space:
mode:
authorGeorge Moschovitis <george.moschovitis@gmail.com>2018-11-08 02:42:46 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-08 02:42:46 +0200
commitd160906f3e7f4ec024b643b577679bff5a40ac7e (patch)
treeffd05b8619db381b984c8ac5e77abd761068f83b /.codacy.yml
parent112924d4e7ec9680a1761dca2bf965d8fc31b847 (diff)
Refactoring dashboard.js, splitting monolithic file into multiple source files. (#4496)
* Mild cleanup of dashboard.js (#4461) * Balancing of else clauses * More cleanup, fixed nasty bug introduced by previous commit * More cleanup * More refactoring * Wip * More refactoring * Wip * Cleanup, wip * Refactor for-loop * Remove .hasOwnProperties, wip * Split dashboard.js into multiple files, wip #4479 * Fixed a bug in common min/max * Extracted more files from dashboard.js * Extracted more code, wip * Extract units-conversion.js and sparkline.js * Do not include morris.js, c3.js and raphael.js in dashbaord.js They are extracted as separate files but not included in dashboards.js * Removed refs to obsolete charting libraries #4492 * Extracted google-charts #4479 * Extracted google-charts * Removed refs to morris, c3, raphael from dashboard.html * Wip #4479 * Extracted more charting libraries, cleanup * Organize charting libs in subfolder * Apply WebStorm formatter (mostly adds missing braces) * Additional formatting with WebStorm #4461 * Extracted d3pie, peity, localstorage * Extracted options.js, fixed some issues with dependencies, wip * Extracted boot.js * Fixes in for loops #4461 * Removed extrtacted d3pie from main file * Extracted registry.js * Extracted alarms.js * Extracted error-handling.js * Extracted fast formatting to utils.js * Extracted chart libraries registration code * Extracted some js/css loading code into boot.js * Added some info on generating dashboard.js * Fixed issues reported by LGTM * Minor * added slitted dashboard.js to makefiles * updated merged dashboard.js * excluded paths from codacy * minor pending fixes * updated README.md for release 1.11
Diffstat (limited to '.codacy.yml')
-rw-r--r--.codacy.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.codacy.yml b/.codacy.yml
index 62f669ab36..ea322de83b 100644
--- a/.codacy.yml
+++ b/.codacy.yml
@@ -4,9 +4,9 @@ exclude_paths:
- collectors/python.d.plugin/python_modules/pyyaml3/**
- collectors/python.d.plugin/python_modules/urllib3/**
- collectors/python.d.plugin/python_modules/third_party/**
- - web/css/**
- - web/lib/**
- - web/old/**
- - web/gui/src/**
- collectors/node.d.plugin/node_modules/**
+ - web/gui/css/**
+ - web/gui/lib/**
+ - web/gui/old/**
+ - web/gui/src/**
- tests/**