Thim

Results 52 issues of Thim

Hi Reddec, The Web UI & REST API is a very valuable for viewing and managing the supervisor services but it is also very public, if you want to be...

feature request

Hi Reddec, Another idea, the REST API now exposes per instance the config and status. ``` /instance/{name}: get: summary: Get instance config and status ``` This is very usefull from...

feature request

Hi Reddec, It would be interesting to automatically restart a service application when a file is modified or if there are changes in a directory or its subdirectories: Example file...

feature request

If you want to use this new feature, I have provided a forked NPM package version that contains the feature: Replace in your packages.json: ``` "dependencies": { "postman-to-k6": "^1.5.0" }...

If you want to use this new enhancement, I have provided a forked NPM package version that contains the feature: Replace in your packages.json: ``` "dependencies": { "postman-to-k6": "^1.5.0" }...

Fixes a bug that when using the --skip-pre/--skip-post options was passed, the converter did not remove the pre-request/post-request scripts at the collection or folder level.

Fix for unwanted encoding of Postman variables in query string, but keep support for "space". In https://github.com/k6io/postman-to-k6/pull/93, we introduced `URI.encodeReserved(feature.address.query())` to leverage encoding of query string to handle spaces/+ properly....

Currently the package supports 3 random Postman functions. ``` /* Version 4 GUID */ guid() { return guid(); }, /* Random integer [0,1000] */ randomInt() { return Math.floor(Math.random() * 1001);...

Added option to generate a K6 JSON summary through the handleSummary() callback.

"additionalProperties: false" on the request body, would mean that only the specified properties would be accepted by the API. This feature would allow Portman to fuzz the request body object,...

new feature