Skip to content

[Improvement-17045][UI] copied task joined with underscore#17046

Closed
ChaoquanTao wants to merge 2 commits intoapache:devfrom
ChaoquanTao:Improvement-17045
Closed

[Improvement-17045][UI] copied task joined with underscore#17046
ChaoquanTao wants to merge 2 commits intoapache:devfrom
ChaoquanTao:Improvement-17045

Conversation

@ChaoquanTao
Copy link
Contributor

Purpose of the pull request

close #17045

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

Pull Request Notice

Pull Request Notice

If your pull request contains incompatible change, you should also add it to docs/docs/en/guide/upgrade/incompatible.md

@github-actions github-actions bot added the UI ui and front end related label Mar 7, 2025
@SbloodyS SbloodyS added the improvement make more easy to user or prompt friendly label Mar 7, 2025
@SbloodyS SbloodyS added this to the 3.3.0 milestone Mar 7, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 7, 2025

@SbloodyS SbloodyS changed the title [Improvement-17045][UI] copied task joined with underscore [Improvement-17045][UI] copied task joined with underscore Mar 11, 2025
const genNums = 1
const type = props.cell?.data.taskType
const taskName = uuid(props.cell?.data.taskName + '_')
const taskName = uuid(props.cell?.data.taskName + '-')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modifying the global rule directly will cause other task types to be abnormal, so I think we should create a new rule for the k8s task type.

@SbloodyS SbloodyS modified the milestones: 3.3.0-alpha, 3.3.1 Mar 30, 2025
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Jul 29, 2025
@github-actions
Copy link

github-actions bot commented Aug 6, 2025

This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.

@github-actions github-actions bot closed this Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement make more easy to user or prompt friendly Stale UI ui and front end related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement][UI] Task name of copied task should be joined with '-' rather than '_'

3 participants