-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into persistence_admin
- Loading branch information
Showing
13,278 changed files
with
972,776 additions
and
1,444,083 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
This file was deleted.
Oops, something went wrong.
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: Bug report | ||
description: Problems with the software | ||
title: "[Bug] " | ||
labels: ["type/bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you very much for your feedback! | ||
For suggestions or help, please consider: | ||
1. [User Mail List](mailto:users@pulsar.apache.org) ([subscribe](mailto:users-subscribe@pulsar.apache.org)); | ||
2. [Github Discussion](https://github.com/apache/pulsar/discussions). | ||
- type: checkboxes | ||
attributes: | ||
label: Search before asking | ||
description: > | ||
Please search [issues](https://github.com/apache/pulsar/issues) to check if your issue has already been reported. | ||
options: | ||
- label: > | ||
I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Version | ||
description: > | ||
Please provide the OS and Pulsar version you are using. If you are using the master branch, please provide the commit id. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Minimal reproduce step | ||
description: Please try to give reproducing steps to facilitate quick location of the problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What did you expect to see? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What did you see instead? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
- type: checkboxes | ||
attributes: | ||
label: Are you willing to submit a PR? | ||
description: > | ||
We look forward to the community of developers or users helping solve Pulsar problems together. If you are willing to submit a PR to fix this problem, please check the box. | ||
options: | ||
- label: I'm willing to submit a PR! | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for completing our form!" |
This file was deleted.
Oops, something went wrong.
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,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. | ||
|
||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask a question or get support | ||
url: https://github.com/apache/pulsar/discussions/categories/q-a | ||
about: Ask a question or request support for using Apache Pulsar |
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,67 @@ | ||
# 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: Document | ||
description: Suggest document changes | ||
title: "[Doc] " | ||
labels: ["doc-required"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you very much for your suggestion! | ||
For suggestions or help, please consider: | ||
1. [User Mail List](mailto:users@pulsar.apache.org) ([subscribe](mailto:users-subscribe@pulsar.apache.org)); | ||
2. [Github Discussion](https://github.com/apache/pulsar/discussions). | ||
Otherwise, please answer the following questions before submitting a doc issue. | ||
- type: checkboxes | ||
attributes: | ||
label: Search before asking | ||
description: > | ||
Please search [issues](https://github.com/apache/pulsar/issues) to check if your issue has already been reported. | ||
options: | ||
- label: > | ||
I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What issue do you find in Pulsar docs? | ||
description: For example, something missing, inaccurate, incomplete, hard to use/understand/find, etc. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is your suggestion? | ||
description: For example, add explanations, correct descriptions, delete information, etc. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Any reference? | ||
description: (For example, website links, etc)? | ||
- type: checkboxes | ||
attributes: | ||
label: Are you willing to submit a PR? | ||
description: > | ||
We look forward to the community of developers or users helping improve Pulsar document together. If you are willing to submit a PR, please check the box. | ||
options: | ||
- label: I'm willing to submit a PR! | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for completing our form!" |
This file was deleted.
Oops, something went wrong.
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,61 @@ | ||
# 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 | ||
description: Add new feature, improve code, and more | ||
labels: [ "type/enhancement" ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you very much for your enhancement! | ||
- type: checkboxes | ||
attributes: | ||
label: Search before asking | ||
description: > | ||
Please search [issues](https://github.com/apache/pulsar/issues) to check if your issue has already been reported. | ||
options: | ||
- label: > | ||
I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: Describe the motivations for this enhancement. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Solution | ||
description: Describe the proposed solution and add related materials like links if any. | ||
- type: textarea | ||
attributes: | ||
label: Alternatives | ||
description: Describe other alternative solutions or features you considered, but rejected. | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
- type: checkboxes | ||
attributes: | ||
label: Are you willing to submit a PR? | ||
description: > | ||
We look forward to the community of developers or users helping solve Pulsar problems together. If you are willing to submit a PR to implement the enhancement, please check the box. | ||
options: | ||
- label: I'm willing to submit a PR! | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for completing our form!" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.