Skip to content

Commit be71b80

Browse files
authored
cleanup take 2 (#81)
1 parent d1cc6aa commit be71b80

File tree

18 files changed

+60
-945
lines changed

18 files changed

+60
-945
lines changed

bridge/environment.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env sh
22

3+
echo "Trying to connect to k8s cluster"
4+
35
BRIDGE_CLUSTER_ENDPOINT=$(oc whoami --show-server)
46
export BRIDGE_CLUSTER_ENDPOINT
57

@@ -24,3 +26,5 @@ echo "BRIDGE_CLUSTER_ALERTMANAGER: $BRIDGE_CLUSTER_ALERTMANAGER"
2426
echo "BRIDGE_STYLEGUIDE_ENDPOINT $BRIDGE_STYLEGUIDE_ENDPOINT"
2527
echo "BRIDGE_PROXY_REWRITE $BRIDGE_PROXY_REWRITE"
2628
echo "BRIDGE_AUTH_BEARER_TOKEN: hidden"
29+
30+
echo "Setup complete"

bridge/yarn.lock

Lines changed: 0 additions & 493 deletions
This file was deleted.

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
comment: false
22
ignore:
3-
- "bridge"
3+
- "bridge"

docs/api/kubernetes/apis/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Static mock files, representing k8s API server responces
2+
3+
- URL paths are prefixed by `/api/kubernetes`
4+
- GET, POST, PATCH, PUT share the same resources path

docs/api/kubernetes/apis/kubevirt.io/v1/namespaces/default/virtualmachines/vm-example

Lines changed: 0 additions & 230 deletions
This file was deleted.

docs/build/bundle.3059b16a.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/build/bundle.f850185e.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="rsg-root"></div>
12-
<script src="build/bundle.3059b16a.js"></script>
12+
<script src="build/bundle.f850185e.js"></script>
1313
</body>
1414
</html>

jest-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configure({
1111
testIdAttribute: 'data-test-id',
1212
});
1313

14-
jest.doMock('@openshift-console/dynamic-plugin-sdk/lib/lib-core', () => ({
14+
jest.doMock('@openshift-console/dynamic-plugin-sdk', () => ({
1515
useK8sWatchResource: jest.fn((props: WatchK8sResource | null) => {
1616
const response = useK8sWatchResourceFS(props);
1717

0 commit comments

Comments
 (0)