-
Notifications
You must be signed in to change notification settings - Fork 94
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
Transaction Store and Load API #999
Labels
Priority: HIGH
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Milestone
Comments
kontura
added
Priority: HIGH
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
labels
Nov 6, 2023
The first draft of the API is in PR: #978 |
This was referenced Nov 6, 2023
Second draft of the API is PR #1005 |
12 tasks
Related issue to the mentioned ABI break: #1025. |
This was referenced Feb 1, 2024
Comps and running without loading repos PR: #1264 |
Make sure these scenarios are covered: Related PR in libdnf: |
The API is finished. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Priority: HIGH
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Operations such as
System Upgrade
,Offline Upgrade
,History Replay
,History Redo
,History Store
and others require an API for storing and loading transactions.base::transaction
andtransaction::transaction
(history transaction).The first part is done but we still need:
The API should support packages (RPMs), groups, environments and potentially also modules.
The text was updated successfully, but these errors were encountered: