Commit 9974ce9
authored
fix(plugins): change testmo icon color, add beta tag, remove project creation (#8513)
Improve and fix the Testmo plugin:
1. Icon Color Update
Redesigned icon.svg to use DevLake's signature blue (#7497f7)
Simplified to clean three-layer hexagonal structure for better visual integration
2. Added Beta Tag
Added isBeta: true in config.tsx to display beta indicator in UI
3. Enhanced Task Display Names
Added Name field to TestmoOptions (task_data.go)
Updated blueprint_v200.go and task.tsx to show meaningful names like "Testmo:ProjectName"
Improves task identification during pipeline execution
4. Removed Invalid Project Creation
Removed tasks.ConvertProjectsMeta from SubTaskMetas (impl.go)
Deleted project_converter.go entirely
Prevents creation of invalid domain layer projects that don't align with DevLake's project model1 parent e474b4e commit 9974ce9
File tree
7 files changed
+27
-104
lines changed- backend/plugins/testmo
- api
- impl
- tasks
- config-ui/src
- plugins/register/testmo
- assets
- routes/pipeline/components
7 files changed
+27
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
0 commit comments