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

[nasa/nos3#176] Unit Tests #2

Merged
merged 18 commits into from
Aug 6, 2024
Merged

[nasa/nos3#176] Unit Tests #2

merged 18 commits into from
Aug 6, 2024

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Merge pull request nasa#118 from havencarlson/fix#116

    Fix nasa#116, Removed command header from payload struct
    dzbaker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7b20419 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 5, 2023

  1. Merge pull request nasa#112 from irowebbn/111-max_file-len-move-test

    Fix nasa#111: Use correct length filename for too large test
    dzbaker committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f04f6a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Fix nasa#119, remove dependency on MID_BASE defines

    Any nonzero value will work
    jphickey committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dc14784 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request nasa#120 from jphickey/fix-119-midbase

    Fix nasa#119, remove dependency on MID_BASE defines
    dmknutsen committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    77b016d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 11, 2024

  1. Merge pull request nasa#122 from jphickey/fix-121-formats

    Fix nasa#121, correct casting on printf format strings
    dzbaker committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b540e3b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Fix nasa#115, Adds distinct identifiers from command name

    jdfiguer authored and jdfiguer committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f2b9d11 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request nasa#123 from chillfig/nondistinct_id

    Fix nasa#115, Adds distinct identifiers from command name
    dzbaker committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fe2ea87 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fix nasa#125, Adds utassert macro for logging function calls

    jdfiguer authored and jdfiguer committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    20236a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nasa#126 from chillfig/function_macros

    Fix nasa#125, Adds utassert macro for logging function calls
    dzbaker committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ce8902c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fix nasa#95, Replaces conditionally compiled code with runtime condit…

    …ional logic
    jdfiguer authored and jdfiguer committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3f41af7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nasa#124 from chillfig/cond_comp_code

    Fix nasa#95, Replaces conditionally compiled code with runtime conditional logic
    dzbaker committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ec96b02 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix nasa#127, Adds static analysis comments and replaces strncpy with…

    … snprintf
    
    This commit addresses issues flagged during static analysis by:
    - Adding JSC 2.1 disposition comments.
    - Replacing strncpy with snprintf to enhance safety and compliance.
    - Changes DS_TABLE_VERIFY_ERR from 0xFFFFFFFF to -1
    jdfiguer authored and chillfig committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a5f1a8e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge pull request nasa#130 from chillfig/SA_jsc2_1

    Fix nasa#127, Adds static analysis comments and replace strncpy with snprintf
    dzbaker committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c83933f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 23, 2024

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