-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add changes to persist agent_group information and perform file download requests #224
Commits on Oct 17, 2024
-
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).
Configuration menu - View commit details
-
Copy full SHA for a3ce384 - Browse repository at this point
Copy the full SHA a3ce384View commit details -
feat: adds the ReadToFile method in the HttpSocket and HttpsSocket cl…
…asses to read the request response and store it in a file.
Configuration menu - View commit details
-
Copy full SHA for 5e3d0ba - Browse repository at this point
Copy the full SHA 5e3d0baView commit details -
feat: adds the PerformHttpRequestDownload method in the HttpClient cl…
…ass to make a request and download a file.
Configuration menu - View commit details
-
Copy full SHA for 58ffcc7 - Browse repository at this point
Copy the full SHA 58ffcc7View commit details -
test: fix test, adds mocks for added methods (ReadToFile and PerformH…
…ttpRequestDownload)
Configuration menu - View commit details
-
Copy full SHA for 76cf915 - Browse repository at this point
Copy the full SHA 76cf915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1557bc9 - Browse repository at this point
Copy the full SHA 1557bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e06b02 - Browse repository at this point
Copy the full SHA 5e06b02View commit details -
fix: unifies the functions for saving and retrieving groups in the Ag…
…entInfoPersistance class.
Configuration menu - View commit details
-
Copy full SHA for fa6b031 - Browse repository at this point
Copy the full SHA fa6b031View commit details -
fix: create a function to avoid duplicate code in the ReadToFile meth…
…ods of the HttpSocket and HttpsSocket classes.
Configuration menu - View commit details
-
Copy full SHA for 6952900 - Browse repository at this point
Copy the full SHA 6952900View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ff61a - Browse repository at this point
Copy the full SHA b4ff61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6976c1 - Browse repository at this point
Copy the full SHA e6976c1View commit details -
feat: adds the GetGroupConfigurationFromManager method to the Communi…
…cator class to perform group file download requests.
Configuration menu - View commit details
-
Copy full SHA for 8dfcd92 - Browse repository at this point
Copy the full SHA 8dfcd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 277505b - Browse repository at this point
Copy the full SHA 277505bView commit details