1000TurquoisePogs
1000TurquoisePogs
UI WIP at https://github.com/zowe/zlux-file-explorer/pull/144
Because you can't create a VSAM through the API being used, its implied this doesnt support VSAM but I guess we could document it somewhere? Not sure, it may be...
Can be closed when https://github.com/zowe/zlux-file-explorer/pull/170is merged.
https://github.com/zowe/db-browser-db2 was supposed to be a plugin to db-browser, but it doesnt appear to be able to be removed, because it is added as an import statement https://github.com/zowe/db-browser/blob/master/pluginDefinition.json#L30 in a...
Apparently both the editor and explorer can see the alias but can't click it.
I know the editor uses the zss api which does a simple 'fopen' on a dataset to read it, not very advanced. https://github.com/zowe/zss/blob/v2.x/staging/c/datasetjson.c#L234 If we did metadata lookup first, we...
updates in the linked ticket.
In v2 and late versions of v1, we have a property within the JSON files in the plugins directory called "relativeTo" that is supposed to point to an environment variable...
Here's the code (configmgr edition) that is involved in creating the files https://github.com/zowe/zlux-app-server/blob/v2.x/staging/bin/init/plugins-init.js#L38-L60 This runs during the configure phase of app-server.
And here's the non-configmgr code https://github.com/zowe/zlux-app-server/blob/v2.x/staging/bin/init/plugins-init.sh#L33-L47