forked from rabbitmq/rabbitmq-server
-
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 'rabbitmq:main' into master
- Loading branch information
Showing
2,381 changed files
with
104,986 additions
and
51,043 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
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,3 @@ | ||
[build_info] | ||
apps = "deps/*" | ||
deps = "" |
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 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 |
---|---|---|
@@ -1,21 +1,24 @@ | ||
Thank you for using RabbitMQ. | ||
|
||
**STOP NOW AND READ THIS** BEFORE OPENING A NEW ISSUE ON GITHUB | ||
**STOP NOW AND READ THIS** before proceeding, or your issue will be moved to Discussions | ||
and deleted. | ||
|
||
Unless you are CERTAIN you have found a reproducible problem in RabbitMQ or | ||
have a **specific, actionable** suggestion for our team, you must first ask | ||
your question or discuss your suspected issue on the mailing list: | ||
Please read https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md | ||
and https://github.com/rabbitmq/rabbitmq-server/blob/main/CONTRIBUTING.md#github-issues | ||
first. | ||
|
||
https://groups.google.com/forum/#!forum/rabbitmq-users | ||
Unless you are **certain** that you are eligible for community support from the core team, please direct your | ||
questions to https://github.com/rabbitmq/rabbitmq-server/discussions and https://rabbitmq.com/discord/. | ||
|
||
Team RabbitMQ does not use GitHub issues for discussions, investigations, root | ||
cause analysis and so on. | ||
Issues that lack key relevant information, such as | ||
|
||
Please take the time to read the CONTRIBUTING.md document for instructions on | ||
how to effectively ask a question or report a suspected issue: | ||
* RabbitMQ and Erlang versions used | ||
* The operating system used and its version (distribution) | ||
* Client library (and any "higher level" libraries or frameworks used) used and their versions | ||
* **Specific and detailed** steps to set up an environment where the behavior can be reproduced | ||
|
||
https://github.com/rabbitmq/rabbitmq-server/blob/main/CONTRIBUTING.md#github-issues | ||
will be moved to Discussions and then deleted. | ||
|
||
Following these rules **will save time** for both you and RabbitMQ's maintainers. | ||
|
||
Thank you. | ||
RabbitMQ Core Team does use GitHub issues for questions and discussions. Root cause analysis | ||
and technical operations guidance will ONLY will provided to those eligible per | ||
https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md. |
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 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 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
33 changes: 21 additions & 12 deletions
33
.github/workflows/check-build-system-equivalence-release-branches.yaml
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 |
---|---|---|
@@ -1,28 +1,37 @@ | ||
name: Check Bazel/Erlang.mk Equivalence (Matrix) | ||
name: Check Bazel/Erlang.mk Equivalence on Release Branches | ||
on: | ||
schedule: | ||
- cron: '0 2 * * *' | ||
workflow_dispatch: | ||
jobs: | ||
check-main: | ||
uses: ./.github/workflows/check-build-system-equivalence.yaml | ||
with: | ||
ref: main | ||
erlang_version: 26.0 | ||
ref: refs/heads/main | ||
erlang_version: 26.2 | ||
elixir_version: 1.15 | ||
project_version: 3.13.0 | ||
project_version: 4.0.0 | ||
|
||
check-v3_12_x: | ||
check-v4_0_x: | ||
uses: ./.github/workflows/check-build-system-equivalence.yaml | ||
with: | ||
ref: v3.12.x | ||
erlang_version: 26.0 | ||
ref: refs/heads/main | ||
erlang_version: 26.2 | ||
elixir_version: 1.15 | ||
project_version: 3.12.0 | ||
project_version: 4.0.0 | ||
|
||
check-v3_13_x: | ||
uses: ./.github/workflows/check-build-system-equivalence.yaml | ||
with: | ||
ref: refs/heads/v3.13.x | ||
erlang_version: 26.2 | ||
elixir_version: 1.15 | ||
project_version: 3.13.0 | ||
|
||
check-v3_11_x: | ||
check-v3_12_x: | ||
uses: ./.github/workflows/check-build-system-equivalence.yaml | ||
with: | ||
ref: v3.11.x | ||
erlang_version: 26.0 | ||
ref: refs/heads/v3.12.x | ||
erlang_version: 26.1 | ||
elixir_version: 1.15 | ||
project_version: 3.11.0 | ||
project_version: 3.12.0 |
Oops, something went wrong.