forked from WeBankFinTech/Visualis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1316 from RichardShan/master
Beta8 merge from dev
- Loading branch information
Showing
261 changed files
with
9,201 additions
and
4,704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
|
||
<assembly> | ||
<id>dist-beta.7</id> | ||
<id>dist-beta.8</id> | ||
<formats> | ||
<format>zip</format> | ||
</formats> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### 注意! | ||
|
||
1. **升级前请务必备份数据!!!, 升级前请务必备份数据!!!, 升级前请务必备份数据!!!** | ||
2. 本次升级只针对 davinci0.3 beta.7 升级至 beta.8, 其他版本请不要执行! | ||
3. 已安装 beta.8 及之后版本无须执行此脚本; | ||
4. 本次升级默认读取 config 下 application.yml 中配置的 davinci 数据源,也可通过参数指定,更多信息请执行 ‘upgrade -help’ 查看; | ||
5. 升级脚本为二进制文件,不同平台执行相应脚本即可,无须重复执行: | ||
|
||
| 平台 | 对应脚本 | | ||
| --- | --- | | ||
|Windows | upgrade.exe | | ||
|Mac OS | upgrade_darwin | | ||
|Linux | upgrade_linux | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ALTER TABLE `cron_job` | ||
MODIFY COLUMN `create_time` timestamp(0) NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `create_by`; | ||
|
||
|
||
ALTER TABLE `organization` | ||
MODIFY COLUMN `create_time` timestamp(0) NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `member_permission`; | ||
|
||
|
||
ALTER TABLE `user` | ||
MODIFY COLUMN `create_time` timestamp(0) NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `avatar`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,7 @@ spring: | |
host: | ||
port: | ||
username: | ||
fromAddress: | ||
password: | ||
nickname: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<ifModule mod_rewrite.c> | ||
|
||
|
||
####################################################################### | ||
# GENERAL # | ||
####################################################################### | ||
|
||
# Make apache follow sym links to files | ||
Options +FollowSymLinks | ||
# If somebody opens a folder, hide all files from the resulting folder list | ||
IndexIgnore */* | ||
|
||
|
||
####################################################################### | ||
# REWRITING # | ||
####################################################################### | ||
|
||
# Enable rewriting | ||
RewriteEngine On | ||
|
||
# If its not HTTPS | ||
RewriteCond %{HTTPS} off | ||
|
||
# Comment out the RewriteCond above, and uncomment the RewriteCond below if you're using a load balancer (e.g. CloudFlare) for SSL | ||
# RewriteCond %{HTTP:X-Forwarded-Proto} !https | ||
|
||
# Redirect to the same URL with https://, ignoring all further rules if this one is in effect | ||
RewriteRule ^(.*) https://%{HTTP_HOST}/$1 [R,L] | ||
|
||
# If we get to here, it means we are on https:// | ||
|
||
# If the file with the specified name in the browser doesn't exist | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
|
||
# and the directory with the specified name in the browser doesn't exist | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
|
||
# and we are not opening the root already (otherwise we get a redirect loop) | ||
RewriteCond %{REQUEST_FILENAME} !\/$ | ||
|
||
# Rewrite all requests to the root | ||
RewriteRule ^(.*) / | ||
|
||
</ifModule> | ||
|
||
<IfModule mod_headers.c> | ||
# Do not cache sw.js, required for offline-first updates. | ||
<FilesMatch "sw\.js$"> | ||
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform" | ||
Header set Pragma "no-cache" | ||
</FilesMatch> | ||
</IfModule> |
2 changes: 1 addition & 1 deletion
2
davinci-ui/13.618a051c51ec20ee46c1.chunk.js → davinci-ui/12.6a5e154d006bd4d2684b.chunk.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+64.9 KB
...ci-ui/13.618a051c51ec20ee46c1.chunk.js.gz → ...ci-ui/12.6a5e154d006bd4d2684b.chunk.js.gz
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
davinci-ui/14.fef74ca783a9562f5193.chunk.js → davinci-ui/13.00acbd8e8a2cf2aa32b6.chunk.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+4.69 KB
...ci-ui/14.fef74ca783a9562f5193.chunk.js.gz → ...ci-ui/13.00acbd8e8a2cf2aa32b6.chunk.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
davinci-ui/15.ae24c3f99fc4140f7452.chunk.js → davinci-ui/14.8a8be5956ebe055fb35c.chunk.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+40.3 KB
...ci-ui/15.ae24c3f99fc4140f7452.chunk.js.gz → ...ci-ui/14.8a8be5956ebe055fb35c.chunk.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
davinci-ui/16.fdd433ae32cb0bd53694.chunk.js → davinci-ui/15.613deb8b25ef79256b96.chunk.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+6.02 KB
...ci-ui/16.fdd433ae32cb0bd53694.chunk.js.gz → ...ci-ui/15.613deb8b25ef79256b96.chunk.js.gz
Binary file not shown.
Oops, something went wrong.