Questions tagged [github-enterprise]

GitHub Enterprise is a web-based commercial hosting service for software development projects that use the Git revision control system.

GitHub Enterprise is a web-based commercial hosting service for software development projects that use the Git revision control system.

240 questions
89
votes
15 answers

How can I export GitHub issues to Excel?

How can I export all my issues from an Enterprise GitHub repository to an Excel file? I have tried searching many Stack Overflow answers but did not succeed. I tried this solution too (exporting Git issues to CSV and getting "ImportError: No module…
mmar
  • 1,840
  • 6
  • 28
  • 41
56
votes
2 answers

Create a GitHub webhook for when a pull request is accepted & merged to master

I have a webhook that currently fires on push to any branch. This triggers the webhook far too frequently. Ideally, the webhook would only fire when a pull request is merged into master. I don't see that as an option, though: Is there a way to get…
brentonstrine
  • 21,694
  • 25
  • 74
  • 120
55
votes
9 answers

Github enterprise - remote: Password authentication is not available for Git operations

My git was working fine, then without changing anything than the following problem started to happen, I have tried resetting the cache in credentials.helper and have gone through pretty much every stackoverflow answer I could find remote:…
45
votes
1 answer

github server-side git hooks (i.e. pre-commit and post-commit)

I've looked around the answers on SO, and the web, and I can't see anything on how to set up a server-side git hook on github (as opposed to webhooks). Is there a way to do this? Or alternatively, is there a way to set it up so that .git/hooks is a…
Marcin
  • 48,559
  • 18
  • 128
  • 201
42
votes
3 answers

How to get notified when someone pushes into a GitHub branch?

We're are using GitHub Enterprise in our company. We have a “develop” branch where every programmer must push their work. Is there a way to get notified when someone pushes into the develop branch along with a link to a diff view, like the one you…
Andreas Köberle
  • 106,652
  • 57
  • 273
  • 297
30
votes
4 answers

As a user, how can I determine the installed version of GitHub Enterprise?

Some services which extend GitHub Enterprise require a sufficiently recent version. But as a standard user of GH:E, how can I determine, without bugging my admin, which version my company has installed?
Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
20
votes
1 answer

Filter GitHub issues matching one of multiple milestones (OR filter)

I'm trying to filter my GitHub issues based on an OR filter of milestones. Specifically, I want to retrieve all issues that are in milestone X or milestone Y. Things I've tried: milestone:X,Y milestone:"X","Y" milestone:X milestone:Y -no:milestone…
fiona
  • 681
  • 5
  • 9
17
votes
7 answers

Get run id after triggering a github workflow dispatch event

I am triggering a workflow run via github's rest api. But github doesn't send any data in the response body (204). How do i get the run id of the trigger request made? I know about the getRunsList api, which would return runs for a workflow id, then…
16
votes
4 answers

How to connect my GitHub Enterprise Account with Visual Studio Code

I want to know if it's possible to connect my github enterprise account of my organization to vs code, and if so how? I know how to sign in with a normal github account on vs code but it doesn't work for github enterprise. I already looked up online…
Cicciopasticcio
  • 195
  • 1
  • 2
  • 8
15
votes
0 answers

Is it possible to set a user's GitHub default organization?

I belong to multiple organizations in Github (actually, it's a github enterprise installation). Whenever I visit Github, the default organization is my personal user account. However, all the repos that I work with are in another organization. …
emmby
  • 99,783
  • 65
  • 191
  • 249
14
votes
4 answers

GitHub Enterprise public vs. private repo

If we are using GitHub Enterprise inside the company and the Private Mode is enabled, what's different between a public and private repo?
Jirong Hu
  • 361
  • 1
  • 3
  • 10
12
votes
2 answers

How Github Enterprise protects the code they deliver on virtual machines?

I would like to know what types of protection they are using with the Github Enterprise (http://enterprise.github.com) solution. As I don't own a company that could potentially be buying it, I don't feel confortable to lie, just to get a copy and…
Gabriel Mazetto
  • 1,090
  • 1
  • 12
  • 23
11
votes
1 answer

Add comment to Github pull request from Jenkins pipeline

I am wondering if there is already a way to update a Github (Enterprise) pull request with a comment within the Jenkins Pipeline syntax. I have it already updating it with the build status of success or failed automatically but I also want to post a…
10
votes
3 answers

Jenkins Git Plugin: Failed to connect to repository, returned status code 128

I'm attempting to clone a remote GitHub enterprise repository and am running into the following error after adding my remote repo's URL to the Git Plugin in my Jenkins configuration: hudson.plugins.git.GitException: Command "/usr/bin/git -c…
NicholasKyleHoffman
  • 317
  • 1
  • 4
  • 14
10
votes
2 answers

Is it possible to retrieve the audit-log in github.com via the API?

I found nothing in the API docs, only the enterprise version mentions that you can retrieve the audit-logs using the staff-tools. Any idea? I'd love to periodically check the audit log and send the new entries to our IM channel (ChatOps). Thanks in…
Adam Papai
  • 256
  • 2
  • 9
1
2 3
15 16