Re: [I] Update ShepherdService to support new adapter generation workflow
tenthe closed issue #4112: Update ShepherdService to support new adapter generation workflow URL: https://github.com/apache/streampipes/issues/4112 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Update ShepherdService to support new adapter generation workflow
alisha-1000 commented on issue #4112: URL: https://github.com/apache/streampipes/issues/4112#issuecomment-3836853902 Hi @tenthe, I’ve opened a PR that updates the adapter creation tour to include the new event transform script step and align it with the current adapter generation workflow: PR: #4147 The change updates `ui/src/app/services/tour/adapter-tour.constants.ts` and reuses existing `data-cy` selectors as suggested. Happy to make any adjustments if needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Update ShepherdService to support new adapter generation workflow
tenthe commented on issue #4112: URL: https://github.com/apache/streampipes/issues/4112#issuecomment-3835336633 Hi @alisha-1000, thanks for the clarification questions. In the adapter creation workflow, a new step was added that allows users to transform the event using a script. The existing adapter creation tour has not been updated to cover this new functionality. Please run the tour until it fails (see screenshot): https://github.com/user-attachments/assets/b1d94a50-b2c2-499e-a946-b75dc0fb66f2"; /> The relevant code can be found in `ui/src/app/services/tour/adapter-tour.constants.ts`. When updating the tour, please use the existing `data-cy` selectors where possible. These are used by Cypress for automated tests and can also be used to identify UI elements. If you have any questions, feel free to ask. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Update ShepherdService to support new adapter generation workflow
alisha-1000 commented on issue #4112: URL: https://github.com/apache/streampipes/issues/4112#issuecomment-3830824245 Hi @tenthe, thanks for opening this issue. I’d like to take a look at updating the ShepherdService to align with the new adapter generation workflow. Before starting, I wanted to clarify a few things to ensure I’m aligned with the intended approach: Are there specific changes in the adapter generation workflow that ShepherdService currently does not support? Is the incompatibility mainly related to UI flow, API changes, or both? Are there any existing references or components that already support the new workflow and could be reused here? Once clarified, I’d be happy to work on a PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[I] Update ShepherdService to support new adapter generation workflow
tenthe opened a new issue, #4112: URL: https://github.com/apache/streampipes/issues/4112 ### Body The ShepherdService used for tutorials is not compatible with the new adapter generation workflow and must be updated accordingly. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
