| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | spelling: include | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: ideally | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: greater | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: float | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: explicitly | Josh Soref | 2019-02-12 | 4 | -4/+4 |
| | | |||||
| * | spelling: existent | Josh Soref | 2019-02-12 | 1 | -5/+5 |
| | | |||||
| * | spelling: exception | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: everything | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: doesn't | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: discovery | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: disabled | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: directory | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: delegate | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: deferring | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: connection | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: conflicts | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: confirming | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: compared | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: cancelled | Josh Soref | 2019-02-12 | 1 | -2/+2 |
| | | |||||
| * | spelling: between | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: arguments | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | spelling: abstract | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | rabbitmq.conf.example: minor edits | Michael Klishin | 2019-02-11 | 1 | -5/+5 |
| | | |||||
| * | Default num_acceptors.ssl is 10 | Michael Klishin | 2019-02-11 | 1 | -1/+1 |
| | | | | | | | | It used to be limited to 1 because of an ssl application bug in OTP that resulted in excessive log noise per acceptor. That's no longer true and the limit has been bumped to 10 months ago. | ||||
| * | fix rabbit_fifo test setup | kjnilsson | 2019-02-08 | 1 | -1/+1 |
| | | |||||
| * | Remove rabbit_fifo_client priority toggle | kjnilsson | 2019-02-08 | 1 | -16/+1 |
| | | | | | | | | This code is a remnant from when rabbit_fifo was inside ra and it tried to maintain order of low and normal operations within a single process. For rabbit this is not required as it is ok for acks to overtake publishes. | ||||
| * | Merge pull request #1871 from rabbitmq/leader-tracking | Karl Nilsson | 2019-02-08 | 2 | -9/+29 |
| |\ | | | | | QQ: Repair amqqrecord leader info on tick | ||||
| | * | QQ: Repair amqqrecord leader info on tick | kjnilsson | 2019-02-07 | 2 | -9/+29 |
| | | | | | | | | | | | | | | | | | It is possible that the initial update could fail and then the leader would never be updated. Here we check periodically if the amqqueue record leader is incorrect and update it if so. [#163554015] | ||||
| * | | Update unit_log_config_SUITE now that we have an LDAP sink | Michael Klishin | 2019-02-08 | 1 | -0/+24 |
| | | | | | | | | | See rabbitmq/rabbitmq-common#301. | ||||
| * | | Add Cuttlefish mapping for RA logging category | Arnaud Cogoluègnes | 2019-02-07 | 1 | -0/+7 |
| | | | | | | | | | [#163518117] | ||||
| * | | rabbitmqctl_integration_SUITE: Use `?assertMatch()` | Jean-Sébastien Pédron | 2019-02-07 | 1 | -8/+2 |
| | | | | | | | | | ... instead of re-inventing the pattern. | ||||
| * | | unit_SUITE: Set the `feature_flags_file` app parameter | Jean-Sébastien Pédron | 2019-02-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | ... before using `rabbit:start_apps()`. It's required for proper feature flags support. [#160169569] | ||||
| * | | dead_lettering_SUITE, publisher_confirms_parallel_SUITE: Handle case where ↵ | Jean-Sébastien Pédron | 2019-02-07 | 2 | -8/+36 |
| | | | | | | | | | | | | | | | | | quorum queues are unsupported If the feature flag is unsupported, skip the testcases. [#160169569] | ||||
| * | | rabbit_feature_flags: Require the `feature_flags_file` app parameter | Jean-Sébastien Pédron | 2019-02-07 | 1 | -1/+1 |
| |/ | | | | | | Therefore, throw an exception when it is missing. [#160169569] | ||||
| * | Merge pull request #1868 from rabbitmq/fix-dialyzer | Michael Klishin | 2019-02-06 | 13 | -34/+35 |
| |\ | | | | | Fix many Dialyzer warnings | ||||
| | * | Remove commented out code | Loïc Hoguin | 2019-02-05 | 3 | -19/+4 |
| | | | |||||
| | * | Fix many Dialyzer warnings | Loïc Hoguin | 2019-02-05 | 13 | -34/+50 |
| | | | |||||
| * | | rabbitmq-diagnostics(8): format examples correctly | Michael Klishin | 2019-02-06 | 1 | -58/+20 |
| | | | | | | | | | (cherry picked from commit 7fe42d047224a70b70fe8fdaeab835f69c16c634) | ||||
| * | | Merge branch 'rabbitmq-diagnostics-man-page' | Michael Klishin | 2019-02-06 | 5 | -46/+599 |
| |\ \ | |||||
| | * | | New man page: rabbitmq-diagnostics(8) | Michael Klishin | 2019-02-06 | 1 | -12/+161 |
| | | | | |||||
| | * | | Actually help exits successfully | Michael Klishin | 2019-02-05 | 1 | -2/+0 |
| | | | | |||||
| | * | | rabbitmq-diagnostics man page WIP | Michael Klishin | 2019-02-05 | 1 | -1/+150 |
| | | | | |||||
| | * | | Wording | Michael Klishin | 2019-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | rabbitmqctl(8) WIP | Michael Klishin | 2019-02-05 | 3 | -51/+185 |
| | | | | |||||
| | * | | rabbitmq-diagnostics(8) WIP | Michael Klishin | 2019-02-05 | 5 | -13/+136 |
| | | | | |||||
| * | | | Update test expectations now that we have one more sink | Michael Klishin | 2019-02-06 | 1 | -0/+24 |
| | |/ |/| | | | | | References #1866. | ||||
| * | | test/unit_inbroker_dead_letter_SUITE.erl -> test/dead_lettering_SUITE.erl | Michael Klishin | 2019-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | Per discussion with @dcorbacho. Those are not unit tests as they use Erlang client connections and manage nodes. | ||||
| * | | Merge pull request #1867 from rabbitmq/publisher-confirms-testing | Michael Klishin | 2019-02-05 | 3 | -103/+381 |
| |\ \ | | | | | | | Publisher confirms test suite for all queue types | ||||
| | * | | Ditto | Michael Klishin | 2019-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Give the recovering node more time to start here | Michael Klishin | 2019-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | It can take twice as long in CI containers. | ||||
