You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Request a feature What is the current behavior?
Right now everything is github.com based + firebase. For self hosted enterprise github size comparison against master cannot be done.
If this is a feature request, what is motivation or use case for changing the behavior?
I would like to use it with our internal npm packages, that are hosted on internal network, and managed with GitHub enterprise. I was thinking about extending current functionalities to achieve that:
option to set the API endpoint for GitHub
add additional provider for another liveDB service that could be self-hosted. Manage DI via configuration file. Was thinking about rethinkdb
extend permissions of GitHub API token to enable reading details about PR - support for checks against non-master branch / forks -> DB key would change as well to support that
Is that something that you think might be worth adding to this library? I will take on project like that on my own anyway, but don't wont to create yet another package to do so.
Let me know what are your thoughts and maybe some design tips on how I could go about this!
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Request a feature
What is the current behavior?
Right now everything is github.com based + firebase. For self hosted enterprise github size comparison against master cannot be done.
If this is a feature request, what is motivation or use case for changing the behavior?
I would like to use it with our internal npm packages, that are hosted on internal network, and managed with GitHub enterprise. I was thinking about extending current functionalities to achieve that:
rethinkdb
Is that something that you think might be worth adding to this library? I will take on project like that on my own anyway, but don't wont to create yet another package to do so.
Let me know what are your thoughts and maybe some design tips on how I could go about this!
The text was updated successfully, but these errors were encountered: