-
- Downloads
Resolve "Add UI for viewing and managing Resources"
parent
3f9721ff
Branches
No related tags found
Showing
- Dockerfile 4 additions, 3 deletionsDockerfile
- LICENSE 202 additions, 0 deletionsLICENSE
- README.md 5 additions, 0 deletionsREADME.md
- index.html 11 additions, 10 deletionsindex.html
- package-lock.json 1256 additions, 1855 deletionspackage-lock.json
- package.json 22 additions, 18 deletionspackage.json
- public/robots.txt 3 additions, 0 deletionspublic/robots.txt
- src/App.vue 22 additions, 2 deletionssrc/App.vue
- src/assets/env.template.js 1 addition, 0 deletionssrc/assets/env.template.js
- src/assets/main.css 5 additions, 4 deletionssrc/assets/main.css
- src/client/auth/core/CancelablePromise.ts 3 additions, 3 deletionssrc/client/auth/core/CancelablePromise.ts
- src/client/auth/core/request.ts 7 additions, 4 deletionssrc/client/auth/core/request.ts
- src/client/auth/models/ErrorDetail.ts 0 additions, 1 deletionsrc/client/auth/models/ErrorDetail.ts
- src/client/auth/models/HTTPValidationError.ts 0 additions, 2 deletionssrc/client/auth/models/HTTPValidationError.ts
- src/client/auth/models/RoleEnum.ts 1 addition, 1 deletionsrc/client/auth/models/RoleEnum.ts
- src/client/auth/models/User.ts 0 additions, 2 deletionssrc/client/auth/models/User.ts
- src/client/auth/models/ValidationError.ts 0 additions, 1 deletionsrc/client/auth/models/ValidationError.ts
- src/client/auth/services/AuthService.ts 0 additions, 4 deletionssrc/client/auth/services/AuthService.ts
- src/client/auth/services/UserService.ts 13 additions, 17 deletionssrc/client/auth/services/UserService.ts
- src/client/resource/core/ApiError.ts 25 additions, 0 deletionssrc/client/resource/core/ApiError.ts
LICENSE
0 → 100644
This diff is collapsed.
{ | ||
"name": "clowm-ui", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "run-p type-check build-only", | ||
... | ... | @@ -10,7 +12,8 @@ |
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"generate-s3-client": "openapi --input http://localhost:9999/api/s3proxy-service/openapi.json --output src/client/s3proxy --client axios", | ||
"generate-auth-client": "openapi --input http://localhost:9999/api/auth-service/openapi.json --output src/client/auth --client axios", | ||
"generate-workflow-client": "openapi --input http://localhost:9999/api/workflow-service/openapi.json --output src/client/workflow --client axios" | ||
"generate-workflow-client": "openapi --input http://localhost:9999/api/workflow-service/openapi.json --output src/client/workflow --client axios", | ||
"generate-resource-client": "openapi --input http://localhost:9999/api/resource-service/openapi.json --output src/client/resource --client axios" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-s3": "^3.440.0", | ||
... | ... | @@ -19,44 +22,45 @@ |
"@fortawesome/fontawesome-free": "~6.4.2", | ||
"@popperjs/core": "~2.11.8", | ||
"ajv": "~8.12.0", | ||
"bootstrap": "~5.3.1", | ||
"chart.js": "~4.3.3", | ||
"bootstrap": "~5.3.0", | ||
"chart.js": "~4.4.0", | ||
"chartjs-plugin-zoom": "~2.0.1", | ||
"dayjs": "~1.11.9", | ||
"dayjs": "~1.11.0", | ||
"dompurify": "~3.0.5", | ||
"filesize": "~10.0.12", | ||
"idb-keyval": "^6.2.1", | ||
"pinia": "~2.1.6", | ||
"semver": "~7.5.4", | ||
"pinia": "~2.1.0", | ||
"semver": "~7.5.0", | ||
"showdown": "~2.1.0", | ||
"vue": "~3.3.4", | ||
"vue-router": "~4.2.4", | ||
"vue3-cookies": "~1.0.6" | ||
"vue": "~3.4.0", | ||
"vue-router": "~4.2.0", | ||
"vue3-cookies": "~1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@esbuild-plugins/node-globals-polyfill": "~0.2.3", | ||
"@esbuild-plugins/node-modules-polyfill": "~0.2.2", | ||
"@rushstack/eslint-patch": "~1.2.0", | ||
"@tsconfig/node18": "^18.2.1", | ||
"@types/bootstrap": "~5.2.6", | ||
"@types/dompurify": "~3.0.2", | ||
"@types/node": "^16.18.48", | ||
"@types/bootstrap": "~5.2.0", | ||
"@types/dompurify": "~3.0.0", | ||
"@types/node": "^18.19.5", | ||
"@types/semver": "~7.5.1", | ||
"@types/showdown": "~2.0.1", | ||
"@vitejs/plugin-vue": "~4.3.4", | ||
"@vitejs/plugin-vue": "~5.0.0", | ||
"@vue/eslint-config-prettier": "~8.0.0", | ||
"@vue/eslint-config-typescript": "~11.0.3", | ||
"@vue/tsconfig": "~0.4.0", | ||
"@vue/tsconfig": "~0.5.0", | ||
"axios": "~1.6.0", | ||
"eslint": "~8.48.0", | ||
"eslint-plugin-vue": "~9.17.0", | ||
"eslint-plugin-vue": "~9.19.0", | ||
"highlight.js": "^11.9.0", | ||
"npm-run-all": "~4.1.5", | ||
"openapi-typescript-codegen": "^0.25.0", | ||
"openapi-typescript-codegen": "^0.26.0", | ||
"prettier": "~3.0.3", | ||
"rollup-plugin-node-polyfills": "~0.2.1", | ||
"sass": "~1.66.1", | ||
"typescript": "~5.1.6", | ||
"vite": "~4.4.9", | ||
"vue-tsc": "~1.8.10" | ||
"vite": "~5.0.0", | ||
"vue-tsc": "~1.8.0" | ||
} | ||
} |
public/robots.txt
0 → 100644
This diff is collapsed.
src/client/resource/core/ApiError.ts
0 → 100644
Please register or sign in to comment