mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-192625 We should not call YouTrack on every start if users has not valid credentials
GitOrigin-RevId: 2c5e56d807d343c788a918ce8b80e9ec9717b52f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4e02362b63
commit
836930bab0
@@ -110,6 +110,11 @@ public class YouTrackRepository extends NewBaseRepositoryImpl {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isConfigured() {
|
||||
return super.isConfigured() && StringUtil.isNotEmpty(getUsername());
|
||||
}
|
||||
|
||||
@Override
|
||||
public @Nullable CancellableConnection createCancellableConnection() {
|
||||
return new HttpTestConnection(new HttpGet()) {
|
||||
|
||||
Reference in New Issue
Block a user