Is it possible to modify the request data without modifying the actual file? #283
nathanpovo
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi @nathanpovo you are not doing anything wrong here - its just the way Voiden has been designed so far. We wanted But I think a locking feature at the project level (by default) its off , and can be locked at the user level. Can be quite beneficial to avoid accidental commits for changes that occur during testing. Check out this video to see how that would work. Let me know if you have any other ideas or thoughts. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the git-friendly nature of the project, I am not sure if I'm doing something wrong but I wish to use Voiden in a team environment and commit the
voidfiles into our mono repo. Whenever I change a value in any of the data blocks (JSON, XML, Query params, etc), thevoidfile is updated and it shows up in the git changes.Is there any way around this?
Changing the data to send out a new request is normal and it means that we might accidentally commit the changes to the git repo.
Below you can see the changes to the
voidfile after I created the sample Voiden project, committed all the original files to a git repository, then modified one of the query params in a "Query Table" block:Original file (note that there aren't any changes in the source control tracker)
File when the request data is modified
Beta Was this translation helpful? Give feedback.
All reactions