summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Escape username before displaying itMichael Klishin2021-05-061-1/+1
|/ /
* | Fixup rabbitmq_shovel + bazelPhilip Kuryloski2021-05-051-0/+4
* | Add rabbitmq_shovel to bazelPhilip Kuryloski2021-05-052-1/+270
* | Add rabbitmq_sharding to bazelPhilip Kuryloski2021-05-053-0/+96
* | Merge pull request #3015 from rabbitmq/rework-peer-discovery-aws-suiteMichael Klishin2021-05-058-17/+795
|\ \
| * | Add rabbitmq_peer_discovery_aws to bazelPhilip Kuryloski2021-05-058-88/+225
| * | Give a unique name to the job in the aws specific workflowPhilip Kuryloski2021-05-051-1/+1
| * | Add a github actions workflow for aws peer discoveryPhilip Kuryloski2021-05-051-0/+32
| * | Use Amazon ECS to test rabbitmq_peer_discovery_awsPhilip Kuryloski2021-05-055-247/+609
| * | Test autoscaled ec2 instance clustering via make/shellPhilip Kuryloski2021-05-051-25/+63
| * | Test tagged ec2 instance clustering via make/shellPhilip Kuryloski2021-05-051-0/+209
* | | Add rabbitmq_recent_history_exchange to bazelPhilip Kuryloski2021-05-051-0/+71
* | | Add rabbitmq_random_exchange to bazelPhilip Kuryloski2021-05-051-0/+29
* | | buildifier formattingPhilip Kuryloski2021-05-051-6/+6
* | | Add rabbitmq_prometheus to bazelPhilip Kuryloski2021-05-052-0/+139
|/ /
* | Merge pull request #3024 from luos/fix-stuck-mgmt-connectionsMichael Klishin2021-05-041-0/+2
|\ \
| * | link to the connection to avoid stuck unacked messages when using get messagesLajos Gerecs2021-05-041-0/+2
* | | Remove the integration_SUITE from peer discovery awsPhilip Kuryloski2021-05-041-190/+0
* | | erts 11.1 ships with Erlang/OTP 23.2Michael Klishin2021-05-041-1/+1
* | | Propagate advertised host and port to clientArnaud Cogoluègnes2021-05-031-1/+8
* | | Mark the rabbitmq_cli suite flaky in bazelPhilip Kuryloski2021-05-031-0/+1
* | | Update status command module name, references #3014Michael Klishin2021-05-021-2/+2
* | | Merge pull request #3016 from rabbitmq/delete-last-stream-replicaMichael Klishin2021-05-012-19/+67
|\ \ \
| * | | Disallow removal of the last stream memberdelete-last-stream-replicadcorbacho2021-04-302-19/+67
| | |/ | |/|
* | | Merge pull request #3017 from rabbitmq/mk-vhost-update-tagsMichael Klishin2021-05-016-37/+307
|\ \ \
| * | | Make it possible to update virtual host tagsMichael Klishin2021-05-015-14/+252
| * | | Introduce functions that update virtual host metadataMichael Klishin2021-05-012-24/+56
| |/ /
* | | Merge pull request #3014 from rabbitmq/alias-stream-statusMichael Klishin2021-04-301-2/+2
|\ \ \ | |/ / |/| |
| * | Move stream_status command to streamsalias-stream-statusdcorbacho2021-04-301-2/+2
|/ /
* | Merge pull request #3011 from rabbitmq/autoack-clarificationMichael Klishin2021-04-291-1/+1
|\ \
| * | Remove "requeue false"Michal Kuratczyk2021-04-291-1/+1
| * | More accurate ack mode description in the UIautoack-clarificationMichal Kuratczyk2021-04-291-1/+1
|/ /
* | Merge pull request #3007 from rabbitmq/mk-policy-event-formattingMichael Klishin2021-04-283-3/+24
|\ \
| * | Convert policy event keys to atomsMichael Klishin2021-04-283-3/+24
|/ /
* | Merge pull request #3006 from rabbitmq/mk-emit-policy-update-event-after-sche...Michael Klishin2021-04-282-14/+8
|\ \
| * | Reduce log outputmk-emit-policy-update-event-after-schema-db-changesMichael Klishin2021-04-281-6/+0
| * | Emit an internal event about policy change lastMichael Klishin2021-04-271-8/+8
* | | Merge pull request #2992 from rabbitmq/stream-coord-safe-restartKarl Nilsson2021-04-271-68/+79
|\ \ \ | |/ / |/| |
| * | Capture and log crashes on the stream coordinator machinestream-coord-safe-restartdcorbacho2021-04-211-68/+79
* | | Use stream leader to query offsetArnaud Cogoluègnes2021-04-271-12/+10
* | | streams: improve stream_status commandkjnilsson2021-04-271-10/+47
* | | Merge pull request #3005 from rabbitmq/osiris-tracking-typesKarl Nilsson2021-04-272-4/+7
|\ \ \
| * | | Make tracking status more genericosiris-tracking-typesArnaud Cogoluègnes2021-04-271-2/+2
| * | | Report offset and offset type in tracking statusArnaud Cogoluègnes2021-04-271-1/+2
| * | | Adapt stream code to osiris tracking types introductionArnaud Cogoluègnes2021-04-272-4/+6
* | | | Merge pull request #2996 from rabbitmq/stream-add-replica-checkKarl Nilsson2021-04-273-20/+117
|\ \ \ \ | |/ / / |/| | |
| * | | Streams: safer replica additionstream-add-replica-checkkjnilsson2021-04-273-20/+117
* | | | Merge pull request #3002 from rabbitmq/stomp-for-streamsArnaud Cogoluègnes2021-04-265-2/+48
|\ \ \ \
| * | | | Use = separator for stream offset STOMPstomp-for-streamsArnaud Cogoluègnes2021-04-262-8/+4
| * | | | Support streams in STOMP pluginArnaud Cogoluègnes2021-04-265-2/+52