Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Update shovel UI for AMQP 1.0 shovels #16

Merged
merged 4 commits into from
Jun 6, 2017
Merged

Commits on May 24, 2017

  1. Add test for amqp10 shovels

    kjnilsson committed May 24, 2017
    Configuration menu
    Copy the full SHA
    a973835 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Update shovel UI for AMQP 1.0 shovels

    To allow cross protocol shovels to be
    created and managed through the UI.
    To get the desired layout I had to do a
    fair bit of mangling of the sammy parameters
    before the PUT request. To allow configuration
    of different protocols I had to prefix the
    input fields with the protocol and direction
    and later strip the prefixes and remove the
    unwanted properties.
    
    A better approach to this shoudl be found
    if further protocols are implemented.
    
    [#138600475]
    kjnilsson committed May 25, 2017
    Configuration menu
    Copy the full SHA
    5805879 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Display static shovel endpoint on status page

    Use values provided by rabbit_shovel_status directly
    dcorbacho committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    ef82870 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Fix broken help tags

    kjnilsson committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    055bf5f View commit details
    Browse the repository at this point in the history