| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adds emitting_map_with_wrapper_fun/5 and emitting_map_with_wrapper_fun/6. | Ayanda Dube | 2015-10-16 | 1 | -4/+22 |
| | | | | | | | Fixes handling of emitted messages which use 'continue' tag. References #62 | ||||
| * | Changes call to timeout_tests, to rabbit_ctl_timeout_tests following | Ayanda Dube | 2015-10-16 | 1 | -1/+1 |
| | | | | | | | module renaming. References #62 | ||||
| * | Renames timeout_tests.erl to rabbit_ctl_timeout_tests.erl. | Ayanda Dube | 2015-10-16 | 1 | -5/+4 |
| | | | | | | | Removes unused imported functions. References #62 | ||||
| * | Fixes indentation. | Ayanda Dube | 2015-10-14 | 1 | -7/+7 |
| | | | | | References #62 | ||||
| * | Changes internal_user_filter/1 name to extract_internal_user_params/1. | Ayanda Dube | 2015-10-13 | 1 | -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 Dube | 2015-10-12 | 1 | -8/+11 |
| | | | | | | | Updates some list_* action functions to use call/4. References #62 | ||||
| * | Fix to call list_down/1 instead of list/1 | Ayanda Dube | 2015-10-12 | 1 | -1/+2 |
| | | | | | | | when listing down queues. References #62 | ||||
| * | Removes explicit 'ok' return. | Ayanda Dube | 2015-10-07 | 2 | -4/+2 |
| | | | | | References #62 | ||||
| * | Changes socket to passive. | Ayanda Dube | 2015-10-07 | 1 | -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 Dube | 2015-10-07 | 7 | -23/+21 |
| | | | | | References #62 | ||||
| * | Adds emitting_map function to abstract aggregator logic for all list_* ↵ | Ayanda Dube | 2015-10-07 | 1 | -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 Dube | 2015-10-07 | 1 | -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 Dube | 2015-10-07 | 1 | -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 Dube | 2015-10-07 | 1 | -5/+1 |
| | | | | | References #62 | ||||
| * | Removes TIMEOUT_LIST_OPS_PASS macro. Now used in 'timeout_tests' module. | Ayanda Dube | 2015-10-07 | 1 | -1/+0 |
| | | | | | References #62 | ||||
| * | Adds boolean parameter to call/5 to determine whether | Ayanda Dube | 2015-10-07 | 1 | -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 Dube | 2015-10-07 | 2 | -0/+162 |
| | | | | | References #62 | ||||
| * | Update to print command when invalid parameters are passed. | Ayanda Dube | 2015-10-07 | 1 | -1/+2 |
| | | | | | References #62 | ||||
| * | Moves mapping and response message sending to list_formatted/3. | Ayanda Dube | 2015-10-07 | 1 | -5/+2 |
| | | | | | References #62 | ||||
| * | Updates consumers_all/3 to get consumer info in seperate function. | Ayanda Dube | 2015-10-07 | 1 | -10/+10 |
| | | | | | References #62 | ||||
| * | Removes append operation on result list. | Ayanda Dube | 2015-10-07 | 1 | -11/+10 |
| | | | | | References #62 | ||||
| * | Removes 'don't care' sign on Ref variable. | Ayanda Dube | 2015-10-07 | 1 | -2/+2 |
| | | | | | References #62 | ||||
| * | Function name change of wait_info_messages. | Ayanda Dube | 2015-10-07 | 1 | -25/+25 |
| | | | | | References #62 | ||||
| * | Updates 'Pid' variable to 'AggregatorPid'. | Ayanda Dube | 2015-10-07 | 1 | -6/+6 |
| | | | | | | | Updates info_all/3 function and spec. References #62 | ||||
| * | Updates 'Pid' variable to 'AggregatorPid'. | Ayanda Dube | 2015-10-07 | 8 | -46/+53 |
| | | | | | References #62 | ||||
| * | Updates rpc_call function spec. | Ayanda Dube | 2015-10-07 | 1 | -3/+4 |
| | | | | | References #62 | ||||
| * | Updates info_all/4 function spec. | Ayanda Dube | 2015-10-07 | 1 | -4/+5 |
| | | | | | | | Updates consumers_all/3 function and spec. References #62 | ||||
| * | Removed TODO comment. | Ayanda Dube | 2015-10-07 | 1 | -1/+0 |
| | | | | | References #62 | ||||
| * | Adds info_all/3 for dynamic display of vhosts. | Ayanda Dube | 2015-10-07 | 1 | -1/+9 |
| | | | | | References #62 | ||||
| * | Adds list_formatted/3 for dynamic display of parameters. | Ayanda Dube | 2015-10-07 | 1 | -2/+8 |
| | | | | | References #62 | ||||
| * | Adds list_formatted/3 for dynamic display of policies. | Ayanda Dube | 2015-10-07 | 1 | -1/+9 |
| | | | | | References #62 | ||||
| * | Adds connection_info_all/3 for dynamic display of connections. | Ayanda Dube | 2015-10-07 | 1 | -1/+8 |
| | | | | | References #62 | ||||
| * | Adds info_all/4 for dynamic display of exchanges. | Ayanda Dube | 2015-10-07 | 1 | -1/+9 |
| | | | | | References #62 | ||||
| * | Updates list_* operations to dynamically display info. | Ayanda Dube | 2015-10-07 | 1 | -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 Dube | 2015-10-07 | 1 | -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 Dube | 2015-10-07 | 1 | -1/+9 |
| | | | | | References #62 | ||||
| * | Adds info_all/4 for dynamic listing of bindings. | Ayanda Dube | 2015-10-07 | 1 | -1/+8 |
| | | | | | References #62 | ||||
| * | Adds list_users/2 for dynamic listing of users. | Ayanda Dube | 2015-10-07 | 1 | -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 Dube | 2015-10-07 | 1 | -2/+28 |
| | | | | | | | Adds consumers_all/4 for dynamic listing of consumers References #62 | ||||
| * | Merge branch 'stable' | Alvaro Videla | 2015-10-06 | 1 | -4/+4 |
| |\ | |||||
| | * | fixes check_xref for erlang:max | Alvaro Videla | 2015-10-06 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2015-10-05 | 3 | -9/+12 |
| |\ \ | |/ | |||||
| | * | Merge pull request #345 from rabbitmq/rabbitmq-server-338 | Michael Klishin | 2015-10-05 | 3 | -9/+12 |
| | |\ | | | | | | | Collect tags from all authz backends | ||||
| | | * | Cosmetics | Michael Klishin | 2015-10-05 | 1 | -1/+1 |
| | | | | |||||
| | | * | Cosmetics | Michael Klishin | 2015-10-05 | 1 | -1/+1 |
| | | | | |||||
| | | * | Have the callback spec be backwards compatible. | Robby Raschke | 2015-10-05 | 1 | -1/+3 |
| | | | | |||||
| | | * | Be backwards compatible for homegrown auth modules. | Robby Raschke | 2015-10-05 | 1 | -0/+1 |
| | | | | |||||
| | | * | Add the return tags element into the behaviour callback spec for ↵ | Robby Raschke | 2015-09-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | authorization backends. | ||||
| | | * | Add the permission tags from an explicit separate authorization step into ↵ | Robby Raschke | 2015-09-30 | 2 | -8/+8 |
| | | | | | | | | | | | | | the user record. | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-05 | 2 | -16/+67 |
| |\ \ \ | |/ / | |||||
