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
9
votes
4 answers

Integrating Github Enterprise with AWS Codepipeline

I have a repository in a [company hosted] GitHub enterprise site that I need to integrate within a CI/CD pipeline in AWS using the CodePipeline service. The CodePipeline service then will connect with a Jenkins Service running in an EC2 instance. I…
9
votes
2 answers

GitHub:Enterprise post-receive hook

Does anyone know if there is a mechanism in GitHub:Enterprise to set up a general post-receive hook that will apply to all repositories (including new ones as soon as they are created?) I am trying to develop a link to a secondary system that will…
jerryjvl
  • 19,723
  • 7
  • 40
  • 55
8
votes
1 answer

Log in to GitHub enterprise with jetbrains IDE (Intellij or Rider)

There's no real guide for this, this is the existing documentation : https://www.jetbrains.com/help/rider/GitHub.html it's outdated. Rider actually wants you to provide a token : this seems to not be the personal token. I tried it with my server,…
tatsu
  • 2,316
  • 7
  • 43
  • 87
7
votes
3 answers

Access raw file on GitHub Enterprise without user having to create token

I have a repo with shell script and want to put single command to run it in readme file, like: bash <(curl -L ) Raw file urls for GitHub Enterprise look like this:…
bmk
  • 372
  • 4
  • 10
7
votes
1 answer

Get issues on a date range from Github enterprise API

I want to get a list of issues that have been created in a specific date range using the Github enterprise api. What I want to do would be the equivalent of doing a search on the issues page as shown on the image below: I have tried the following…
Jc Almonte
  • 277
  • 3
  • 11
7
votes
1 answer

Limit Github OAuth scope to organization repositories

I'm currently working on setting up Drone for CI and I've already managed to register it as an OAuth app with our Github Enterprise. In our case, the Drone OAuth app is owned by one of the organizations I'm part of. Our organizations host private…
pklndnst
  • 726
  • 2
  • 10
  • 27
7
votes
2 answers

GitHub pages generator removing

Context I usually set up quick GitHub pages to document a few developments I do. They are usually very simple pages, which I generate from the repo settings using the Page Generator. I want to continue using this method, as moving to proper gh-pages…
6
votes
1 answer

Finding Where Git Credentials Stored

I have encountered a weird situation where I am left wondering how I can push to a repo. I have 2 repos, one is public, and the other is under company's Github Enterprise. Well I just cloned an HTTPs repo link from enterprise one and that went ok,…
ibrahim tanyalcin
  • 5,643
  • 3
  • 16
  • 22
6
votes
1 answer

Github Enterprise API - determine if a user is dormant?

Running Github Enterprise 2.18. Is there any way to determine via the API that a user is dormant? I don't see a specific call for it anywhere...
Richard Schaefer
  • 525
  • 3
  • 13
  • 45
6
votes
1 answer

How can we enforce mandatory reviews in GitHub but still allow Maven release builds from CI?

We would like to use mandatory code reviews on pull requests in GitHub Enterprise 2.10 (using the "Require pull request reviews before merging" feature in the repository protected branch settings). However, when we enable this feature, Maven release…
Richard Neish
  • 8,414
  • 4
  • 39
  • 69
6
votes
2 answers

Configuring TLS certificate for Github Enterprise server

On my Github enterprise when I install the SSL certificate with the key its displaying an error message: "Github ssl cert The certificate is not signed by a trusted certificate authority (CA) or the certificate chain is missing intermediate CA…
Biju
  • 61
  • 1
  • 3
6
votes
2 answers

Get if pull request passed all required status checks using GitHub API

I need to check via GitHub API if a pull request passed all required status checks. I use GitHub Enterprise 2.8 at this moment. I know that I can get all status checks for last commit (following statuses_url in pull request). However, I don't know…
algebraic
  • 306
  • 2
  • 10
6
votes
1 answer

Enterprise GitHub "pages" without login?

I set up a GitHub pages project site using my organization's Enterprise account. The page is supposed to be public, but it still requires LDAP authentication. Is there a way to have it be really public?
Alex Shroyer
  • 3,499
  • 2
  • 28
  • 54
5
votes
1 answer

GitHub action in GitHub Enterprise giving 401 and 404s on npm packages

I am using semantic version action on my GitHub enterprise repository. It was working fine until recently, where it started failing with this error Error: Command failed: npm ci --only=prod npm ERR! code E401 npm ERR! Unable to authenticate, need:…
Yasser Shaikh
  • 46,934
  • 46
  • 204
  • 281
5
votes
1 answer

What is the difference between github enterprise 'cloud' and 'On premise'

We are investigating how to integrate our app with Github Enterprise. There are 2 different deployment models - 'Cloud' and 'On Premise' I have been looking around but couldn't find the differences between the two. Maybe there is no such difference
Francis Martens
  • 3,458
  • 4
  • 24
  • 26
1
2
3
15 16