Hi Evan, Not yet, but it's something I very much want to add once we get past some of the large infrastructure changes we're doing for 4.0 (DVCS, foundation for later adding pull requests, and preparation for Python 3.x and Django 1.11). The plan is to redo the repository configuration and hosting service experience to make it easier to manually browse/add repositories, and to auto-configure hooks for auto-adding repositories.
For now, though, you could write a custom script that's called via GitLab's webhooks, and have that turn around and create repositories. Or, perhaps better, a Review Board extension that registers the URLs needed for the webhooks and create the repositories directly. Christian On Mon, Apr 29, 2019 at 12:52 PM Evan Henri <[email protected]> wrote: > Hi, > > GitLab provides a way for users to create system hooks that execute when > trigger events takes place. Some of these trigger events include updates to > repositories such as when they are created, deleted, renamed, etc. Does > ReviewBoard have a built-in mechanism to handle these events so that, for > example, repos created in GitLab automatically get added to ReviewBoard? > > Thanks, > Evan > > -- > 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]. > 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]. For more options, visit https://groups.google.com/d/optout.
