-
Notifications
You must be signed in to change notification settings - Fork 355
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
Upstream subscription code sync #5989
Open
M4rtinK
wants to merge
4
commits into
rhinstaller:master
Choose a base branch
from
M4rtinK:master-subscription_code_sync
base: master
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
M4rtinK
temporarily deployed
to
gh-cockpituous
November 11, 2024 15:34
— with
GitHub Actions
Inactive
M4rtinK
changed the title
Master subscription code sync
Upstream subscription code sync
Nov 11, 2024
Make sure we have recent enough RHSM version so that the necessary baseline for Satellite support and other modern subscription features (and Anaconda relevant fixes) are in places. (cherry picked from commit d7bd942) Resolves: RHEL-49661 Related: INSTALLER-3882 Related: INSTALLER-3063
This commit contains basically 3 things: * Satellite support ported for the RHEL 9 branch, adjusted for changes done in upstream since RHEL 9 has been branched * all Satellite support & subscription code fixes from the RHEL 9 branch * removal of entitlement support as entitlements are no longer supported in RHEL 10 & Simple Content Access (SCA) is always used instead (cherry picked from commit 4709e7b) Resolves: RHEL-49661 Related: INSTALLER-3882 Related: INSTALLER-3903
Adjust the GTK GUI for the Subscription code changes: - reflect Satellite being used in the GUI - better UX when Simple Content Access (SCA) is used - drop support for displaying attached entitlements (support for entitlements has been dropped in RHEL 10 system-wide) (cherry picked from commit a006ed0) Resolves: RHEL-49661 Related: INSTALLER-3882 Related: INSTALLER-3903
M4rtinK
force-pushed
the
master-subscription_code_sync
branch
from
November 12, 2024 16:31
d91e08b
to
d533d4c
Compare
M4rtinK
temporarily deployed
to
gh-cockpituous
November 12, 2024 16:31
— with
GitHub Actions
Inactive
Adjust to Satellite support being added & entitlement support being dropped. There were also some changes in how the registration tasks are structured internally & unit tests need to be adjusted for that as well. (cherry picked from commit 7a151a5) Resolves: RHEL-49661 Related: INSTALLER-3882 Related: INSTALLER-3903
M4rtinK
force-pushed
the
master-subscription_code_sync
branch
from
November 12, 2024 17:04
d533d4c
to
566cfe7
Compare
M4rtinK
temporarily deployed
to
gh-cockpituous
November 12, 2024 17:04
— with
GitHub Actions
Inactive
/kickstart-test --testtype smoke |
/kickstart-test --skip-testtypes whatever |
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.
Upstream version of the #5982 PR.
This should sync up all the so-far downstream subscription code changes from downstream to upstream.
Ideally going forward we should try avoiding such de-sync from happening again. :)