-
Notifications
You must be signed in to change notification settings - Fork 45
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
#683 updated for v3.x/staging #739
Open
MarkAckert
wants to merge
26
commits into
feature/zwegener
Choose a base branch
from
user/markackert/zwegener-v3
base: feature/zwegener
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: James Struga <[email protected]>
Setup zss for v3
Signed-off-by: James Struga <[email protected]>
Signed-off-by: James Struga <[email protected]>
Signed-off-by: James Struga <[email protected]>
Merge v2 into v3
Signed-off-by: 1000TurquoisePogs <[email protected]>
Default zss to 64 bit for v3
Signed-off-by: James Struga <[email protected]>
Update v3 staging
Signed-off-by: Martin Zeithaml <[email protected]>
Signed-off-by: Martin Zeithaml <[email protected]>
Signed-off-by: Martin Zeithaml <[email protected]>
Signed-off-by: Martin Zeithaml <[email protected]>
Signed-off-by: Martin Zeithaml <[email protected]>
Do not log into `zowe.runtimeDirectory`
Signed-off-by: 1000TurquoisePogs <[email protected]>
Sync v3 with v2 staging
Signed-off-by: James Struga <[email protected]>
Update zowe-common-c pointer
This commit removes a large (~100MB) video file which was added for educational purposes, but would probably better belong on a proper streaming platform. Signed-off-by: Irek Fakhrutdinov <[email protected]>
Remove a large video file
To decrease the ZIS LPA footprint, ZIS will use the module registry for its plug-in modules. When not in dev mode, ZIS will use the module registry API for adding plug-in modules to the LPA, and if a module is already registered, ZIS will reuse the existing LPA info. In dev mode, ZIS will load its own copy of plug-in modules to the LPA, just as it does now. Signed-off-by: Irek Fakhrutdinov <[email protected]>
Utilize the module registry
Signed-off-by: MarkAckert <[email protected]>
Signed-off-by: MarkAckert <[email protected]>
Looked good in upstream PR build, changing base to 683. Passed zowe-install-packaging#4107 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge this into #683 before v3.x/staging once it's been validated.