Skip to content

Commit

Permalink
chore: remove unused configs code
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceqi committed Dec 2, 2024
1 parent f87f3c6 commit 655725f
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 785 deletions.
2 changes: 1 addition & 1 deletion console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# must in major config file
path.configs: "config"
configs:
managed: true
managed: false
auto_reload: true
manager:
local_configs_repo_path: ./config_repo/
Expand Down
2 changes: 1 addition & 1 deletion modules/agent/api/remote_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"bytes"
"fmt"
log "github.com/cihub/seelog"
"infini.sh/console/plugin/managed/common"
"infini.sh/framework/modules/configs/common"
"infini.sh/framework/core/elastic"
"infini.sh/framework/core/global"
"infini.sh/framework/core/kv"
Expand Down
2 changes: 1 addition & 1 deletion modules/agent/common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package common
import (
log "github.com/cihub/seelog"
"infini.sh/console/modules/agent/model"
"infini.sh/console/plugin/managed/common"
"infini.sh/framework/modules/configs/common"
"infini.sh/framework/core/env"
)

Expand Down
261 changes: 0 additions & 261 deletions plugin/managed/client/client.go

This file was deleted.

43 changes: 0 additions & 43 deletions plugin/managed/common/certs.go

This file was deleted.

Loading

0 comments on commit 655725f

Please sign in to comment.