Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,21 @@ NOTICE
gutil/*
manifest
patches/*
data/*
test_data/*
test.zip
test.zip.md5
webroot/*
net_snmp_normal
spark_laucher_monitor.log
spark_launcher_monitor.log
jmockit/*
status.*
env*
lru*
skiplist.h
string_search.hpp
coding.*
condition_variable.*
murmur_hash3.*
utf8_check.cpp
.markdownlintignore
15 changes: 15 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ The Apache Software Foundation (http://www.apache.org/).

Based on source code originally developed by
Baidu (http://www.baidu.com/).

This product includes software developed by the LevelDB.
Copyright (c) 2011 The LevelDB Authors. All rights reserved.

This product includes software developed by CPython for searching string function.
(https://github.com/python/cpython)

This product includes software developed by Chromium.
Copyright (c) 2011 The Chromium Authors. All rights reserved.

This product includes software developed by Austin Appleby for MurmurHash3.
The author hereby disclaims copyright to this source code.

This product includes software developed by cyb70289 for validating utf8 string.
Copyright (c) cyb70289(https://github.com/cyb70289). All rights reserved.
1 change: 0 additions & 1 deletion be/src/util/utf8_check.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
Expand Down
17 changes: 17 additions & 0 deletions conf/odbcinst.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.

# Example driver definitions, you should not use the example odbc driver
# before you prepare env in your server

Expand Down
6 changes: 3 additions & 3 deletions docs/en/community/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ The general process of publication is as follows:
3. clean up issues
4. merging necessary patch to release branch
3. Verify branch
1. QA stability test
2. Verify the correctness of the compiled image
3. Prepare Release Nodes
1. QA stability test
2. Verify the correctness of the compiled image
3. Prepare Release Nodes
4. Running the voting process for a release
1. singing a tag and upload it to [Apache dev svn repo](https://dist.apache.org/repos/dist/dev/incubator/doris)
2. calling votes from [Doris community](dev@doris.apache.org)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/community/verify-apache-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Given your source dir is apache-doris-a.b.c-incubating-src, you can check with f
It will output a file list which don't include ASF license header, and these files used other licenses.

``` shell
/usr/java/jdk/bin/java -jar apache-rat-0.13/apache-rat-0.13.jar -a -d apache-doris-a.b.c-incubating-src -E apache-doris-a.b.c-incubating-src/.rat-excudes
/usr/java/jdk/bin/java -jar apache-rat-0.13/apache-rat-0.13.jar -a -d apache-doris-a.b.c-incubating-src -E apache-doris-a.b.c-incubating-src/.rat-excludes
```

## 4. Verify building
Expand Down
6 changes: 3 additions & 3 deletions docs/zh-CN/community/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Apache 的发布必须至少是 IPMC 成员,拥有 apache 邮箱的committer
3. 清理 issue
4. 将必要的 Patch 合并到发布的分支
3. 验证分支
1. QA 稳定性测试
2. 验证编译镜像正确性
3. 准备 Release Nodes
1. QA 稳定性测试
2. 验证编译镜像正确性
3. 准备 Release Nodes
4. 社区发布投票流程
1. 将 tag 打包,签名并上传到[Apache Dev svn 仓库](https://dist.apache.org/repos/dist/dev/incubator/doris)
2. 在 [Doris 社区](dev@doris.apache.org)发起投票
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/community/verify-apache-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tar zxvf apache -rat -0.13 -bin.tar.gz
这个命令会产生一个文件,其中列举了所有非 ASF 协议的文件。

``` shell
/usr/java/jdk/bin/java -jar apache-rat-0.13/apache-rat-0.13.jar -a -d apache-doris-a.b.c-incubating-src -E apache-doris-a.b.c-incubating-src/.rat-excudes
/usr/java/jdk/bin/java -jar apache-rat-0.13/apache-rat-0.13.jar -a -d apache-doris-a.b.c-incubating-src -E apache-doris-a.b.c-incubating-src/.rat-excludes
```

## 4. 验证编译
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you 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.

package org.apache.doris.analysis;

import mockit.Expectations;
Expand Down
19 changes: 18 additions & 1 deletion ui/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you 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.

/**
* @file test cron
* @author lpx
Expand All @@ -15,4 +32,4 @@ module.exports = {
grid: true
}
}
};
};
17 changes: 17 additions & 0 deletions ui/public/fonts/Read Me.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you 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.

Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.

To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
Expand Down
19 changes: 19 additions & 0 deletions ui/public/fonts/style.min.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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.
*/

@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?9lzn0r');
Expand Down
21 changes: 20 additions & 1 deletion ui/src/components/codemirror-with-fullscreen/doris.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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.
*/

/* neo theme for codemirror */

/* Color scheme */
Expand Down Expand Up @@ -62,4 +81,4 @@
background: rgba(155, 157, 162, 0.37);
z-index: 1;
}


18 changes: 18 additions & 0 deletions ui/src/pages/layout/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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.
*/

/* .ant-layout-header .logo {
width: 120px;
Expand Down
17 changes: 17 additions & 0 deletions ui/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you 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.

/**
* @file test cron
* @author lpx
Expand Down