[GitHub] kangpinghuang opened a new pull request #264: Update #257: rewrite aes encryption

2018-10-31 Thread GitBox
kangpinghuang opened a new pull request #264: Update #257: rewrite aes encryption URL: https://github.com/apache/incubator-doris/pull/264 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] imay closed pull request #263: Tidy up the docs and gensrc directory

2018-10-31 Thread GitBox
imay closed pull request #263: Tidy up the docs and gensrc directory URL: https://github.com/apache/incubator-doris/pull/263 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pul

[GitHub] morningman opened a new pull request #263: Tidy up the docs and gensrc directory

2018-10-31 Thread GitBox
morningman opened a new pull request #263: Tidy up the docs and gensrc directory URL: https://github.com/apache/incubator-doris/pull/263 1. Remove all design docs. They will be pushed again after modification. 2. Add streaming load and privilege help docs. 3. Rename palo*.py to doris*.

[GitHub] morningman opened a new pull request #262: Change license to Apache License 2.0

2018-10-31 Thread GitBox
morningman opened a new pull request #262: Change license to Apache License 2.0 URL: https://github.com/apache/incubator-doris/pull/262 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] palo-ci commented on issue #261: sync

2018-10-31 Thread GitBox
palo-ci commented on issue #261: sync URL: https://github.com/apache/incubator-doris/pull/261#issuecomment-434748125 ok This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] palo-ci commented on issue #261: sync

2018-10-31 Thread GitBox
palo-ci commented on issue #261: sync URL: https://github.com/apache/incubator-doris/pull/261#issuecomment-434730738 sync This is an automated message from the Apache Git Service. To respond to the message, please log on GitHu

[GitHub] palo-ci opened a new pull request #261: sync

2018-10-31 Thread GitBox
palo-ci opened a new pull request #261: sync URL: https://github.com/apache/incubator-doris/pull/261 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL ab

[GitHub] morningman closed pull request #260: Add more BE unit run in run-ut.sh

2018-10-31 Thread GitBox
morningman closed pull request #260: Add more BE unit run in run-ut.sh URL: https://github.com/apache/incubator-doris/pull/260 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign p

[GitHub] imay opened a new pull request #260: Add more BE unit run in run-ut.sh

2018-10-31 Thread GitBox
imay opened a new pull request #260: Add more BE unit run in run-ut.sh URL: https://github.com/apache/incubator-doris/pull/260 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] imay closed pull request #259: Fix some compile and script errors

2018-10-31 Thread GitBox
imay closed pull request #259: Fix some compile and script errors URL: https://github.com/apache/incubator-doris/pull/259 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull r

[GitHub] morningman opened a new pull request #259: Fix some compile and script errors

2018-10-31 Thread GitBox
morningman opened a new pull request #259: Fix some compile and script errors URL: https://github.com/apache/incubator-doris/pull/259 1. Fix error class in start_fe.sh and start_broker.sh. 2. Add log4j2.xml in fe/src/test/resources/ to run fe ut without log4j warnings. 3. Reduce the t

[GitHub] morningman closed pull request #258: Make build-thirdparty.sh work

2018-10-31 Thread GitBox
morningman closed pull request #258: Make build-thirdparty.sh work URL: https://github.com/apache/incubator-doris/pull/258 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] imay opened a new pull request #258: Make build-thirdparty.sh work

2018-10-31 Thread GitBox
imay opened a new pull request #258: Make build-thirdparty.sh work URL: https://github.com/apache/incubator-doris/pull/258 Remove unused java-libarary.tar.gz in download-thirdparty.sh This is an automated message from the Apac

[GitHub] kangpinghuang opened a new issue #257: rewrite aes encryption

2018-10-31 Thread GitBox
kangpinghuang opened a new issue #257: rewrite aes encryption URL: https://github.com/apache/incubator-doris/issues/257 **Problem** Currently aes encryption in doris is based on mysql, violating AFS 2.0 So rewrite the aes encryption code. --

Re: Discuss commit specification

2018-10-31 Thread Zhao Chun
Hi Willem Willem Jiang 于2018年10月31日周三 下午5:07写道: > It looks good to me. > Can we put it into the website as a developer commit guide? > After it was accepted, we put it to our contributing files. > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Wed, Oct 31, 2018 at 3:38 PM Zh

Re: Discuss commit specification

2018-10-31 Thread Willem Jiang
It looks good to me. Can we put it into the website as a developer commit guide? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Oct 31, 2018 at 3:38 PM Zhao Chun wrote: > > Hi all, > > I want to discuss Apache Doris(incubating) code commit specification. > > Pull requests. In order t

Re:Discuss commit specification

2018-10-31 Thread 陈明雨
I agree. The commit log is a very important way to trace the issues the bugs. We should obey the Chris Beam's Golden rules, STRICTLY. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@163.com; morningman@gmail.com At 2018-10-31 15:38:06, "Zhao Chun" wrote: >Hi all, > >I want to discu

Discuss commit specification

2018-10-31 Thread Zhao Chun
Hi all, I want to discuss Apache Doris(incubating) code commit specification. Pull requests. In order to ensure that our master branch is working, we will disable the contributor push code master branch directly. On GitHub we will open `Require pull request reviews before merging` for master, so