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

Add changes to persist agent_group information and perform file download requests #224

Merged

Commits on Oct 17, 2024

  1. feat: adds the capability to AgentInfo to persist agent_group informa…

    …tion in the agent_info.db database (inside a new table, the agent_group table).
    Nicogp committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a3ce384 View commit details
    Browse the repository at this point in the history
  2. feat: adds the ReadToFile method in the HttpSocket and HttpsSocket cl…

    …asses to read the request response and store it in a file.
    Nicogp committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5e3d0ba View commit details
    Browse the repository at this point in the history
  3. feat: adds the PerformHttpRequestDownload method in the HttpClient cl…

    …ass to make a request and download a file.
    Nicogp committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    58ffcc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76cf915 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1557bc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e06b02 View commit details
    Browse the repository at this point in the history
  7. fix: unifies the functions for saving and retrieving groups in the Ag…

    …entInfoPersistance class.
    Nicogp committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fa6b031 View commit details
    Browse the repository at this point in the history
  8. fix: create a function to avoid duplicate code in the ReadToFile meth…

    …ods of the HttpSocket and HttpsSocket classes.
    Nicogp committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6952900 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4ff61a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6976c1 View commit details
    Browse the repository at this point in the history
  11. feat: adds the GetGroupConfigurationFromManager method to the Communi…

    …cator class to perform group file download requests.
    Nicogp committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8dfcd92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    277505b View commit details
    Browse the repository at this point in the history