Skip to content

Commit 97150fe

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/vue-3.5.18
2 parents a3636ed + 68780ec commit 97150fe

File tree

64 files changed

+4242
-2294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+4242
-2294
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
16
version: 2
27
updates:
38
- package-ecosystem: "npm"
49
directory: "/"
510
schedule:
6-
interval: "daily"
7-
open-pull-requests-limit: 10
11+
interval: "weekly"
12+
day: "monday"
13+
open-pull-requests-limit: 10
14+
ignore: # Ignore everything that is not a security update
15+
- dependency-name: "*"
16+
security-updates: true

.github/workflows/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Build and Release Extension Charts
2+
3+
on:
4+
release:
5+
types: [prereleased, released]
6+
7+
defaults:
8+
run:
9+
shell: bash
10+
working-directory: ./
11+
12+
jobs:
13+
build-extension-charts:
14+
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@master
15+
permissions:
16+
actions: write
17+
contents: write
18+
deployments: write
19+
pages: write
20+
with:
21+
target_branch: gh-pages
22+
tagged_release: ${{ github.ref_name }}

.github/workflows/ci.yml renamed to .github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Unit test
22
on: [push, pull_request]
33
jobs:
44
test:

jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const config: Config.InitialOptions = {
1313
'@shell/(.*)': '<rootDir>/node_modules/@rancher/shell/$1',
1414
'@components/(.*)':
1515
'<rootDir>/node_modules/@rancher/components/dist/@rancher/components.common.js',
16-
'@benchmark-compliance/(.*)': '<rootDir>/pkg/benchmark-compliance/$1',
1716
'@sbombastic-image-vulnerability-scanner/(.*)': '<rootDir>/pkg/sbombastic-image-vulnerability-scanner/$1',
1817
'@network/(.*)': '<rootDir>/pkg/network/$1',
1918
'@runtime-process-profile/(.*)': '<rootDir>/pkg/runtime-process-profile/$1',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dependencies": {
99
"@kubernetes/client-node": "^1.3.0",
1010
"@rancher/components": "^0.3.0-alpha.1",
11-
"@rancher/shell": "^3.0.4",
1211
"vue": "^3.5.18",
12+
"@rancher/shell": "3.0.5-rc.8",
1313
"vue-router": "^4.5.0",
1414
"vuex": "^4.1.0"
1515
},

pkg/benchmark-compliance/babel.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/benchmark-compliance/index.ts

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

pkg/benchmark-compliance/l10n/en-us.yaml

Whitespace-only changes.

pkg/benchmark-compliance/package.json

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

pkg/benchmark-compliance/pages/overview.vue

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

0 commit comments

Comments
 (0)