summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* amqp10_client: make shutdown scenarios a bit less noisyimprove-amqp-10-stream-supportKarl Nilsson2021-10-133-4/+10
| | | | | by handling specific EXIT and DOWN messages that may occur during certain connection closure cases.
* Improve consuming from a stream using AMQP 1.0Karl Nilsson2021-10-116-8/+127
| | | | | | | | | | | Allow an offset spec to be used to attach at an appropriate point in the stream. This is done by specifying a source filter with the key rabbitmq:stream-offset-spec. The offset is also included as a message annotation with the key x-stream-offset. When a link is detached we also issue a basic.cancel to the 0.9.1 channel. If this wasn't done and you detached then re-attached a link for the same queue you'd get a consumer-tag offset error from the 0.9.1 channel.
* Simplify erlc opts for rabbitmq_peer_discovery_commonPhilip Kuryloski2021-10-075-14/+4
|
* Merge branch 'tvhong-amazon-tvhong/fix_type_specs'Michael Klishin2021-10-076-10/+7
|\
| * Peer discovery AWS, K8S: more Dialyzer fixesMichael Klishin2021-10-076-10/+7
|/
* Merge pull request #3545 from LuisCusihuaman/filter-exchanges-by-vhost-fixMichael Klishin2021-10-071-3/+6
|\ | | | | fix: list exchanges in current virtual host in topic permissions
| * fix: list exchanges only by current vhost in topic-permissionsLuis Cusihuaman2021-10-061-3/+6
|/
* Adopt new default branch for raPhilip Kuryloski2021-10-064-4/+4
|
* Adopt renamed default branch for osirisPhilip Kuryloski2021-10-062-2/+2
|
* Consume Ra as a bazel workspacePhilip Kuryloski2021-10-051-12/+3
| | | | Since https://github.com/rabbitmq/ra/pull/227 has been merged
* Fixup workflow syntax for update-* workflowsPhilip Kuryloski2021-10-042-9/+11
|
* Avoid force pushing in update-rbe-images workflowPhilip Kuryloski2021-10-041-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 workflowPhilip Kuryloski2021-10-041-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-1Michael Klishin2021-10-041-1/+1
|\ | | | | Fix typo in UI help hint
| * Fix typo in UI help hintGitHubPang2021-10-041-1/+1
|/
* Merge pull request #3529 from rabbitmq/bump-otp-for-ociPhilip Kuryloski2021-10-011-2/+2
|\ | | | | Adopt otp 24.1.1 for OCI workflow
| * Adopt otp 24.1.1 for OCI workflowGitHub2021-10-011-2/+2
| |
* | Remove obsolete workflowPhilip Kuryloski2021-10-011-60/+0
|/ | | | | Now that the helpers have been merged in, there is no need for this automation.
* Merge pull request #3499 from rabbitmq/cla-urlMichael Klishin2021-10-0119-38/+38
|\ | | | | Update CLA URL
| * Update CLA URLcla-urlMichal Kuratczyk2021-09-2319-38/+38
| |
* | Merge pull request #3525 from ↵Philip Kuryloski2021-09-301-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 depsPhilip Kuryloski2021-09-301-4/+8
|/ / | | | | | | These were placed incorrectly for rabbitmq_home rules in bazel
* | Merge pull request #3520 from rabbitmq/alebedeff/opp-92Alexey Lebedeff2021-09-302-5/+14
|\ \ | | | | | | Emit identity info in prometheus /metrics/detailed endpoint
| * | Emit identity info in prometheus /metrics/detailed endpointalebedeff/opp-92Alexey Lebedeff2021-09-282-5/+14
| | | | | | | | | | | | This is needed to make filtering metrics on a cluster name possible.
* | | Merge pull request #3516 from rabbitmq/move-ct-helpers-to-monorepoPhilip Kuryloski2021-09-3058-36/+24956
|\ \ \ | | | | | | | | Move CT helpers to monorepo
| * | | Update makefiles/bazel to reflect CT helpers repo merge-inmove-ct-helpers-to-monorepoAlexey Lebedeff2021-09-3013-102/+22
| | | |
| * | | Merge rabbitmq_ct_client_helpers1 into monorepoAlexey Lebedeff2021-09-2812-0/+9381
| |\ \ \
| | * | | Use bazel-erlang 1.1.0Philip Kuryloski2021-07-121-3/+3
| | | | |
| | * | | Use bazel-erlang 1.0.0Philip Kuryloski2021-06-291-2/+3
| | | | |
| | * | | erlang.mk: Update to add support for Rebar lock file version 1.2.0Jean-Sébastien Pédron2021-03-291-9/+357
| | | | |
| | * | | Add Bazel Build (#4)Philip Kuryloski2021-03-294-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 drainedMichael Klishin2021-01-221-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.mkArnaud Cogoluègnes2020-11-031-0/+2
| | | | |
| | * | | Update rabbitmq-components.mkMichael Klishin2020-10-211-2/+2
| | | | |
| | * | | Update rabbitmq-components.mkLuke Bakken2020-08-041-13/+26
| | | | |
| | * | | Update rabbitmq-components.mkJean-Sébastien Pédron2020-07-301-4/+11
| | | | |
| | * | | Update rabbitmq-components.mkLuke Bakken2020-07-291-9/+9
| | | | |
| | * | | Update erlang.mkdcorbacho2020-07-211-1/+2
| | | | |
| | * | | Update rabbitmq-components.mkMichael Klishin2020-07-211-1/+1
| | | | |
| | * | | Update rabbitmq-components.mkMichael Klishin2020-07-211-2/+2
| | | | |
| | * | | Revert drop of Exhibit B on MPL 2.0dcorbacho2020-07-201-2/+8
| | | | |
| | * | | Update LICENSEdcorbacho2020-07-201-0/+4
| | | | |
| | * | | Update MPL2 license file, drop Exhibit BMichael Klishin2020-07-171-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.0D Corbacho2020-07-112-12/+376
| | |\ \ \ | | | | | | | | | | | | Switch to Mozilla Public License 2.0 (MPL 2.0)
| | | * | | Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-112-12/+376
| | |/ / /
| | * | | Update erlang.mkJean-Sébastien Pédron2020-06-231-3/+71
| | | | |
| | * | | Bump Recon to 2.5.1Michael Klishin2020-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for Erlang 23 compatibility of 'rabbitmq-diagnostics observer' References zhongwencool/observer_cli#68.
| | * | | Update erlang.mkJean-Sébastien Pédron2020-04-211-16/+43
| | | | |
| | * | | Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
| | | | |
| | * | | Update rabbitmq-components.mkGerhard Lazu2020-03-061-1/+1
| | | | |