-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow override of Task and Template git_branch #2278
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
Conversation
let's allow null value for this column. Null value more efficient for heavily used columns in large tables. |
@fiftin Updated to remove the |
Hi @Omicron7 thank you! I think we should add ability to choose branch in template too. Not just in task. It will be logically. |
6cb8d6f
to
4688074
Compare
@fiftin I've rebased on the latest I'll need you to implement, or help if you'd like |
2024-09-17T15:48:55.213Z - debug: Gracefully terminating the hooks handler process
2024-09-17T15:48:55.213Z - debug: Wrapping up testing and waiting until all reporters are done
complete: 76 passing, 0 failing, 0 errors, 16 skipped, 92 total
complete: Tests took 8509ms |
@fiftin This should be good to go. I realized the |
2878130
to
c1875eb
Compare
c1875eb
to
792d42b
Compare
@fiftin I've rebased this on the latest |
I am unsure how to fix the Codacy issues. |
Hi @Omicron7 sorry for delay, Codacy is not a problem. I reviewing your PR. Thank you. |
Thank you Brian! |
This adds an API option when running a Task to allow overriding the Git Branch used/cloned during the Task execution. It also add the ability to override the Git Branch used by a Template when created with the API. This is useful for running Tasks using a development, or specific release branch of a repository.
Implements #2277