Hi Paul, We have an older API for creating repositories, but it's due for an overhaul and doesn't currently support creating repositories against CodeCommit. However, full repository creation can be scripted with Python directly on the Review Board server, so that's something that we can help go over, providing sample code and go over how to run it against your Review Board configuration.
Any communication with AWS CodeCommit will require a Power Pack license, so you'll definitely need that (the Git protocol is too limited so we have to talk directly to the APIs for Git hosting services instead). Christian On Thu, Jun 13, 2019 at 7:19 AM Paul Mansfield < [email protected]> wrote: > Hi, > We want to switch from using pull requests with git (AWS CodeCommit) to > using reviewboard (but still with AWS CC) > > I can programmatically generate a list of repositories using the aws > python library - we have over 30 - it's just a few lines of python. > > Is there an API for adding repositories to our reviewboard server? We are > happy to buy a PowerPack if necessary to make this easier. > > thanks > Paul > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "Review Board Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/8b052aa7-db6b-44cf-8a69-72027953a92a%40googlegroups.com > <https://groups.google.com/d/msgid/reviewboard/8b052aa7-db6b-44cf-8a69-72027953a92a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAE7Vndkm%2B8sNzYC5RGDm0b3ao%2Bm9C5ZEf7PTLg%3DgszfeB8u6Gw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
