question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for Github Enterprise

See original GitHub issue

I’m trying to use https://github.com/siddharthkp/bundlesize which depends on this library in Github Enterprise.

Looking at the code

    url: `https://api.github.com/repos/${build.repo}/statuses/${build.sha}`,

Should be(in my case):

    url: `https://github.ibm.com/api/v3/repos/${build.repo}/statuses/${build.sha}`,

You can probably accept another parameter in the constructor with the GitHub API URL. I have also seen people using environment variables like: GITHUB_API.

Thanks for the great work you are doing.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:8
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
siddharthkpcommented, May 12, 2020

@JimmyMultani there’s a PR for this: https://github.com/siddharthkp/github-build/pull/5

I don’t have any experience with GitHub enterprise to be able to help, If you’d like you can take it forward

2reactions
JimmyMultanicommented, May 12, 2020

@siddharthkp I’d like to take this up, if you’re good with that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing support entitlements for your enterprise - GitHub Docs
Adding a support entitlement to an enterprise member · In the top-right corner of GitHub.com, click your profile photo, then click Your enterprises....
Read more >
About the Support Portal - GitHub Support
To manage support entitlements, navigate to your enterprise account page, click the Settings link and then click the Support link. Submitting a Ticket....
Read more >
Premium Support - GitHub
Enterprise Premium Support hours 24x5 24x7 Initial response – Urgent <8 hours 30 mins (includes initial troubleshooting) Initial response – High <8 hours 4 hours
Read more >
About GitHub Premium Support - GitHub Enterprise Cloud Docs
To sign up for GitHub Premium Support or upgrade your plan, you can contact our account management team or call +1 (877) 448-4820....
Read more >
Creating a support ticket - GitHub Docs
Obtain information that can help GitHub Support track, prioritize, reproduce, or investigate the issue. · Include full URLs, repository names, and usernames ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found