| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Group recovery client refs by vhost | Daniil Fedotov | 2016-12-20 | 3 | -22/+48 |
| | | |||||
| * | Merge branch 'master' into rabbitmq-server-567 | Daniil Fedotov | 2016-12-20 | 7 | -90/+165 |
| |\ | |||||
| | * | Ignore indirect dependencies of rabbit in rabbit_plugins | Gerhard Lazu | 2016-12-20 | 2 | -8/+21 |
| | | | | | | | | | | | | | | | | | | | | | The goal of maybe_keep_required_deps() is still the same: we don't want to list applications from $RABBITMQ_PLUGINS_DIR the rabbit application depends on. Now, the function handles indirect dependencies. Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com> [#136346167] | ||||
| | * | Merge pull request #1064 from rabbitmq/do-not-expand-plugins | Gerhard Lazu | 2016-12-19 | 6 | -81/+131 |
| | |\ | | | | | | | Do not expand plugins | ||||
| | | * | Do not set `plugins_expand_dir` from $RABBITMQ_PLUGINS_EXPAND_DIR | Jean-Sébastien Pédron | 2016-12-19 | 5 | -22/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The environment variable is now ignored. Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> [#118562759] | ||||
| | | * | Use the code path to find loaded plugins | Gerhard Lazu | 2016-12-19 | 1 | -3/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We were using the expand_dir before, which no longer exists Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com> [#118562759] | ||||
| | | * | Optionally cleanup the old plugins expand dir | Gerhard Lazu | 2016-12-19 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com> [#118562759] | ||||
| | | * | Do not expand plugins anymore | Gerhard Lazu | 2016-12-19 | 1 | -47/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are now using plugins directly from plugins_dir, regardless whether they are .ez or dirs. Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com> [#118562759] | ||||
| | | * | Accept list of #plugin records or atoms in maybe_keep_required_deps | Gerhard Lazu | 2016-12-19 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com> [#118562759] | ||||
| | * | | Merge pull request #1063 from rabbitmq/rabbitmq-server-1057 | Michael Klishin | 2016-12-19 | 3 | -0/+12 |
| | |\ \ | | | | | | | | | Create RABBITMQ_GENERATED_CONFIG_DIR | ||||
| | | * | | Create RABBITMQ_GENERATED_CONFIG_DIR | Daniil Fedotov | 2016-12-19 | 3 | -0/+12 |
| | |/ / | |||||
| | * | | Merge branch 'stable' | Michael Klishin | 2016-12-19 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Fix a condition test here | Michael Klishin | 2016-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | We don't want to run a command here. | ||||
| * | | | | fix typo | Gabriele Santomaggio | 2016-12-20 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into rabbitmq-server-567 | Michael Klishin | 2016-12-17 | 9 | -20/+537 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'stable' | Arnaud Cogoluègnes | 2016-12-16 | 1 | -3/+4 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Coerce global parameter key to atom on deletion | Arnaud Cogoluègnes | 2016-12-16 | 1 | -3/+4 |
| | | | | | |||||
| | * | | | Merge branch 'stable' | Michael Klishin | 2016-12-16 | 3 | -0/+16 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge pull request #1060 from rabbitmq/rabbitmq-server-1059 | Michael Klishin | 2016-12-16 | 3 | -5/+21 |
| | | |\ \ | | | | | | | | | | | Bump the default ets tables limit | ||||
| | | | * | | Bump the default ets tables limit | Daniil Fedotov | 2016-12-16 | 3 | -5/+21 |
| | | |/ / | |||||
| | * | | | Merge branch 'stable' | Arnaud Cogoluègnes | 2016-12-16 | 4 | -19/+279 |
| | |\ \ \ | | |/ / | | | / | | |/ | |/| | Conflicts: src/rabbit_runtime_parameters.erl | ||||
| | | * | Merge pull request #1056 from rabbitmq/rabbitmq-mqtt-73 | Michael Klishin | 2016-12-16 | 4 | -21/+278 |
| | | |\ | | | | | | | | | Improve global runtime parameters support | ||||
| | | | * | List all global parameters | Arnaud Cogoluègnes | 2016-12-14 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Including the cluster_name. References rabbitmq/rabbitmq-mqtt#73 | ||||
| | | | * | Polish global parameters documentation | Arnaud Cogoluègnes | 2016-12-14 | 1 | -8/+11 |
| | | | | | |||||
| | | | * | Document global parameters CLI commands | Arnaud Cogoluègnes | 2016-12-14 | 1 | -5/+73 |
| | | | | | | | | | | | | | | | | | Part of rabbitmq/rabbitmq-mqtt#73 | ||||
| | | | * | Coerce global parameter key to atom | Arnaud Cogoluègnes | 2016-12-14 | 1 | -4/+15 |
| | | | | | |||||
| | | | * | Use atom key and JSON value for global parameters | Arnaud Cogoluègnes | 2016-12-13 | 3 | -63/+65 |
| | | | | | | | | | | | | | | | | | Part of rabbitmq/rabbitmq-mqtt#73 | ||||
| | | | * | Improve global runtime parameters support | Arnaud Cogoluègnes | 2016-12-12 | 3 | -10/+184 |
| | | | | | | | | | | | | | | | | | References rabbitmq/rabbitmq-mqtt#73 | ||||
| | * | | | Merge branch 'stable' of github.com:rabbitmq/rabbitmq-server | kjnilsson | 2016-12-15 | 2 | -0/+240 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge pull request #1048 from rabbitmq/rabbitmq-auth-backend-ldap-7 | Karl Nilsson | 2016-12-14 | 2 | -0/+240 |
| | | |\ \ | | | | | | | | | | | Timeouts for worker pool | ||||
| | | | * \ | Merge branch 'stable' into rabbitmq-auth-backend-ldap-7 | Michael Klishin | 2016-12-05 | 2 | -43/+44 |
| | | | |\ \ | |||||
| | | | * | | | typo | Daniil Fedotov | 2016-12-02 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | * | | | reference type name | Daniil Fedotov | 2016-12-02 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | * | | | Timeouts for worker pool worker | Daniil Fedotov | 2016-12-02 | 2 | -0/+240 |
| | | | | | | | |||||
| | | * | | | | Be more specific about what is being stopped on `stop_app` | Gerhard Lazu | 2016-12-14 | 1 | -1/+1 |
| | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | Already implemented in the new CLI, planned to ship as of 3.7.0 rabbitmq/rabbitmq-server#1043 | ||||
| | * | | | | Be more specific about what is being stopped on `stop_app` | Gerhard Lazu | 2016-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Already implemented in the new CLI, planned to ship as of 3.7.0 rabbitmq/rabbitmq-server#1043 | ||||
| * | | | | | Replace dying_client_index and dying_clients set with a map | Daniil Fedotov | 2016-12-16 | 2 | -25/+15 |
| | | | | | | | | | | | | | | | | | | | | | Required to decrease ETS tables usage per vhost | ||||
| * | | | | | Merge branch 'master' into rabbitmq-server-567 | Diana Corbacho | 2016-12-13 | 18 | -528/+718 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge pull request #1055 from rabbitmq/recursive-mkdir-for-rabbitmq-schema-dir | Arnaud Cogoluègnes | 2016-12-12 | 1 | -1/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | Recursively create `RABBITMQ_SCHEMA_DIR` | ||||
| | | * | | | | Recursively create `RABBITMQ_SCHEMA_DIR` | Michael Klishin | 2016-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just like we do with `RABBITMQ_PID_DIR`. Otherwise there is a warning emitted at node startup when the directory doesn't exist. Per discussion with @acogoluegnes. | ||||
| | * | | | | | Travis CI: Import changes from rabbitmq-auth-backend-amqp | Jean-Sébastien Pédron | 2016-12-12 | 1 | -11/+19 |
| | |/ / / / | |||||
| | * | | | | Merge branch 'stable'rabbitmq_v3_7_0_milestone8 | Jean-Sébastien Pédron | 2016-12-09 | 2 | -2/+2 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | metrics_SUITE: Increase the timer after force_channel_stats()rabbitmq_v3_6_7_milestone1 | Jean-Sébastien Pédron | 2016-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change introduced in rabbitmq/rabbitmq-common#154 to restore compatibility with Erlang R16B03 and 17.x makes the cost of the first call(s) to rabbit_core_metrics more expensive. Increasing this timer allows the testsuite to succeed again. | ||||
| | | * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-12-08 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Double timetrap timeout for partition test to make CI happy | Daniil Fedotov | 2016-12-09 | 1 | -0/+3 |
| | | | | | | |||||
| | * | | | | Travis CI: Use Ubuntu Trusty image to have access to Elixir | Jean-Sébastien Pédron | 2016-12-08 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, required `sudo` so a VM is used instead of a container. This makes the test much longer, but allows us to install non-whitelisted pacakges such as xsltproc. | ||||
| | * | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-12-07 | 5 | -134/+166 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | Merge pull request #1053 from rabbitmq/rabbitmq-server-1052 | Michael Klishin | 2016-12-07 | 1 | -0/+4 |
| | | |\ \ \ | | | | | | | | | | | | | Improve error reporting in rabbitmq-service.bat | ||||
| | | | * | | | Exit with non zero exit code when erlsrv command fails during service install | kjnilsson | 2016-12-07 | 1 | -0/+4 |
| | | |/ / / | |||||
| | | * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-12-06 | 1 | -1/+2 |
| | | | | | | |||||
