-
Notifications
You must be signed in to change notification settings - Fork 73
Config viewable for running pipelines #1620
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughA read-only mode has been introduced for the pipeline configuration form. The Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant FlowsPage
participant ActionsMenu
participant OrchestratePage
participant FlowCreate
User->>FlowsPage: Clicks "View" on a pipeline
FlowsPage->>ActionsMenu: Opens menu with view option
ActionsMenu->>FlowsPage: Calls handleViewConnection
FlowsPage->>OrchestratePage: Sets crudVal = 'read', selectedFlowId
OrchestratePage->>FlowCreate: Renders FlowCreate with readonly=true
User->>FlowCreate: Views configuration (inputs disabled)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Assessment against linked issues
Assessment against linked issues: Out-of-scope changesNo out-of-scope changes found. Possibly related PRs
Suggested reviewers
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (1)src/components/Flows/FlowCreate.tsx (1)Learnt from: himanshudube97 🔇 Additional comments (10)
✨ Finishing Touches
🧪 Generate unit tests✅ Copyable Unit Test edits generated.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1620 +/- ##
==========================================
- Coverage 76.00% 75.91% -0.09%
==========================================
Files 101 101
Lines 7688 7702 +14
Branches 1855 1864 +9
==========================================
+ Hits 5843 5847 +4
- Misses 1731 1740 +9
- Partials 114 115 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@himanshudube97, I am facing some issues in getting the state of whether the pipeline is running. I have pushed one way, but it is not working as expected. when you get free, please look into this. |
|
Note Unit test generation is an Early Access feature. Expect some limitations and changes as we gather feedback and continue to improve it. Generating unit tests... This may take up to 20 minutes. |
Fixes: #1615
Summary by CodeRabbit
New Features
Bug Fixes