summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* read term file using with_handle/1lukebakken/fix-mem-leakLuke Bakken2021-12-181-13/+16
* Use `raw` option for `file:read_file_info/2` to work around win32 mem leak er...Luke Bakken2021-12-181-2/+2
* Fix win32 memory leak by using `raw` file operations. Not ideal but thisLuke Bakken2021-12-181-7/+13
* Merge pull request #3907 from rabbitmq/lh-fix-log-level-on-stopMichael Klishin2021-12-181-1/+1
|\
| * Fix log level when halting the VMlh-fix-log-level-on-stopLoïc Hoguin2021-12-171-1/+1
* | Merge pull request #3905 from rabbitmq/lukebakken/node-health-check-fixMichael Klishin2021-12-181-1/+5
|\ \
| * | Make health checks less resource intensivelukebakken/node-health-check-fixLuke Bakken2021-12-161-1/+5
| |/
* | Merge pull request #3908 from rabbitmq/stream-coord-mnesia-update-crashKarl Nilsson2021-12-171-11/+15
|\ \ | |/ |/|
| * Stream coordinator: avoid mnesia update process crashing after deletestream-coord-mnesia-update-crashKarl Nilsson2021-12-171-11/+15
|/
* Adjust the way rabbit_fifo.hrl is referenced in rabbit_fifo_SUITEPhilip Kuryloski2021-12-162-4/+1
* Additional erlang_ls.config fixes under bazelPhilip Kuryloski2021-12-161-0/+2
* Merge pull request #3894 from rabbitmq/import-optimizationsMichael Klishin2021-12-151-25/+100
|\
| * Optimise user declare/update/import by reducing the number of operationsimport-optimizationsdcorbacho2021-12-141-25/+100
|/
* Run the test suite on PRsPhilip Kuryloski2021-12-131-0/+1
* Merge pull request #3882 from rabbitmq/mergify/bp/master/pr-3880Michael Klishin2021-12-112-4/+55
|\
| * Revisit operator policy merging rules for boolean fieldsMichael Klishin2021-12-102-4/+55
|/
* Merge pull request #3879 from rabbitmq/rabbitmq-server-3874-stream-response-c...Michael Klishin2021-12-119-43/+148
|\
| * Increase timeout in stream testrabbitmq-server-3874-stream-response-code-on-leader-unavailabilityArnaud Cogoluègnes2021-12-101-2/+2
| * Use AssertJ conditions in Java stream test suiteArnaud Cogoluègnes2021-12-104-18/+45
| * Return appropriate response when stream leader not availableArnaud Cogoluègnes2021-12-104-19/+97
| * Bump Java test dependencies in stream test suitesArnaud Cogoluègnes2021-12-102-5/+5
|/
* Merge pull request #3870 from rabbitmq/lh/mandatory-before-confirms-bugMichael Klishin2021-12-082-1/+13
|\
| * Fix case where confirms may not be sentLoïc Hoguin2021-12-082-1/+13
|/
* Merge pull request #3862 from rabbitmq/bump-rbe-24Philip Kuryloski2021-12-071-1/+1
|\
| * Use latest rbe-erlang-platform/linux-erlang-24.1GitHub2021-12-071-1/+1
* | Merge pull request #3861 from rabbitmq/bump-rbe-23Philip Kuryloski2021-12-071-1/+1
|\ \
| * | Use latest rbe-erlang-platform/linux-erlang-23.3GitHub2021-12-071-1/+1
| |/
* | Add deps/rabbit/apps/* to the bazel erlang_ls configPhilip Kuryloski2021-12-071-0/+1
|/
* Merge pull request #3838 from rabbitmq/lukebakken/allow-compress-on-rotateMichael Klishin2021-12-032-0/+9
|\
| * Add compress option for file rotationlukebakken/allow-compress-on-rotateLuke Bakken2021-12-022-0/+9
* | Merge pull request #3835 from rabbitmq/rabbitmq-server-3831Michael Klishin2021-12-032-52/+168
|\ \
| * | Log rotation date spec: parse $H the same way Lager doesMichael Klishin2021-12-032-6/+6
| * | rabbit_logger_std_h: make Dialyzer runrabbitmq-server-3831Michael Klishin2021-12-021-3/+0
| * | More log rotation date spec parser improvementsMichael Klishin2021-12-022-2/+38
| * | Extend log.file.rotation.date parserMichael Klishin2021-12-022-52/+135
* | | Merge pull request #3842 from rabbitmq/rabbitmq-server-3841-stream-consumer-n...Arnaud Cogoluègnes2021-12-031-50/+79
|\ \ \
| * | | Declare variable for better formattingrabbitmq-server-3841-stream-consumer-nested-recordArnaud Cogoluègnes2021-12-031-18/+13
| * | | Create configuration nested record in stream consumer recordArnaud Cogoluègnes2021-12-032-54/+87
| | |/ | |/|
* | | Merge pull request #3824 from rabbitmq/rabbitmq-server-3783-response-code-for...Arnaud Cogoluègnes2021-12-035-13/+16
|\ \ \ | |/ / |/| |
| * | Return "no offset" (19) code when stored offset is undefinedrabbitmq-server-3783-response-code-for-undefined-stored-offsetArnaud Cogoluègnes2021-12-015-13/+16
* | | Update 3.9.11 release notesMichael Klishin2021-12-021-3/+3
| |/ |/|
* | Update 3.9.11 release notesMichael Klishin2021-12-021-0/+11
* | Merge pull request #3825 from johanrhodin/patch-3Michael Klishin2021-12-011-3/+2
|\ \
| * | Match help box to correct itemJohan Rhodin2021-12-011-3/+2
|/ /
* | Merge pull request #3822 from rabbitmq/3.9.11-release-notesMichael Klishin2021-12-012-1/+75
|\ \
| * | Initial 3.9.11 release notesMichael Klishin2021-12-012-1/+75
|/ /
* | Merge pull request #3820 from rabbitmq/lukebakken/fix-flaky-gh-3729-testMichael Klishin2021-12-011-3/+2
|\ \ | |/ |/|
| * Remove flaky assertionLuke Bakken2021-12-011-3/+2
|/
* Merge pull request #3804 from rabbitmq/qq-clean-properties-before-storageMichael Klishin2021-12-011-1/+20
|\
| * Update rabbit_quorum_queue.erlqq-clean-properties-before-storageLuke Bakken2021-11-261-1/+1