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

Validate input references (CDs, sections, channels) #107

Merged
merged 24 commits into from
Oct 9, 2019

Commits on Oct 2, 2019

  1. initial test

    Mike Cerna committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    88955eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43adde1 View commit details
    Browse the repository at this point in the history
  3. 2nd save

    Mike Cerna committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    671e74d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Merge branch 'master' into dev/validate_input_params

    Mike Cerna committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    62a4032 View commit details
    Browse the repository at this point in the history
  2. revert Add Alias

    Mike Cerna committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    2c9712c View commit details
    Browse the repository at this point in the history
  3. revert to master

    Mike Cerna committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    0444d29 View commit details
    Browse the repository at this point in the history
  4. Added section validation.

    Mike Cerna committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    80f1ee1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into dev/validate_input_params

    Mike Cerna committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    debf644 View commit details
    Browse the repository at this point in the history
  6. add section-checking

    Mike Cerna committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    512fbab View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Added checks for RaF custom device ID

    Mike Cerna committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    7d17293 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev/validate_input_params

    Mike Cerna committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    6d3c155 View commit details
    Browse the repository at this point in the history
  3. Added check for Routing Channel Ref ID to complete the Add RaF Chan v…

    …alidation.
    
    Finished out the test for section validation.
    Mike Cerna committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    433879d View commit details
    Browse the repository at this point in the history
  4. Added checks - Endpoint section check (by Name), Custom Device check …

    …(by GUID, as Name is not constant)
    Mike Cerna committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    c9284a3 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary object instantiation

    Mike Cerna committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    f94d1bc View commit details
    Browse the repository at this point in the history
  6. diagram cleanup

    Mike Cerna committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    a6a0de4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Added Routing Channel reference validation

    Added 2-in 2-out Validate functions to simplify call sites
    Changed all reference ID checks to use generic BaseNode .Net calls (Name and GUID properties)
    Added case structure for validate functions
    Mike Cerna committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    89cae70 View commit details
    Browse the repository at this point in the history
  2. updated test

    Mike Cerna committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    411641d View commit details
    Browse the repository at this point in the history
  3. add to previous commit

    Mike Cerna committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    420ba81 View commit details
    Browse the repository at this point in the history
  4. apply same validation changes to SLSC Switch

    validate CD reference, Endpoint Conifiguation reference
    updated tests
    Mike Cerna committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    e08e38a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into dev/validate_input_params

    Mike Cerna committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    59469dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5d9549 View commit details
    Browse the repository at this point in the history
  7. Added RaF CD reference validation function

    Mike Cerna committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    a480bb6 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into dev/validate_input_params

    Mike Cerna committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    6f095cb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Connections come from the left instead of from below.

    Use Validate Endpoint Configuration Reference in Get All Endpoint Configurations.vi
    Mike Cerna committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    76a81f0 View commit details
    Browse the repository at this point in the history