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

feat(adr): addition of north-south messaging ADR #656

Merged

Commits on Dec 22, 2021

  1. feat(adr): addition of north-south messaging ADR

    fix: edgexfoundry#640
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    d91baa3 View commit details
    Browse the repository at this point in the history
  2. feat(adr): add ADR images

    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    388c44f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. feat(adr): addressed review comments by cloudxx8 and TomBrennan-Eaton

    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    061ba0a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. feat(adr): address several review comments and questions

    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    665398e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. feat(adr): rewrite of the ADR with input from early reviews

    addressed the internal/external message bus issue
    
    cleaned up message envelope vs payload issue
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    534edea View commit details
    Browse the repository at this point in the history
  2. feat(adr): fixed image reference

    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    c3040e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. feat(adr): address review comments by @lenny-intel and @iain-anderson

    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    9ff59cb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. feat(adr): cleanup after conversation with @lenny-intel

    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0440947 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. feat(adr): addressed comments made during core WG of 2-24-22

    added Alert section outlining key open conversations around the request/response message structures
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    cfc325b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. feat(adr): address review comments of 2-28-22 monthly arch meeting

    removed redis from external message bus configuration example
    
    added comment about CBOR gets
    
    added existing device service message queue configuration for reference and context
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    cec8507 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. feat(adr): updated based on review comments from @tonyespy and core w…

    …orking group meeting of 3-10-22
    
    added command queries via message bus
    
    corrected some typos and info around HTTP request line vs header
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    f098b8e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. feat(adr): changes and additions per monthly architect meeting review…

    … of 3-28-22
    
    also includes addition to address internal service requests via message bus
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    7beae6a View commit details
    Browse the repository at this point in the history
  2. feat(adr): changes made per @lenny-intel review of new internal messa…

    …ge comms section
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    daa4e2a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. feat(adr): latest review changes per @tonyespy and @lenny-intel

    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    39aa35c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. feat(adr): changes to command query JSON and query message response p…

    …er core working group meeting of 4/7/22
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    db95495 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. feat(adr): address comments/issues from tonyespy review of 4/22/22

    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    19b473f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. feat(adr): added note that implementation of error code with enumerat…

    …ions is still an open issue left for implementation
    
    per TSC meeting of 4/27/22
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    8093ad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. feat(adr): set status to approved and update TOC to include already a…

    …pproved ADRs
    
    Signed-off-by: jpwhitemn <jpwhite_mn@yahoo.com>
    jpwhitemn committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a1f9f9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    413d63e View commit details
    Browse the repository at this point in the history