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

added NATS - a new implementor for the messaging capability! #354

Merged
merged 15 commits into from
Mar 13, 2023

Commits on Mar 10, 2023

  1. added nats impl.

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    96a081b View commit details
    Browse the repository at this point in the history
  2. update pipeline w/ NATS install

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a682681 View commit details
    Browse the repository at this point in the history
  3. removed test makefile rule

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6a4014c View commit details
    Browse the repository at this point in the history
  4. fixed pipeline to work on Windows

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c5c6e4c View commit details
    Browse the repository at this point in the history
  5. changed creds logic

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    424f694 View commit details
    Browse the repository at this point in the history
  6. fix && fmt

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    28837f4 View commit details
    Browse the repository at this point in the history
  7. added conditional to azure workflow

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    81d989b View commit details
    Browse the repository at this point in the history
  8. fix

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    74b8f8f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. added Windows installation to Azure pipeline

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1cc7160 View commit details
    Browse the repository at this point in the history
  2. updated nats windows download

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    44da47a View commit details
    Browse the repository at this point in the history
  3. updated nats windows download again

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    bbff362 View commit details
    Browse the repository at this point in the history
  4. fixing typo

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    28e2c03 View commit details
    Browse the repository at this point in the history
  5. using powershell task instead

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    152c9b9 View commit details
    Browse the repository at this point in the history
  6. add confirm all

    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    70c1173 View commit details
    Browse the repository at this point in the history
  7. removing NATS installation for now up until we support making use of …

    …local nats cluster
    
    Signed-off-by: danbugs <danilochiarlone@gmail.com>
    danbugs committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    cf1c766 View commit details
    Browse the repository at this point in the history