summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable'Michael Klishin2017-02-031-219/+9
|\
| * Merge pull request #1097 from ↵Michael Klishin2017-02-031-219/+9
| |\ | | | | | | | | | | | | rabbitmq/move-rabbit_ssl-functions-to-rabbitmq-common rabbit_ssl: Move most functions to `rabbit_cert_info` in rabbitmq-common
| | * rabbit_ssl: Move most functions to `rabbit_cert_info` in rabbitmq-commonJean-Sébastien Pédron2017-02-031-219/+9
| |/ | | | | | | | | | | | | | | | | | | Those functions do not depend on the broker itself, so they are safe to be moved to rabbitmq-common. Those functions are used by rabbitmq-erlang-client. So moving them resolves one more dependency of the client on the broker. [#118490793]
* | Update rabbitmq-components.mkJean-Sébastien Pédron2017-02-021-1/+1
| |
* | Merge pull request #1091 from rabbitmq/rabbitmq-server-1090Gerhard Lazu2017-02-022-1/+10
|\ \ | | | | | | Ignore pre-release version part in plugin version requirement validation
| * | Rename "alpha" to "preview" in version commentDaniil Fedotov2017-01-261-4/+4
| | |
| * | Ignore pre-release version part in plugin version requirement validationDaniil Fedotov2017-01-262-1/+10
| | |
* | | Merge pull request #1089 from rabbitmq/rabbitmq-common-164Michael Klishin2017-02-013-6/+12
|\ \ \ | | | | | | | | Change the calls that uses the rabbit_json module
| * | | Switch to rabbit_json:try_decode/1Michael Klishin2017-02-013-4/+4
| | | |
| * | | merge branch 'master'Michael Klishin2017-02-012-2/+2
| |\ \ \ | |/ / / |/| | |
* | | | merge branch 'stable'Michael Klishin2017-01-311-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Update rabbitmq-components.mkrabbitmq_v3_6_7_milestone5Michael Klishin2017-01-311-1/+1
| | | |
* | | | Merge branch 'stable'Jean-Sébastien Pédron2017-01-311-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Makefile: Load rabbitmq-dist.mk before rabbitmq-run.mkJean-Sébastien Pédron2017-01-311-1/+1
| | | | | | | | | | | | | | | rabbitmq-run.mk also loads rabbitmq-dist.mk. This avoids a double-load of rabbitmq-dist.mk.
| | * Add Reason to error handlerGabriele Santomaggio2017-01-271-2/+3
| | |
| | * Add Reason to error handlerGabriele Santomaggio2017-01-272-4/+9
| | |
| | * Change the calls that uses the rabbit_json moduleGabriele Santomaggio2017-01-253-4/+4
| |/ |/| | | | | See :https://github.com/rabbitmq/rabbitmq-common/issues/164
* | Merge pull request #1082 from rabbitmq/rabbitmq-event-exchange-10rabbitmq_v3_7_0_milestone10Michael Klishin2017-01-2118-205/+323
|\ \ | | | | | | Notify user who performed the action in all system events
| * \ Merge branch 'master' into rabbitmq-event-exchange-10Michael Klishin2017-01-204-12/+100
| |\ \ | |/ / |/| |
* | | Correct and expand rabbitmqctl(1) examples for vhost limitsMichael Klishin2017-01-191-3/+16
| | |
* | | Merge pull request #1084 from rabbitmq/use-sh-for-scriptsGerhard Lazu2017-01-183-9/+84
|\ \ \ | | | | | | | | Modify new scripts to use /bin/sh
| * | | Modify new scripts to use /bin/shGerhard Lazu2017-01-173-9/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it, make them POSIX.1-2008 compliant (a.k.a fix all shellchecks) Prefer parameter expansion and manipulation over command invocation: # OK-ish `dirname $0` # SPOT ON "${0%/*}" Guard against empty ESCRIPT_DIR var
| | * | Fall back to ?UNKNOWN_USER if no user is present in optionsMichael Klishin2017-01-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes we don't know who the declaring user was: it can be due to an upgrade, because an exchange is built-in, and so on. Per discussion with @dcorbacho.
| | * | Merge branch 'master' into rabbitmq-event-exchange-10Michael Klishin2017-01-171-7/+8
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1083 from rabbitmq/rabbitmq-cli-165Michael Klishin2017-01-171-7/+8
|\ \ \ \ | |/ / / |/| | | Fix API for listing vhost limits
| * | | Fix API for listing vhost limitsDaniil Fedotov2017-01-171-7/+8
|/ / /
| * | Notify user who performed the action in all system eventsDiana Corbacho2017-01-1616-197/+275
| | |
| * | Add user ID to consumersDiana Corbacho2017-01-151-8/+10
| | |
| * | Include options map in queue and exchange recordsDiana Corbacho2017-01-151-0/+38
|/ /
* | Merge pull request #1065 from rabbitmq/rabbitmq-server-505rabbitmq_v3_7_0_milestone9Michael Klishin2017-01-136-2/+253
|\ \ | | | | | | Topic-based authorisation for publishes
| * | Log topic when access to one is refusedMichael Klishin2017-01-121-2/+2
| | |
| * | Merge branch 'master' into rabbitmq-server-505Michael Klishin2017-01-1218-43/+903
| |\ \
| * | | Launch topic authorisation test in brokerArnaud Cogoluègnes2016-12-291-45/+38
| | | | | | | | | | | | | | | | References #505
| * | | Create topic permission table in upgradesArnaud Cogoluègnes2016-12-293-11/+34
| | | | | | | | | | | | | | | | References #505
| * | | Merge branch 'master' into rabbitmq-server-505Arnaud Cogoluègnes2016-12-281-13/+2
| |\ \ \
| * | | | Move topic permission tests in their own suiteArnaud Cogoluègnes2016-12-282-179/+222
| | | | | | | | | | | | | | | | | | | | References #505
| * | | | Fix topic authorisation testArnaud Cogoluègnes2016-12-271-0/+1
| | | | | | | | | | | | | | | | | | | | Fixes #505
| * | | | Merge branch 'master' into rabbitmq-server-505Arnaud Cogoluègnes2016-12-2736-2393/+1117
| |\ \ \ \
| * | | | | Test topic permissions list functionsArnaud Cogoluègnes2016-12-271-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | References #505
| * | | | | Delete topic permissions on vhost deletionArnaud Cogoluègnes2016-12-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | References #505
| * | | | | Merge branch 'master' into rabbitmq-server-505Arnaud Cogoluègnes2016-12-224-11/+109
| |\ \ \ \ \
| * | | | | | Check non-existing user/vhost in topic authz testsArnaud Cogoluègnes2016-12-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | References #505
| * | | | | | Test clear_topic_permissions functionsArnaud Cogoluègnes2016-12-221-20/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | References #505
| * | | | | | Improve topic test authorisation testArnaud Cogoluègnes2016-12-212-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | References #505
| * | | | | | Add rabbit_topic_permission tableArnaud Cogoluègnes2016-12-212-1/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | References #505
* | | | | | | Merge pull request #1080 from rabbitmq/rabbitmq-management-limit-jsonD Corbacho2017-01-131-9/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Change format for Limits API
| * | | | | | | Change format for Limits APIGabriele Santomaggio2017-01-121-9/+14
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Make sure command extensions are enabled during script executionDaniil Fedotov2017-01-122-0/+14
|/ / / / / / | | | | | | | | | | | | | | | | | | Extensions are required for recursive directory creation via mkdir
* | | | | | Merge pull request #1078 from rabbitmq/rabbitmq-server-1054-masterD Corbacho2017-01-113-69/+71
|\ \ \ \ \ \ | | | | | | | | | | | | | | Credential configuration config schema
| * | | | | | One more testMichael Klishin2017-01-101-1/+11
| | | | | | |