Results 29 issues of 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...

do-not-merge/work-in-progress

### 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...

kind/bug
severity/P1
area/che-server

### 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...

kind/task
sprint/next
severity/P2
area/che-server

### 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...

kind/enhancement
area/dashboard
area/ux
severity/P3

## 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...

lgtm

### 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...