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

Retire native ubipop publishing [RHELDST-25072] #243

Merged

Conversation

Gdetrane
Copy link
Contributor

  • Remove cdn.py module containing the Publisher class
  • Remove the UBIPOP_SKIP_PUBLISH env variable used for switching between publishers
  • Removed the publisher option for classes using it

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.70%. Comparing base (00b1fa5) to head (0702979).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #243      +/-   ##
==========================================
- Coverage   98.77%   98.70%   -0.07%     
==========================================
  Files           7        6       -1     
  Lines         735      696      -39     
==========================================
- Hits          726      687      -39     
  Misses          9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Gdetrane Gdetrane force-pushed the retire-native-publishing branch from dda36b1 to ba22d9f Compare December 2, 2024 13:52
@rbikar
Copy link
Member

rbikar commented Dec 4, 2024

run tests

Copy link
Member

@rbikar rbikar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost OK, please rebase and resolve conflicts (it should likely fix the lock file)

ubipop/__init__.py Outdated Show resolved Hide resolved
poetry.lock Outdated Show resolved Hide resolved
@Gdetrane Gdetrane force-pushed the retire-native-publishing branch from ba22d9f to 7513884 Compare December 4, 2024 12:41
Gdetrane added a commit to Gdetrane/ubi-population-tool that referenced this pull request Dec 5, 2024
Update lock file with a separate PR, based on the recent pyproject.toml
changes merged in PR release-engineering#242, which caused conflict in PR release-engineering#243. This PR is
solely meant for rebasing.
rbikar pushed a commit that referenced this pull request Dec 5, 2024
Update lock file with a separate PR, based on the recent pyproject.toml
changes merged in PR #242, which caused conflict in PR #243. This PR is
solely meant for rebasing.
@Gdetrane Gdetrane force-pushed the retire-native-publishing branch from 7513884 to eb35d85 Compare December 5, 2024 12:01
@rbikar
Copy link
Member

rbikar commented Dec 5, 2024

run tests

@rbikar
Copy link
Member

rbikar commented Dec 5, 2024

@Gdetrane
I am not sure why diff still shows changes in lock file and pyproject.toml...maybe the rebase wasn't correctly done, can you please double-check?

+ Remove `cdn.py` module containing the `Publisher` class
+ Remove the *UBIPOP_SKIP_PUBLISH* env variable used for switching
  between publishers
+ Removed the *publisher* option for classes using it
@Gdetrane Gdetrane force-pushed the retire-native-publishing branch from eb35d85 to 0702979 Compare December 5, 2024 15:03
@Gdetrane
Copy link
Contributor Author

Gdetrane commented Dec 5, 2024

@rbikar should be okay now

@rbikar
Copy link
Member

rbikar commented Dec 5, 2024

run tests

@rbikar
Copy link
Member

rbikar commented Dec 5, 2024

@Gdetrane
yep, diff is OK now, but can you check the code coverage report? It seems like we get a bit lower number.

@rbikar rbikar merged commit 0c72f37 into release-engineering:master Dec 6, 2024
8 of 9 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.

2 participants