| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'binarin-embed-friendly' into stablerabbitmq_v3_6_9 | Michael Klishin | 2017-03-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Naming | Michael Klishin | 2017-03-23 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'stable' into binarin-embed-friendly | Michael Klishin | 2017-03-23 | 13 | -3862/+4877 |
| | |\ | | | | | | | | | | | | | Conflicts: test/unit_inbroker_SUITE.erl | ||||
| | | * | Mention make tests | Michael Klishin | 2017-03-22 | 1 | -0/+6 |
| | | | | |||||
| | | * | Document new make targets that run tests | Michael Klishin | 2017-03-22 | 1 | -0/+19 |
| | | | | |||||
| | | * | test: A few minor style fixes | Jean-Sébastien Pédron | 2017-03-22 | 5 | -4/+15 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Rename suites and run testscases in parallel | Diana Corbacho | 2017-03-22 | 6 | -74/+80 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Update copyright and compiler warnings | Diana Corbacho | 2017-03-22 | 7 | -10/+10 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Use fast and slow targets from new Makefile plugin | Diana Corbacho | 2017-03-22 | 2 | -8/+7 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Split test suites into fast and slow Makefile targets | Diana Corbacho | 2017-03-22 | 9 | -3851/+4812 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Wording | Michael Klishin | 2017-03-22 | 1 | -3/+3 |
| | | | | |||||
| | | * | Wording | Michael Klishin | 2017-03-22 | 1 | -2/+2 |
| | | | | |||||
| | | * | Wording | Michael Klishin | 2017-03-22 | 1 | -2/+2 |
| | | | | |||||
| | | * | Log message store stopping | Daniil Fedotov | 2017-03-22 | 1 | -0/+2 |
| | | | | |||||
| | | * | partitions_SUITE: Replace tabs with spaces | Jean-Sébastien Pédron | 2017-03-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| | | * | partitions_SUITE: Do not import rabbit_ct_broker_helpers | Jean-Sébastien Pédron | 2017-03-22 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | They are not used anywhere. This fixes a warning. Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| | | * | partitions_SUITE: Decrease timetrap to 5 minutes | Jean-Sébastien Pédron | 2017-03-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | ... instead of the default of 30 minutes. While here, update the copyright year to 2017. Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| | | * | Test and clean up metrics dependent on both process and entity | Diana Corbacho | 2017-03-22 | 2 | -12/+36 |
| | | | | | | | | | | | | | | | | It leaked consumer_created when the queue still existed, now both entity and process must exists to keep the metrics. | ||||
| | | * | Switch to rabbit_misc:is_process_alive/1 | Michael Klishin | 2017-03-22 | 1 | -17/+2 |
| | | | | |||||
| | | * | unit_inbroker_SUITE: Adapt channel_statistics testcase after gc improvements | Jean-Sébastien Pédron | 2017-03-22 | 1 | -14/+34 |
| | | | | |||||
| | | * | Check process aliveness on remote nodes | Diana Corbacho | 2017-03-22 | 1 | -2/+17 |
| | | | | |||||
| | | * | Attempt to make metrics_SUITE more rubust | kjnilsson | 2017-03-22 | 1 | -4/+4 |
| | | | | |||||
| | | * | Log stopping applications | Daniil Fedotov | 2017-03-22 | 1 | -2/+14 |
| | | | | |||||
| | * | | Merge branch 'embed-friendly' of https://github.com/binarin/rabbitmq-server ↵ | Michael Klishin | 2017-03-22 | 1 | -1/+2 |
| | |\ \ | | |/ | | | | | | | into binarin-embed-friendly | ||||
| | | * | Add back mnesia dir reset/restore | Alexey Lebedeff | 2017-03-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Use a more descriptive variable name, which explains why this can't be actually squashed into a single call to rabbit_mnesia:dir/0. | ||||
| | * | | Merge branch 'embed-friendly' of https://github.com/binarin/rabbitmq-server ↵ | Michael Klishin | 2017-03-08 | 2 | -11/+33 |
| | |\ \ | | |/ | | | | | | | into binarin-embed-friendly | ||||
| | | * | Provide some defaults for embedding | Alexey Lebedeff | 2017-03-03 | 2 | -11/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit provides defaults for some paths (similar to the thing the mnesia does with its `dir` parameter) that will allow us to start broker in embedded mode without any additional configuration. The minimal test-case is to issue the following commands from `rabbitmq-server` checkout: make shell "SHELL_OPTS=-sname embed-friendly@localhost" > rabbit:start(). | ||||
| * | | | Add back mnesia dir reset/restore | Alexey Lebedeff | 2017-03-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Use a more descriptive variable name, which explains why this can't be actually squashed into a single call to rabbit_mnesia:dir/0. | ||||
| * | | | Provide some defaults for embedding | Alexey Lebedeff | 2017-03-23 | 2 | -11/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit provides defaults for some paths (similar to the thing the mnesia does with its `dir` parameter) that will allow us to start broker in embedded mode without any additional configuration. The minimal test-case is to issue the following commands from `rabbitmq-server` checkout: make shell "SHELL_OPTS=-sname embed-friendly@localhost" > rabbit:start(). | ||||
| * | | | Mention make testsrabbitmq_v3_6_8rabbitmq_v3_6_7 | Michael Klishin | 2017-03-11 | 1 | -0/+6 |
| | | | | |||||
| * | | | Document new make targets that run tests | Michael Klishin | 2017-03-11 | 1 | -0/+19 |
| | | | | |||||
| * | | | Merge branch 'rabbitmq-server-1136' into stablerabbitmq_v3_6_7_rc3 | Jean-Sébastien Pédron | 2017-03-09 | 9 | -3851/+4828 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'stable' into rabbitmq-server-1136 | Michael Klishin | 2017-03-09 | 2 | -4/+18 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #1141 from rabbitmq/rabbitmq-server-1122 | Michael Klishin | 2017-03-09 | 2 | -4/+18 |
| |\ \ \ \ | | | | | | | | | | | More logs when stopping RabbitMQ | ||||
| | * | | | | Wording | Michael Klishin | 2017-03-08 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | Wording | Michael Klishin | 2017-03-08 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Merge branch 'stable' into rabbitmq-server-1122 | Michael Klishin | 2017-03-08 | 10 | -66/+176 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Wording | Michael Klishin | 2017-03-08 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Log message store stopping | Daniil Fedotov | 2017-03-08 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Log stopping applications | Daniil Fedotov | 2017-02-23 | 1 | -2/+14 |
| | | | | | | |||||
| | | * | | | test: A few minor style fixes | Jean-Sébastien Pédron | 2017-03-09 | 5 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | | | Rename suites and run testscases in parallel | Diana Corbacho | 2017-03-09 | 6 | -74/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | | | Update copyright and compiler warnings | Diana Corbacho | 2017-03-09 | 7 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | | | Use fast and slow targets from new Makefile plugin | Diana Corbacho | 2017-03-09 | 2 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | | | Split test suites into fast and slow Makefile targets | Diana Corbacho | 2017-03-09 | 9 | -3851/+4812 |
| | |/ / / |/| | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| * | | | | partitions_SUITE: Replace tabs with spaces | Jean-Sébastien Pédron | 2017-03-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| * | | | | partitions_SUITE: Do not import rabbit_ct_broker_helpers | Jean-Sébastien Pédron | 2017-03-08 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | They are not used anywhere. This fixes a warning. Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| * | | | | partitions_SUITE: Decrease timetrap to 5 minutes | Jean-Sébastien Pédron | 2017-03-08 | 1 | -1/+4 |
| | |/ / |/| | | | | | | | | | | | | | | | | | | | | ... instead of the default of 30 minutes. While here, update the copyright year to 2017. Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| * | | | Merge pull request #1139 from rabbitmq/rabbitmq-management-agent-32 | Michael Klishin | 2017-03-07 | 2 | -12/+36 |
| |\ \ \ | | | | | | | | | Test and clean up metrics dependent on both process and entity | ||||
| | * | | | Test and clean up metrics dependent on both process and entity | Diana Corbacho | 2017-03-07 | 2 | -12/+36 |
| |/ / / | | | | | | | | | | | | | It leaked consumer_created when the queue still existed, now both entity and process must exists to keep the metrics. | ||||
