Skip to content

Commit a0a57f8

Browse files
committed
Remove epinio from master
- epinio ui code now lives in epinio/ui
1 parent 20f829f commit a0a57f8

Some content is hidden

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

75 files changed

+2
-10127
lines changed

.eslintrc.js

-10
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,6 @@ module.exports = {
128128
}
129129
},
130130

131-
// Epinio
132-
{
133-
files: ['**/epinio/**/*.{js,ts,vue}'],
134-
rules: {
135-
// Warnings
136-
'@typescript-eslint/explicit-module-boundary-types': 'off',
137-
'@typescript-eslint/no-empty-interface': 'off'
138-
}
139-
},
140-
141131
// Harvester
142132
{
143133
files: ['**/{harvester,harvester-manager}/**/*.{js,ts,vue}'],

.github/workflows/check-plugins.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
pull_request:
44
branches:
55
- master
6-
- epinio-dev
76

87
jobs:
98
validate:

.github/workflows/release-rancher-epinio-standalone.yml

-61
This file was deleted.

.github/workflows/test.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
branches:
99
- master
1010
- 'release-*'
11-
- epinio-dev
1211
workflow_dispatch:
1312
environment:
1413
description: 'Environment to run tests against'

env.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CATTLE_BOOTSTRAP_PASSWORD= # (optional) Rancher password
44
CATTLE_PASSWORD_MIN_LENGTH= # (optional) (default: 12) Minimum length of the Rancher initialization password
55

66
# Packages to exclude. Running `yarn clean` may be required in order for changes to take affect.
7-
EXCLUDES_PKG="epinio, rancher-components"
7+
EXCLUDES_PKG="rancher-components"
88

99
# E2E
1010
TEST_USERNAME=admin # Rancher user, initial one is always 'admin'

pkg/epinio/LICENSE

-201
This file was deleted.

pkg/epinio/assets/logo-epinio.svg

-26
This file was deleted.

pkg/epinio/babel.config.js

-1
This file was deleted.

0 commit comments

Comments
 (0)