-
Notifications
You must be signed in to change notification settings - Fork 105
Server Side Actions #1665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
While this is being discussed, here's another thought. I've wondered about whether actions should be segregated into user provided actions and system provided actions, with user actions taking precedence. System provided actions could be refreshed at any time as new features are added but this would not alter any existing user actions. As far as I know there is currently no way to pick up new actions, other than creating a new connection or editing settings.json. Possibly the extension has matured enough that new actions will be fairly infrequent. |
I want to add my own actions that are not based on the default actions. We use Rocket Aldon CMS and I can perform command actions on members with that product. I have built several actions over these Aldon commands but I have no simple way of passing these on to other developers. Not all developers want all of my actions. I also set up actions for other development tools we have. I tried using the workspace folder ./.vscode/actions.json but those actions do not work for normal QSYS member filters. Would it it be plausible to have a actions.json in the users home IFS folder (as defined in the connection settings) that loads these custom actions? |
I am surprised that there has not been more interest in having shareable actions, aka (I think) server side actions. Especially now that bigger shops are becoming users. There are a couple of issues that seem to relate: #1804 and #1805, but apparently have died, perhaps through lack of interest. If there is renewed interest, then perhaps a new Discussion should be started to guage interest and what user need/would like. (There was some discussion on this on the Ryver IDEs and Editors forum in the poll of October, 2024, at 5:01 pm. Unfortunately, I can't for now figure out how provide a link to Ryver. Perhaps conduct such a poll in Discussions?) |
I tried writing my own extension to add my own actions for others but I have not been able achieve this, if it is even possible for developers using the Code4i extension. |
It'd be cool if we had server side actions, which means instead of storing an action on the client, we store it (and edit it) on the server so all users can have access to it.
Things to determine: where do we store this data?
There are probably more reasons, but this would be a killer feature.
Server side actions would only work for
member
,streamfile
andobject
types not [local]file
.The text was updated successfully, but these errors were encountered: