-
-
reviewboard/hostingsvcs/githubenterprise.py (Diff revision 1) There's a lot of code duplication in this file. Can we instead subclass and make use of the original classes in github.py?
-
reviewboard/hostingsvcs/githubenterprise.py (Diff revision 1) This information should be in the forms. There should never be any need to access stuff from settings.
-
Add Github:Enterprise as a hosting service
Review Request #3376 — Created Sept. 29, 2012 and discarded
Hello, I have been helping in the deployment of a Review Board installation at XING and we needed an easy way of handling GitHub:Enterprise repositories. It would be really good if you could add support for this hosting service in the future, as some companies are using it, so I have decided to send you the changes we have made to make it work. As every GitHub:Enterprise installation has a different hostname and API URL, you need to add those values on a setting called HOSTINGSVCS, inside your settings_local.py. You can see an example of that setting on reviewboard/test.py. Thank you.
Description | From | Last Updated |
---|---|---|
There's a lot of code duplication in this file. Can we instead subclass and make use of the original classes … |
|
|
This information should be in the forms. There should never be any need to access stuff from settings. |
|
|
This should only be set on the tests that need them. |
|