forked from apache/rocketmq
-
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 branch 'apache:master' into master
- Loading branch information
Showing
2,090 changed files
with
193,651 additions
and
24,253 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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# 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. | ||
|
||
github: | ||
description: "Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications." | ||
homepage: https://rocketmq.apache.org/ | ||
labels: | ||
- messaging | ||
- streaming | ||
- eventing | ||
- cloud-native | ||
- rocketmq | ||
- java | ||
- hacktoberfest | ||
enabled_merge_buttons: | ||
# Enable squash button | ||
squash: true | ||
# Disable merge button | ||
merge: false | ||
# Disable rebase button | ||
rebase: false | ||
protected_branches: | ||
master: {} | ||
develop: | ||
required_pull_request_reviews: | ||
dismiss_stale_reviews: true | ||
require_code_owner_reviews: false | ||
required_approving_review_count: 1 | ||
required_status_checks: | ||
contexts: | ||
- misspell-check | ||
- check-license | ||
- maven-compile (ubuntu-latest, JDK-8) | ||
- maven-compile (windows-latest, JDK-8) | ||
- maven-compile (macos-latest, JDK-8) | ||
notifications: | ||
commits: [email protected] | ||
issues: [email protected] | ||
pullrequests: [email protected] | ||
jobs: [email protected] | ||
discussions: [email protected] |
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,69 @@ | ||
# | ||
# 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. | ||
# | ||
startup --host_jvm_args=-Xmx2g | ||
|
||
run --color=yes | ||
|
||
build --color=yes | ||
build --enable_platform_specific_config | ||
|
||
test --action_env=TEST_TMPDIR=/tmp | ||
|
||
test --experimental_strict_java_deps=warn | ||
test --experimental_ui_max_stdouterr_bytes=10485760 | ||
build --experimental_strict_java_deps=warn | ||
|
||
test --test_output=errors | ||
|
||
|
||
# This .bazelrc file contains all of the flags required for the provided | ||
# toolchain with Remote Build Execution. | ||
# Note your WORKSPACE must contain an rbe_autoconfig target with | ||
# name="rbe_default" to use these flags as-is. | ||
|
||
# Depending on how many machines are in the remote execution instance, setting | ||
# this higher can make builds faster by allowing more jobs to run in parallel. | ||
# Setting it too high can result in jobs that timeout, however, while waiting | ||
# for a remote machine to execute them. | ||
build:remote --jobs=150 | ||
|
||
build:remote --remote_executor=grpcs://remote.buildbuddy.io | ||
build:remote --host_platform=@buildbuddy_toolchain//:platform | ||
build:remote --platforms=@buildbuddy_toolchain//:platform | ||
build:remote --extra_execution_platforms=@buildbuddy_toolchain//:platform | ||
build:remote --crosstool_top=@buildbuddy_toolchain//:toolchain | ||
build:remote --extra_toolchains=@buildbuddy_toolchain//:cc_toolchain | ||
build:remote --javabase=@buildbuddy_toolchain//:javabase_jdk8 | ||
build:remote --host_javabase=@buildbuddy_toolchain//:javabase_jdk8 | ||
build:remote --java_toolchain=@buildbuddy_toolchain//:toolchain_jdk8 | ||
build:remote --host_java_toolchain=@buildbuddy_toolchain//:toolchain_jdk8 | ||
build:remote --define=EXECUTOR=remote | ||
|
||
# Enable remote execution so actions are performed on the remote systems. | ||
build:remote --remote_executor=grpcs://remote.buildbuddy.io | ||
|
||
# Enforce stricter environment rules, which eliminates some non-hermetic | ||
# behavior and therefore improves both the remote cache hit rate and the | ||
# correctness and repeatability of the build. | ||
build:remote --incompatible_strict_action_env=true | ||
|
||
# Set a higher timeout value, just in case. | ||
build:remote --remote_timeout=3600 | ||
|
||
# Use a pre-configured account, such that we may have pull-request replacing pull-request-target | ||
build:remote --remote_header=x-buildbuddy-api-key=FD819nUEY7WjvqmoufsU | ||
test:remote --remote_header=x-buildbuddy-api-key=FD819nUEY7WjvqmoufsU |
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 @@ | ||
5.2.0 |
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,112 @@ | ||
# | ||
# 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. | ||
# | ||
|
||
name: Bug Report | ||
title: "[Bug] Bug title " | ||
description: Create a report to help us identify any unintended flaws, errors, or faults. | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Before Creating the Bug Report | ||
options: | ||
- label: > | ||
I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). | ||
required: true | ||
- label: > | ||
I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. | ||
required: true | ||
- label: > | ||
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Runtime platform environment | ||
description: Describe the runtime platform environment. | ||
placeholder: > | ||
OS: (e.g., "Ubuntu 20.04") | ||
OS: (e.g., "Windows Server 2019") | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: RocketMQ version | ||
description: Describe the RocketMQ version. | ||
placeholder: > | ||
branch: (e.g develop|4.9.x) | ||
version: (e.g. 5.1.0|4.9.5) | ||
Git commit id: (e.g. c88b5cfa72e204962929eea105687647146112c6) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: JDK Version | ||
description: Run or Compiler version. | ||
placeholder: > | ||
Compiler: (e.g., "Oracle JDK 11.0.17") | ||
OS: (e.g., "Ubuntu 20.04") | ||
Runtime (if different from JDK above): (e.g., "Oracle JRE 8u251") | ||
OS (if different from OS compiled on): (e.g., "Windows Server 2019") | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the Bug | ||
description: Describe what happened. | ||
placeholder: > | ||
A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Describe the steps to reproduce the bug here. | ||
placeholder: > | ||
If possible, provide a recipe for reproducing the error. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What Did You Expect to See? | ||
description: You expect to see result. | ||
placeholder: > | ||
A clear and concise description of what you expected to see. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What Did You See Instead? | ||
description: You instead to see result. | ||
placeholder: > | ||
A clear and concise description of what you saw instead. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Additional context. | ||
placeholder: > | ||
Add any other context about the problem here. | ||
validations: | ||
required: false |
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,23 @@ | ||
# | ||
# 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. | ||
# | ||
|
||
|
||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask Question | ||
url: https://github.com/apache/rocketmq/discussions | ||
about: Please go to GitHub Disccusions to ask questions |
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,55 @@ | ||
# | ||
# 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. | ||
# | ||
|
||
name: Documentation Related | ||
title: "[Doc] Documentation Related " | ||
description: I find some issues related to the documentation. | ||
labels: [ "module/doc" ] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Search before creation | ||
description: > | ||
Please make sure to search in the [issues](https://github.com/apache/rocketmq/issues) | ||
first to see whether the same issue was reported already. | ||
options: | ||
- label: > | ||
I had searched in the [issues](https://github.com/apache/rocketmq/issues) and found | ||
no similar issues. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Documentation Related | ||
description: Describe the suggestion about document. | ||
placeholder: > | ||
e.g There is a typo | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Are you willing to submit PR? | ||
description: > | ||
This is absolutely not required, but we are happy to guide you in the contribution process | ||
especially if you already have a good understanding of how to implement the fix. | ||
options: | ||
- label: Yes I am willing to submit a PR! | ||
|
||
- type: markdown | ||
attributes: | ||
value: "Thanks for completing our form!" |
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,75 @@ | ||
# | ||
# 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. | ||
# | ||
|
||
|
||
name: Enhancement Request | ||
title: "[Enhancement] Enhancement title" | ||
description: Suggest an enhancement for this project | ||
labels: [ "type/enhancement" ] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Before Creating the Enhancement Request | ||
description: > | ||
Most of issues should be classified as bug or feature request. An issue should be considered as an enhancement when it proposes improvements to | ||
existing functionality or user experience, without necessarily introducing new features or fixing existing bugs. | ||
options: | ||
- label: > | ||
I have confirmed that this should be classified as an enhancement rather than a bug/feature. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Summary | ||
placeholder: > | ||
A clear and concise description of the enhancement you would like to see in the project. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
placeholder: > | ||
Explain why you believe this enhancement is necessary, and how it benefits the project and community. | ||
Include any specific use cases that you have in mind. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the Solution You'd Like | ||
placeholder: > | ||
Describe the enhancement you propose, detailing the change and implementation steps involved. | ||
If you have multiple solutions, please list them separately. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe Alternatives You've Considered | ||
placeholder: > | ||
List any alternative enhancements or implementations you have considered, and explain why they may not be as effective or appropriate. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
placeholder: > | ||
Add any relevant context, screenshots, prototypes, or other supplementary information to help illustrate the enhancement. | ||
validations: | ||
required: false |
Oops, something went wrong.