Initial release — auto-snapshot on save, manual checkpoint, version h…#827
Merged
undera merged 1 commit intoundera:masterfrom Apr 13, 2026
Merged
Initial release — auto-snapshot on save, manual checkpoint, version h…#827undera merged 1 commit intoundera:masterfrom
undera merged 1 commit intoundera:masterfrom
Conversation
…istory panel, one-click restore, freeze/unfreeze, retention pruning, auto-checkpoint, selective deletion, export, audit log, lock management, dirty indicator, toolbar buttons, settings dialog, self-healing index, storage migration
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.
Hi,
I'd like to submit a new plugin — JVCS (JMX Version Control System) — for inclusion in the repository.
I built this because I kept losing work in JMeter. You tweak a test plan, save over it, realise the previous version was better — and it's gone. Undo doesn't survive across sessions, and most QA teams I've worked with don't put .jmx files in Git. JVCS adds local version control directly inside JMeter, so you never lose a previous state again.
What it does:
Why it's useful:
Plugin is on Maven Central (io.github.sagaraggarwal86:jmx-version-control-system:v1.1.0), Apache 2.0 licensed, and targets JMeter 5.6.3 / Java 17.
Happy to answer any questions or make adjustments to the entry.
