summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8214 from rabbitmq/mergify/bp/v3.10.x/pr-8204v3.10.xMichael Klishin2023-05-161-56/+4
|\ | | | | Fix offline `make dist` (backport #8204)
| * Fix offline `make dist`Rin Kuryloski2023-05-161-56/+4
|/ | | | | | | | | See #7869. #7875 resulted in elixir apps (besides the cli) in the deps dir. This triggered dormant makefile logic to compile such deps. It turns out that it's unnecessary to pre-compile them, given the cli's mix.exs file. (cherry picked from commit 0be657ee14598b505d3a4fee48489742aca0c080)
* Merge pull request #8208 from rabbitmq/mergify/bp/v3.10.x/pr-8202Michael Klishin2023-05-1629-62/+315
|\ | | | | Github Actions pipeline to compare build systems nightly (backport #8084) (backport #8201) (backport #8202)
| * resolve conflictsRin Kuryloski2023-05-161-7/+0
| |
| * Add a workflow to compare the bazel/erlang.mk outputRin Kuryloski2023-05-1629-62/+322
|/ | | | | | | | | | | To catch any drift between the builds (cherry picked from commit eb94a58bc9f4db7a226af26d6f57fdfa24076ed8) (cherry picked from commit 2c5d152ce0e27e35c1f87064fc8c2d1db25453c9) (cherry picked from commit 8d107818bf35ba1a4ad23b68a9b2af80d05632bc) # Conflicts: # deps/rabbitmq_auth_backend_oauth2/Makefile
* Merge pull request #8203 from rabbitmq/mergify/bp/v3.10.x/pr-8200Michael Klishin2023-05-151-0/+3
|\ | | | | Also exclude the .erlang.mk directory in gazelle (backport #8196) (backport #8197) (backport #8200)
| * Also exclude the .erlang.mk directory in gazelleRin Kuryloski2023-05-151-0/+3
|/ | | | | | (cherry picked from commit 4c9f31473a7a7b1ff57607ef44aa8a1a277c794e) (cherry picked from commit 2a79464ae3b322f9035c1f74207e780824954230) (cherry picked from commit 6b78b690c3710963e04d156c0fc912c498ab44be)
* Merge pull request #8194 from rabbitmq/mergify/bp/v3.10.x/pr-8193Michael Klishin2023-05-151-0/+2
|\ | | | | Exclude nested deps fetched by make from gazelle (backport #8187) (backport #8192) (backport #8193)
| * BUILD.bazel: resolve a conflictMichael Klishin2023-05-151-3/+0
| |
| * Exclude nested deps fetched by make from gazelleRin Kuryloski2023-05-151-0/+5
|/ | | | | | | | | (cherry picked from commit 11b79f37a8992c4e47d314989b5b0d04469d5e17) (cherry picked from commit 2ed1a79b6732228110f70fcc33e35918d1d9ea61) (cherry picked from commit 72ffd7cb8cbe3a15ebe6c18d37dfd77c2efee8bf) # Conflicts: # BUILD.bazel
* Merge pull request #8185 from rabbitmq/mergify/bp/v3.10.x/pr-8180Michael Klishin2023-05-140-0/+0
|\
| * Adopt otp 25.2.3GitHub2023-05-140-0/+0
| | | | | | | | | | | | (cherry picked from commit 8ee197d1a9de920fcc574faee6b5d9309ae00297) (cherry picked from commit 63963be81598ad115fe2fb8921851ddad03ab0b4) (cherry picked from commit 8f9a48454ce6881c6abc92471eadff4d965a2016)
* | Merge pull request #8184 from rabbitmq/mergify/bp/v3.10.x/pr-8181Michael Klishin2023-05-140-0/+0
|\ \
| * | Adopt otp 25.3.2GitHub2023-05-140-0/+0
| |/ | | | | | | | | | | (cherry picked from commit 11b5748f77c650c4bb1ecfa1ea6ae2834e282a2c) (cherry picked from commit 8c2f3c371ee5663b0ebe21c8499601885c631aa3) (cherry picked from commit c6b992e6fb8c8ebfd84a7fdd1fb337105df13716)
* | Merge pull request #8183 from rabbitmq/mergify/bp/v3.10.x/pr-8179Michael Klishin2023-05-140-0/+0
|\ \ | |/ |/|
| * Adopt otp 25.1.2.1GitHub2023-05-140-0/+0
|/ | | | | | (cherry picked from commit 5f3cd3d94f00a11f03b8565d73585bb8fb2278ed) (cherry picked from commit c4f70ff730e49f433d8c7ea0d2cb9fde859745fc) (cherry picked from commit 315ae7b8e1a1bf771ac9f75f33f85ad5f86be06c)
* Merge pull request #8163 from rabbitmq/bump-otp-24.3Michael Klishin2023-05-131-1/+1
|\ | | | | Adopt otp 24.3.4.11
| * Adopt otp 24.3.4.11GitHub2023-05-131-1/+1
| |
* | Merge pull request #8172 from rabbitmq/gazelle-v3.10.xMichael Klishin2023-05-131-8/+8
|\ \ | |/ |/| Adopt otp
| * bazel run gazelleGitHub2023-05-131-8/+8
|/
* Merge pull request #8153 from rabbitmq/mergify/bp/v3.10.x/pr-8152Michael Klishin2023-05-1213-51/+142
|\ | | | | rabbitmq_cli dialyze enhancements (backport #8148) (backport #8151) (backport #8152)
| * rabbitmq_cli dialyze enhancements (backport #8148) (backport #8151) (#8152)mergify[bot]2023-05-1213-51/+142
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Build cli deps as .ez archives This provides an elixir/erlang agnostic way of providing them other erlang rules (cherry picked from commit 19f4abd55b0d25b61feb75ff4447b75490fe0700) (cherry picked from commit 166b2fdfa8ccb4dedd6e97ad4203b2a4c8ad2aae) * Pass csv and json to rabbitmq_cli plt So that they are no longer reported as unknown in //deps/rabbitmq_cli:dialyze (cherry picked from commit 08061144ad32aa829b92ed0f4afb7273535c99b0) (cherry picked from commit 5e45f529f3809ca22f88a3ae7be0e385acb26cd0) * Account for Elixir containing several core applications - eex - elixir - ex_unit - iex - logger - mix So that apps (like rabbitmq_cli) can dialyze against the extra components (cherry picked from commit ea895a00230874b0971eca18a735ad8826896bc1) (cherry picked from commit c14a9ebcb3ece058d21433186463894656f0d220) * Use rules_erlang 3.10.0 (cherry picked from commit 92b0a81c609c3a774028cb54953084ee0bda1fe6) (cherry picked from commit 16c7a9b9f44b12fadc6ce9e32d416d15a5466f69) # Conflicts: # MODULE.bazel * Fix github actions cache key for the bazel repo-cache (cherry picked from commit 204d0177c25b6a16cf9ba6923d61df165bc85b07) (cherry picked from commit 27d4a40e3b4c710b5ce91aa63418b2036278d3a6) * Update rules_pkg to 0.9.1 (cherry picked from commit dad871e86c6bece4a09a02cc84dda231b2bcbc11) (cherry picked from commit 9a747c972eeeeccc71b7dab15461ba2718806850) * resolve merge conflicts --------- Co-authored-by: Rin Kuryloski <kuryloskip@vmware.com> (cherry picked from commit 18fd4bde03891322dd3a96c20573dbac9be1271d)
* Merge pull request #8133 from rabbitmq/mergify/bp/v3.10.x/pr-8132Michael Klishin2023-05-112-11/+19
|\ | | | | Correctly use AMQP URI query parameter `password` (backport #8130) (backport #8131) (backport #8132)
| * Correctly use AMQP URI query parameter `password`Luke Bakken2023-05-102-11/+19
|/ | | | | | | | | | | | | | | | | | | Fixes #8129 The query parameter `password` in an AMQP URI should only be used to set a certificate password, *not* the login password. The login password is set via the `amqp_authority` section as defined here - https://www.rabbitmq.com/uri-spec.html * Add test that demonstrates issue in #8129 * Modify code to fix test Modify amqp_uri so that test passes (cherry picked from commit 494d171ff2ceabee9770217ee24462f6c45b451d) (cherry picked from commit 90549cdfb86cae01c039a1688bc076a0533c23a6) (cherry picked from commit 5eda3d20addfa0562218241d2c6bf6b1f7944e78)
* Merge pull request #8120 from rabbitmq/mergify/bp/v3.10.x/pr-8119Michael Klishin2023-05-072-7/+7
|\ | | | | Adopt otp 25.3.2 (backport #8115) (backport #8118) (backport #8119)
| * Use erlef/setup-beam@v1.15.3Michael Klishin2023-05-060-0/+0
| | | | | | | | (cherry picked from commit ee28cd1b5e2c24543180b8804e409955fc500704)
| * Adopt otp 25.3.2GitHub2023-05-062-7/+7
|/ | | | | | (cherry picked from commit 817808b9ef9f49f10edcfd321a99295886cf75ae) (cherry picked from commit 38a75f14c33ea51305b06cb4d1ced5dee8f9d1a2) (cherry picked from commit 346fcef93e598c6f711062c620eb4cf4cad56432)
* Use erlef/setup-beam@v1.15.3Michael Klishin2023-05-071-1/+1
| | | | (cherry picked from commit ee28cd1b5e2c24543180b8804e409955fc500704)
* Merge pull request #8090 from ↵Michael Klishin2023-05-023-3/+3
|\ | | | | | | rabbitmq/dependabot/github_actions/v3.10.x/peter-evans/create-pull-request-5.0.1
| * Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1dependabot[bot]2023-05-023-3/+3
|/ | | | | | | | | | | | | | Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #8074 from rabbitmq/mergify/bp/v3.10.x/pr-8055Michael Klishin2023-04-292-7/+7
|\ | | | | Adopt otp 25.3.1 (backport #8051) (backport #8053) (backport #8055)
| * Adopt otp 25.3.1GitHub2023-04-292-7/+7
| | | | | | | | | | | | (cherry picked from commit 13d5bb2329eeb07784b67dd10b8f2149ca008bac) (cherry picked from commit 8e55d6d1a963026fd0321b5be556d64bc2fc152c) (cherry picked from commit 9d83d934a848e2d3083a59c0c9bf528cc894c395)
* | Merge pull request #8073 from rabbitmq/mergify/bp/v3.10.x/pr-8071Michael Klishin2023-04-291-0/+46
|\ \ | |/ |/| 3.10.22 release notes (backport #8068) (backport #8069) (backport #8071)
| * 3.10.22 release notesMichael Klishin2023-04-291-0/+46
|/ | | | | | (cherry picked from commit 4cbdda8c2c1ca00a9b94084fcd097e3f20e0c82c) (cherry picked from commit 7138be71d04df8d82797c8524cdeb020a7cd97a9) (cherry picked from commit c80e0c6d7532857f2c963a952b2d49bea2fea7bf)
* Merge pull request #8041 from rabbitmq/mergify/bp/v3.10.x/pr-8039v3.10.22Michael Klishin2023-04-282-1/+60
|\ | | | | 3.10.21 release notes (backport #8037) (backport #8038) (backport #8039)
| * 3.10.21 release notesMichael Klishin2023-04-272-1/+60
| | | | | | | | | | | | (cherry picked from commit 8c205d31d963ed4d0790ae0f500bce68fe6598df) (cherry picked from commit b58e12049d91345cb576a2104e92f7ae0bec93d1) (cherry picked from commit 0b7c9b32ba3ba844f03c6ac4a32502e959ff5187)
* | Merge pull request #8040 from rabbitmq/mergify/bp/v3.10.x/pr-8031Michael Klishin2023-04-281-3/+0
|\ \ | |/ |/| Do not run windows tests in github actions on any pushes (backport #8029) (backport #8030) (backport #8031)
| * Do not run windows tests in github actions on any pushesRin Kuryloski2023-04-271-3/+0
|/ | | | | | | | | | while there was a filter to restrict the build-on-push to the windows workflow itself, it's not worth the side effect of having the workflow run unexpectedly on backports (cherry picked from commit eed1d0148d6ea8ff1151c8f9e318d79ce033973e) (cherry picked from commit ba628b82d73cf2d06306d66f2f2738bb15272915) (cherry picked from commit bb797f819d1fb87caa5493b12772c8e7dd5e365b)
* Merge pull request #8027 from rabbitmq/mergify/bp/v3.10.x/pr-8026v3.10.21Michael Klishin2023-04-272-5/+24
|\ | | | | Management UI: handle invalid regular expressions in filters when switching tabs (backport #8010) (backport #8023) (backport #8026)
| * Only validate regular expression when the regex box is checkedMichael Klishin2023-04-271-9/+11
| | | | | | | | | | | | (cherry picked from commit 65e59f670bf66cbc2ca2f916911e28a3701cf3ff) (cherry picked from commit d039281e214a76bd934b04bd3c987e101eb9b5b4) (cherry picked from commit 7a46b30e9d5db2a1e1a110e3bfac6138121e5c98)
| * WordingMichael Klishin2023-04-271-1/+1
| | | | | | | | | | | | (cherry picked from commit a4386db25dd08ce4fb7c7b507644bad9d66e8c88) (cherry picked from commit 9702d92b0b8d91d07b3da0a0dcdf571f0bf1ca0f) (cherry picked from commit a4aeedd3da4c99c2c4cc30a4f1f6a91f3d95a40e)
| * Add a warning for invalid regular expressionsMichael Klishin2023-04-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | Warn the user when filter expression does not compile to a regular expression. Part of #8008. (cherry picked from commit fe1fbb8264e32c2dec2164dbbf81e702808c9224) (cherry picked from commit f320daedd5ff6006a59ebda34d9aeaf69b75d6a9) (cherry picked from commit 3aa5c48fde2d27821335734ffa8b54f1d1c3ebc3)
| * First attempt at addressing #8008Michael Klishin2023-04-272-5/+21
|/ | | | | | | | | When filter exression is not a valid regexp, send it as a regular text filer. (cherry picked from commit a93ad3b7f1de60ee9359b9e8679c547b5bd543ce) (cherry picked from commit e3f3cd9010ae338525149be7e53fee5f46353d7d) (cherry picked from commit 0c1a6ba8e7742935b7ab844b0819b94e5bc9e2f2)
* Merge pull request #8021 from rabbitmq/mergify/bp/v3.10.x/pr-8020Michael Klishin2023-04-271-1/+1
|\ | | | | Update CONTRIBUTING.md to mention Bazel (backport #8018) (backport #8019) (backport #8020)
| * Update CONTRIBUTING.md to mention BazelMichael Klishin2023-04-271-1/+1
|/ | | | | | (cherry picked from commit 032ee29e14d591c2d9f3b0ec90251355b4cf6457) (cherry picked from commit 3dc0d5c310c6107c955547c65cbf939057ea0956) (cherry picked from commit 216f04c359d611f73ba0f61b51088d1a056d25f4)
* Merge pull request #8016 from rabbitmq/mergify/bp/v3.10.x/pr-8014Michael Klishin2023-04-271-0/+34
|\ | | | | CONTRIBUTING.md: explain how to use BrowserSync (backport #8012) (backport #8013) (backport #8014)
| * CONTRIBUTING.md: explain how to use BrowserSyncMichael Klishin2023-04-271-0/+34
|/ | | | | | | | | | when working on management UI. References #8008. (cherry picked from commit b6b93de069bdf1c1030a08ef5a529daed21029b9) (cherry picked from commit de1c4f53b17f42388d6929e78ff82cce04f05c5a) (cherry picked from commit 2d5ec44a71131ce9b3e215899902cbe7756472c3)
* Merge pull request #7999 from rabbitmq/mergify/bp/v3.10.x/pr-7994Rin Kuryloski2023-04-262-4/+4
|\ | | | | Adopt elixir 1.14.4 (backport #7990) (backport #7993) (backport #7994)
| * Adopt elixir 1.14.4GitHub2023-04-262-4/+4
| | | | | | | | | | | | (cherry picked from commit 1b8c4b258d1aebe61bd6287bce1261fa11150632) (cherry picked from commit a9d2725ce33c47cb07ef4001d5002e145a26a13b) (cherry picked from commit 38b275995cf61bdd5af4b391d8c6248a64400bac)
* | Simplify the reference to RABBITMQ_RUN in bazel in integration tests ↵mergify[bot]2023-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (backport #7989) (backport #7992) (backport #7995) (#7998) * Simplify the reference to RABBITMQ_RUN in bazel in integration tests (backport #7989) (backport #7992) (#7995) * Simplify the reference to RABBITMQ_RUN in bazel in integration tests (cherry picked from commit 3e83c9755ae46b102170669cc872a2435b9c96dc) (cherry picked from commit 330aa8acab174030bdca412849efaf2b5549bebb) # Conflicts: # rabbitmq.bzl * Fixup backport --------- Co-authored-by: Rin Kuryloski <kuryloskip@vmware.com> (cherry picked from commit 505c7ae32670b1b17ad895f1c51ffdf711c5e7b2) # Conflicts: # rabbitmq.bzl * Fixup backport --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Rin Kuryloski <kuryloskip@vmware.com>