summaryrefslogtreecommitdiff
path: root/src/vhost.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in get_metadata function in vhost.erl module.Mthulisi Nxumalo2020-08-131-1/+1
|
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
|
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
|
* (c) bumpMichael Klishin2019-12-291-1/+1
|
* Set virtual host metadata defaults on upgradeArnaud Cogoluègnes2019-11-131-1/+1
| | | | | | [#169700677] Fixes #2161
* Make virtual host record versionedDiana Corbacho2019-08-301-0/+181
Add metadata fields to virtual host Address feedback in #2080 * Switch to functions for vhost record accessors * Restore rabbit_vhost:list/0 behavior, introduce rabbit_vhost:all/0 to compensate * Store tags as an array of atoms, the same way we do for user tags * Type spec fixes * Other minor interface improvements suggested by @dumbbell Co-Authored-By: Michael Klishin <mklishin@pivotal.io> [#166298298]