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

Maximum Retry Limit for Firmware Upgrades #109

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    4750630 View commit details
    Browse the repository at this point in the history
  2. Added consecutive_firmware_upgrade_failures and `max_retry_limit_re…

    …ached_instances` tables to CreateTables sql script
    dmccoystephenson committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    06b5a3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    294d872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9f626e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cded0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38a7f5e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    ae697d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df92a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    a76e56c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    e38a7f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #112 from CDOT-CV/fm-max-retry-limit/use-upsert-qu…

    …eries
    
    Simplified consecutive firmware upgrade failure count tracking
    dmccoystephenson authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ebd7f8a View commit details
    Browse the repository at this point in the history
  2. Added unit test for index error when checking if an RSU is at the max…

    … retries limit for firmware upgrades
    dmccoystephenson committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d08d727 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Added unit test for no results case when checking latest ping status …

    …for RSUs during firmware upgrade process
    dmccoystephenson committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7020aac View commit details
    Browse the repository at this point in the history