-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for PATs in GitHub Enterprise server #603
Conversation
/retest |
01b285c
to
3f9c0a5
Compare
...java/org/eclipse/che/api/factory/server/github/AbstractGithubPersonalAccessTokenFetcher.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aaa79e5
to
f9aa72b
Compare
/retest |
.../org/eclipse/che/api/factory/server/bitbucket/BitbucketServerPersonalAccessTokenFetcher.java
Outdated
Show resolved
Hide resolved
...n/java/org/eclipse/che/api/factory/server/bitbucket/BitbucketPersonalAccessTokenFetcher.java
Outdated
Show resolved
Hide resolved
...-common/src/main/java/org/eclipse/che/api/factory/server/github/AbstractGithubURLParser.java
Outdated
Show resolved
Hide resolved
...-common/src/main/java/org/eclipse/che/api/factory/server/github/AbstractGithubURLParser.java
Outdated
Show resolved
Hide resolved
4988da6
to
b572f31
Compare
/test v12-gitea-no-pat-oauth-flow |
Build 3.11 :: server_3.x/283: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5334: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3722: Console, Changes, Git Data |
Build 3.11 :: get-sources-rhpkg-container-build_3.x/5196: server : 3.x :: Build 57089775 : quay.io/devspaces/server-rhel8:3.11-15 |
Build 3.11 :: update-digests_3.x/4964: Console, Changes, Git Data |
Build 3.11 :: server_3.x/283: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5334 triggered |
Build 3.11 :: operator-bundle_3.x/2305: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5335: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3723: Console, Changes, Git Data |
Build 3.11 :: copyIIBsToQuay/2175: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5335: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/5197 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.11 :: operator-bundle_3.x/2305: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5335 triggered |
Build 3.11 :: dsc_3.x/1571: Console, Changes, Git Data |
Build 3.11 :: update-digests_3.x/4964: Detected new images: rebuild operator-bundle |
Build 3.11 :: server_3.x/284: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5389: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3769: Console, Changes, Git Data |
Build 3.11 :: get-sources-rhpkg-container-build_3.x/5261: server : 3.x :: Build 57200176 : quay.io/devspaces/server-rhel8:3.11-16 |
Build 3.11 :: server_3.x/284: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5389 triggered |
Build 3.11 :: update-digests_3.x/5020: Console, Changes, Git Data |
Build 3.11 :: update-digests_3.x/5020: No new images detected: nothing to do! |
What does this PR do?
Add necessary checks to the
GithubURLParser
andAbstractGithubURLParser
classes in order to support PAT for GitHub Enterprise server without configuring oAuth.Screenshot/screencast of this PR
What issues does this PR fix or reference?
fixes eclipse-che/che#22582
How to test this PR?
quay.io/eclipse/che-server:pr-603
see: the workspace starts and the project is cloned.
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.