Skip to content

Commit

Permalink
Merge pull request #631 from weaveworks/cleanup
Browse files Browse the repository at this point in the history
General Cleanup
  • Loading branch information
paulbellamy committed Nov 6, 2015
2 parents d520662 + 9877a21 commit 05c11ef
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 86 deletions.
50 changes: 0 additions & 50 deletions app/origin_host.go

This file was deleted.

33 changes: 0 additions & 33 deletions app/origin_host_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions app/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ func Router(c collector) *mux.Router {
gzipHandler(topologyRegistry.captureRenderer(c, handleNode)))
get.MatcherFunc(URLMatcher("/api/topology/{topology}/{local}/{remote}")).HandlerFunc(
gzipHandler(topologyRegistry.captureRenderer(c, handleEdge)))
get.MatcherFunc(URLMatcher("/api/origin/host/{id}")).HandlerFunc(
gzipHandler(makeOriginHostHandler(c)))
get.HandleFunc("/api/report", gzipHandler(makeRawReportHandler(c)))
get.PathPrefix("/").Handler(http.FileServer(FS(false))) // everything else is static

Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ WORKDIR /home/weave
COPY package.json /home/weave/
# Dont install optional developer tools
RUN npm install --no-optional
COPY webpack.local.config.js webpack.production.config.js server.js .eslintrc /home/weave/
COPY webpack.local.config.js webpack.production.config.js server.js .eslintrc .eslintignore /home/weave/

0 comments on commit 05c11ef

Please sign in to comment.