Skip to content

Conversation

@1spyral
Copy link

@1spyral 1spyral commented Oct 4, 2025

Proposed changes

Closes #5214

  • Creates functionality in the KubernetesYamlService to update the display (step) name of a Chaos Fault
  • Renders the Chaos Fault's step name in the Fault edit menu to match behaviour in the Experiment Visual Editor
  • Add an edit button which allows users to edit the step name from the visual editor, matching functionality available in the YAML editor
image image image image

Types of changes

What types of changes does your code introduce to Litmus? Put an x in the boxes that apply

  • New feature (non-breaking change which adds functionality)
  • Bugfix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices applies)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING doc
  • I have signed the commit for DCO to be passed.
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Creates functionality to update the display name of a Chaos Fault

Signed-off-by: Luke Zhan <[email protected]>
@1spyral 1spyral force-pushed the update-step-name branch 4 times, most recently from c17b553 to 4a56b6b Compare October 4, 2025 16:35
@1spyral 1spyral marked this pull request as ready for review October 4, 2025 16:38
- If the Chaos Fault's step name differs from its template name, both are now displayed
- An edit icon appears next to the title, allowing users to edit it

Signed-off-by: Luke Zhan <[email protected]>
@PriteshKiri PriteshKiri requested a review from amityt October 8, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Hacktoberfest hacktoberfest-accepted Accepted for HacktoberFest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frontend feature: Display and enable editing for Chaos Fault step name as title in Fault edit menu

3 participants