| 2023-05-16 |
Translated using Weblate (Italian) (toscano.pino@tiscali.it)
Clean up tests using Cloud What detectors properly (mhorky@redhat.com)
spec: Obsolete subscription-manager-migration (ptoscano@redhat.com)
Translated using Weblate (Chinese (Simplified) (zh_CN)) (ljanda@redhat.com)
Translated using Weblate (Korean) (simmon@nplob.com)
Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
Translated using Weblate (Italian) (toscano.pino@tiscali.it)
Update translation files (noreply@weblate.org)
New extraction for translatable strings (ptoscano@redhat.com)
Translated using Weblate (Italian) (toscano.pino@tiscali.it)
Typo fixes (ptoscano@redhat.com)
Avoid string puzzle (ptoscano@redhat.com)
Properly use ungettext for plural forms (ptoscano@redhat.com)
2189664: cache: fix SyspurposeComplianceStatusCache on failed load
dbus: don't catch exceptions in DomainSocketServer.run()
cli: directly exit on InvalidCLIOptionError (ptoscano@redhat.com)
Revert "ENT-5549: Fix return code handling of CLI" (ptoscano@redhat.com)
ci: add dependabot config for GitHub Actions (ptoscano@redhat.com)
Update .git-blame-ignore-revs (mhorky@redhat.com)
Format code with black==23.3.0 (mhorky@redhat.com)
ENT-5535: Update black to version 23.3.0 (mhorky@redhat.com)
|
| 2023-04-12 |
Update TESTING.md (mhorky@redhat.com)
Improved debug print of http traffic, when proxy is used (jhnidek@redhat.com)
ENT-5544: Remove Jenkins jobs, Containers (mhorky@redhat.com)
ENT-5549: Remove unused code from entcertlib (mhorky@redhat.com)
ENT-5549: Fix issues found when type-hinting (mhorky@redhat.com)
ENT-5549: Fix return code handling of CLI (mhorky@redhat.com)
ENT-5549: Fix found type hint issues (mhorky@redhat.com)
ENT-5549: Fix object instantiation in EntitlementDirectory
ENT-5549: Refactor ProductDirectory (mhorky@redhat.com)
ENT-5549: Change internal implementation for some Cache methods
ENT-5549: Clean up _sync_with_server arguments of cache objects
ENT-5549: Remove 'autoheal' argument from Action clients (mhorky@redhat.com)
Refactored code a little bit (jhnidek@redhat.com)
2093291: Make locking more reliable (jhnidek@redhat.com)
test: add simple test for 2178610 (ptoscano@redhat.com)
Small improvement of debugging of http traffic (jhnidek@redhat.com)
2093883: Fix issue with race condition in rhsm.service (jhnidek@redhat.com)
2178610: do not collect unentitled products in SCA mode (ptoscano@redhat.com)
2174297: register: do a simple strip() on environment(s) input
Stop subclassing 'object' (ptoscano@redhat.com)
Remove pytest arguments for CentOS 9 Stream image (mhorky@redhat.com)
tests: Install dnf-plugins-core every time (mhorky@redhat.com)
2169251: connection: restore UEPConnection.getJob() (ptoscano@redhat.com)
ENT-5106: Type-hint subscription_manager/ files (mhorky@redhat.com)
|
| 2023-02-16 |
Translated using Weblate (French) (ljanda@redhat.com)
Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com)
Translated using Weblate (Japanese) (suanand@redhat.com)
Translated using Weblate (Japanese) (ljanda@redhat.com)
Translated using Weblate (French) (suanand@redhat.com)
Translated using Weblate (Korean) (simmon@nplob.com)
Update translation files (noreply@weblate.org)
Translated using Weblate (Korean) (jsefler@redhat.com)
ENT-5542: Build package using GitHub Actions (mhorky@redhat.com)
Test libdnf plugin using GitHub Actions (mhorky@redhat.com)
libdnf: fix return value of findProductId() (ptoscano@redhat.com)
ENT-5541: Publish PR coverage (mhorky@redhat.com)
New extraction for translatable strings (ptoscano@redhat.com)
Translated using Weblate (Kannada) (jsefler@redhat.com)
Translated using Weblate (Spanish) (ptoscano@redhat.com)
Simplify test setup for D-Bus fact collection (mhorky@redhat.com)
ENT-3759: Test on GitHub Actions (mhorky@redhat.com)
|
| 2023-01-16 |
Translated using Weblate (French) (ljanda@redhat.com)
Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com)
Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
Translated using Weblate (Korean) (simmon@nplob.com)
Update translation files (noreply@weblate.org)
utils: import pkg_resources only when needed (ptoscano@redhat.com)
ENT-5536: Fix FileMonitor tests (mhorky@redhat.com)
Alter import of rhsm.config functions (mhorky@redhat.com)
Handle tests in containers better (mhorky@redhat.com)
Call parent methods in DBusServerStubProvider (mhorky@redhat.com)
Base D-Bus tests on SubManFixture (mhorky@redhat.com)
ENT-5532: Call rhsm-package-profile-uploader with --force-upload
2108549: do not detect containers in OCP as such (ptoscano@redhat.com)
tests: extend InContainerTests for path checks (ptoscano@redhat.com)
Resolved issues in PR feedback (jajerome@redhat.com)
Updated request handling in connection.py (jajerome@redhat.com)
Resolve issues from PR review (jajerome@redhat.com)
Removed fixme since activateMachine() is still used (jajerome@redhat.com)
Black/flake8 fixes (jajerome@redhat.com)
FIXME: renamed default argument to not shadow inbuilt type
FIXME: removed Restlib and using only BaseRestLib (jajerome@redhat.com)
FIXME: updated unregisterConsumer() to return True if status code is 204
FIXME: changed unbindBySerial/unbindByPoolId to return bool
FIXME: changed default value of facts in updateConsumerFacts()
FIXME: sanitized email/lang variables in activateMachine()
FIXME: made email argument required in activatemachine()
FIXME: changed default value of serials argument to None
FIXME: removed unused username/password arguments (jajerome@redhat.com)
FIXME: raise exceptions where sanitizing guest Id returns None
FIXME: renamed response argument to result in validateResponse()
FIXME: rename info argument to params in _request() (jajerome@redhat.com)
FIXME: added error message when redeeming subscription fails
FIXME: removed unused UEPConnection class methods (jajerome@redhat.com)
Fixed profile tests setting Package release numbers as int instead of str
FIXME: changed epoch data type to str in Package class (jajerome@redhat.com)
FIXME: added null-checks for stdout/stderr wrapper (jajerome@redhat.com)
FIXME: re-iterated a fix is not needed for urlparse (jajerome@redhat.com)
FIXME: added exception messages to parse_url() (jajerome@redhat.com)
FIXME: changed lists to tuples in StatusSpinnerStyle class
FIXME: fixed type hints for _normalize_string() (jajerome@redhat.com)
FIXME: use super() instead of class name (jajerome@redhat.com)
FIXME: fixed strings not being translated in is_log_level_valid()
FIXME: resolved improper use of tempfile in save() (jajerome@redhat.com)
FIXME: fixed config_file argument not being used in save()
FIXME: updated default value for files_name argument in read()
FIXME: fixed minor typo in bogus() (jajerome@redhat.com)
FIXME: changed read() to return self instead of None (jajerome@redhat.com)
FIXME: set default argument 'facts' to None in registerConsumer()
FIXME: renamed argument 'type' to 'consumer_type' in registerConsumer()
FIXME: ping() resolved in rhsm/connection.py (jajerome@redhat.com)
Remove test dependency 'mock' (mhorky@redhat.com)
Fix failures of D-Bus' Register tests (mhorky@redhat.com)
Mark D-Bus tests (mhorky@redhat.com)
2131789: Outsource uploading DNF profile to rhsmcertd (jhnidek@redhat.com)
Catch generic OSError during HTTPSConnection.connect() (ptoscano@redhat.com)
New extraction for translatable strings (ptoscano@redhat.com)
Translated using Weblate (French) (vincent.lefebvre59@gmail.com)
Translated using Weblate (Korean) (simmon@nplob.com)
Fix formatting of proxy errors w/o errno (ptoscano@redhat.com)
Catch also CertificateLoadingError for identity cert loading
ENT-4286: Additional fix for exception handling (jajerome@redhat.com)
Remove D-Bus env vars from container and CI files (mhorky@redhat.com)
2121350: Implement "force" register option in rhsm dbus python binding
Show locals in pytest output (mhorky@redhat.com)
Improve formatting of CertificateLoadingError (ptoscano@redhat.com)
Raise a new CertificateLoadingError on X.509 loading failures
Improve formatting of UnknownContentException (ptoscano@redhat.com)
connection: improve the internal UnknownContentException
utils: add terminal_printable_content (ptoscano@redhat.com)
connection: rename NetworkException to UnknownContentException
Improve formatting of ProxyException (ptoscano@redhat.com)
connection: improve the internal ProxyException (ptoscano@redhat.com)
Improve formatting of socket.gaierror (ptoscano@redhat.com)
Improve formatting of ConnectionError (ptoscano@redhat.com)
Improve formatting of BadCertificateException (ptoscano@redhat.com)
connection: extend BadCertificateException w/ SSL exception
connection: drop dead code (ptoscano@redhat.com)
ENT-4286: Simplify exception reporting with system_exit()
2136694: Clear progress messages properly (mhorky@redhat.com)
rhsmcertd reads default_log_level from rhsm.conf (jhnidek@redhat.com)
2097679: Additional fix for non-interactive parameters (jajerome@redhat.com)
2097679: Fixed script hang in non-interactive execution (jajerome@redhat.com)
|
| 2022-10-19 |
warning: refname 'subscription-manager-1.29.30-1' is ambiguous.
Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
tests: fix typos in test method names (ptoscano@redhat.com)
2125227: Fixed incorrect registration warning with yum/dnf
2094942: Fixed expected message for manual attach case (jajerome@redhat.com)
ENT-5102: Type-hint rhsmlib/facts (mhorky@redhat.com)
2094942: Improve warning message (auto-attach in SCA mode)
Update INSTALL.md (mhorky@redhat.com)
Remove unused classes of DBus tests (mhorky@redhat.com)
ENT-5317: Update DBus tests of Unregister objects (mhorky@redhat.com)
ENT-5317: Update DBus tests of Register objects (mhorky@redhat.com)
ENT-5317: Update DBus tests of Products object (mhorky@redhat.com)
ENT-5317: Update DBus tests of AllFacts object (mhorky@redhat.com)
ENT-5317: Update DBus tests of Entitlement object (mhorky@redhat.com)
Fix typo in method name of EntitlementService (mhorky@redhat.com)
ENT-5317: Update DBus tests of Consumer object (mhorky@redhat.com)
ENT-5317: Update DBus tests of Attach object (mhorky@redhat.com)
Fix possible parsing issues of dmidecode output (mhorky@redhat.com)
ENT-5317: New way to test DBus methods, starting with Config
cockpit: disable the reference branch for sub-man-cockpit
TESTING.md: Remove mention of pytest-xdist (mhorky@redhat.com)
INSTALL.md: Update list of packages to be installed (mhorky@redhat.com)
Stop calling pytest with --failed-first (mhorky@redhat.com)
GCP: Better computing of cached token TTL (jhnidek@redhat.com)
2101510: Fix D-Bus Register() and update entitlement certs
2120744: Close keycloak connection properly (jhnidek@redhat.com)
2094942: [RFE] Improve the message, when SCA is enabled (jhnidek@redhat.com)
Replaced list[] with List[] and dict[] with Dict[]. (jhnidek@redhat.com)
Update TESTING.md (mhorky@redhat.com)
Update README.md (mhorky@redhat.com)
Add INSTALL.md (mhorky@redhat.com)
Added type hints to package rhsmlib.service (jhnidek@redhat.com)
Added some missing imports. (jhnidek@redhat.com)
Reformated using black. (jhnidek@redhat.com)
Added one FIXME to redeem.py (jhnidek@redhat.com)
Added type hints and FIXMEs to rhsm package. (jhnidek@redhat.com)
[wip] ENT-5100: Type hint rhsm (mhorky@redhat.com)
Added type hints to syspurpose package (jhnidek@redhat.com)
Drop libnotify-devel usage (ptoscano@redhat.com)
|
| 2022-08-09 |
Fix issue, when connection is not shared (jhnidek@redhat.com)
Unit tests: Add stub class for SyspurposeComplianceStatusCache
ENT-4664: Ensure tests clean up after themselves (mhorky@redhat.com)
Refactoring of cloud-what unit tests (jhnidek@redhat.com)
2111035: Do not allow reusing TCP connection for rhsm.service
spec: remove redundant License from python3-cloud-what (ptoscano@redhat.com)
Ensure tests don't fail when run under root (mhorky@redhat.com)
Fix issue with unit tests (jhnidek@redhat.com)
2111757: Make parsing of HTTP headers more reliable (jhnidek@redhat.com)
Translated using Weblate (Chinese (Simplified) (zh_CN)) (ljanda@redhat.com)
Update translation files (noreply@weblate.org)
ENT-5286: Unify environment variable evaluation (mhorky@redhat.com)
Use dmidecode on aarch64 (jhnidek@redhat.com)
New extraction for translatable strings (ptoscano@redhat.com)
Increase security level for zypper repos managed by sub-man (suttner@atix.de)
ENT-5271: Fix spelling of Candlepin API endpoint description
|
| 2022-07-13 |
Translated using Weblate (Japanese) (suanand@redhat.com)
Translated using Weblate (Korean) (simmon@nplob.com)
Update translation files (noreply@weblate.org)
ENT-5215: Handle all exceptions caused by network problems
ENT-5215: Handle errors raised in DNF plugin (mhorky@redhat.com)
Make TestProfileManager subclass of SubManFixture (mhorky@redhat.com)
ENT-5054: Drop singleton implementation in rhsmlib/utils.py
Rename test file for rhsm/utils.py (mhorky@redhat.com)
ENT-5054: Create singleton decorators in rhsm/utils.py (mhorky@redhat.com)
zypper: drop dead python-dmidecode usage (ptoscano@redhat.com)
facts: drop DmiFirmwareInfoCollector (ptoscano@redhat.com)
facts: switch to DmidecodeFactCollector for DMI facts (ptoscano@redhat.com)
facts: add dmidecode parser and facts collector (ptoscano@redhat.com)
cloud-what: switch MiniHostCollector to dmidecode(1) (ptoscano@redhat.com)
2096446: Make 'rhsm-debug' autocomplete --no-progress-messages
New extraction for translatable strings (ptoscano@redhat.com)
Translated using Weblate (Korean) (simmon@nplob.com)
2092014: Do not use injections in rhsm (mhorky@redhat.com)
ci: run rpmlint as part of stylish (ptoscano@redhat.com)
build: switch rpmlint check to rpmlint 2.x (ptoscano@redhat.com)
ci: drop stylish job from Jenkins (ptoscano@redhat.com)
ci: add black & flake8 check using GitHub Actions (ptoscano@redhat.com)
build: install files without exec permissions (ptoscano@redhat.com)
2092014: Disable progress messages when sub-man RPM is not installed
|
| 2022-06-02 |
Make keeping connection more reliable (jhnidek@redhat.com)
Small improvements of keep alive (jhnidek@redhat.com)
Keep TCP/TLS connection alive and close connection properly
ENT-4700: Switch away from 'imp' (mhorky@redhat.com)
ENT-4088: Fix flake8 error E731 (mhorky@redhat.com)
ENT-4048: Fix flake8 error E501 (mhorky@redhat.com)
ENT-240: Add --no-progress-messages CLI option (mhorky@redhat.com)
ENT-240: Use spinner to indicate that API communication is pending
ENT-240: Make verbose messages translatable (mhorky@redhat.com)
ENT-240: Make subscription-manager more verbose (mhorky@redhat.com)
2075455: enable sslverifystatus on repos if advertized by CP
RepoUpdateActionCommand: lazy load the consumer auth (ptoscano@redhat.com)
2043331: Do not delete installed SCA cert during registration
Remove Group tag from .spec file for RHEL/Fedora (jhnidek@redhat.com)
2073354: Print correct status, when access mode has changed
flake8: ignore the build directory (ptoscano@redhat.com)
Remove ownership of /etc/rhsm (csnyder@redhat.com)
Update translation files (noreply@weblate.org)
New extraction for translatable strings (ptoscano@redhat.com)
Revert "build: pin flake8 to < 4" (ptoscano@redhat.com)
build: simplify flake8 run (ptoscano@redhat.com)
flake8: improve the config a bit (ptoscano@redhat.com)
jenkins: run stylish.sh with -e (ptoscano@redhat.com)
flake8: simplify/update config (ptoscano@redhat.com)
tests: remove unused exception variable (ptoscano@redhat.com)
Drop cockpit sources & related bits (ptoscano@redhat.com)
cockpit: test with split subscription-manager-cockpit (ptoscano@redhat.com)
Remove print statements from test suite (mhorky@redhat.com)
Run CI's pytest with verbose flag (mhorky@redhat.com)
Optimize rhsmlib DBus test strings (mhorky@redhat.com)
Change names of some directories in test/ (mhorky@redhat.com)
Reorder rhsmlib tests (mhorky@redhat.com)
refresh: clear also the release status (ptoscano@redhat.com)
2074110: clear the release cache on release change (ptoscano@redhat.com)
Add gcp_license_codes to system facts. (jhnidek@redhat.com)
Pass version to make in debian/rules using 'pkg-info.mk' (reisner@atix.de)
Refactored rpm-version to pkg-version (reisner@atix.de)
Ignore black commit hashes (mhorky@redhat.com)
Add check to YumPluginManager.enable_pkg_plugins() if system is using yum/dnf
Extend HardwareCollector.get_distribution() to return ID and ID_LIKE
Format code with black==22.3.0 (mhorky@redhat.com)
Add Black to CI (mhorky@redhat.com)
Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
Fix few grammar mistakes in rhsm.conf and man page (jhnidek@redhat.com)
2058662: Fix inaccurate module status in combined profile
Add file .git-blame-ignore-revs (mhorky@redhat.com)
Update configuration files for flake8 (mhorky@redhat.com)
Use double quotes for strings (mhorky@redhat.com)
Format the code with black (mhorky@redhat.com)
Custom facts should not influence unit tests of cloud-what
Drop redhat-uep.pem (ptoscano@redhat.com)
Move redhat-entitlement-authority.pem to container plugin
Drop subscription-manager-rhsm-certificates package (ptoscano@redhat.com)
spec: relax subscription-manager-rhsm-certificates requires
test: Rely on insights-client.service to succeed in testSubAndInAndFail
integration-tests: Run testSubAndInAndFail with "setenforce 0"
integration-test: Use custom TLS certs for mock-insights
Keep the user namespace from the host (csnyder@redhat.com)
tracking return values of tests (jmolet@redhat.com)
Adding containers for development and test (csnyder@redhat.com)
Drop old git-checkcommits bits (ptoscano@redhat.com)
tests: drop no more needed bits (ptoscano@redhat.com)
tests: switch away from SyspurposeTestBase (ptoscano@redhat.com)
Drop the rel-eng directory for old tito versions (ptoscano@redhat.com)
tests: switch away from SyspurposeTestBase.assertRaisesNothing()
tests: use write_to_file_utf8() from syspurpose.utils (ptoscano@redhat.com)
tests: directly use tempfile.TemporaryDirectory() (ptoscano@redhat.com)
tests: use Capture from the main sub-man fitxure module (ptoscano@redhat.com)
tests: switch from assert_equal_dict() to assertEqual() (ptoscano@redhat.com)
tests: switch from assert_string_equals() to assertEqual()
cockpit: bump API version to 264 (ptoscano@redhat.com)
cockpit: simplify skipUnlessDistroFamily() to properly skip tests
cockpit: drop rhel-atomic bits (ptoscano@redhat.com)
cockpit: bump candlepin minimum waiting time to 10 seconds
integration-test: Updates for newer insights-client (mvollmer@redhat.com)
2018221: Cockpit use "Organization ID" in label (jhnidek@redhat.com)
2059631: rhsm.conf: fix typo in comment (ptoscano@redhat.com)
2057053: Improve API of detection of cloud-what (jhnidek@redhat.com)
1935446: Revert "Revert "1935446: Use updated cert with SHA-256 algorithm""
cockpit: set $RPM_BUILD_ROOT w/ installing (ptoscano@redhat.com)
2057053: Facts: do no use heuristics detection of cloud (jhnidek@redhat.com)
Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com)
Translated using Weblate (Italian) (toscano.pino@tiscali.it)
Improve azure determination method (suttner@atix.de)
2056896: Handle all exceptions of gathering data properly
|
| 2022-06-02 |
Make keeping connection more reliable (jhnidek@redhat.com)
Small improvements of keep alive (jhnidek@redhat.com)
Keep TCP/TLS connection alive and close connection properly
ENT-4700: Switch away from 'imp' (mhorky@redhat.com)
ENT-4088: Fix flake8 error E731 (mhorky@redhat.com)
ENT-4048: Fix flake8 error E501 (mhorky@redhat.com)
ENT-240: Add --no-progress-messages CLI option (mhorky@redhat.com)
ENT-240: Use spinner to indicate that API communication is pending
ENT-240: Make verbose messages translatable (mhorky@redhat.com)
ENT-240: Make subscription-manager more verbose (mhorky@redhat.com)
2075455: enable sslverifystatus on repos if advertized by CP
RepoUpdateActionCommand: lazy load the consumer auth (ptoscano@redhat.com)
2043331: Do not delete installed SCA cert during registration
Remove Group tag from .spec file for RHEL/Fedora (jhnidek@redhat.com)
2073354: Print correct status, when access mode has changed
flake8: ignore the build directory (ptoscano@redhat.com)
Remove ownership of /etc/rhsm (csnyder@redhat.com)
Update translation files (noreply@weblate.org)
New extraction for translatable strings (ptoscano@redhat.com)
Revert "build: pin flake8 to < 4" (ptoscano@redhat.com)
build: simplify flake8 run (ptoscano@redhat.com)
flake8: improve the config a bit (ptoscano@redhat.com)
jenkins: run stylish.sh with -e (ptoscano@redhat.com)
flake8: simplify/update config (ptoscano@redhat.com)
tests: remove unused exception variable (ptoscano@redhat.com)
Drop cockpit sources & related bits (ptoscano@redhat.com)
cockpit: test with split subscription-manager-cockpit (ptoscano@redhat.com)
Remove print statements from test suite (mhorky@redhat.com)
Run CI's pytest with verbose flag (mhorky@redhat.com)
Optimize rhsmlib DBus test strings (mhorky@redhat.com)
Change names of some directories in test/ (mhorky@redhat.com)
Reorder rhsmlib tests (mhorky@redhat.com)
refresh: clear also the release status (ptoscano@redhat.com)
2074110: clear the release cache on release change (ptoscano@redhat.com)
Add gcp_license_codes to system facts. (jhnidek@redhat.com)
Pass version to make in debian/rules using 'pkg-info.mk' (reisner@atix.de)
Refactored rpm-version to pkg-version (reisner@atix.de)
Ignore black commit hashes (mhorky@redhat.com)
Add check to YumPluginManager.enable_pkg_plugins() if system is using yum/dnf
Extend HardwareCollector.get_distribution() to return ID and ID_LIKE
Format code with black==22.3.0 (mhorky@redhat.com)
Add Black to CI (mhorky@redhat.com)
Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
Fix few grammar mistakes in rhsm.conf and man page (jhnidek@redhat.com)
2058662: Fix inaccurate module status in combined profile
Add file .git-blame-ignore-revs (mhorky@redhat.com)
Update configuration files for flake8 (mhorky@redhat.com)
Use double quotes for strings (mhorky@redhat.com)
Format the code with black (mhorky@redhat.com)
Custom facts should not influence unit tests of cloud-what
Drop redhat-uep.pem (ptoscano@redhat.com)
Move redhat-entitlement-authority.pem to container plugin
Drop subscription-manager-rhsm-certificates package (ptoscano@redhat.com)
spec: relax subscription-manager-rhsm-certificates requires
test: Rely on insights-client.service to succeed in testSubAndInAndFail
integration-tests: Run testSubAndInAndFail with "setenforce 0"
integration-test: Use custom TLS certs for mock-insights
Keep the user namespace from the host (csnyder@redhat.com)
tracking return values of tests (jmolet@redhat.com)
Adding containers for development and test (csnyder@redhat.com)
Drop old git-checkcommits bits (ptoscano@redhat.com)
tests: drop no more needed bits (ptoscano@redhat.com)
tests: switch away from SyspurposeTestBase (ptoscano@redhat.com)
Drop the rel-eng directory for old tito versions (ptoscano@redhat.com)
tests: switch away from SyspurposeTestBase.assertRaisesNothing()
tests: use write_to_file_utf8() from syspurpose.utils (ptoscano@redhat.com)
tests: directly use tempfile.TemporaryDirectory() (ptoscano@redhat.com)
tests: use Capture from the main sub-man fitxure module (ptoscano@redhat.com)
tests: switch from assert_equal_dict() to assertEqual() (ptoscano@redhat.com)
tests: switch from assert_string_equals() to assertEqual()
cockpit: bump API version to 264 (ptoscano@redhat.com)
cockpit: simplify skipUnlessDistroFamily() to properly skip tests
cockpit: drop rhel-atomic bits (ptoscano@redhat.com)
cockpit: bump candlepin minimum waiting time to 10 seconds
integration-test: Updates for newer insights-client (mvollmer@redhat.com)
2018221: Cockpit use "Organization ID" in label (jhnidek@redhat.com)
2059631: rhsm.conf: fix typo in comment (ptoscano@redhat.com)
2057053: Improve API of detection of cloud-what (jhnidek@redhat.com)
1935446: Revert "Revert "1935446: Use updated cert with SHA-256 algorithm""
cockpit: set $RPM_BUILD_ROOT w/ installing (ptoscano@redhat.com)
2057053: Facts: do no use heuristics detection of cloud (jhnidek@redhat.com)
Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com)
Translated using Weblate (Italian) (toscano.pino@tiscali.it)
Improve azure determination method (suttner@atix.de)
2056896: Handle all exceptions of gathering data properly
|
| 2022-02-15 |
Translated using Weblate (Korean) (simmon@nplob.com)
Translated using Weblate (German) (atalanttore@googlemail.com)
Revert "1935446: Use updated cert with SHA-256 algorithm"
|
| 2022-02-11 |
2046516: register: do not check environments w/ activation keys
No-op refactor of RegisterCommand._process_environments()
1935446: Use updated cert with SHA-256 algorithm (jhnidek@redhat.com)
build: pin pytest to < 7 (ptoscano@redhat.com)
Update translation files (noreply@weblate.org)
|
| 2022-02-10 |
2023430: Cockpit: another improvement of curtain view (jhnidek@redhat.com)
environments: fix list for account in env-less org (ptoscano@redhat.com)
Reverting disabling AutoAttach() and PoolAttach() in SCA mode
2023430: cockpit: improve handling of main curtain view (ptoscano@redhat.com)
Squelch DeprecationWarning's when importing pyinotify (ptoscano@redhat.com)
Drop tox.ini, no more needed now (ptoscano@redhat.com)
flake8: improve, and integrate bits from tox.ini (ptoscano@redhat.com)
flake8: misc fixes in tito/tests (ptoscano@redhat.com)
2035662: facts: tweak message for dmidecode warnings (ptoscano@redhat.com)
facts: improve/tweak logging of warnings (ptoscano@redhat.com)
jenkins: use custom settings for the RH internal npmjs repo
jenkins: switch away from readFile() (ptoscano@redhat.com)
jenkins: simplify script filenames & labels (ptoscano@redhat.com)
jenkins: remove old scripts (ptoscano@redhat.com)
ENT-4671: Improve debug logging to stdout (mhorky@redhat.com)
Drop non-systemd support (ptoscano@redhat.com)
ENT-4650: Remove python-six from build system (mhorky@redhat.com)
ENT-4093: Fix flake8 warning W605 (mhorky@redhat.com)
ENT-4414: Remove RhsmIconCache (mhorky@redhat.com)
New extraction for translatable strings (ptoscano@redhat.com)
ENT-4589: Switch away from six.reraise (mhorky@redhat.com)
2041968: Update man and help for environments options (wpoteat@redhat.com)
|
| 2022-01-17 |
Ignore debian architecture ALL (schmidt@atix.de)
2028894: Don't allow service-level --serverurl on registered system
2037771: Cockpit registration dialog: enable insights by default
2039322: fix string representation of DMI facts (ptoscano@redhat.com)
Drop usage of six.python_2_unicode_compatible (ptoscano@redhat.com)
ENT-4588: Switch away from six iterators (mhorky@redhat.com)
ENT-4590: Switch away from six.callable (mhorky@redhat.com)
ENT-4587: Switch away from six types (mhorky@redhat.com)
Adding permissive coverage publishing (jmolet@redhat.com)
Ensure that prompted environment entry follows state of multiples
2026316: Do not delete cache of content_access during refresh
More SUSE compliance (jhnidek@redhat.com)
Updates for non-multi-environment scenario (wpoteat@redhat.com)
Fix some minor issues related to syspurpose (jhnidek@redhat.com)
syspurpose: handle users w/o organizations (ptoscano@redhat.com)
service-level: drop useless check (ptoscano@redhat.com)
2026286: consider user-specified --org in any case (ptoscano@redhat.com)
Drop the Vagrant bits (ptoscano@redhat.com)
1995032: Use multiple environments (wpoteat@redhat.com)
cache: fix typo in debug message (ptoscano@redhat.com)
Switch away from Thread.getName() (ptoscano@redhat.com)
Fix indentation of ProductStatus. (jhnidek@redhat.com)
2028969: Do not try to load compliance status from cache (jhnidek@redhat.com)
Switch comma-separated join to space-separated join (schmidt@atix.de)
2029927: Fix bash autocompletion (mhorky@redhat.com)
utils: use shutil.get_terminal_size() (ptoscano@redhat.com)
Remove PyXML leftovers (ptoscano@redhat.com)
2026320: fix format of HTTP-date headers (ptoscano@redhat.com)
connection: move HTTP-date formatting to own helper (ptoscano@redhat.com)
Ensure datetime.timezone.utc objects for parsed UTC dates
rhsm: drop custom which() implementation (ptoscano@redhat.com)
facts: switch to shutil.which() (ptoscano@redhat.com)
test: unconditionally use hashlib (ptoscano@redhat.com)
1999048: Fixed partially subscribed product in Cockpit plugin
test: rename tests to default pytest filename pattern (ptoscano@redhat.com)
Fixed last bits related to updated D-Bus Register method.
Cockpit plugin: display syspurpose card without attributes
2023257: Disallowed attaching using D-Bus in SCA mode (jhnidek@redhat.com)
2023257: Disallowed attaching pool in SCA mode: (jhnidek@redhat.com)
Refactoring of temporary disablement of dir watchers. (jhnidek@redhat.com)
Ignore enable_content option in RegisterWithActivationKeys()
Use benefits of enable_content in cockpit plugin. (jhnidek@redhat.com)
Added enable_content option to Register() D-Bus method (jhnidek@redhat.com)
Added refresh() method to entitlement service (jhnidek@redhat.com)
Fixed issue with status cache (jhnidek@redhat.com)
Add information about content access mode to consumer (jhnidek@redhat.com)
2024929: build: fix build on 'build' target (ptoscano@redhat.com)
2023391: libdnf: respect environment CFLAGS (ptoscano@redhat.com)
Drop unused ssl_verify_depth config option (ptoscano@redhat.com)
tests: drop test_po_files.py (ptoscano@redhat.com)
Update translation files (noreply@weblate.org)
New extraction for translatable strings (ptoscano@redhat.com)
|
| 2022-01-17 |
Ignore debian architecture ALL (schmidt@atix.de)
2028894: Don't allow service-level --serverurl on registered system
2037771: Cockpit registration dialog: enable insights by default
2039322: fix string representation of DMI facts (ptoscano@redhat.com)
Drop usage of six.python_2_unicode_compatible (ptoscano@redhat.com)
ENT-4588: Switch away from six iterators (mhorky@redhat.com)
ENT-4590: Switch away from six.callable (mhorky@redhat.com)
ENT-4587: Switch away from six types (mhorky@redhat.com)
Adding permissive coverage publishing (jmolet@redhat.com)
Ensure that prompted environment entry follows state of multiples
2026316: Do not delete cache of content_access during refresh
More SUSE compliance (jhnidek@redhat.com)
Updates for non-multi-environment scenario (wpoteat@redhat.com)
Fix some minor issues related to syspurpose (jhnidek@redhat.com)
syspurpose: handle users w/o organizations (ptoscano@redhat.com)
service-level: drop useless check (ptoscano@redhat.com)
2026286: consider user-specified --org in any case (ptoscano@redhat.com)
1995032: Use multiple environments (wpoteat@redhat.com)
cache: fix typo in debug message (ptoscano@redhat.com)
Switch away from Thread.getName() (ptoscano@redhat.com)
Fix indentation of ProductStatus. (jhnidek@redhat.com)
2028969: Do not try to load compliance status from cache (jhnidek@redhat.com)
Switch comma-separated join to space-separated join (schmidt@atix.de)
2029927: Fix bash autocompletion (mhorky@redhat.com)
utils: use shutil.get_terminal_size() (ptoscano@redhat.com)
Remove PyXML leftovers (ptoscano@redhat.com)
2026320: fix format of HTTP-date headers (ptoscano@redhat.com)
connection: move HTTP-date formatting to own helper (ptoscano@redhat.com)
Ensure datetime.timezone.utc objects for parsed UTC dates
rhsm: drop custom which() implementation (ptoscano@redhat.com)
facts: switch to shutil.which() (ptoscano@redhat.com)
test: unconditionally use hashlib (ptoscano@redhat.com)
1999048: Fixed partially subscribed product in Cockpit plugin
test: rename tests to default pytest filename pattern (ptoscano@redhat.com)
Fixed last bits related to updated D-Bus Register method.
Cockpit plugin: display syspurpose card without attributes
2023257: Disallowed attaching using D-Bus in SCA mode (jhnidek@redhat.com)
2023257: Disallowed attaching pool in SCA mode: (jhnidek@redhat.com)
Refactoring of temporary disablement of dir watchers. (jhnidek@redhat.com)
Ignore enable_content option in RegisterWithActivationKeys()
Use benefits of enable_content in cockpit plugin. (jhnidek@redhat.com)
Added enable_content option to Register() D-Bus method (jhnidek@redhat.com)
Added refresh() method to entitlement service (jhnidek@redhat.com)
Fixed issue with status cache (jhnidek@redhat.com)
Add information about content access mode to consumer (jhnidek@redhat.com)
2024929: build: fix build on 'build' target (ptoscano@redhat.com)
2023391: libdnf: respect environment CFLAGS (ptoscano@redhat.com)
Drop unused ssl_verify_depth config option (ptoscano@redhat.com)
tests: drop test_po_files.py (ptoscano@redhat.com)
Update translation files (noreply@weblate.org)
New extraction for translatable strings (ptoscano@redhat.com)
|
| 2021-11-11 |
2020248: handle server-side consumer deletion in syspurpose commands
connection: recognize proxy errors (ptoscano@redhat.com)
|
| 2021-11-11 |
ENT-4279: Switch away from rhsmlib.compat.subprocess_compat
2021578: Remove proxy server test as it is unnecessary (wpoteat@redhat.com)
cockpit: validate SSL connection to mock-insights (ptoscano@redhat.com)
cockpit: fix hostname of the fake Insights server (ptoscano@redhat.com)
cockpit: validate the SSL connection to candlepin (ptoscano@redhat.com)
cockpit: resolve hostname of service machine (ptoscano@redhat.com)
cockpit: use CANDLEPIN_URL consistently (ptoscano@redhat.com)
1719690: Update to message formatting (wpoteat@redhat.com)
cockpit: account for missing insights-client on non-RHEL systems
cockpit: skip Insights tests on non-RHEL OSes (ptoscano@redhat.com)
ENT-4370: Drop old dbus_interface.py (mhorky@redhat.com)
ENT-4278: Drop unittest2 imports (mhorky@redhat.com)
1985845: Fix sub-man service-level --show (jhnidek@redhat.com)
spec: drop non-systemd support (ptoscano@redhat.com)
spec: drop support for Python < 3 (ptoscano@redhat.com)
spec: drop support for Fedora < 33 (ptoscano@redhat.com)
spec: drop support for RHEL < 8 (ptoscano@redhat.com)
spec: drop support for SUSE < 15 (ptoscano@redhat.com)
cockpit: port subscriptions info icons to PF4 icons (kkoukiou@redhat.com)
cockpit: translate some untranslated aria-labels (kkoukiou@redhat.com)
cockpit: Port Po2JSONPlugin to webpack 5 (kkoukiou@redhat.com)
cockpit: stop including PF3 - it's not used anymore (kkoukiou@redhat.com)
cockpit: port Insights dialog remaining non PF4 parts (kkoukiou@redhat.com)
cockpit: port subscriptions register dialog to Patternfly 4
cockpit: make default TEST_OS rhel-8-4 (kkoukiou@redhat.com)
cockpit: port spinners to PF4 spinners (kkoukiou@redhat.com)
cockpit: replace custom Revealer component with 'ExpandableSection' from PF4
cockpit: replace pficon and fa classes with svgs form react-icons
cockpit: remove jquery unused dependency (kkoukiou@redhat.com)
cockpit: patternfly is a normal dependency - not just dev
cockpit: update patternfly modules and explicitely specify react-icons
cockpit: clean up package.json from unused dependencies and move to webpack 5
webpack: Use relative resolve path for npm 7 compatibility
cockpit: Stop using a custom Select, use the one from PF instead
cockpit: checkout Cockpit's PF/React/build library instead of keeping a
cockpit: update npmshrinkwrap file (kkoukiou@redhat.com)
Use pytest --forked for D-Bus unit tests (jhnidek@redhat.com)
Support of python3 of zypper rhsm script (suttner@atix.de)
2003777: Fix organizations hint in syspurpose commands (mhorky@redhat.com)
Small style changes of d-bus server and d-bus unit tests (jhnidek@redhat.com)
Added cleanup for one patcher; fixed some comments. (jhnidek@redhat.com)
cockpit: skip RHEL 9 tests using insights-client (ptoscano@redhat.com)
cockpit: fix system installation of subscription-manager
cockpit: wait 5 seconds for candlepin at first (ptoscano@redhat.com)
cockpit: use the self-signed key in mock-insights (ptoscano@redhat.com)
test: Building requires gcc (mmarusak@redhat.com)
test: Tell tests about rhel-9 package manager (mmarusak@redhat.com)
facts: drop dead/unused code from CleanupCollector (ptoscano@redhat.com)
1989955: use /proc/device-tree/ibm,partition-uuid on POWER LPARs
facts: prepare _get_devicetree_uuid() for multiple files
facts: refactor device-tree parts of VirtUuidCollector (ptoscano@redhat.com)
cockpit: Move from obsolete node-sass to Dart sass (martin@piware.de)
Cloud-what: Make saving token file more robust (jhnidek@redhat.com)
Fix redundant API calls to Candlepin (hyu@redhat.com)
Remove i-notify watchers on the end of the loop (jhnidek@redhat.com)
build: pin flake8 to < 4 (ptoscano@redhat.com)
Only rpmlint our specfiles (csnyder@redhat.com)
Version our obsoletes of syspurpose and the container plugin
Remove unnecessary comment and sles/suse tests (csnyder@redhat.com)
ENT-4273: Drop usage of six.moves (mhorky@redhat.com)
ENT-4379: Remove function make_utf8 (mhorky@redhat.com)
ENT-4087: Fix flake8 error E722 (mhorky@redhat.com)
make spec file SUSE / Open Build Service compliant (p.seiler@linuxmail.org)
2003777: Only hint organizations if it's needed (mhorky@redhat.com)
Drop old GUI docs leftovers (ptoscano@redhat.com)
tests: drop no more needed rhsm_display (ptoscano@redhat.com)
build: remove old specific check for GUI file (ptoscano@redhat.com)
Drop async_utils & its tests (ptoscano@redhat.com)
Remove rhsm-icon leftovers (ptoscano@redhat.com)
build: remove unused detect_overindent function (ptoscano@redhat.com)
build: drop lxml leftovers (ptoscano@redhat.com)
build: drop Glade leftovers (ptoscano@redhat.com)
Add rhsm proxy support to apt-transport-katello (suttner@atix.de)
ENT-4289: Drop Sphinx (mhorky@redhat.com)
ENT-4340: Resolve deprecation warnings (mhorky@redhat.com)
Fixed one unused import of six (jhnidek@redhat.com)
ENT-4272: Remove Python 2 conditionals (mhorky@redhat.com)
ENT-4275: Switch away from six.BytesIO and six.StringIO (mhorky@redhat.com)
ENT-4082: Fix flake8 error E265 (mhorky@redhat.com)
|