Conversation
…flow (#2281) - Added DeviceAgentAuthService to handle device authentication, including generating and exchanging authorization codes. - Implemented device registration logic with and without serial numbers, ensuring proper organization validation. - Created new DTOs for device registration, check-in, and authorization code exchange. - Updated DeviceAgentController to include endpoints for generating auth codes, registering devices, and checking in. - Introduced proxy functionality in the portal to forward device-agent requests to the NestJS API, enhancing security and session management. - Enhanced error handling and validation across new features, ensuring robust API interactions. Tests included for all new functionalities to ensure reliability and maintainability. Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
…gent-release.yml (#2283) - Simplified the extraction logic for CodeSignTool by directly searching for the jar file within the extracted directory, eliminating the need for an intermediate directory variable. - Enhanced error handling to ensure the jar file is found after extraction, improving the reliability of the workflow. Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* fix(workflow): streamline CodeSignTool extraction process in device-agent-release.yml - Simplified the extraction logic for CodeSignTool by directly searching for the jar file within the extracted directory, eliminating the need for an intermediate directory variable. - Enhanced error handling to ensure the jar file is found after extraction, improving the reliability of the workflow. * chore(workflow): add workflow_dispatch trigger to device-agent-release.yml - Introduced a workflow_dispatch event to allow manual triggering of the device-agent-release workflow, enhancing flexibility in deployment processes.
* fix(workflow): streamline CodeSignTool extraction process in device-agent-release.yml - Simplified the extraction logic for CodeSignTool by directly searching for the jar file within the extracted directory, eliminating the need for an intermediate directory variable. - Enhanced error handling to ensure the jar file is found after extraction, improving the reliability of the workflow. * chore(workflow): add workflow_dispatch trigger to device-agent-release.yml - Introduced a workflow_dispatch event to allow manual triggering of the device-agent-release workflow, enhancing flexibility in deployment processes. * fix(workflow): correct error message formatting in device-agent-release.yml - Updated the error message for signature verification failure to use a single hyphen instead of a double hyphen, improving consistency in output formatting. --------- Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* fix(workflow): streamline CodeSignTool extraction process in device-agent-release.yml - Simplified the extraction logic for CodeSignTool by directly searching for the jar file within the extracted directory, eliminating the need for an intermediate directory variable. - Enhanced error handling to ensure the jar file is found after extraction, improving the reliability of the workflow. * chore(workflow): add workflow_dispatch trigger to device-agent-release.yml - Introduced a workflow_dispatch event to allow manual triggering of the device-agent-release workflow, enhancing flexibility in deployment processes. * fix(workflow): correct error message formatting in device-agent-release.yml - Updated the error message for signature verification failure to use a single hyphen instead of a double hyphen, improving consistency in output formatting. * fix(workflow): update CodeSignTool directory extraction in device-agent-release.yml - Modified the directory extraction logic for CodeSignTool to reference the parent directory, improving the accuracy of the path used in the workflow. --------- Signed-off-by: Mariano Fuentes <marfuen98@gmail.com>
PR SummaryMedium Risk Overview Updates the portal to proxy legacy device-agent routes to the API ( Release pipeline is adjusted to pass Written by Cursor Bugbot for commit cc85922. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
|
🎉 This PR is included in version 3.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.