Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stream queue: handle unsupported header value typesstream-queue-handle-unsupported-header-values | Karl Nilsson | 2021-10-13 | 2 | -1/+25 |
| | | | | | | | | | As AMQP 0.9.1 headers are translated into AMQP 1.0 application properties they are not able to contain complex values such as arrays or tables. RabbitMQ federation does use array and table values so to avoid crashing when delivering a federated message to a stream queue we drop them. These header values should be considered internal however so dropping them before a final queue deliver should not be a huge problem. | ||||
* | Simplify erlc opts for rabbitmq_peer_discovery_common | Philip Kuryloski | 2021-10-07 | 5 | -14/+4 |
| | |||||
* | Merge branch 'tvhong-amazon-tvhong/fix_type_specs' | Michael Klishin | 2021-10-07 | 6 | -10/+7 |
|\ | |||||
| * | Peer discovery AWS, K8S: more Dialyzer fixes | Michael Klishin | 2021-10-07 | 6 | -10/+7 |
|/ | |||||
* | Merge pull request #3545 from LuisCusihuaman/filter-exchanges-by-vhost-fix | Michael Klishin | 2021-10-07 | 1 | -3/+6 |
|\ | | | | | fix: list exchanges in current virtual host in topic permissions | ||||
| * | fix: list exchanges only by current vhost in topic-permissions | Luis Cusihuaman | 2021-10-06 | 1 | -3/+6 |
|/ | |||||
* | Adopt new default branch for ra | Philip Kuryloski | 2021-10-06 | 4 | -4/+4 |
| | |||||
* | Adopt renamed default branch for osiris | Philip Kuryloski | 2021-10-06 | 2 | -2/+2 |
| | |||||
* | Consume Ra as a bazel workspace | Philip Kuryloski | 2021-10-05 | 1 | -12/+3 |
| | | | | Since https://github.com/rabbitmq/ra/pull/227 has been merged | ||||
* | Fixup workflow syntax for update-* workflows | Philip Kuryloski | 2021-10-04 | 2 | -9/+11 |
| | |||||
* | Avoid force pushing in update-rbe-images workflow | Philip Kuryloski | 2021-10-04 | 1 | -0/+7 |
| | | | | | | | | The standard behavior of the action used in this automation is to force push the branch if already exists. In this case we will just short circuit our workflow. It will mean that the action can no longer automatically close the PR if the diff has converged to zero, but that seems worth the tradeoff. | ||||
* | Avoid force pushing in update-otp-for-oci workflow | Philip Kuryloski | 2021-10-04 | 1 | -0/+8 |
| | | | | | | | | The standard behavior of the action used in this automation is to force push the branch if already exists. In this case we will just short circuit our workflow. It will mean that the action can no longer automatically close the PR if the diff has converged to zero, but that seems worth the tradeoff. | ||||
* | Merge pull request #3533 from GitHubPang/patch-1 | Michael Klishin | 2021-10-04 | 1 | -1/+1 |
|\ | | | | | Fix typo in UI help hint | ||||
| * | Fix typo in UI help hint | GitHubPang | 2021-10-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3529 from rabbitmq/bump-otp-for-oci | Philip Kuryloski | 2021-10-01 | 1 | -2/+2 |
|\ | | | | | Adopt otp 24.1.1 for OCI workflow | ||||
| * | Adopt otp 24.1.1 for OCI workflow | GitHub | 2021-10-01 | 1 | -2/+2 |
| | | |||||
* | | Remove obsolete workflow | Philip Kuryloski | 2021-10-01 | 1 | -60/+0 |
|/ | | | | | Now that the helpers have been merged in, there is no need for this automation. | ||||
* | Merge pull request #3499 from rabbitmq/cla-url | Michael Klishin | 2021-10-01 | 19 | -38/+38 |
|\ | | | | | Update CLA URL | ||||
| * | Update CLA URLcla-url | Michal Kuratczyk | 2021-09-23 | 19 | -38/+38 |
| | | |||||
* | | Merge pull request #3525 from ↵ | Philip Kuryloski | 2021-09-30 | 1 | -4/+8 |
|\ \ | | | | | | | | | | | | | rabbitmq/pjk25/fix-external-dep-priv-folder-in-bazel Fix handling of priv dirs for external deps | ||||
| * | | Fix handling of priv dirs for external deps | Philip Kuryloski | 2021-09-30 | 1 | -4/+8 |
|/ / | | | | | | | These were placed incorrectly for rabbitmq_home rules in bazel | ||||
* | | Merge pull request #3520 from rabbitmq/alebedeff/opp-92 | Alexey Lebedeff | 2021-09-30 | 2 | -5/+14 |
|\ \ | | | | | | | Emit identity info in prometheus /metrics/detailed endpoint | ||||
| * | | Emit identity info in prometheus /metrics/detailed endpointalebedeff/opp-92 | Alexey Lebedeff | 2021-09-28 | 2 | -5/+14 |
| | | | | | | | | | | | | This is needed to make filtering metrics on a cluster name possible. | ||||
* | | | Merge pull request #3516 from rabbitmq/move-ct-helpers-to-monorepo | Philip Kuryloski | 2021-09-30 | 58 | -36/+24956 |
|\ \ \ | | | | | | | | | Move CT helpers to monorepo | ||||
| * | | | Update makefiles/bazel to reflect CT helpers repo merge-inmove-ct-helpers-to-monorepo | Alexey Lebedeff | 2021-09-30 | 13 | -102/+22 |
| | | | | |||||
| * | | | Merge rabbitmq_ct_client_helpers1 into monorepo | Alexey Lebedeff | 2021-09-28 | 12 | -0/+9381 |
| |\ \ \ | |||||
| | * | | | Use bazel-erlang 1.1.0 | Philip Kuryloski | 2021-07-12 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Use bazel-erlang 1.0.0 | Philip Kuryloski | 2021-06-29 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | erlang.mk: Update to add support for Rebar lock file version 1.2.0 | Jean-Sébastien Pédron | 2021-03-29 | 1 | -9/+357 |
| | | | | | |||||
| | * | | | Add Bazel Build (#4) | Philip Kuryloski | 2021-03-29 | 4 | -0/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add Bazel build files corresponding to rabbitmq/rabbitmq-server#2938 The gnu make build should remain unchanged by theses additions | ||||
| | * | | | rabbit_ct_client_helpers:consume/3: don't expect the queue was fully drained | Michael Klishin | 2021-01-22 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in some tests, e.g. eager_sync_SUITE, this may not always be the case. In general, it is quite reasonable for a test to not consume every single message available, too. | ||||
| | * | | | Update rabbitmq-components.mk | Arnaud Cogoluègnes | 2020-11-03 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Michael Klishin | 2020-10-21 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Luke Bakken | 2020-08-04 | 1 | -13/+26 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2020-07-30 | 1 | -4/+11 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Luke Bakken | 2020-07-29 | 1 | -9/+9 |
| | | | | | |||||
| | * | | | Update erlang.mk | dcorbacho | 2020-07-21 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Michael Klishin | 2020-07-21 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Michael Klishin | 2020-07-21 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Revert drop of Exhibit B on MPL 2.0 | dcorbacho | 2020-07-20 | 1 | -2/+8 |
| | | | | | |||||
| | * | | | Update LICENSE | dcorbacho | 2020-07-20 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Update MPL2 license file, drop Exhibit B | Michael Klishin | 2020-07-17 | 1 | -8/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and add a VMware copyright notice. We did not mean to make this code Incompatible with Secondary Licenses as defined in [1]. 1. https://www.mozilla.org/en-US/MPL/2.0/FAQ/ | ||||
| | * | | | Merge pull request #2 from rabbitmq/switch-to-MPL-2.0 | D Corbacho | 2020-07-11 | 2 | -12/+376 |
| | |\ \ \ | | | | | | | | | | | | | Switch to Mozilla Public License 2.0 (MPL 2.0) | ||||
| | | * | | | Switch to Mozilla Public License 2.0 (MPL 2.0) | dcorbacho | 2020-07-11 | 2 | -12/+376 |
| | |/ / / | |||||
| | * | | | Update erlang.mk | Jean-Sébastien Pédron | 2020-06-23 | 1 | -3/+71 |
| | | | | | |||||
| | * | | | Bump Recon to 2.5.1 | Michael Klishin | 2020-06-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for Erlang 23 compatibility of 'rabbitmq-diagnostics observer' References zhongwencool/observer_cli#68. | ||||
| | * | | | Update erlang.mk | Jean-Sébastien Pédron | 2020-04-21 | 1 | -16/+43 |
| | | | | | |||||
| | * | | | Update copyright (year 2020) | Jean-Sébastien Pédron | 2020-03-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Gerhard Lazu | 2020-03-06 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Update erlang.mk | Gerhard Lazu | 2020-03-06 | 1 | -29/+142 |
| | | | | |