forked from candlepin/subscription-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Establish atix main #1
Open
sbernhard
wants to merge
95
commits into
atix-main
Choose a base branch
from
establish_atix_main
base: atix-main
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
sbernhard
force-pushed
the
establish_atix_main
branch
2 times, most recently
from
July 29, 2024 16:11
3c763fd
to
4dd4dd3
Compare
* Obtain the VM Name from the instance metadata API * Obtain the Resource Group Name from the instance metadata API * These items will improve deduplication logic within Subscription Watch metering
sbernhard
force-pushed
the
establish_atix_main
branch
2 times, most recently
from
August 1, 2024 11:12
44a22b9
to
1b10d0b
Compare
* Card ID: CCT-654 Since the feature is not completed yet, we're disabling it client-side.
sbernhard
force-pushed
the
establish_atix_main
branch
from
August 1, 2024 13:40
36239ee
to
209bcf1
Compare
- update metadata and test.
…-facts Collect Azure VM Name and Resource Group Name as a cloud fact.
sbernhard
force-pushed
the
establish_atix_main
branch
from
August 2, 2024 15:46
eb18d10
to
752175a
Compare
m-bucher
reviewed
Aug 2, 2024
…le-autoreg/el10 feat: Disable anonymous cloud registration temporarily
The installation instructions now support RHEL in addition to Fedora. The guide has been tested on RHEL 9.2. There are small touches to the commands in INSTALL.md too: * PYTHONPATH is not a shell command, it doesn’t require explicit ./ for the current directory. * An alias pointing to the python executable in the virtual environment makes it work without having to activate it. The testing guide explicitly mentions requirements in the test-requirements.txt file and discourages from using ./setup.py test. Card IDs: * CCT-655 * CCT-656
sbernhard
force-pushed
the
establish_atix_main
branch
4 times, most recently
from
August 8, 2024 23:05
67d9abb
to
9273491
Compare
* Card ID: CCT-612
…nly-registration feat: Require SCA for registration
Currently translated at 100.0% (692 of 692 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (692 of 692 strings) Translated using Weblate (Korean) Currently translated at 100.0% (692 of 692 strings) Translated using Weblate (Korean) Currently translated at 100.0% (692 of 692 strings) Translated using Weblate (Korean) Currently translated at 100.0% (692 of 692 strings) Co-authored-by: 김인수 <[email protected]> Translate-URL: https://translate.fedoraproject.org/projects/subscription-manager/subscription-manager-main/ja/ Translate-URL: https://translate.fedoraproject.org/projects/subscription-manager/subscription-manager-main/ko/ Translation: subscription-manager/subscription-manager-main
Currently translated at 61.7% (427 of 692 strings) Co-authored-by: Aleksey Fedorov <[email protected]> Translate-URL: https://translate.fedoraproject.org/projects/subscription-manager/subscription-manager-main/ru/ Translation: subscription-manager/subscription-manager-main
Created by command: /usr/bin/tito tag --use-version=1.30.0
- call the cloud endpoint without the new version, and with the Accept for the existing endpoint - use cache.CloudTokenCache._get_from_server() directly: the v1 autoregistration does not need any caching of the received token, so use the internal API of CloudTokenCache only to fetch the token - the received token is the JWT token to use directly, without any inspection or unpacking: pass it directly to _auto_register_standard() - drop the leftover commented code for autoregistration v2 for now
Created by command: /usr/bin/tito tag
C10S, being a development build, doesn't always have all packages set up correctly. As of now, two packages (rpm-devel, python3-rpm) depend on different releases of rpm-libs, making the dnf command fail. To make these issues more obvious next time, `set -euo pipefail` will ensure the script fails instead of continuing.
Change "reverse proxy" in rhsm.conf man page to simply "proxy" Fixes: https://issues.redhat.com/browse/RHEL-52660 Fixes: https://issues.redhat.com/browse/CCT-682
sbernhard
force-pushed
the
establish_atix_main
branch
9 times, most recently
from
January 11, 2025 11:09
dd2806a
to
4cfef3d
Compare
sbernhard
force-pushed
the
establish_atix_main
branch
from
January 11, 2025 11:26
4cfef3d
to
444d1ee
Compare
Fixes OR-4461 Co-Authored-by: Bernhard Suttner <[email protected]>
Fixes OR-4769
Candlepin 4.4 has started to deliver quote baseurl's. Apparently this is considered a bug, but there is no telling when it will be fixed on the candlepin side. In addition unquote() should not harm strings that are not quoted, so this works either way. (cherry picked from commit 805d69b459c8fa17939b7e94e3f55d75058dc3b8)
(cherry picked from commit 9552aaa)
The script is only required in debian/ubuntu installations
sbernhard
force-pushed
the
establish_atix_main
branch
from
January 11, 2025 11:49
444d1ee
to
c1255fb
Compare
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.
No description provided.