Merge branch 'stable'
This commit is contained in:
commit
b6982875de
|
|
@ -10,4 +10,8 @@ it, use <a href="http://www.rabbitmq.com/man/rabbitmq-plugins.1.man.html">rabbit
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [RabbitMQ management UI documentation](http://www.rabbitmq.com/management.html).
|
* [RabbitMQ management UI documentation](http://www.rabbitmq.com/management.html).
|
||||||
* [HTTP API documentation](http://www.rabbitmq.com/management.html#http-api) and [reference](https://raw.githack.com/rabbitmq/rabbitmq-management/rabbitmq_v3_6_8/priv/www/api/index.html)
|
* [HTTP API documentation](http://www.rabbitmq.com/management.html#http-api) and [reference](https://raw.githack.com/rabbitmq/rabbitmq-management/rabbitmq_v3_6_9/priv/www/api/index.html)
|
||||||
|
|
||||||
|
## Copyright
|
||||||
|
|
||||||
|
(c) Pivotal Software Inc., 2007-2017.
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_app).
|
-module(rabbit_mgmt_app).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% Useful documentation about CORS:
|
%% Useful documentation about CORS:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_db).
|
-module(rabbit_mgmt_db).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_dispatcher).
|
-module(rabbit_mgmt_dispatcher).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_load_definitions).
|
-module(rabbit_mgmt_load_definitions).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Console.
|
%% The Original Code is RabbitMQ Management Console.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% When management extensions are enabled and/or disabled at runtime, the
|
%% When management extensions are enabled and/or disabled at runtime, the
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
%%
|
%%
|
||||||
%% The Original Code is RabbitMQ.
|
%% The Original Code is RabbitMQ.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_sup_sup).
|
-module(rabbit_mgmt_sup_sup).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_util).
|
-module(rabbit_mgmt_util).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_aliveness_test).
|
-module(rabbit_mgmt_wm_aliveness_test).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_binding).
|
-module(rabbit_mgmt_wm_binding).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_bindings).
|
-module(rabbit_mgmt_wm_bindings).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_channel).
|
-module(rabbit_mgmt_wm_channel).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_channels).
|
-module(rabbit_mgmt_wm_channels).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_cluster_name).
|
-module(rabbit_mgmt_wm_cluster_name).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_connection).
|
-module(rabbit_mgmt_wm_connection).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_connection_channels).
|
-module(rabbit_mgmt_wm_connection_channels).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_connections).
|
-module(rabbit_mgmt_wm_connections).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_consumers).
|
-module(rabbit_mgmt_wm_consumers).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_definitions).
|
-module(rabbit_mgmt_wm_definitions).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_exchange).
|
-module(rabbit_mgmt_wm_exchange).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_exchanges).
|
-module(rabbit_mgmt_wm_exchanges).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_global_parameter).
|
-module(rabbit_mgmt_wm_global_parameter).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_global_parameters).
|
-module(rabbit_mgmt_wm_global_parameters).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ.
|
%% The Original Code is RabbitMQ.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(rabbit_mgmt_wm_healthchecks).
|
-module(rabbit_mgmt_wm_healthchecks).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Console.
|
%% The Original Code is RabbitMQ Management Console.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_node).
|
-module(rabbit_mgmt_wm_node).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Console.
|
%% The Original Code is RabbitMQ Management Console.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_node_memory).
|
-module(rabbit_mgmt_wm_node_memory).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Console.
|
%% The Original Code is RabbitMQ Management Console.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_node_memory_ets).
|
-module(rabbit_mgmt_wm_node_memory_ets).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Console.
|
%% The Original Code is RabbitMQ Management Console.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_nodes).
|
-module(rabbit_mgmt_wm_nodes).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_overview).
|
-module(rabbit_mgmt_wm_overview).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_parameter).
|
-module(rabbit_mgmt_wm_parameter).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_parameters).
|
-module(rabbit_mgmt_wm_parameters).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_permission).
|
-module(rabbit_mgmt_wm_permission).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_permissions).
|
-module(rabbit_mgmt_wm_permissions).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_permissions_user).
|
-module(rabbit_mgmt_wm_permissions_user).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_permissions_vhost).
|
-module(rabbit_mgmt_wm_permissions_vhost).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_policies).
|
-module(rabbit_mgmt_wm_policies).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_policy).
|
-module(rabbit_mgmt_wm_policy).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_queue).
|
-module(rabbit_mgmt_wm_queue).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_queue_purge).
|
-module(rabbit_mgmt_wm_queue_purge).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_queues).
|
-module(rabbit_mgmt_wm_queues).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_reset).
|
-module(rabbit_mgmt_wm_reset).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_user).
|
-module(rabbit_mgmt_wm_user).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_users).
|
-module(rabbit_mgmt_wm_users).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_vhost).
|
-module(rabbit_mgmt_wm_vhost).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_vhosts).
|
-module(rabbit_mgmt_wm_vhosts).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Plugin.
|
%% The Original Code is RabbitMQ Management Plugin.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_wm_whoami).
|
-module(rabbit_mgmt_wm_whoami).
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
%% The Original Code is RabbitMQ Management Console.
|
%% The Original Code is RabbitMQ Management Console.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_mgmt_test_unit_SUITE).
|
-module(rabbit_mgmt_test_unit_SUITE).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue