Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stmcginnis/gofish
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: stmcginnis/gofish
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.1
Choose a head ref
  • 14 commits
  • 25 files changed
  • 1 contributor

Commits on Apr 19, 2024

  1. Update AccountService object

    Some things were missed in the last update of the AccountService to the
    current (2023.3) spec. This adds those missing pieces and updates the
    unit test mockup to reflect the changes.
    
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d58c01b View commit details
    Browse the repository at this point in the history
  2. Update Chassis missing properties

    With the recent update to the 2023.3 bundle, there were a few properties
    and linked objects that were missed in the chassis object. This adds
    most of them.
    
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e533598 View commit details
    Browse the repository at this point in the history
  3. Update TrustedComponent object

    This adds some things that were missed in the TrustedComponent object.
    
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    80de948 View commit details
    Browse the repository at this point in the history
  4. Fix references in ThermalSubsystem

    Some linked objects were not defined right. Fixed that and added unit
    test coverage based on a real system.
    
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6d550fa View commit details
    Browse the repository at this point in the history
  5. Fix ServiceRoot references

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    dd11367 View commit details
    Browse the repository at this point in the history
  6. EventService fixes

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1c590c6 View commit details
    Browse the repository at this point in the history
  7. Add Fabric test coverage

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    305e003 View commit details
    Browse the repository at this point in the history
  8. Update LicenseService and add testing

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b7320d6 View commit details
    Browse the repository at this point in the history
  9. Add License test coverage

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0214223 View commit details
    Browse the repository at this point in the history
  10. Add SessionService test coverage

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    63fd8d8 View commit details
    Browse the repository at this point in the history
  11. Fix TelemetryService and add test coverage

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7479343 View commit details
    Browse the repository at this point in the history
  12. Add Triggers test coverage

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bd218dc View commit details
    Browse the repository at this point in the history
  13. Add MetricReportDefinition test coverage

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b94784f View commit details
    Browse the repository at this point in the history
  14. Add MetricDefinition test coverage

    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    17ed8aa View commit details
    Browse the repository at this point in the history
Loading