0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
import compress/decompress as named zlib_* functions More... about 12 years ago
Add titled border around ui More... about 12 years ago
add better error handling around applying rules to parameter values More... about 12 years ago
Add url and gzip encoding More... about 12 years ago
add comments to describe what we're doing with parameters More... over 12 years ago
remove rules property setter on ParameterProcessingRulesTable More... over 12 years ago
fix bug -- can't actually replace table data way previously done More... over 12 years ago
attempt to deserialize requests when content-type set to application/octet-stream More... over 12 years ago
add comments to code, trim whitespace More... over 12 years ago
Change default parameter type value to PARAM_BODY More... over 12 years ago
Get rules via a property getter/setter More... over 12 years ago
ensure rules survive extension reloads More... over 12 years ago
update readme to include notes about url/form parameter support More... over 12 years ago
Add ui code More... over 12 years ago
add ui that supports pre and post processing of selected request parameters More... over 12 years ago
fix bug, setting processed parameter to unused variable value instead of body More... over 12 years ago
Add logic for supporting deserializing protos in request parameters More... over 12 years ago
don't need to do this step anymore, already handled dynamically More... over 12 years ago
don't make this an IContextMenuFactory... only load right-click menus on the protobuf editor tab More... over 12 years ago
only add Deserialize As menu if any protos are loaded More... over 12 years ago
add Lib directory to sys.path dynamically More... over 12 years ago
fix up jython link More... over 12 years ago
add prereq of Jython2.7+ More... over 12 years ago
remove trailing whitespace More... over 12 years ago
add new line in error message More... over 12 years ago
print an error and traceback to stderr if a compile + import failed More... over 12 years ago
recursively import proto files within directories if directory is selected More... over 12 years ago
recursively select all protobuf message types in all imported modules (not just the selected one) More... over 12 years ago
Fix up importing a compiled protobuf files In case we attempt to import a _pb2.py directly, we overlooked any potential dependent imports it relied on (which we subsequently overlooked to copy over into the new temporary directory as well). Rather than copying these over, we attempt to just import them directly with an updated PYTHONPATH. More... over 12 years ago
only add a module if compile_and_import_proto returned one More... over 12 years ago