Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Need Github enterprise support #15

Open
ambynair opened this issue Jul 27, 2016 · 5 comments
Open

Need Github enterprise support #15

ambynair opened this issue Jul 27, 2016 · 5 comments

Comments

@ambynair
Copy link

This is great tool and I could work this with my github.com repo , dont have much though.
I was trying to make it work for GH Enterprise which has url like

xxx-github.corp.com .

It always defaults to githib.com.

@ambynair ambynair changed the title Adding Github enterprise support Need Github enterprise support Jul 27, 2016
@StephenOTT
Copy link
Owner

will have to take a look to see what we can chnage to make the server URL configurable as env variables.

I can take a look tonight or tomorrow

Can you share any specific use cases you have?

@ambynair
Copy link
Author

thanks for looking into it.
I am trying to connect to repos that are in enterprise github. Need to run some issues reporting like weekly closed/opened issues. a search in github show your code on top. Github doesnt have good analytics. As of now I did a work around using APIs and pulled the data into an excel.

@StephenOTT
Copy link
Owner

Great. So this repo is pretty old and was more a proof of concept. So the UI is not overly pretty or feature rich. You can easily write new queries for the data from the templates in the analytics code and drop it into the erb.

Depending on your needs it might be better to continue to import into excel. We did this with the gitlab variation of GitHub-time-tracking

If you let me know more about the types of questions you want to answer, I can point you in the likely best direction based on the repos current abilities and our experience to date (mainly around larger complex organizations running reports, such as governments).

@StephenOTT
Copy link
Owner

@ambynair we used Sinatra Auth Github. Take a look at: You should be able to set the ENV vars: https://github.com/atmos/sinatra_auth_github#enterprise-authentication.

have not had a chance to test yet, but think it should work.

@ambynair
Copy link
Author

ambynair commented Aug 1, 2016

OK, Will take a look. Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants