Skip to content

Commit 2440e07

Browse files
authored
Merge pull request #1396 from merico-dev/refactor-delete-trello-github-plugin
refactor: delete trello-github plugin
2 parents fd7e1b5 + 387c4a5 commit 2440e07

File tree

22 files changed

+42
-600
lines changed

22 files changed

+42
-600
lines changed

cmd/plugin/trello-github-integ/main.go

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/core-concepts/config.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,12 @@ tools:
103103
- name: trello
104104
instanceID: default
105105
options:
106-
owner: IronCore864
107-
repo: golang-demo
108-
kanbanBoardName: golang-demo-board
106+
scm:
107+
owner: IronCore864
108+
name: golang-demo
109+
scmType: github
110+
borad:
111+
name: golang-demo-board
109112
```
110113
111114
- `TOOL_NAME` is "trello"

docs/plugins/plugins-list.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
| Type | Plugin | Note | Usage/Doc |
44
|--------------------------------|-----------------------------|--------------------------------|---------------------------------------|
5-
| Issue Tracking | trello-github-integ | Trello/GitHub integration | [doc](trello-github-integ.md) |
6-
| Issue Tracking | trello | Trello | [doc](trello.md) |
5+
| Issue Tracking | trello | Trello Configuration | [doc](trello.md) |
76
| Issue Tracking | jira-github-integ | Jira/GitHub integration | [doc](jira-github-integ.md) |
87
| Issue Tracking | zentao | Zentao installation | [doc](zentao.md) |
98
| Source Code Management | repo-scaffolding | App scaffolding | [doc](repo-scaffolding.md) |
@@ -32,6 +31,5 @@ jenkins-pipeline
3231
jira-github-integ
3332
repo-scaffolding
3433
trello
35-
trello-github-integ
3634
zentao
3735
```

docs/plugins/plugins-list.zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
| Type | Plugin | Note | Usage/Doc |
55
| ---------------------- | ------------------- | ------------------------------- | --------------------------------------- |
6-
| Issue Tracking | trello-github-integ | Trello/GitHub 整合 | [doc](trello-github-integ.md) |
76
| Issue Tracking | trello | Trello 配置 | [doc](trello.md) |
87
| Issue Tracking | jira-github-integ | Jira/GitHub 整合 | [doc](jira-github-integ.md) |
98
| Issue Tracking | zentao | Zentao 安装 | [doc](zentao.md) |
@@ -33,6 +32,5 @@ jenkins-pipeline
3332
jira-github-integ
3433
repo-scaffolding
3534
trello
36-
trello-github-integ
3735
zentao
3836
```

docs/plugins/trello-github-integ.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/plugins/trello-github-integ.zh.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

internal/pkg/plugin/trellogithub/create.go

Lines changed: 0 additions & 36 deletions
This file was deleted.

internal/pkg/plugin/trellogithub/delete.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

internal/pkg/plugin/trellogithub/github.go

Lines changed: 0 additions & 81 deletions
This file was deleted.

internal/pkg/plugin/trellogithub/helper.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)