chore: full workflow toolset - #5
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (14)
📝 WalkthroughWalkthroughThe PR replaces the workflow exporter with a GHL Workflow Backup extension. It adds workflow export and import flows, deterministic ZIP support, authenticated API operations, a new popup interface, updated documentation, and an image lineage record. ChangesWorkflow backup and restore
Image lineage record
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Operator
participant Popup
participant WorkflowAgent
participant HighLevelAPI
participant ZIPArchive
Operator->>Popup: Select export or import operation
Popup->>WorkflowAgent: Probe location and authentication
WorkflowAgent->>HighLevelAPI: Request workflow data
HighLevelAPI-->>WorkflowAgent: Return workflow data
WorkflowAgent-->>Popup: Return workflow results
Popup->>ZIPArchive: Build or read backup archive
Popup->>WorkflowAgent: Import selected workflow
WorkflowAgent->>HighLevelAPI: Create or update workflow and triggers
HighLevelAPI-->>WorkflowAgent: Return restore result
WorkflowAgent-->>Popup: Report success or failure
Suggested reviewers: Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
ghl-workflow-exporterwithghl-workflow-tools— the fuller MV3 extension (background agent, popup UI, zip/unzip helpers for workflow import/export, icons)library/(png/jpg/lineage.json)Notes
main(CodeQL action Dependabot bumps from chore(deps): bump github/codeql-action/init from 3.30.1 to 4.37.7 #2–chore(deps): bump github/codeql-action/analyze from 3.30.1 to 4.37.7 #4 don't overlap — this commit doesn't touch workflow files)CODEQL_ENABLEDsetSummary by CodeRabbit
New Features
Documentation
Refactor