-
Notifications
You must be signed in to change notification settings - Fork 39
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
[WIP] Adds ZSS dataservice to the App Store #541
base: new/system-app/app-store
Are you sure you want to change the base?
Conversation
8048f97
to
eaec139
Compare
Can I get some more context? What is the App Store? Why is it controlled by a ZSS data service? |
Sorry for the lack of context in the PR details. Actually the changes are related to the App Store @sidmohanty11 and me are developing for our summer OperMainframe Mentroship Project under @DivergentEuropeans as our mentor. The App Store is supposed to be installed on the zowe desktop responsible for installing various different plugins and components such as JES Explorer, Zlux file explorer, sample angular app , etc to ease up the user experience.
In order to install plugins on a mainframe system we will be using SYSTEM CALL to exec the command necessary for installing the plugins. For this the "ZWE Commands" will be mainly responsible for installing / searching the required plugin. In order to facilitate the above thing, the zss dataservice is mainly responsible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bash-4.3$ ./build.sh
WARNING CCN3280 ../../c/appStoreDataService.c:87 Function argument assignment between types "char*" and "char**" is not allowed.
WARNING CCN3068 ../../c/appStoreDataService.c:119 Operation between types "char*" and "int" is not allowed.
WARNING CCN3196 ../../c/appStoreDataService.c:175 Initialization between types "struct jsonPrinter_tag*" and "int" is not allowed.
IEW2456E 9207 SYMBOL writeSuccess UNRESOLVED. MEMBER COULD NOT BE INCLUDED
FROM THE DESIGNATED CALL LIBRARY.
FSUM3065 The LINKEDIT step ended with return code 8.
Compile finished with rc=3
Signed-off-by: Priyansh61 <[email protected]>
Signed-off-by: Priyansh61 <[email protected]>
Signed-off-by: Priyansh61 <[email protected]>
b8bae57
to
17cb912
Compare
Proposed changes
The PR adds the necessary Zss Server for the app store to create a dataservice that can help install plugins on the mainframe system.
This PR addresses Issue: NA
This PR depends upon the following PRs:
Type of change
Please delete options that are not relevant.
PR Checklist
Please delete options that are not relevant.
Testing
Further comments