-
Notifications
You must be signed in to change notification settings - Fork 357
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
MRepo refactor #3118
Merged
Merged
MRepo refactor #3118
Changes from 45 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
0ba552d
Rename Enum members in MRepo
AntoinePrv cdeffca
use solv::Pool in MRepo
AntoinePrv ffba7e3
Free MRepo add_pip_as_python_dependency
AntoinePrv 9b3358a
Free MRepo repodata reading
AntoinePrv 5d20c09
Free MRepo read_solv
AntoinePrv 186b8ef
Free MRepo write_solv
AntoinePrv cbc92c0
Remove MRepo constructor
AntoinePrv 7cf1fcc
Remove MPool capture from MRepo
AntoinePrv b5f0ecd
Add missing pip dependency
AntoinePrv 771ff90
Refactor solv file serialization
AntoinePrv 85f0cc4
No lock on non-existant files
AntoinePrv 5083c3b
Cleanup dead code
AntoinePrv 490c6b2
write_solve create-directories
AntoinePrv 2b102c7
Clean MRepo member functions
AntoinePrv 5aeaad0
Decouple MRepo and Pool
AntoinePrv dbeb782
Finetune Clang-format
AntoinePrv b0724c9
Add filename location to error
AntoinePrv 90ba415
Do not fail on solv file write
AntoinePrv a303fc2
Load new pool loader for repodata and .solv files
AntoinePrv 8a06d74
Remove repo name in favor of URL
AntoinePrv 1cb44b2
Refactor MRepo index loading
AntoinePrv 7a31b50
Fix SubDirData.writable_solv_cache
AntoinePrv 994a4d2
Fix solv file loading
AntoinePrv fa8a8ac
Lock repodata.json while reading metadata
AntoinePrv 7c5491a
Refactor expected in load_subdir_in_pool
AntoinePrv 9634201
use expected in solver helpers
AntoinePrv 1f9df16
Refactor helpers functions and error messages in Repo
AntoinePrv 454ec89
Add MPool::create_repo_from_packages
AntoinePrv f443a6d
Use load_installed_packages_in_pool
AntoinePrv 033694e
Remove MRepo ctor
AntoinePrv d1bdd43
Fix rebase
AntoinePrv 563e098
Refactor MRepo::priority
AntoinePrv 6701292
Update Taskfile realpath to work on MacOS
AntoinePrv e1048a1
Fix virtual packages being removed
AntoinePrv 010d98e
Move MRepo::priority to MPool
AntoinePrv 3b39bff
Rename MRepo > solver::libsolv::RepoInfo
AntoinePrv 362fd20
Move RepoInfo parameters for its own library
AntoinePrv 30803fd
Move make_package_info to helpers
AntoinePrv c001153
Add libmambapy.solver.libsolv
AntoinePrv a862362
Add solver::libsolv::Priorities op
AntoinePrv 106a0ac
Bind libsolv parameters
AntoinePrv 777ab9e
Bind RepodataOrigin
AntoinePrv f66ce40
Merge libsolv/serialization and libsolv/parameters
AntoinePrv 97b633f
Bind new MPool methods
AntoinePrv 30c216e
Add RepoInfo op
AntoinePrv 49127cc
Add RepoInfo changes to log
AntoinePrv 61ebb7d
Rename attribute
AntoinePrv 2fcfbc7
Remove RepoInfo::repo
AntoinePrv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaimergp What do you think of the new API here?