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

LOGSTASH-691: move amqp plugin to be an external plugin #338

Merged
merged 32 commits into from Feb 12, 2013
Merged

LOGSTASH-691: move amqp plugin to be an external plugin #338

merged 32 commits into from Feb 12, 2013

Commits on Jan 25, 2013

  1. Configuration menu
    Copy the full SHA
    3e1a3a5 View commit details
    Browse the repository at this point in the history
  2. Change AMQP to RabbitMQ names

    zaccari committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    dc3347a View commit details
    Browse the repository at this point in the history
  3. Remove 'name' field

    zaccari committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    9de2349 View commit details
    Browse the repository at this point in the history
  4. Remove amqp output plugin

    zaccari committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    573a05b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e60fda4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2013

  1. Configuration menu
    Copy the full SHA
    6f1d69b View commit details
    Browse the repository at this point in the history
  2. Remove 'name' variable for rabbitmq input

    Depricated due to conflicts with puppet naming convention. Replaced
    by 'queue' variable. See LOGSTASH-755
    zaccari committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    793ec8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf24b4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ff3b7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17336a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    608219e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7482f3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fb6574 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    233ea03 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e23b036 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec79b59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    371dce1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca3514c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    24588d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0765674 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9773daa View commit details
    Browse the repository at this point in the history
  17. Merge branch 'LOGSTASH-691'

    zaccari committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    140669d View commit details
    Browse the repository at this point in the history
  18. Update rabbitmq input/output plugins with version info

    This has been tested with Bunny 0.8.x, which supports RabbitMQ 2.x and 3.x.
    zaccari committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    94b5ba4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c92ae36 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2013

  1. Track latest bunny gem

    More information about the latest version of bunny can be found
    here: https://github.com/ruby-amqp/bunny#changes-in-bunny-09
    zaccari committed Jan 31, 2013
    10 Configuration menu
    Copy the full SHA
    4867a89 View commit details
    Browse the repository at this point in the history
  2. Add frame_max variable to input/output rabbitmq plugins

    frame_max is the maximum permissible size of a frame (in bytes)
    to negotiate with clients.
    zaccari committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    b40821b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b9a27d View commit details
    Browse the repository at this point in the history
  4. Update info for arguments in the input plugin for rabbitmq

    Until we have a way to know which version of rabbitmq the
    use has, we should let them choose whether to use the
    arguments variable or not.
    zaccari committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    215f81a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c9d009 View commit details
    Browse the repository at this point in the history
  6. Remove minor trailing comma

    zaccari committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    3971be2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a02aa1 View commit details
    Browse the repository at this point in the history
  8. Use right queue variable

    zaccari committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    6735ee4 View commit details
    Browse the repository at this point in the history