summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds emitting_map_with_wrapper_fun/5 and emitting_map_with_wrapper_fun/6.Ayanda Dube2015-10-161-4/+22
| | | | | | Fixes handling of emitted messages which use 'continue' tag. References #62
* Changes call to timeout_tests, to rabbit_ctl_timeout_tests followingAyanda Dube2015-10-161-1/+1
| | | | | | module renaming. References #62
* Renames timeout_tests.erl to rabbit_ctl_timeout_tests.erl.Ayanda Dube2015-10-161-5/+4
| | | | | | Removes unused imported functions. References #62
* Fixes indentation.Ayanda Dube2015-10-141-7/+7
| | | | References #62
* Changes internal_user_filter/1 name to extract_internal_user_params/1.Ayanda Dube2015-10-131-6/+7
| | | | | | | Changes user_permission_filter/2 name to extract_user_permission_params/2. Restores TODO comment. References #62
* Adds call/4 to default ToBinUtf8 to 'false' when calling call/5.Ayanda Dube2015-10-121-8/+11
| | | | | | Updates some list_* action functions to use call/4. References #62
* Fix to call list_down/1 instead of list/1Ayanda Dube2015-10-121-1/+2
| | | | | | when listing down queues. References #62
* Removes explicit 'ok' return.Ayanda Dube2015-10-072-4/+2
| | | | References #62
* Changes socket to passive.Ayanda Dube2015-10-071-2/+2
| | | | | | | | Adds verification of AMQP connection - checks if AMQP method is replied back, with no open channels. Replaces timer:sleep(100) by setting timeout in gen_tcp:recv/3. References #62
* Update to use abstraction function rabbit_control_main:emitting_map/4.Ayanda Dube2015-10-077-23/+21
| | | | References #62
* Adds emitting_map function to abstract aggregator logic for all list_* ↵Ayanda Dube2015-10-071-4/+12
| | | | | | | | | backend operations. Adds {Ref, continue} to handle display of more results before finishing. Removes unsed function call/3. References #62
* Update to use abstraction function rabbit_control_main:emitting_map/4.Ayanda Dube2015-10-071-34/+29
| | | | | | | Updates list_permissions/2 to use user_permission_filter/2. Updates list_users/0 to use internal_user_filter/1. References #62
* Updates to use abstraction function, rabbit_control_main:emitting_map/4.Ayanda Dube2015-10-071-20/+15
| | | | | | | Updates existing consumers_all/1 to also use get_queue_consumer_info/2. Fixes indentation. References #62
* Removes duplicated code in rpc_call/7.Ayanda Dube2015-10-071-5/+1
| | | | References #62
* Removes TIMEOUT_LIST_OPS_PASS macro. Now used in 'timeout_tests' module.Ayanda Dube2015-10-071-1/+0
| | | | References #62
* Adds boolean parameter to call/5 to determine whetherAyanda Dube2015-10-071-59/+36
| | | | | | | | list_to_binary_utf8/1 is applied to Args. Moves spawning of rabbit_cli:rpc_call/7 to call/5. Moves calling of wait_for_info_messages/4 to call/5. References #62
* Moves 'rabbitmqctl' timeout successful tests to separate module.Ayanda Dube2015-10-072-0/+162
| | | | References #62
* Update to print command when invalid parameters are passed.Ayanda Dube2015-10-071-1/+2
| | | | References #62
* Moves mapping and response message sending to list_formatted/3.Ayanda Dube2015-10-071-5/+2
| | | | References #62
* Updates consumers_all/3 to get consumer info in seperate function.Ayanda Dube2015-10-071-10/+10
| | | | References #62
* Removes append operation on result list.Ayanda Dube2015-10-071-11/+10
| | | | References #62
* Removes 'don't care' sign on Ref variable.Ayanda Dube2015-10-071-2/+2
| | | | References #62
* Function name change of wait_info_messages.Ayanda Dube2015-10-071-25/+25
| | | | References #62
* Updates 'Pid' variable to 'AggregatorPid'.Ayanda Dube2015-10-071-6/+6
| | | | | | Updates info_all/3 function and spec. References #62
* Updates 'Pid' variable to 'AggregatorPid'.Ayanda Dube2015-10-078-46/+53
| | | | References #62
* Updates rpc_call function spec.Ayanda Dube2015-10-071-3/+4
| | | | References #62
* Updates info_all/4 function spec.Ayanda Dube2015-10-071-4/+5
| | | | | | Updates consumers_all/3 function and spec. References #62
* Removed TODO comment.Ayanda Dube2015-10-071-1/+0
| | | | References #62
* Adds info_all/3 for dynamic display of vhosts.Ayanda Dube2015-10-071-1/+9
| | | | References #62
* Adds list_formatted/3 for dynamic display of parameters.Ayanda Dube2015-10-071-2/+8
| | | | References #62
* Adds list_formatted/3 for dynamic display of policies.Ayanda Dube2015-10-071-1/+9
| | | | References #62
* Adds connection_info_all/3 for dynamic display of connections.Ayanda Dube2015-10-071-1/+8
| | | | References #62
* Adds info_all/4 for dynamic display of exchanges.Ayanda Dube2015-10-071-1/+9
| | | | References #62
* Updates list_* operations to dynamically display info.Ayanda Dube2015-10-071-39/+83
| | | | | | Adds notify_if_timeout/3 for terminating display of info process on timeout. References #62
* Adds rpc_call/7 for remote calls for dynamic listing of info.Ayanda Dube2015-10-071-1/+14
| | | | | | Adds 'function_clause' case match to handle commands with invalid parameters. References #62
* Adds info_all/3 for dynamic listing of channels.Ayanda Dube2015-10-071-1/+9
| | | | References #62
* Adds info_all/4 for dynamic listing of bindings.Ayanda Dube2015-10-071-1/+8
| | | | References #62
* Adds list_users/2 for dynamic listing of users.Ayanda Dube2015-10-071-2/+43
| | | | | | | Adds list_user_permissions/3 for dynamic listing of user permissions. Adds list_vhost_permissions/3 for dynamic listing of vhost permissions. References #62
* Adds info_all/4 for dynamic listing of queues.Ayanda Dube2015-10-071-2/+28
| | | | | | Adds consumers_all/4 for dynamic listing of consumers References #62
* Merge branch 'stable'Alvaro Videla2015-10-061-4/+4
|\
| * fixes check_xref for erlang:maxAlvaro Videla2015-10-061-4/+4
| |
* | Merge branch 'stable'Michael Klishin2015-10-053-9/+12
|\ \ | |/
| * Merge pull request #345 from rabbitmq/rabbitmq-server-338Michael Klishin2015-10-053-9/+12
| |\ | | | | | | Collect tags from all authz backends
| | * CosmeticsMichael Klishin2015-10-051-1/+1
| | |
| | * CosmeticsMichael Klishin2015-10-051-1/+1
| | |
| | * Have the callback spec be backwards compatible.Robby Raschke2015-10-051-1/+3
| | |
| | * Be backwards compatible for homegrown auth modules.Robby Raschke2015-10-051-0/+1
| | |
| | * Add the return tags element into the behaviour callback spec for ↵Robby Raschke2015-09-301-3/+3
| | | | | | | | | | | | authorization backends.
| | * Add the permission tags from an explicit separate authorization step into ↵Robby Raschke2015-09-302-8/+8
| | | | | | | | | | | | the user record.
* | | Merge branch 'stable'Michael Klishin2015-10-052-16/+67
|\ \ \ | |/ /