[初始化]<init>项目初始化
parents
Showing
.gitignore
0 → 100644
ck-ui/.env
0 → 100644
ck-ui/.env.development
0 → 100644
ck-ui/.eslintignore
0 → 100644
ck-ui/.eslintrc.js
0 → 100644
ck-ui/.gitignore
0 → 100644
ck-ui/.prettierrc.cjs
0 → 100644
ck-ui/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/README.md
0 → 100644
ck-ui/auto-imports.d.ts
0 → 100644
ck-ui/docker/Dockerfile
0 → 100644
ck-ui/docker/docker-compose.yaml
0 → 100644
ck-ui/docker/pig-ui.conf
0 → 100644
ck-ui/index.html
0 → 100644
ck-ui/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
ck-ui/package.json
0 → 100644
{ | |||
"name": "pig-ui", | |||
"version": "3.8.0", | |||
"description": "PIGCLOUD微服务开发平台", | |||
"author": "pig4cloud", | |||
"license": "Apache-2.0", | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite --force", | |||
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build", | |||
"build:docker": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build --outDir ./docker/dist/", | |||
"lint:eslint": "eslint --fix --ext .js,.cjs,.mjs,.ts,.vue ./src", | |||
"prettier": "prettier --write ." | |||
}, | |||
"dependencies": { | |||
"@element-plus/icons-vue": "2.3.1", | |||
"@wangeditor/editor": "5.1.23", | |||
"@wangeditor/editor-for-vue": "5.1.12", | |||
"autoprefixer": "10.4.20", | |||
"axios": "1.7.7", | |||
"china-area-data": "^5.0.1", | |||
"codemirror": "5.65.17", | |||
"crypto-js": "4.2.0", | |||
"driver.js": "1.3.1", | |||
"echarts": "5.5.1", | |||
"element-plus": "2.8.3", | |||
"js-cookie": "3.0.5", | |||
"mitt": "3.0.1", | |||
"nprogress": "0.2.0", | |||
"pinia": "2.2.2", | |||
"postcss": "8.4.47", | |||
"qs": "6.13.0", | |||
"screenfull": "6.0.2", | |||
"sm-crypto": "0.3.13", | |||
"sortablejs": "1.15.3", | |||
"splitpanes": "3.1.5", | |||
"tailwindcss": "3.4.11", | |||
"vue": "3.5.6", | |||
"vue-clipboard3": "2.0.0", | |||
"vue-echarts": "7.0.3", | |||
"vue-i18n": "9.14.0", | |||
"vue-router": "4.4.5", | |||
"vuedraggable": "4.1.0" | |||
}, | |||
"devDependencies": { | |||
"@swc/core": "~1.6.13", | |||
"@types/node": "^20.0.0", | |||
"@types/nprogress": "^0.2.0", | |||
"@types/sortablejs": "^1.15.0", | |||
"@typescript-eslint/eslint-plugin": "^5.53.0", | |||
"@typescript-eslint/parser": "^5.53.0", | |||
"@vitejs/plugin-vue": "^5.0.5", | |||
"@vue/compiler-sfc": "^3.4.3", | |||
"consola": "^3.0.0", | |||
"cross-env": "7.0.3", | |||
"eslint": "^8.34.0", | |||
"eslint-plugin-vue": "^9.9.0", | |||
"pinia-plugin-persist": "^1.0.0", | |||
"prettier": "3.3.3", | |||
"sass": "^1.58.3", | |||
"terser": "^5.31.1", | |||
"typescript": "^5.0.0", | |||
"unplugin-auto-import": "^0.18.0", | |||
"vite": "^5.3.3", | |||
"vite-plugin-compression": "^0.5.1", | |||
"vite-plugin-style-import": "^2.0.0", | |||
"vite-plugin-top-level-await": "^1.4.1", | |||
"vite-plugin-vue-setup-extend": "^0.4.0", | |||
"vue-eslint-parser": "^9.1.0" | |||
}, | |||
"browserslist": [ | |||
"> 1%", | |||
"last 2 versions", | |||
"not dead" | |||
], | |||
"bugs": { | |||
"url": "https://pig4cloud.com" | |||
}, | |||
"engines": { | |||
"node": ">=18.0.0", | |||
"npm": ">= 8.0.0" | |||
}, | |||
"keywords": [ | |||
"vue", | |||
"vue3", | |||
"vuejs/vue-next", | |||
"element-ui", | |||
"element-plus" | |||
], | |||
"repository": { | |||
"type": "git", | |||
"url": "https://gitee.com/log4j/pig-ui" | |||
}, | |||
"resolutions": { | |||
"@swc/core": "~1.6.13" | |||
} | |||
} |
ck-ui/postcss.config.cjs
0 → 100644
ck-ui/public/assets/fonts/FontAwesome.otf
0 → 100644
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
This diff is collapsed.
Click to expand it.
ck-ui/public/favicon.ico
0 → 100644
File added
ck-ui/src/App.vue
0 → 100644
ck-ui/src/api/admin/ckTest.ts
0 → 100644
ck-ui/src/api/admin/client.ts
0 → 100644
ck-ui/src/api/admin/dept.ts
0 → 100644
ck-ui/src/api/admin/dict.ts
0 → 100644
ck-ui/src/api/admin/file.ts
0 → 100644
ck-ui/src/api/admin/i18n.ts
0 → 100644
ck-ui/src/api/admin/log.ts
0 → 100644
ck-ui/src/api/admin/menu.ts
0 → 100644
ck-ui/src/api/admin/param.ts
0 → 100644
ck-ui/src/api/admin/post.ts
0 → 100644
ck-ui/src/api/admin/role.ts
0 → 100644
ck-ui/src/api/admin/system.ts
0 → 100644
ck-ui/src/api/admin/token.ts
0 → 100644
ck-ui/src/api/admin/user.ts
0 → 100644
ck-ui/src/api/daemon/job-log.ts
0 → 100644
ck-ui/src/api/daemon/job.ts
0 → 100644
ck-ui/src/api/gen/datasource.ts
0 → 100644
ck-ui/src/api/gen/fieldtype.ts
0 → 100644
ck-ui/src/api/gen/group.ts
0 → 100644
ck-ui/src/api/gen/table.ts
0 → 100644
ck-ui/src/api/gen/template.ts
0 → 100644
ck-ui/src/api/login/index.ts
0 → 100644
ck-ui/src/assets/icons/cas.svg
0 → 100644
ck-ui/src/assets/icons/gitee.svg
0 → 100644
ck-ui/src/assets/icons/oschina.svg
0 → 100644
ck-ui/src/assets/icons/qq.svg
0 → 100644
ck-ui/src/assets/icons/tenant.svg
0 → 100644
ck-ui/src/assets/icons/wechat.svg
0 → 100644
ck-ui/src/assets/icons/wx-video.svg
0 → 100644
ck-ui/src/assets/icons/wx-voice.svg
0 → 100644
ck-ui/src/assets/lockScreen.png
0 → 100644

195 KB
ck-ui/src/assets/login-bg.svg
0 → 100644
ck-ui/src/assets/login/bg.png
0 → 100644

17.1 KB
ck-ui/src/assets/login/login_bg.svg
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/assets/login/mini_qr.png
0 → 100644

106 KB
ck-ui/src/assets/logo-mini.svg
0 → 100644
ck-ui/src/assets/pigx-app.png
0 → 100644

74.2 KB
ck-ui/src/components/CheckToken/index.vue
0 → 100644
ck-ui/src/components/ChinaArea/index.vue
0 → 100644
ck-ui/src/components/CodeEditor/index.vue
0 → 100644
ck-ui/src/components/ColorPicker/index.vue
0 → 100644
ck-ui/src/components/Crontab/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/DelWrap/index.vue
0 → 100644
ck-ui/src/components/DictTag/index.vue
0 → 100644
ck-ui/src/components/Editor/index.vue
0 → 100644
ck-ui/src/components/FormTable/index.vue
0 → 100644
ck-ui/src/components/IconSelector/index.ts
0 → 100644
ck-ui/src/components/IconSelector/index.vue
0 → 100644
ck-ui/src/components/IconSelector/list.vue
0 → 100644
ck-ui/src/components/NameAvatar/base.scss
0 → 100644
ck-ui/src/components/NameAvatar/index.vue
0 → 100644
ck-ui/src/components/NoticeBar/index.vue
0 → 100644
ck-ui/src/components/Pagination/index.vue
0 → 100644
ck-ui/src/components/PopoverInput/index.vue
0 → 100644
ck-ui/src/components/Popup/index.vue
0 → 100644
ck-ui/src/components/QueryTree/i18n/en.ts
0 → 100644
ck-ui/src/components/QueryTree/i18n/zh-cn.ts
0 → 100644
ck-ui/src/components/QueryTree/index.vue
0 → 100644
ck-ui/src/components/RightToolbar/index.vue
0 → 100644
ck-ui/src/components/ShortcutCard/index.vue
0 → 100644
ck-ui/src/components/StrengthMeter/index.vue
0 → 100644
ck-ui/src/components/SvgIcon/index.vue
0 → 100644
ck-ui/src/components/SvgIcon/svgicon.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/Tip/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/TreeSelect/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/Upload/Excel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/Upload/Image.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/Upload/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/Upload/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/Upload/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/Websocket/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/auth/auth.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/auth/authAll.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/auth/auths.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/components/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/directive/authDirective.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/directive/customDirective.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/directive/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/hooks/dict.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/hooks/message.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/hooks/table.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/i18n/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/i18n/lang/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/i18n/lang/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/i18n/pages/form/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/i18n/pages/form/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/i18n/pages/login/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/i18n/pages/login/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/component/aside.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/component/columnsAside.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/component/header.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/component/main.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/footer/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/lockScreen/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/logo/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/main/classic.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/main/columns.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/main/defaults.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/main/transverse.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/navBars/breadcrumb/user.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/navBars/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/navMenu/horizontal.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/navMenu/subItem.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/navMenu/vertical.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/routerView/iframes.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/routerView/link.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/layout/routerView/parent.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/main.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/router/backEnd.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/router/frontEnd.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/router/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/router/route.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/dict.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/keepAliveNames.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/msg.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/requestOldRoutes.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/routesList.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/tagsViewRoutes.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/themeConfig.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/stores/userInfo.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/app.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/common/transition.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/element.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/iconSelector.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/loading.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/login.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/chart.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/cityLinkage.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/date.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/dialog.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/error.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/form.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/home.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/layout.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/login.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/media.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/pagination.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/personal.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/scrollbar.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/media/tagsView.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/mixins/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/other.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/tableTool.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/tailwind.css
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/theme/waves.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/types/axios.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/types/func.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/types/global.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/types/layout.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/types/mitt.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/types/pinia.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/types/views.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/arrayOperation.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/authFunction.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/chinaArea.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/commonFunction.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/errorCode.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/formatTime.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/getStyleSheets.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/loading.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/mitt.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/other.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/request.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/setIconfont.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/storage.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/theme.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/toolsValidate.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/validate.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/utils/wartermark.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/client/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/client/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/client/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/client/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dept/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dept/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dept/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dept/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dict/dictItem/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dict/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dict/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dict/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/dict/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/file/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/file/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/file/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/file/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/log/detail.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/log/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/log/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/log/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/menu/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/menu/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/menu/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/menu/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/param/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/param/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/param/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/param/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/post/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/post/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/post/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/post/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/role/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/role/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/role/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/role/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/role/permession.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/token/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/token/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/token/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/user/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/user/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/user/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/user/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/admin/user/personal.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/daemon/job-manage/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/daemon/job-manage/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck-ui/src/views/daemon/job-manage/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck-ui/src/views/error/401.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/error/404.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/ext/cache.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/datasource/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/datasource/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/datasource/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/datasource/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/design/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/design/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/field-type/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/field-type/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/field-type/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/field-type/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/gener/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/group/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/group/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/group/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/group/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/table/add-dict.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/table/edit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/table/generator.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/table/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/table/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/table/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/table/preview.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/template/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/template/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/template/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/gen/template/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/home/current-user.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/home/favorite.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/home/i18n/en.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/home/i18n/zh-cn.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/home/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/home/schedule.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/home/sys-log.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/login/component/mobile.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/login/component/password.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/login/component/register.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/src/views/login/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/tailwind.config.cjs
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
ck-ui/vite.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
ck.sql
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
ck/.editorconfig
0 → 100644
This diff is collapsed.
Click to expand it.
ck/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
ck/.springjavaformatconfig
0 → 100644
This diff is collapsed.
Click to expand it.
ck/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
ck/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
ck/db/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/db/pig.sql
0 → 100644
This diff is collapsed.
Click to expand it.
ck/db/pig_config.sql
0 → 100644
This diff is collapsed.
Click to expand it.
ck/docker-compose.yml
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-app/pig-app-api/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-app/pig-app-biz/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-app/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-auth/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-auth/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-boot/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-boot/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-bom/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-core/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-datasource/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-feign/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-job/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-log/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-mybatis/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-oss/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-seata/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-security/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-swagger/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pig-common-xss/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-common/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-gateway/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-gateway/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-register/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-register/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
ck/pig-upms/pig-upms-api/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-upms/pig-upms-biz/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-upms/pig-upms-biz/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-upms/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-visual/pig-codegen/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-visual/pig-codegen/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-visual/pig-monitor/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-visual/pig-monitor/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-visual/pig-quartz/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pig-visual/pig-quartz/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ck/pig-visual/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
ck/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment