Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Remove dashboard component
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Jan 17, 2024
1 parent 6d2857a commit cd0abff
Show file tree
Hide file tree
Showing 105 changed files with 15 additions and 15,955 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
run:
tests: true
skip-dirs:
- components/dashboard
skip-files:
- ".*_test.go$"
- "testframework.go"
Expand Down
2 changes: 0 additions & 2 deletions components/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"github.com/iotaledger/hive.go/app"
"github.com/iotaledger/hive.go/app/components/profiling"
"github.com/iotaledger/hive.go/app/components/shutdown"
"github.com/iotaledger/iota-core/components/dashboard"
dashboardmetrics "github.com/iotaledger/iota-core/components/dashboard_metrics"
"github.com/iotaledger/iota-core/components/debugapi"
"github.com/iotaledger/iota-core/components/inx"
Expand Down Expand Up @@ -48,7 +47,6 @@ Command line flags:
metricstracker.Component,
protocol.Component,
dashboardmetrics.Component,
dashboard.Component,
prometheus.Component,
inx.Component,
),
Expand Down
16 changes: 0 additions & 16 deletions components/dashboard/build.sh

This file was deleted.

201 changes: 0 additions & 201 deletions components/dashboard/component.go

This file was deleted.

Loading

0 comments on commit cd0abff

Please sign in to comment.