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

Commit cd0abff

Browse files
committed
Remove dashboard component
1 parent 6d2857a commit cd0abff

File tree

105 files changed

+15
-15955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+15
-15955
lines changed

Diff for: .golangci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
run:
22
tests: true
3-
skip-dirs:
4-
- components/dashboard
53
skip-files:
64
- ".*_test.go$"
75
- "testframework.go"

Diff for: components/app/app.go

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"github.com/iotaledger/hive.go/app"
88
"github.com/iotaledger/hive.go/app/components/profiling"
99
"github.com/iotaledger/hive.go/app/components/shutdown"
10-
"github.com/iotaledger/iota-core/components/dashboard"
1110
dashboardmetrics "github.com/iotaledger/iota-core/components/dashboard_metrics"
1211
"github.com/iotaledger/iota-core/components/debugapi"
1312
"github.com/iotaledger/iota-core/components/inx"
@@ -48,7 +47,6 @@ Command line flags:
4847
metricstracker.Component,
4948
protocol.Component,
5049
dashboardmetrics.Component,
51-
dashboard.Component,
5250
prometheus.Component,
5351
inx.Component,
5452
),

Diff for: components/dashboard/build.sh

-16
This file was deleted.

Diff for: components/dashboard/component.go

-201
This file was deleted.

0 commit comments

Comments
 (0)