-
Notifications
You must be signed in to change notification settings - Fork 797
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
fix: saving workflow + feat: skeleton, do not reload page on delete, etc #3015
Conversation
…use common ui components
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@coderabbitai summary |
📝 WalkthroughWalkthroughThis pull request introduces comprehensive changes to the workflow management system in the Keep UI. The modifications span multiple components and files, focusing on improving data fetching, state management, and user interface for workflows. Key changes include server-side data retrieval for workflow details, introducing new components like Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (26)
Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Docstrings generation was requested by @Kiryous. * #3015 (comment) The following files were modified: * `keep-ui/entities/workflows/model/useWorkflowActions.ts` * `keep-ui/shared/api/workflows.ts` * `keep-ui/shared/lib/provider-utils.ts` * `keep/api/routes/workflows.py`
Note We have generated docstrings for this pull request, at #3016 |
Signed-off-by: Tal <tal@keephq.dev>
# Conflicts: # keep-ui/app/(keep)/workflows/workflow-tile.tsx
…o fix/3014-workflow-saving # Conflicts: # keep-ui/app/(keep)/workflows/workflow-tile.tsx
…t, add saving indicator
…o fix/3014-workflow-saving
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3015 +/- ##
==========================================
- Coverage 43.44% 43.07% -0.38%
==========================================
Files 165 166 +1
Lines 16318 16655 +337
==========================================
+ Hits 7090 7174 +84
- Misses 9228 9481 +253 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm generally, left 1 comment and not sure i understand the getWorkflowWithRedirectSafe
. Worth adding a few docstring to these functions and why we need them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Closes #3014
WorkflowBreadcrumbs
andWorkflowOverviewSkeleton
useWorkflowActions()