Skip to content

Commit

Permalink
merge 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 8, 2023
2 parents 7bcc66e + 5a826e8 commit 8ba2318
Show file tree
Hide file tree
Showing 144 changed files with 32,173 additions and 37,447 deletions.
1 change: 1 addition & 0 deletions build/electron-build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const config = {
entitlementsInherit: "./node_modules/electron-builder-notarize/entitlements.mac.inherit.plist",
gatekeeperAssess: false,
target: 'dmg',
notarize: false
},
dmg: {
artifactName: 'odc_${version}${env.ENV}.${ext}',
Expand Down
4 changes: 0 additions & 4 deletions config/config.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export default {
ws: true,
},
'/api/': {
// target: 'http://11.124.185.132',
// target: 'http://100.81.152.104:8989',
// target: 'http://100.81.152.113:9000',
// target: 'http://100.81.152.113:8989',
target: 'http://localhost:8989',
},
},
Expand Down
6 changes: 1 addition & 5 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,10 @@ const config = {
proxy: {
// 本地开发或者对内 Site 应用的开发环境的代理配置
'/api/v1/webSocket/obclient': {
target: 'http://11.124.9.80:8990',
target: 'http://11.162.218.70:7001/proxy/96',
ws: true,
},
'/api/': {
// target: 'http://11.124.185.132',
// target: 'http://100.81.152.104:8989',
// target: 'http://100.81.152.113:9000',
// target: 'http://100.81.152.113:8989',
target: 'http://11.162.218.70:7001/proxy/96',
},
'/oauth2/': {
Expand Down
1 change: 0 additions & 1 deletion mock/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// 上传下载文件,目前用于 BLOB 类型数据的管理
// @see https://yuque.antfin-inc.com/ob/platform/rgfghm
const mockJs = require('mockjs');
import { MOCK_CONNECT_LIST } from './session';
export default {
Expand Down
2 changes: 1 addition & 1 deletion mock/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
data: {
id: 69,
name: 'admin',
email: 'admin@alibaba-inc.com',
email: 'admin@oceanbase1024.com',
password: 'admin',
role: null,
status: 1,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "odc",
"version": "4.2.1",
"version": "4.2.2",
"private": true,
"description": "企业级数据开发平台",
"homepage": "https://www.oceanbase.com/",
"bugs": {
"email": "[email protected]"
},
"repository": "git@code.alipay.com:oceanbase/oceanbase-developer-center.git",
"repository": "git@github.com:oceanbase/odc-client.git",
"author": {
"name": "odc"
},
"scripts": {
"start": "max dev",
"dev:client": "concurrently \"UMI_ENV=client npm run dev\" \"npm run build-main-dev\"",
"start-electron": "electron --inspect=5858 -w ./dist/main/main.js",
"analyze": "ANALYZE=1 max build",
"analyze": "ANALYZE=1 cross-env NODE_OPTIONS=--max_old_space_size=6096 max build",
"dev": "node scripts/plugin/initPlugins.js && cross-env NODE_OPTIONS=--max_old_space_size=6096 max dev",
"test": "max test",
"cov": "max test --coverage",
Expand Down Expand Up @@ -61,7 +61,6 @@
"@trodi/electron-splashscreen": "^0.3.4",
"archiver": "^5.3.0",
"compare-versions": "^3.6.0",
"cron-parser": "^4.6.0",
"detect-port": "~1.3.0",
"electron-log": "~4.2.4",
"qs": "^6.10.1",
Expand All @@ -70,8 +69,7 @@
},
"devDependencies": {
"@ant-design/icons": "^4.0.0",
"@antv/g2plot": "^1.0.2",
"@oceanbase-odc/monaco-plugin-ob": "~0.0.20",
"@oceanbase-odc/monaco-plugin-ob": "~0.0.24",
"@oceanbase-odc/ob-intl-cli": "^1.0.0",
"@oceanbase-odc/ob-parser-js": "~2.0.6",
"@oceanbase-odc/ob-react-data-grid": "~2.4.10",
Expand Down Expand Up @@ -105,8 +103,10 @@
"copy-to-clipboard": "^3.3.1",
"core-js": "^3",
"cpx": "^1.5.0",
"cron-parser": "^4.6.0",
"cross-env": "^6.0.3",
"css": "^3.0.0",
"echarts": "^5.4.0",
"electron": "20.3.12",
"electron-builder": "^24.6.0",
"electron-builder-notarize": "^1.5.1",
Expand Down
Loading

0 comments on commit 8ba2318

Please sign in to comment.