Skip to content

Commit

Permalink
add WebSocket failing warning
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <oorel@redhat.com>
  • Loading branch information
olexii4 committed Aug 9, 2020
1 parent 47f956b commit 9f4c03f
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 369 deletions.
3 changes: 2 additions & 1 deletion src/assets/branding/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"converting": "https://www.eclipse.org/che/docs/che-7/converting-a-che-6-workspace-to-a-che-7-devfile/",
"certificate": "https://www.eclipse.org/che/docs/che-7/installing-che-in-tls-mode-with-self-signed-certificates/#using-che-with-tls_installing-che-in-tls-mode-with-self-signed-certificates",
"general": "https://www.eclipse.org/che/docs/che-7",
"storageTypes": "https://www.eclipse.org/che/docs/che-7/using-different-type-of-storage/"
"storageTypes": "https://www.eclipse.org/che/docs/che-7/using-different-type-of-storage/",
"webSocketTroubleshooting": "https://www.eclipse.org/che/docs/che-7/troubleshooting-network-problems/#troubleshooting%20websocket-secure-connections_troubleshooting-network-problems"
}
}
2 changes: 0 additions & 2 deletions src/components/api/che-api-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import {CheAPI} from './che-api.factory';
import {CheWorkspace} from './workspace/che-workspace.factory';
import {CheFactory} from './che-factory.factory';
import {CheWebsocket} from './che-websocket.factory';
import {CheProfile} from './che-profile.factory';
import {ChePreferences} from './che-preferences.factory';
import {CheService} from './che-service.factory';
Expand Down Expand Up @@ -49,7 +48,6 @@ export class ApiConfig {
register.factory('cheFactory', CheFactory);
register.factory('cheProfile', CheProfile);
register.factory('chePreferences', ChePreferences);
register.factory('cheWebsocket', CheWebsocket);
register.factory('cheHttpBackendProvider', CheHttpBackendProviderFactory);
register.factory('cheHttpBackend', CheHttpBackendFactory);
register.factory('cheAPIBuilder', CheAPIBuilder);
Expand Down
357 changes: 0 additions & 357 deletions src/components/api/che-websocket.factory.ts

This file was deleted.

Loading

0 comments on commit 9f4c03f

Please sign in to comment.