Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 2.6 #8

Merged
merged 3 commits into from
Oct 24, 2011
Merged

Upgrade to 2.6 #8

merged 3 commits into from
Oct 24, 2011

Commits on Sep 2, 2011

  1. Add basic support for new style admin users

    RabbitMQ changed the way list_user behaved between the 2.4.x and 2.5
    releases.  This updates the code to look for a user that's tagged with
    `administrator`, the new way that RabbitMQ handles admin users.
    tswicegood committed Sep 2, 2011
    Configuration menu
    Copy the full SHA
    23da950 View commit details
    Browse the repository at this point in the history
  2. Update the way a user is made an admin

    RabbitMQ 2.5 changed the way user's are made an admin user.  Now, rather
    than calling `set_admin <user>`, you call `set_user_tags <user>
    administrator`.
    tswicegood committed Sep 2, 2011
    Configuration menu
    Copy the full SHA
    47e9c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3bda9 View commit details
    Browse the repository at this point in the history