softvis-research / jqa-dashboard

Dashboard for analyzing and visualizing software artifacts' data scanned with jQAssistant and stored in a Neo4j graph database.
Apache License 2.0
40 stars 16 forks source link

Add capability to be served from subdirectory #29

Closed SebastianWendorf closed 5 years ago

SebastianWendorf commented 5 years ago

Fixes the problem, that the resources (img, css, js) cannot be found, if one tries to serve the dashboard from a location, which is not the root directory. Should resolve #28

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   46.37%   46.37%           
=======================================
  Files          44       44           
  Lines        1462     1462           
  Branches      197      197           
=======================================
  Hits          678      678           
  Misses        682      682           
  Partials      102      102
Impacted Files Coverage Δ
src/containers/DefaultLayout/DefaultHeader.js 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0074306...e47310b. Read the comment docs.