Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
a655c6d
adjust the component's main file name
FU-design Jul 14, 2025
7caf1c9
split the source into service and dependency
FU-design Jul 14, 2025
4659c26
add set new address page for set source
FU-design Jul 15, 2025
e81d4a9
remove invalid code
FU-design Jul 15, 2025
68ab0e1
fix CI
FU-design Jul 15, 2025
2e4d3ca
add FormBuilder component
FU-design Jul 17, 2025
fa3aa22
replace auto-form with form-builder
FU-design Jul 18, 2025
199f478
fix ci
FU-design Jul 18, 2025
3376323
bug fix
FU-design Jul 21, 2025
f36b29b
set the default rows for the textarea
FU-design Jul 22, 2025
b6e09f3
merge code
FU-design Jul 22, 2025
519acfd
add unit test for FormBuilder
FU-design Jul 22, 2025
3b33772
add unit test for FormBuilder
FU-design Jul 22, 2025
ff23864
ensure stack is retrieved on page refresh
FU-design Jul 22, 2025
3125e45
bump vite from 5.4.0 to 5.4.19
FU-design Jul 22, 2025
9f032e1
bump vue-i18n from 11.1.5 to 11.1.10
FU-design Jul 22, 2025
e8bc5d5
bump vue-tsc from ^1.8.5 to ^3.0.3
FU-design Jul 22, 2025
75c2f82
bump typescript from ^5.0.2 to ^5.8.3
FU-design Jul 22, 2025
27dadbb
add secondary confirmation before executing commands
FU-design Jul 23, 2025
e0fc569
add secondary confirmation before executing commands
FU-design Jul 23, 2025
4ba231b
fix bug in filtering service configs
FU-design Jul 24, 2025
ba53b52
bugfix
FU-design Jul 28, 2025
5619918
fix test
FU-design Jul 28, 2025
274bc48
fix import
FU-design Jul 28, 2025
868ba2b
reduce payload when updating component config in service
FU-design Jul 29, 2025
8884932
simplify useSteps composable
FU-design Jul 29, 2025
7155559
reduce payload when updating component config in service
FU-design Jul 29, 2025
eee2025
bugfix
FU-design Jul 30, 2025
7b91ef3
merge code
FU-design Jul 31, 2025
20155c4
merge code
FU-design Aug 6, 2025
50ffe7e
add unplugin-image-manifest to manage .png file
FU-design Aug 6, 2025
ab26cc3
run image map generation before build and dev
FU-design Aug 7, 2025
26348f2
remove unused file
FU-design Aug 7, 2025
6782506
update README.md file
FU-design Aug 7, 2025
24ceab8
change vite config
FU-design Aug 7, 2025
12923ff
change vite config
FU-design Aug 7, 2025
ba57287
unit for composables
FU-design Aug 7, 2025
67f8546
unit for composables
FU-design Aug 7, 2025
8ccdbeb
unit for composables
FU-design Aug 7, 2025
3587428
merge code
FU-design Aug 15, 2025
fa7b532
remove cli
FU-design Aug 15, 2025
9469a13
upgrade ESLint from v8 to v9
FU-design Aug 15, 2025
6119199
remove ImageManifest vite plugin
FU-design Aug 15, 2025
83fcceb
remove unused file
FU-design Aug 15, 2025
1e2da88
resolve scss warn
FU-design Aug 15, 2025
0d161b9
add license header for use-chart.test
FU-design Aug 15, 2025
5dc4aee
update README.md
FU-design Aug 18, 2025
e14a7c7
bug fix
FU-design Aug 18, 2025
507b737
fix header select
FU-design Aug 25, 2025
68935c3
add retry for last job on job page
FU-design Aug 25, 2025
cdd3feb
bug fix
FU-design Aug 26, 2025
b9aff8b
Merge remote-tracking branch 'origin/main' into bigtop-ui-feature
FU-design Aug 26, 2025
1551ff5
bugfix
FU-design Aug 26, 2025
0f95150
bugfix
FU-design Aug 26, 2025
eaf8a66
Merge remote-tracking branch 'origin/main' into bigtop-ui-feature
FU-design Aug 27, 2025
6aa62a0
fix eslint warning
FU-design Aug 27, 2025
7942d98
delete unused img
FU-design Aug 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions bigtop-manager-ui/.eslintignore

This file was deleted.

79 changes: 0 additions & 79 deletions bigtop-manager-ui/.eslintrc.cjs

This file was deleted.

8 changes: 3 additions & 5 deletions bigtop-manager-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Bigtop Manager UI is the front-end UI of the Manager platform, which stores code

## Prerequisites

- Node.js:`v18.17.0`
- Node.js:`v20.9.0`

- pnpm: `v8.6.9`
- pnpm: `v10.12.3`

- Vite:`v5.4.19`

- Typescript:`v5.8.3`
- Typescript:`v5.9.2`

- Vue:`v3.4.37`

Expand Down Expand Up @@ -57,8 +57,6 @@ Bigtop Manager UI is the front-end UI of the Manager platform, which stores code
│ ├── utils/ # Utility functions
│ ├── App.vue # Root component
│ └── main.ts # Project entry point
├── plugins/ # Vite plugins
├── cli/ # CLI scripts
├── tests/ # Unit and integration tests
├── index.html # HTML template
├── package.json # Project metadata and dependencies
Expand Down
8 changes: 3 additions & 5 deletions bigtop-manager-ui/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Bigtop Manager UI 是 Manager 平台的前端 UI,存放有关平台与用户

## 先决条件

- Node.js:`v18.17.0`
- Node.js:`v20.9.0`

- pnpm: `v8.6.9`
- pnpm: `v10.12.3`

- Vite:`v5.4.19`

- Typescript:`v5.8.3`
- Typescript:`v5.9.2`

- Vue:`v3.4.37`

Expand Down Expand Up @@ -57,8 +57,6 @@ Bigtop Manager UI 是 Manager 平台的前端 UI,存放有关平台与用户
│ ├── utils/ # 工具函数
│ ├── App.vue # 根组件
│ └── main.ts # 项目入口文件
├── plugins/ # Vite 插件
├── cli/ # 手动执行的命令行脚本
├── tests/ # 单元测试或集成测试用例
├── index.html # HTML 模板文件
├── package.json # 包管理与脚本配置文件
Expand Down
25 changes: 0 additions & 25 deletions bigtop-manager-ui/cli/generate-img-map.ts

This file was deleted.

113 changes: 113 additions & 0 deletions bigtop-manager-ui/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

import { defineConfig, globalIgnores } from 'eslint/config'
import parser from 'vue-eslint-parser'
import path from 'node:path'
import { fileURLToPath } from 'node:url'
import { FlatCompat } from '@eslint/eslintrc'

const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)
const compat = new FlatCompat({
baseDirectory: __dirname
})

export default defineConfig([
globalIgnores(['**/node_modules', '**/dist', '**/public', '**/*.d.ts']),
{
extends: compat.extends(
'plugin:vue/vue3-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'prettier'
),

languageOptions: {
parser: parser,
ecmaVersion: 2021,
sourceType: 'module',

parserOptions: {
parser: '@typescript-eslint/parser',

ecmaFeatures: {
jsx: true
}
}
},

rules: {
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'vue/custom-event-name-casing': 'off',
'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',

'@typescript-eslint/no-unused-vars': [
'error',
{
argsIgnorePattern: '^(unused|ignored).*$',
varsIgnorePattern: '^(unused|ignored).*$'
}
],

'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': [
'error',
{
argsIgnorePattern: '^(unused|ignored).*$',
varsIgnorePattern: '^(unused|ignored).*$',
caughtErrorsIgnorePattern: '^(unused|ignored).*$'
}
],

'prettier/prettier': [
'error',
{
endOfLine: 'auto'
}
],

'space-before-function-paren': 'off',

quotes: [
'error',
'single',
{
avoidEscape: true
}
],

'comma-dangle': ['error', 'never'],
'vue/multi-word-component-names': 'off',
'vue/component-definition-name-casing': 'off',
'vue/require-valid-default-prop': 'off',
'vue/no-setup-props-destructure': 'off'
}
}
])
29 changes: 13 additions & 16 deletions bigtop-manager-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm img-map && vite --open --mode development",
"build": "pnpm img-map && vite build && vue-tsc --noEmit",
"dev": "vite --open --mode development",
"build": "vite build && vue-tsc --noEmit",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx,.vue",
"lint": "eslint src --ext .ts,.tsx,.js,.jsx,.vue",
"lint:fix": "eslint src --ext .ts,.tsx,.js,.jsx,.vue --fix",
"prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\"",
"test": "vitest",
"test:run": "vitest run",
"img-map": "tsx cli/generate-img-map.ts"
"test:run": "vitest run"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
Expand All @@ -35,36 +35,33 @@
"vue-router": "^4.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@testing-library/vue": "^8.1.0",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.5.3",
"@types/node-forge": "^1.3.11",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"eslint": "^8.47.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"fast-glob": "^3.3.3",
"happy-dom": "^18.0.1",
"micromatch": "^4.0.8",
"postcss": "^8.4.41",
"prettier": "^3.0.2",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"sass-embedded": "^1.90.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript": "^5.9.2",
"unplugin-auto-import": "^19.3.0",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.7.0",
"vite": "^5.4.19",
"vitest": "^3.2.3",
"vue-tsc": "^3.0.3"
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.5"
},
"pnpm": {
"overrides": {
Expand Down
Loading
Loading