#4936 Add the possibility to set the default branch at project creation
Merged by pingou. Opened by pingou.
pick_branch  into  master

Download 4936.patch
no initial comment

This still need a little work on the API side so it's also supported there, but the UI part can be tested :)

@pingou Could we also get an instance-wide default or forced name setting? For example, @midipix enforces main as the default branch name for projects on dev.midipix.org, but that's done by him running a script after a new project is created to force the branches to change.

Well, with this he won't have to run a script anymore :)

rebased onto 35f86f1624f6c8c3e29fc7b4eabb47432ae068de

3 new commits added

  • Allow setting the default git branch when creating projects via the API
  • Allow creating mirrored project from the API
  • Move all the tests related to creating new project via the API to their own class

:thumbsup:

rebased onto 57859c0532abb05c3b0c53067a50c0f0d615668e

4 new commits added

  • Allow setting the default git branch when creating projects via the API
  • Allow creating mirrored project from the API
  • Move all the tests related to creating new project via the API to their own class
  • Add the possibility to set the default branch at project creation

:thumbsup:

Thanks for the review!

Pull-Request has been merged by pingou

Metadata