Skip to content

feat: multi-user editing safety - #14903

Draft
Cristhianzl wants to merge 2 commits into
release-1.13.0from
cz/multiple-edit
Draft

feat: multi-user editing safety#14903
Cristhianzl wants to merge 2 commits into
release-1.13.0from
cz/multiple-edit

Conversation

@Cristhianzl

@Cristhianzl Cristhianzl commented Sep 1, 2026

Copy link
Copy Markdown
Member

Today nothing protects a flow from being edited by two people at once. Every save rewrites the whole graph, so whoever saves last silently wins and the other person's work is gone — no warning, no conflict, no way to tell it happened.

This pull request covers the work to close that gap: make it safe for more than one person to work on the same flow, and make sure nobody loses work they cannot get back.

Work in progress. It lands in stages, and the scope will keep evolving as we build — this description will be updated as it settles.

@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the enhancement New feature or request label Sep 1, 2026
@Cristhianzl Cristhianzl changed the title feat: add multi edit fix(frontend): autosave only on user edits Sep 1, 2026
@github-actions github-actions Bot added bug Something isn't working and removed enhancement New feature or request labels Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

@Cristhianzl Cristhianzl changed the title fix(frontend): autosave only on user edits feat: multi-user editing safety Sep 1, 2026
@github-actions github-actions Bot added enhancement New feature or request and removed bug Something isn't working labels Sep 1, 2026
@github-actions github-actions Bot added enhancement New feature or request and removed enhancement New feature or request labels Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants