fix: added fix for git pull issue for packages#41389
Merged
sondermanish merged 1 commit intoreleasefrom Nov 17, 2025
Merged
Conversation
Contributor
WalkthroughThe change modifies Changes
Sequence DiagramsequenceDiagram
participant Flow as Reactive Chain
participant Import as importArtifact()
participant DB as Data Store
participant Publish as publishArtifact()
Flow->>Import: Import branched artifact
Import-->>Flow: Return imported artifact
rect rgb(240, 248, 255)
Note over Flow,DB: New re-fetch step
Flow->>DB: getArtifactById(id, null)
DB-->>Flow: Fresh artifact instance
end
Flow->>Publish: Publish re-fetched artifact
Publish-->>Flow: Continue with analytics
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
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. Comment |
subrata71
approved these changes
Nov 17, 2025
Failed server tests
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Tip
Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team).
Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR.
Fixes #
Issue Numberor
Fixes
Issue URLWarning
If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.
Automation
/ok-to-test tags="@tag.Git"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/19427681426
Commit: 0424207
Cypress dashboard.
Tags:
@tag.GitSpec:
Mon, 17 Nov 2025 12:08:48 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit