[Fix #119] Implement feature to allow multiple versions of Challenges via git branches#124
[Fix #119] Implement feature to allow multiple versions of Challenges via git branches#124Zahed-Riyaz wants to merge 14 commits intoCloud-CV:masterfrom
Conversation
|
Added an extra job in the Detect & Validate Branch :
Added lines in
Updated the |
|
Hey @Zahed-Riyaz, Please resolve the conflicts here? |
|
@RishabhJain2018 I think it's good to go |
There was a problem hiding this comment.
Hey @Zahed-Riyaz , I think you need to make the change in the backend as well. I don't think we are storing for now which branch is used to create a challenge, since it was always the challenge branch. I think we should also store the branch and repository name (We already store that.)
Also, let's restrict the branch pattern to be challenge-<year>-<versions>. Just in case if someone has multiple versions for a challenge in the same year.
|
Hi @RishabhJain2018 sure I'll check it out and open a PR later. |
9d1ee53 to
164f991
Compare
[Fix #119] This PR implements the feature to allow hosts to create multiple versions of challenges using different git branches.
I tested it by forking the repo with the commits of this PR.
Limitations :