Skip to content
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

Label #4

Merged
merged 1,468 commits into from
Apr 10, 2024
Merged

Label #4

merged 1,468 commits into from
Apr 10, 2024

Conversation

shweta83
Copy link
Owner

Problem Statement

Solution

Related Issues

Gauravtalreja1 and others added 30 commits April 10, 2024 12:26
This PR reverts the change from lru_cache to cachedmethod.
The primary goal of the original change was to avoid memory leaks, due
to lru_cache holding instances of a class alive longer than they should
be.
However, for our test framework, the workaround to avoid these memory
leaks really aren't worth it.

I also added an lru_cache to cli_factory.__getattr__, improving its
recurring lookup time substantially.

Finally, I corrected a type check that was erroneously converted in the
initial pass.
- remove @lru_cache from CLIFactory.__getattr__
- flip output format of cli.Repository.synchronize to from 'csv'
  to 'base' (output is not in csv format here)
…test (SatelliteQE#13760)

Add on premise marker for capsule provisioning test
* Only call related functionallity when
  record_video is set to true
* Add settings options to config template

Co-authored-by: dosas <[email protected]>
)

* Component Evaluation - add RHEL 8 and 9 host versions

* Simplify rhel version choice
* Add test for BZ 2139834

* Update test setup to create a discrete LCE, and publish/promote to there

* Update test setup to create a discrete LCE, and publish/promote to there

* Remove unnecessary publish
* Add test for BZ 1943306

* Add test for BZ 1943306

* Adjust text and asserts

* Use global registration template
Griffin-Sullivan and others added 25 commits April 10, 2024 12:26
Repair setup for package w/ swidtag, install and modular update
…teQE#14592)

This new test verifies that endpoint `/notification_recipients` works
and returns correct data structure.

It covers bug https://bugzilla.redhat.com/2249970
where this broken endpoint caused some web UI pages to fail to load.
* HTTP Proxy UI fixes

* Docstring fix
Bumps [deepdiff](https://github.com/seperman/deepdiff) from 6.7.1 to 7.0.1.
- [Release notes](https://github.com/seperman/deepdiff/releases)
- [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst)
- [Commits](seperman/deepdiff@6.7.1...7.0.1)

---
updated-dependencies:
- dependency-name: deepdiff
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Get rid of deprecated DRPM repo tests

* Fix SRPM repo tests
notifications: exclude some users from long-running tasks email

Bugzilla: https://bugzilla.redhat.com/2245056

Verify that users with disabled account or disabled email don't receive
email notifications about long-running tasks.
@shweta83 shweta83 merged commit 062ba37 into master Apr 10, 2024
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.