-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-push RocketMQ's commit logs from May 2013 to December 2016 #4503
Re-push RocketMQ's commit logs from May 2013 to December 2016 #4503
Conversation
show accumulation
Feature/namesrv config 20161115 see apache#163 see apache#158 See merge request !23
Issue apache#169 1. show accumulation 2. support to show selected topic See merge request !24
…dleware/rocketmq into rmq.msgid
Rmq.msgid See merge request !25
printmsg bug fix See merge request !27
Issue apache#179 [BUG]check properties length put消息时针对属性长度判断失效,会导致过长属性的消息写入成功并丢弃了所有属性。 See merge request !26
…er to help users who have deployed the old version of RokcetMQ to locate problems quickly.
It is nice to have them back... +1 |
@lollipopjin Can rebase help make the commit records linear? |
Codecov Report
@@ Coverage Diff @@
## develop #4503 +/- ##
=============================================
+ Coverage 48.05% 48.10% +0.05%
- Complexity 5108 5116 +8
=============================================
Files 649 649
Lines 43026 43026
Branches 5626 5626
=============================================
+ Hits 20675 20697 +22
+ Misses 19838 19823 -15
+ Partials 2513 2506 -7
Continue to review full report at Codecov.
|
Make sure set the target branch to
develop
What is the purpose of the change
Re-push RocketMQ's commit logs from May 2013 to December 2016, in order to help users who have deployed the old version of RokcetMQ to locate problems quickly.
Brief changelog
Add commit logs from May 2013 to December 2016.
Verifying this change
No code changes.
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR
.[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.