-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 #1997 from xxxllluuu/master
0.3.0-rc release
- Loading branch information
Showing
1,076 changed files
with
49,852 additions
and
51,720 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 |
---|---|---|
|
@@ -32,4 +32,5 @@ userfiles/ | |
.vscode | ||
*yarn.lock | ||
bin/upgrade.go | ||
bin/upgrade | ||
bin/upgrade | ||
.history/ |
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 |
---|---|---|
|
@@ -74,12 +74,11 @@ Please refer to [Davinci用户手册](https://edp963.github.io/davinci/). | |
|
||
Latest Release | ||
============= | ||
Please download the latest [RELEASE](https://github.com/edp963/davinci/releases/download/v0.3.0-beta.9/davinci-assembly_3.0.1-0.3.1-SNAPSHOT-dist-beta.9.zip). | ||
Please download the latest [RELEASE](https://github.com/edp963/davinci/releases/download/v0.3.0-rc/davinci-assembly_0.3.1-0.3.1-SNAPSHOT-dist-rc.zip). | ||
|
||
Get Help | ||
============ | ||
The fastest way to get response from our developers is to send email to our mail list [email protected], | ||
and you are also welcome to join our WeChat group for online discussion. | ||
The fastest way to get response from our developers is to join our WeChat group for online discussion. | ||
|
||
![二维码](https://github.com/edp963/edp-resource/raw/master/WeChat.jpg) | ||
|
||
|
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 |
---|---|---|
|
@@ -53,10 +53,10 @@ Davinci is oriented towards product managers, business people, data engineers, d | |
* Integration of LDAP sign-in | ||
|
||
## Latest Release | ||
Please download the latest [RELEASE](https://github.com/edp963/davinci/releases/download/v0.3.0-beta.9/davinci-assembly_3.0.1-0.3.1-SNAPSHOT-dist-beta.9.zip) | ||
Please download the latest [RELEASE](https://github.com/edp963/davinci/releases/download/v0.3.0-rc/davinci-assembly_0.3.1-0.3.1-SNAPSHOT-dist-rc.zip) | ||
|
||
## Get Help | ||
The fastest way to get response from our developers is to send email to our mail list [email protected], and welcome to join our WeChat group for online discussion. | ||
The fastest way to get response from our developers is to join our WeChat group for online discussion. | ||
|
||
[![](https://github.com/edp963/edp-resource/raw/master/WeChat.jpg)](https://github.com/edp963/edp-resource/raw/master/WeChat.jpg) | ||
|
||
|
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
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 @@ CREATE TABLE `cron_job` | |
`exec_log` text COLLATE utf8_unicode_ci, | ||
`create_by` bigint(20) NOT NULL, | ||
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, | ||
`update_by` bigint(20) DEFAULT NULL, | ||
`update_by` bigint(20) DEFAULT NULL, | ||
`update_time` timestamp NULL DEFAULT NULL, | ||
`parent_id` bigint(20) DEFAULT NULL, | ||
`full_parent_id` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, | ||
|
@@ -158,6 +158,7 @@ DROP TABLE IF EXISTS `mem_dashboard_widget`; | |
CREATE TABLE `mem_dashboard_widget` | ||
( | ||
`id` bigint(20) NOT NULL AUTO_INCREMENT, | ||
`alias` varchar(30) NULL, | ||
`dashboard_id` bigint(20) NOT NULL, | ||
`widget_Id` bigint(20) DEFAULT NULL, | ||
`x` int(12) NOT NULL, | ||
|
@@ -219,8 +220,8 @@ CREATE TABLE `organization` | |
`member_permission` smallint(1) NOT NULL DEFAULT '0', | ||
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, | ||
`create_by` bigint(20) NOT NULL DEFAULT '0', | ||
`update_time` timestamp NULL DEFAULT NULL, | ||
`update_by` bigint(20) DEFAULT '0', | ||
`update_time` timestamp NULL, | ||
`update_by` bigint(20) DEFAULT NULL, | ||
PRIMARY KEY (`id`) USING BTREE | ||
) ENGINE = InnoDB | ||
DEFAULT CHARSET = utf8; | ||
|
@@ -517,8 +518,8 @@ CREATE TABLE `user` | |
`avatar` varchar(255) DEFAULT NULL, | ||
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, | ||
`create_by` bigint(20) NOT NULL DEFAULT '0', | ||
`update_time` timestamp NOT NULL DEFAULT '1970-01-01 08:00:01', | ||
`update_by` bigint(20) NOT NULL DEFAULT '0', | ||
`update_time` timestamp NULL, | ||
`update_by` bigint(20) DEFAULT NULL, | ||
PRIMARY KEY (`id`) USING BTREE | ||
) ENGINE = InnoDB | ||
DEFAULT CHARSET = utf8; | ||
|
@@ -685,3 +686,13 @@ CREATE TABLE `share_download_record` ( | |
|
||
|
||
SET FOREIGN_KEY_CHECKS = 1; | ||
|
||
|
||
INSERT INTO `user` (`id`, `email`, `username`, `password`, `admin`, `active`, `name`, `description`, `department`, `avatar`, `create_time`, `create_by`, `update_by`, `update_time`) | ||
VALUES (1, '[email protected]', 'guest', '$2a$10$RJKb4jhMgRYnGPlVRV036erxQ3oGZ8NnxZrlrrBJJha9376cAuTRO', 1, 1, NULL, NULL, NULL, NULL, '2020-01-01 00:00:00', 0, NULL, NULL); | ||
|
||
INSERT INTO `organization` (`id`, `name`, `description`, `avatar`, `user_id`, `project_num`, `member_num`, `role_num`, `allow_create_project`, `member_permission`, `create_time`, `create_by`, `update_time`, `update_by`) | ||
VALUES (1, 'guest\'s Organization', NULL, NULL, 1, 0, 1, 0, 1, 1, '2020-01-01 00:00:00', 1, NULL, NULL); | ||
|
||
INSERT INTO `rel_user_organization` (`id`, `org_id`, `user_id`, `role`, `create_by`, `create_time`, `update_by`, `update_time`) | ||
VALUES (1, 1, 1, 1, 1, '2020-01-01 00:00:00', NULL, NULL); |
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,20 @@ | ||
/* | ||
* << | ||
* Davinci | ||
* == | ||
* Copyright (C) 2016 - 2020 EDP | ||
* == | ||
* Licensed 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 | ||
* http://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. | ||
* >> | ||
*/ | ||
|
||
ALTER TABLE `mem_dashboard_widget` | ||
ADD COLUMN `alias` varchar(30) NULL AFTER `id`; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.