gama icon indicating copy to clipboard operation
gama copied to clipboard

Add branch option for workflow tab

Open canack opened this issue 1 year ago • 1 comments

User can switch the workflow's branch before the trigger. Implement a textbox that have autocompletion feature. Use project's default branch as default.

canack avatar Jan 18 '24 14:01 canack

I think, we can make a feature like this: image

Like trigger tab, we should accept inputs..

How to implement:

  • Fetch all branches of repository
  • Add text input and add all branch names into suggestion list into text input
  • Activate suggestion feature
  • When select a valid branch, change branch value of this shared variable:
	// shared properties
	SelectedRepository *hdltypes.SelectedRepository

canack avatar Mar 12 '24 19:03 canack