summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Compaction: more logging, a testMichael Klishin2019-05-102-2/+27
| * | | DittoMichael Klishin2019-05-051-1/+1
| * | | Log deferred file compaction at debug levelMichael Klishin2019-05-051-1/+1
| * | | Move check for reader to action function for message store GC.Daniil Fedotov2019-05-032-34/+53
| |/ /
* | | Merge pull request #2004 from rabbitmq/send-drained-type-fixMichael Klishin2019-05-082-3/+3
|\ \ \ | |/ / |/| |
| * | Fix type issues with send_drained messagekjnilsson2019-05-072-3/+3
|/ /
* | feature_flags_SUITE: Bump testcase timeout to 10 minutesJean-Sébastien Pédron2019-05-031-1/+1
* | rabbit_feature_flags: Export initialize_registry/1 for the testsuiteJean-Sébastien Pédron2019-05-031-2/+2
* | Merge pull request #1998 from rabbitmq/consumer_timeouts_take_2Michael Klishin2019-05-033-61/+23
|\ \
| * | Log consumer timeout as a warningMichael Klishin2019-05-031-4/+4
| * | Drive by change: squash a compiler warningMichael Klishin2019-05-031-1/+0
| * | When consumer hits an ack timeout, log timeout value usedMichael Klishin2019-05-031-3/+3
| * | formattingkjnilsson2019-05-011-1/+1
| * | Always close channel on consumer timeoutkjnilsson2019-05-012-56/+19
* | | rabbit_queue_location_validator: Fix pattern in validate_policy/1Jean-Sébastien Pédron2019-05-031-1/+1
* | | Merge pull request #1999 from rabbitmq/queue-master-location-validationMichael Klishin2019-05-032-1/+18
|\ \ \
| * | | Wording, explainMichael Klishin2019-05-031-2/+2
| * | | Test invalid policy returns an errorDiana Corbacho2019-05-021-0/+14
| * | | Policy validation must return 'ok' or an errorDiana Corbacho2019-05-021-1/+4
| |/ /
* | | feature_flags_SUITE: Do not depend on the `quorum_queue` feature flagJean-Sébastien Pédron2019-05-021-73/+92
|/ /
* | Update rabbitmq-components.mkGerhard Lazu2019-05-011-1/+1
* | Update rabbitmq-components.mkLuke Bakken2019-04-301-1/+1
* | rabbit_ff_extra: Use stdout_formatter to display `info()` tableJean-Sébastien Pédron2019-04-303-81/+98
* | Merge pull request #1995 from rabbitmq/sac-qq-fixArnaud Cogoluègnes2019-04-302-34/+74
|\ \
| * | QQ SAC: process all consumers on noconnectionkjnilsson2019-04-302-34/+74
|/ /
* | Merge pull request #1994 from rabbitmq/rabbitmq-server-1980Luke Bakken2019-04-292-3/+109
|\ \
| * | Reset overflow queue property to drop-head if policy is unset.Daniil Fedotov2019-04-252-3/+109
* | | rabbit_ssl: support Erlang 21 and 22 suite formatting APIMichael Klishin2019-04-291-4/+30
* | | Merge pull request #1989 from rabbitmq/rabbitmq-erlang-client-91Michael Klishin2019-04-252-91/+1
|\ \ \
| * \ \ Merge branch 'master' into rabbitmq-erlang-client-91Michael Klishin2019-04-2512-360/+907
| |\ \ \ | |/ / / |/| | |
* | | | rabbit_ssl: less confusing wording around xref exclusionsMichael Klishin2019-04-251-1/+1
* | | | xref: OTP 21/22 compatibility :(Michael Klishin2019-04-251-0/+6
* | | | Merge pull request #1988 from rabbitmq/rabbitmq-server-1904Michael Klishin2019-04-254-6/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Update this test for #1904Michael Klishin2019-04-251-3/+3
| * | | Core metrics suite: publish unroutable messages, too (for #1904)Michael Klishin2019-04-241-0/+2
| * | | Increment drop_unroutable un deliver_to_queues/2Michael Klishin2019-04-241-1/+2
| * | | Track messages that were not routed anywhere and also not published as mandatoryMichael Klishin2019-04-232-2/+9
* | | | Merge pull request #1993 from velimir/newline-config-validationMichael Klishin2019-04-251-1/+1
|\ \ \ \
| * | | | print cuttlefish validation error on a new lineGrigory Starinkin2019-04-251-1/+1
|/ / / /
* | | | Merge pull request #1991 from rabbitmq/rabbitmq-cli-342Michael Klishin2019-04-251-0/+53
|\ \ \ \
| * | | | Remove check for OTP-20.3 compatibility when formatting cipher_suites.Daniil Fedotov2019-04-241-14/+2
| * | | | Add functions to get erlang or openssl formatted ciphers.Daniil Fedotov2019-04-241-0/+65
* | | | | Merge branch 'velimir-schema-check-boot-failed'Michael Klishin2019-04-252-50/+75
|\ \ \ \ \
| * | | | | Rework log initialisation tests and boot error reportingMichael Klishin2019-04-252-43/+50
| * | | | | unit_inbroker_non_parallel suite: split log management test into two smaller ...Michael Klishin2019-04-251-4/+22
| * | | | | Merge branch 'schema-check-boot-failed' of https://github.com/velimir/rabbitm...Michael Klishin2019-04-251-8/+8
| |\ \ \ \ \ |/ / / / / /
| * | | | | show output from cuttlefish when conf validation failsGrigory Starinkin2019-04-241-8/+8
| |/ / / /
* | | | | Merge pull request #1983 from rabbitmq/quorum-ets-memory-breakdownMichael Klishin2019-04-251-1/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into quorum-ets-memory-breakdownMichael Klishin2019-04-2412-349/+802
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1972 from rabbitmq/consumer_timeoutsKarl Nilsson2019-04-246-303/+754
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |