Yaroslav Shepilov

Results 21 issues of Yaroslav Shepilov

At the moment all the parameters are passed to a script via common line arguments (e.g. my_script.sh -param1 ABC -param2 DEF) And during script execution, a user can input text...

feature
resolved

When there is a commit to master, a new dev release is built: https://github.com/bugy/script-server/releases/tag/dev However the date of release remains the same, as when the first release was created (at...

resolved
infrastructure

Hi, I'm trying to add a non-exported 3rd party class to global scope, using rewire The class looks like this: https://github.com/Dogfalo/materialize/blob/v1-dev/js/component.js I'm doing it this way: ``` const ComponentModule =...

Now, all the scheduled executions stay open, until user sees them. If a script runs quite often, it causes a lot of tabs, which a user should check, which is...

feature

Many scripts don't expect user input during runtime, so it would be nice to disable an input field. Some problems with this input: 1. It's a bit confusing (asking for...

feature

At the moment, script server supports default value, which can be initialized by a script, e.g. `"default": { "script": "echo 123" }` will set default to 123 However, for a...

feature
resolved

If there is a dependent parameter, which is based on another parameter and a script, it is loaded twice, if another parameter has a default value. E.g.: ``` { "name":...

bug
resolved

Steps to reproduce: 1. Create parameter `parent1` 2. Create parameters `child1` and `child2`, with a `"type": "list"` and `"values": { "script": "some_script.sh ${parent1}" }` 3. This `some_script.sh` should provide the...

bug
resolved

From https://github.com/bugy/script-server/issues/218#issuecomment-1470284647 @MNeill73: > is there a possibility to extend this to the login page? In my case, I have a script that dumps the status of multiple environments, I'd...

feature

Based on https://github.com/bugy/script-server/issues/171#issuecomment-1466396065

infrastructure