fix: resolve merge conflict between Features removal and validation enhancement#24150
Merged
crazywoola merged 38 commits intolanggenius:feat/triggerfrom Aug 19, 2025
Merged
fix: resolve merge conflict between Features removal and validation enhancement#24150crazywoola merged 38 commits intolanggenius:feat/triggerfrom
crazywoola merged 38 commits intolanggenius:feat/triggerfrom
Conversation
Signed-off-by: Yongtao Huang <yongtaoh@gmail.com> Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…s#24052) Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
…ages (langgenius#23992) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: stream <stream@dify.ai> Co-authored-by: Stream <1542763342@qq.com> Co-authored-by: Stream <Stream_2@qq.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
… when score_threshold is 1 (langgenius#24032)
Co-authored-by: Stream29 <36751053+Stream29@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
…ei Cloud RDS (langgenius#24093) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…24110) Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…nius#24127) Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
langgenius#23881) Co-authored-by: shiyun.li973792 <shiyun.li@seres.cn> Co-authored-by: 1wangshu <suewangswu@gmail.com> Co-authored-by: Blackoutta <hyytez@gmail.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
- Preserve file rename from features-trigger.tsx to app-publisher-trigger.tsx - Preserve removal of Features button functionality - Merge upstream validation enhancements (useChecklist, needWarningNodes) - Combine both changes for improved workflow publishing validation
crazywoola
approved these changes
Aug 19, 2025
lyzno1
added a commit
to lyzno1/dify
that referenced
this pull request
Aug 20, 2025
This was referenced Aug 21, 2025
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.
Problem
When merging
upstream/maininto thefeat/triggerbranch, a conflict occurred in the workflow header component due to simultaneous but independent changes:features-trigger.tsxtoapp-publisher-trigger.tsxand removed the Features button functionality (PR Remove workflow features button #24085)features-trigger.tsxby adding checklist validation before workflow publishing (PR fix: validate checklist before publishing workflow #24104)The conflict arose because Git couldn't automatically handle the scenario where one side renamed the file while the other side modified its contents.
Solution
Successfully resolved the conflict by:
features-trigger.tsx→app-publisher-trigger.tsxRiApps2AddLineicon, Button component, andhandleShowFeaturesfunctionChanges Made
Merged from upstream/main (PR #24104):
useEdges,useNodeshooks from reactflowuseChecklisthook for workflow validationCommonEdgeType,CommonNodeTypetype importsonPublishfunction with dual validation:handleCheckBeforePublishPreserved from feat/trigger branch (PR #24085):
FeaturesTrigger→AppPublisherTrigger