Actions
action #88564
closedcoordination #58184: [saga][epic][use case] full version control awareness within openQA
coordination #88561: [epic] Extend needle version control handling
text field for git commit details in needle editor
Description
Motivation¶
See Use case 4
and came up as idea during the SUSE QE Tools workshop 2021-02-12: When saving needles from the webUI we already store "who", "when", "what" but the "why" can only be encoded into the filename. As we store every needle in git we could benefit from an optional text field to fill into git commit details
Acceptance criteria¶
- AC1: The body of automatically generated git commits can be filled from text that the user enters over the webUI needle editor
- AC2: Users can still save needles without needing to fill the optional details
Suggestions¶
- Research how we already save the current user name into git and how we read out the optional reason field in the needle editor
- Add a test!
- Add a text field over the webUI needle editor to take an optional git commit message body (or subject overriding the current auto-generated?)
- If text in optional text field then save that in the git commit message
Actions