fix(plugins): change testmo icon color, add beta tag, remove project creation#8513
Merged
klesh merged 1 commit intoapache:mainfrom Jul 30, 2025
Merged
fix(plugins): change testmo icon color, add beta tag, remove project creation#8513klesh merged 1 commit intoapache:mainfrom
klesh merged 1 commit intoapache:mainfrom
Conversation
…creation 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 model
klesh
approved these changes
Jul 30, 2025
Contributor
klesh
left a comment
There was a problem hiding this comment.
LGTM — great work!
Would you be interested in joining us as an Apache Committer on the project? If so, feel free to reach out to me (Klesh Wong) on Slack — you’ll find the link in the main README.
Contributor
Author
|
@klesh I’d be happy to join! However, the Slack links in the README and on https://devlake.apache.org/ appear to be expired. |
Contributor
Got it. |
Contributor
|
@rbstp Please use this temporary invite link: https://join.slack.com/t/devlake-io/shared_invite/zt-3agswwbkn-7vkF1RPeU_Stj2j~Ubl_Rw at the moment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What does this PR do?
icon.svgto use DevLake's blue (#7497f7)isBeta: trueinconfig.tsxto display beta indicator in UITestmoOptions(task_data.go) and updatedblueprint_v200.goandtask.tsxto show meaningful names like "Testmo:ProjectName"tasks.ConvertProjectsMetafromSubTaskMetas(impl.go) and deletedproject_converter.goto prevent invalid project creationDoes this close any open issues?
No
Screenshots
Other Information
Follow up to #8485, tested in v1.0.3-beta3