zetane / ZetaForge

Open source AI platform for rapid development of advanced AI and AGI pipelines.
https://zetane.com/zetaforge
GNU Affero General Public License v3.0
92 stars 11 forks source link

"Added generatePipelineId function to blockUtils and updated Drawflow… #195

Closed TeerthaDeb closed 2 months ago

TeerthaDeb commented 2 months ago

…Wrapper to use it to generate a new ID for pipelines"

sentry-io[bot] commented 2 months ago

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: frontend/src/components/ui/DrawflowWrapper.jsx

Function Unhandled Issue
dropPipeline TypeError: Cannot read properties of undefined (reading 'information') generateId...
Event Count: 1 Affected Users: 1
dropPipeline ReferenceError: generatePipelineId is not defined dropPipeline(src/components/ui/DrawflowWrapper...
Event Count: 1 Affected Users: 1
📄 File: frontend/src/utils/blockUtils.js (Click to Expand) | Function | Unhandled Issue | | :------- | :----- | | **`generateId`** | [**TypeError: Cannot read properties of undefined (reading 'information')**](https://zetane-systems.sentry.io/issues/5716695724/?referrer=github-open-pr-bot) generateId...
`Event Count:` **1** `Affected Users:` **1** |

Did you find this useful? React with a 👍 or 👎

jmagoon commented 2 months ago

This MR looks good, I'm merging it into f/deploy for testing how it affects pipeline history and will merge it with that