summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-025-66/+20
* Added new user_limits feature flagAnupama Singh2020-09-021-1/+24
* Updated internal_user record access to use new APIsAnupama Singh2020-09-023-44/+45
* Added new internal_user_v1 record apiAnupama Singh2020-09-021-0/+148
* Added new internal_user_v2 record apiAnupama Singh2020-09-021-0/+212
* Make formatting of user channel-limit exceeded consistentAyanda-D2020-09-021-2/+2
* 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-024-2/+386
* 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-021-1/+1
* 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-022-2/+2
* 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
* Fix bug in get_metadata function in vhost.erl module.Mthulisi Nxumalo2020-08-131-1/+1
* Fix parsing of queue arguments on definitions listdcorbacho2020-08-111-2/+1
* Merge pull request #2398 from rabbitmq/salvage-1Philip Kuryloski2020-07-272-23/+39
|\
| * Expose some message index related functions for salvage toolPhilip Kuryloski2020-07-022-23/+39
* | rabbit_networking: Re-enable Dialyzer in this fileJean-Sébastien Pédron2020-07-241-8/+9
* | rabbit: Move critical code back to before we mark the node as readyJean-Sébastien Pédron2020-07-241-14/+19
* | rabbit_prelaunch_errors, rabbit_core_ff: Fix style consistencyJean-Sébastien Pédron2020-07-231-14/+17
* | Catch case where feature flag is not enabledLuke Bakken2020-07-151-1/+1
* | Correct two minor issues discovered by DialyzerMichael Klishin2020-07-142-11/+9
* | Sync license headers with MPL2 in masterMichael Klishin2020-07-141-13/+4
* | Hide maintenance mode behind a feature flagMichael Klishin2020-07-145-46/+117
* | Extract rabbit_networking:stop_ranch_listener_of_protocol/1Michael Klishin2020-07-141-1/+11
* | Be more defensive when computing Ranch ref from protocol nameMichael Klishin2020-07-141-2/+4
* | Report node maintenance status in 'rabbitmq-diagnostics status'Michael Klishin2020-07-142-36/+55
* | Make sure MQTT plugin closes its connections when a node is put into maintena...Michael Klishin2020-07-141-0/+12
* | Initial integration tests for maintenance modeMichael Klishin2020-07-141-0/+2
* | Correctly compute local QQ replica/Ra server name when revivingMichael Klishin2020-07-141-6/+8
* | DittoMichael Klishin2020-07-141-1/+1
* | Strip some trailing whitespaceMichael Klishin2020-07-141-1/+1
* | Node entering maintenance will shut down its local quorum queue replicasMichael Klishin2020-07-142-10/+56
* | More logging for revival operationsMichael Klishin2020-07-141-0/+3
* | Unify Ranch ref construction for all listenersMichael Klishin2020-07-141-1/+30
* | Maintenance mode: transfer leadership (primary replicas) of local CMQsMichael Klishin2020-07-142-10/+68
* | Introduce rabbit_maintenance:{drain,revive}/0Michael Klishin2020-07-143-13/+65
* | Integrate node maintenance information into queue master locatorsMichael Klishin2020-07-146-19/+48