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

OS description attribute detector #1840

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    709c79f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f832b05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fec276b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6b5c38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aee4447 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49b9089 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e971536 View commit details
    Browse the repository at this point in the history
  8. Added/updated documentation headers for *nix implementation of osDesc…

    …ription and related functions
    nelsonghezzi committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    436fcc0 View commit details
    Browse the repository at this point in the history
  9. Changelog update

    nelsonghezzi committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    ab57861 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2f72c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7f2ed0 View commit details
    Browse the repository at this point in the history
  12. Extracted common function getFirstAvailableFile to read the first ava…

    …ilable file from a list of candidates
    nelsonghezzi committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    01e0dfe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8dee3b9 View commit details
    Browse the repository at this point in the history
  14. Changelog update

    nelsonghezzi committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    5916293 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    980c1fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2b5d38f View commit details
    Browse the repository at this point in the history
  17. Renamed restoreProcessAttributesProviders test helper function

    The function restoreProcessAttributesProviders was renamed to simply
    restoreAttributesProviders to better reflect its broader scope, which
    not only applies to process attribute's providers.
    nelsonghezzi committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    866d3d3 View commit details
    Browse the repository at this point in the history
  18. Fixed os_linux.go overriding build tags defined inside the file

    The suffix on os_linux.go was overriding the build tags already defined
    in that file. The file was renamed to os_release_unix.go, reflecting
    the main function defined in the file.
    
    For consistency, os_darwin.go was renamed to os_release_darwing.go, as
    its primary purpose is to also define the osRelease function.
    nelsonghezzi committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    8405d78 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    55b8c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256e537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc7c4d9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    d056927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be6b1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1aba90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4627208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bb7e6a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    b14ed7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    725d90f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d0fbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de1f693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    885e118 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b56ad85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c68d0be View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    a03512d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0e0b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    357c706 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

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

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    e7b8538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258e879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c31cfc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5698880 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Asserts there's no error when opening registry key for testing

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    nelsonghezzi and pellared authored May 26, 2021
    Configuration menu
    Copy the full SHA
    8d67eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    983e5b3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    3595fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fcffa View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

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

Commits on Jun 3, 2021

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

Commits on Jun 10, 2021

  1. Fix typo

    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    nelsonghezzi and MrAlias authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    832606a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d797a6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42f424 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Fixed typo on osRelease documentation header

    Co-authored-by: Chris Bandy <bandy.chris@gmail.com>
    nelsonghezzi and cbandy authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    791e058 View commit details
    Browse the repository at this point in the history
  2. Fixed typo on test case name for ParsePlistFile tests

    Co-authored-by: Chris Bandy <bandy.chris@gmail.com>
    nelsonghezzi and cbandy authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2bf1370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1539fb View commit details
    Browse the repository at this point in the history
  4. Linter fix in changelog

    nelsonghezzi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    eeac5d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9322a9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd6fcde View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    1ce3654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea07b21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f94b783 View commit details
    Browse the repository at this point in the history
  4. Handled optionality of DisplayVersion registry key.

    For example, CI machine runs on:
    Windows Server 2019 Datacenter (1809) [Version 10.0.17763.1999]
    
    So, to not add an extra white space due to missing DisplayVersion,
    this value is checked to be not empty, and only in such case a
    trailing space is added for that component.
    nelsonghezzi committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    0846d68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c33a6e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    739b468 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0ab941 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b100dac View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

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

Commits on Jul 8, 2021

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