Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

(FACT-2555)Create OS hierarchy and mechanism for loading it #470

Merged
merged 28 commits into from
Apr 28, 2020

Commits on Apr 15, 2020

  1. (FACT-2555) If no module with the OS name was discovered, log a debug…

    … message instead of an error message.
    Bogdan Irimie committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    205b1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fca15b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a665ac View commit details
    Browse the repository at this point in the history
  4. (FACT-2555) Use OsHierarchy in OsDetector. Rubocop fixes.

    Bogdan Irimie committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4d4d269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d25cce View commit details
    Browse the repository at this point in the history
  6. (FACT-2555) Add comments.

    Bogdan Irimie committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    3f9298c View commit details
    Browse the repository at this point in the history
  7. (FACT-2555) Add mock for OsHierarchy in OsDetector tests.

    Bogdan Irimie committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    05d2c60 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into FACT-2555

    Bogdan Irimie committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    78f444a View commit details
    Browse the repository at this point in the history
  9. (FACT-2555) Add test for fallback to linux in case no distribution is…

    … detected.
    Bogdan Irimie committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e4be72b View commit details
    Browse the repository at this point in the history
  10. (FACT-2555) Refactor OsDetector tests.

    Bogdan Irimie committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    31fd9d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Merge branch 'master' into FACT-2555

    Bogdan Irimie committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    9e7de71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a4819 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. (FACT-2555) Add mechanism for using os family if no hierarchy can be …

    …detected for OS.
    Bogdan Irimie committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4d98059 View commit details
    Browse the repository at this point in the history
  2. (FACT-2555) Add tests for os_hierarchy.

    Bogdan Irimie committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    25d213a View commit details
    Browse the repository at this point in the history
  3. (FACT-2555) Small refactoring of os detector.

    Bogdan Irimie committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c377f8b View commit details
    Browse the repository at this point in the history
  4. (FACT-2555) Add test for family.

    Bogdan Irimie committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    cae8b56 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. (FACT-2555) Force mount-point data to UTF-8 as it might be ASCI in so…

    …me cases (e.g. when time machine is running on macOS)
    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    8cdf10d View commit details
    Browse the repository at this point in the history
  2. (FACT-2555) Move conversion to UTF-8 in helper.

    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a218ac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b220cd View commit details
    Browse the repository at this point in the history
  4. (FACT-2555) Fix os hierarchy for intermediary nodes. Add tests for in…

    …termediary and root nodes.
    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    228b42f View commit details
    Browse the repository at this point in the history
  5. (FACT-2555) Address PR comments.

    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    5678b28 View commit details
    Browse the repository at this point in the history
  6. (FACT-2555) Move the action we are testing in the block.

    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    436cc69 View commit details
    Browse the repository at this point in the history
  7. (FACT-2555) Improve error handling for os_hierarchy.

    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    783b300 View commit details
    Browse the repository at this point in the history
  8. Revert "(FACT-2555) Add test for filesusyem_helper. Fix existing tests."

    This reverts commit 0b220cd.
    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    11f73f2 View commit details
    Browse the repository at this point in the history
  9. Revert "(FACT-2555) Move conversion to UTF-8 in helper."

    This reverts commit a218ac7.
    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    35b7690 View commit details
    Browse the repository at this point in the history
  10. Revert "(FACT-2555) Force mount-point data to UTF-8 as it might be AS…

    …CI in some cases (e.g. when time machine is running on macOS)"
    
    This reverts commit 8cdf10d.
    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4fed55b View commit details
    Browse the repository at this point in the history
  11. (FACT-2555) Add test for cases that throw exceptions.

    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    e58b0d3 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into FACT-2555

    Bogdan Irimie committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4c95ce4 View commit details
    Browse the repository at this point in the history