Igor Vinokur
Igor Vinokur
### What does this PR do? Check a personal access token to have the `che.eclipse.org/scm-provider-name` annotation instead of the deprecated `che.eclipse.org/scm-personal-access-token-name`. All token secrets that were created before the 7.84...
### What does this PR do? * Return existed token on GitHub token refresh request. GitHub Oauth tokens do not have expiration date, so no need to refresh them. Refresh...
### What does this PR do? Remove the redundant `multiuser directory` ### Screenshot/screencast of this PR ### What issues does this PR fix or reference? https://github.com/eclipse-che/che/issues/22710 ### How to test...
### Describe the bug If a pull request to che-server repository is opened by a person outside eclipse organization, the pull request check is failing, see: https://github.com/eclipse-che/che-server/pull/704 ### Che version...
### Is your task related to a problem? Please describe Some devfile V1 related code is still present in the che-server code base e.g. https://github.com/eclipse-che/che-server/blob/main/wsmaster/che-core-api-factory-shared/src/main/java/org/eclipse/che/api/factory/shared/dto/FactoryDto.java and its implementations. ### Describe...
### Is your enhancement related to a problem? Please describe Dispatching a warning notification is possible with a string text, but url links are not clickable in this case: ![screenshot-eclipse-che...
## What does this pull request change? Add an info about configuring additional gitlab oauth provider ## What issues does this pull request fix or reference? https://issues.redhat.com/browse/CRW-7142 ## Specify the...
### What does this PR do? Throw an error if Devfile from unsupported ssh repository is not resolved instead of returning an empty factory dto without devfile. The `ApiException` will...
### What does this PR do? * Add Azure DevOps Server support to use with PAT **ONLY**, as the azure Devops Api does not support oauth2, see: https://github.com/eclipse-che/che/issues/23306#issuecomment-2589501831 * Change...