summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2713 from rabbitmq/stream-queue-failoverKarl Nilsson2021-01-135-46/+316
|\
| * Remove debug log messagestream-queue-failoverkjnilsson2021-01-131-1/+0
| * bugfixkjnilsson2021-01-131-1/+2
| * Stream: Channel resend on leader changekjnilsson2021-01-135-45/+315
* | MQTT auth_SUITE: synchronise concurrent setup with the testMichael Klishin2021-01-132-3/+10
|/
* Merge pull request #2695 from rabbitmq/update-retentionKarl Nilsson2021-01-134-39/+198
|\
| * Remove use of non-deterministic functionupdate-retentionkjnilsson2021-01-131-3/+5
| * stream coord: fixeskjnilsson2021-01-122-33/+44
| * Apply retention policy in all osiris membersdcorbacho2021-01-123-17/+146
| * Update retention when only stream retention policy has changeddcorbacho2021-01-122-2/+19
|/
* Merge pull request #2681 from rabbitmq/stream-coordinator-restart-failureKarl Nilsson2021-01-121-4/+2
|\
| * Remove unused valuestream-coordinator-restart-failurekjnilsson2021-01-121-1/+1
| * Ensure leader is deleted from supervisor in case of re-electiondcorbacho2020-12-141-3/+1
* | Merge pull request #2656 from rabbitmq/run-plugins-boot-steps-during-rabbit-s...Michael Klishin2021-01-113-50/+71
|\ \
| * | rabbit: Run plugins' boot steps during rabbit start/2run-plugins-boot-steps-during-rabbit-startJean-Sébastien Pédron2021-01-083-50/+71
* | | Merge pull request #2708 from rabbitmq/rabbitmq-shovel-2655Michael Klishin2021-01-086-16/+65
|\ \ \ | |/ / |/| |
| * | Clean up specs of autodeleted Shovels once every 60 secondsrabbitmq-shovel-2655Michael Klishin2021-01-083-3/+3
| * | Use a timer to clean up stale child specsLuke Bakken2021-01-075-13/+44
| * | Dynamic Shovels: avoid log spamMichael Klishin2021-01-071-2/+4
| * | Only check for a shovel parameter for dynamic shovelsLuke Bakken2021-01-071-1/+5
| * | Add parameter detection to rabbit_shovel_worker start_linkLuke Bakken2021-01-072-7/+12
| * | Use a Shovel-specific logger hereMichael Klishin2021-01-073-11/+18
|/ /
* | Merge pull request #2707 from rabbitmq/mk-remove-ranch-dependency-from-commonMichael Klishin2021-01-071-1/+1
|\ \
| * | Remove Ranch dependency from rabbit_commonMichael Klishin2021-01-071-1/+1
|/ /
* | Format stream and stream management plugins codeArnaud Cogoluègnes2021-01-0629-1802/+3387
* | Add logs to some stream testsArnaud Cogoluègnes2021-01-063-7/+45
* | Add Stream Management plugin to GHAArnaud Cogoluègnes2021-01-064-0/+149
* | Merge pull request #2650 from rabbitmq/rabbitmq-stream-managementArnaud Cogoluègnes2021-01-0692-57/+11873
|\ \
| * \ Merge branch 'rabbitmq-stream-management' of github.com:rabbitmq/rabbitmq-ser...rabbitmq-stream-managementArnaud Cogoluègnes2021-01-041-14/+25
| |\ \
| | * \ Merge pull request #2697 from rabbitmq/stream-manager-check-queue-existsArnaud Cogoluègnes2021-01-041-14/+25
| | |\ \
| | | * | Check that the queue exists before calling declarestream-manager-check-queue-existsdcorbacho2020-12-231-14/+25
| | |/ /
| * | | Merge branch 'master' into rabbitmq-stream-managementArnaud Cogoluègnes2021-01-0431-3164/+3973
| |\ \ \ | | |/ / | |/| |
| * | | Add offset & consumed column to stream consumer in managementArnaud Cogoluègnes2020-12-151-0/+4
| * | | Add offset & consumed metrics to stream consumerArnaud Cogoluègnes2020-12-154-35/+92
| * | | Merge branch 'master' into rabbitmq-stream-managementArnaud Cogoluègnes2020-12-098-40/+73
| |\ \ \
| * | | | Add proper title to stream connections pageArnaud Cogoluègnes2020-12-092-5/+8
| * | | | Merge branch 'master' into rabbitmq-stream-managementArnaud Cogoluègnes2020-12-0811-437/+438
| |\ \ \ \
| * | | | | Fix metrics table GC test in stream pluginArnaud Cogoluègnes2020-12-081-1/+1
| * | | | | Make sure to return 404 in stream management pluginArnaud Cogoluègnes2020-12-073-0/+17
| * | | | | Add publishers in stream connection details pageArnaud Cogoluègnes2020-12-073-2/+39
| * | | | | Add stream connection publishers REST endpointArnaud Cogoluègnes2020-12-073-26/+150
| * | | | | Add consumers in stream connection details pageArnaud Cogoluègnes2020-12-073-4/+41
| * | | | | Add stream connection consumers REST endpointArnaud Cogoluègnes2020-12-078-8/+289
| * | | | | Add publisher reference to stream endpointArnaud Cogoluègnes2020-12-074-38/+126
| * | | | | Add publisher REST endpoint to stream consumer managementArnaud Cogoluègnes2020-12-048-27/+191
| * | | | | Merge branch 'master' into rabbitmq-stream-managementArnaud Cogoluègnes2020-12-0423-34/+302
| |\ \ \ \ \
| * | | | | | Track publishers in stream pluginArnaud Cogoluègnes2020-12-033-10/+69
| * | | | | | Fix some dialyzer warnings in stream pluginArnaud Cogoluègnes2020-12-034-26/+20
| * | | | | | Add GC to stream consumer monitoring tableArnaud Cogoluègnes2020-12-023-2/+120
| * | | | | | Filter records based on user in stream consumer endpointArnaud Cogoluègnes2020-12-022-55/+76