summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct typos detected by xrefMichael Klishin2020-09-022-3/+3
* Rework a flaky testMichael Klishin2020-09-021-18/+3
* More per_user_connection_channel_limit suite massagingMichael Klishin2020-09-021-87/+177
* Cleanly close connections in this testMichael Klishin2020-09-021-4/+3
* Try to address more of per_user_connection_channel_limit suite test flakesMichael Klishin2020-09-021-14/+12
* Use rabbit_ct_helpers:await_condition/1 for assertionsMichael Klishin2020-09-021-193/+473
* Refer to running nodes using rabbit_nodes:all_running/0Michael Klishin2020-09-0212-37/+34
* Minor improvements to log message formattingMichael Klishin2020-09-022-3/+3
* A typoMichael Klishin2020-09-021-1/+1
* set_user_limits/3: return an error if feature flag is disabledMichael Klishin2020-09-021-7/+14
* NamingMichael Klishin2020-09-021-229/+229
* Bump tracking execution timeout to 15sMichael Klishin2020-09-021-1/+1
* Add events & include acting-user in user-limit operationsAyanda-D2020-09-021-12/+26
* New function to list limits for all usersAnupama Singh2020-09-021-1/+6
* Switch to Mozilla Public License 2.0 (MPL 2.0)Ayanda-D2020-09-028-105/+32
* Remove unused functions in vhost connection limitAyanda-D2020-09-021-19/+0
* Added new user_limits feature flagAnupama Singh2020-09-021-1/+24
* Updated internal_user record access to use new APIsAnupama Singh2020-09-024-63/+55
* Added new internal_user_v1 record apiAnupama Singh2020-09-021-0/+148
* Added new internal_user_v2 record apiAnupama Singh2020-09-021-0/+212
* Add per_user_connection_channel_limit_partitions testAyanda-D2020-09-021-0/+183
* Make formatting of user channel-limit exceeded consistentAyanda-D2020-09-021-2/+2
* Add per_user_connection_channel_limit test suiteAyanda-D2020-09-024-2/+1293
* Update formatting and cosmetics for user-limit error messagesAyanda-D2020-09-021-5/+6
* Added function clause to clear all limits for given userAnupama Singh2020-09-021-0/+4
* Introduce per-user channel trackingAyanda-D2020-09-026-3/+1229
* Update connection/channel limit context and error messagesAyanda-D2020-09-021-10/+18
* User connection/channel limit for direct connectionsAnupama Singh2020-09-022-26/+46
* Use count_tracked_items_inAyanda-D2020-09-022-2/+2
* Checking allowed channel count for user before channel creationAnupama Singh2020-09-021-13/+22
* Add rabbit_auth_backend_internal:exists/1 predicateAyanda-D2020-09-021-8/+11
* Update per-vhost connection count references to new APIAyanda-D2020-09-024-4/+4
* Checking user connection limit before starting connectionAnupama Singh2020-09-021-2/+11
* Setting connection/channel limits for userAnupama Singh2020-09-021-0/+76
* Add rabbit_tracking behaviourAyanda-D2020-09-021-0/+112
* Introduce per-user connection trackingAyanda-D2020-09-022-168/+194
* Add timeout to rpc:multicall usageLuke Bakken2020-08-283-6/+13
* Merge pull request #2435 from rabbitmq/mk-peer-discovery-dns-testsMichael Klishin2020-08-241-8/+9
|\
| * Update peer_discovery_dns suiteMichael Klishin2020-08-241-8/+9
|/
* Merge pull request #2433 from rabbitmq/lrb-cuttlefish-2.4.1Michael Klishin2020-08-211-1/+1
|\
| * cuttlefish 2.4.1Luke Bakken2020-08-201-1/+1
|/
* Merge pull request #2432 from rabbitmq/lrb-cuttlefish-2.4.0Michael Klishin2020-08-201-1/+1
|\
| * Bump cuttlefishLuke Bakken2020-08-181-1/+1
|/
* rabbitmq.conf.example: mention how to disable non-TLS listenersMichael Klishin2020-08-171-0/+5
* Merge pull request #2430 from mnxumalo/fix-getmetadata-function-in-vhostMichael Klishin2020-08-131-1/+1
|\
| * Fix bug in get_metadata function in vhost.erl module.Mthulisi Nxumalo2020-08-131-1/+1
|/
* definition_import_SUITE: Skip import_case13 if quorum_queues are unsupportedJean-Sébastien Pédron2020-08-121-17/+23
* Merge pull request #2426 from rabbitmq/fix-queue-args-definitionsMichael Klishin2020-08-113-3/+80
|\
| * Add a definition import test for #2426Michael Klishin2020-08-112-1/+79
| * Fix parsing of queue arguments on definitions listdcorbacho2020-08-111-2/+1