summaryrefslogtreecommitdiffstats
path: root/.eslintignore
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-05-14 11:41:16 -0400
committerGitHub <noreply@github.com>2021-05-14 11:41:16 -0400
commit9574cb4c956652372789d0c81d2cb7d35e36369c (patch)
tree50345a629f3714edd60e8d9ab6417238b9077dfc /.eslintignore
parent48dd96c5325d3d5b9b9e5412701d2e2bb6fe383a (diff)
Bundle the react dashboard code into the agent repo directly. (#11139)
* Remove code for bundling the dashoard on install. * Bundle the dashboard code directly into the agent repo. This diffstat looks huge, but it’s actually relatively simple. The only _actual_ changes are in the Makefiles, `configure.ac`, and the addition of `generate_dashboard_makefile.py`. Everything else consists of removing files that are included in the dashboard tarball, and extracting the contents of the tarball into `web/gui/dashboard`. * CI cleanup. * Automate bundling of the dashboard code. This replaces the makefile generator script with one that handles bundling of the dashboard code in it’s entirety, and updates the GHA workflow used for generating dashboard PRs to use that instead of the existing shell commands. It also removes the packaging/dashboard.* files, as they are no longer needed.
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 96212a3593..8cefe0eaed 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1 +1,2 @@
**/*{.,-}min.js
+web/gui/dashboard/*