Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add branch option for workflow tab #30

Open
canack opened this issue Jan 18, 2024 · 1 comment
Open

Add branch option for workflow tab #30

canack opened this issue Jan 18, 2024 · 1 comment
Assignees
Labels
feature a new feature

Comments

@canack
Copy link
Member

canack commented Jan 18, 2024

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 canack added the feature a new feature label Jan 18, 2024
@canack canack self-assigned this Jan 18, 2024
@canack canack removed their assignment Mar 10, 2024
@canack
Copy link
Member Author

canack commented Mar 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a new feature
Projects
None yet
Development

No branches or pull requests

1 participant