generated from iotaledger/template
-
Notifications
You must be signed in to change notification settings - Fork 2
full package history #47
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
e44b908
Integrate full package version history management into PackageRegistr…
chrisgitiota 565a4b3
New package-history CLI tool to automatically create and update `Move…
chrisgitiota 56c77e5
Merge branch 'main' into feat/full-package-history
chrisgitiota 0692dbe
Use JSON format instead of TOML for the Move.package-history file
chrisgitiota 3d39d3c
Fixed package_history_cli tests
chrisgitiota dfc88ce
Remove dead code
chrisgitiota 69ca4cc
Rename `Move.package-history.json` to `Move.history.json`
chrisgitiota 30abbcc
product_common now provides the functionality, previously implemented…
chrisgitiota 29ca4a6
MoveHistoryManager holds move_lock_path and history_file_path now and…
chrisgitiota 4c61d8d
Add function move_lock_file_exists()
chrisgitiota 39aa898
Add function manage_history_file() providing main functionality neede…
chrisgitiota dc77438
fix fmt issues
chrisgitiota 26a2f7d
fix warnings "hiding a lifetime that's elided elsewhere is confusing"
chrisgitiota 01f1e11
fix bug in `console_out` messages of fn manage_history_file()
chrisgitiota d8a6b19
Updated MoveHistoryManager docs
chrisgitiota 1bf1bd1
fix fmt issue
chrisgitiota ca6c8ca
Enhance MoveHistoryManager docs
chrisgitiota d9db850
fix fmt issue
chrisgitiota dae0cf5
ignore the build.rs example in rust doctest
chrisgitiota d854daf
Further enhance the docs for MoveHistoryManager and PackageRegistry
chrisgitiota ededffe
Merge branch 'main' into feat/full-package-history
chrisgitiota 5363824
Remove doubled PackageRegistry struct definition
chrisgitiota e5e5e4a
Several enhancements
chrisgitiota 6a08643
Hand over errors from `update()` or `init()` to users of `manage_hist…
chrisgitiota 6c6295b
Replace `aliases_to_ignore` with `additional_aliases_to_watch` and a …
chrisgitiota 12f1d50
Merge branch 'main' into feat/full-package-history
chrisgitiota 23acc3a
Fix clippy anf fmt issues
chrisgitiota f7e189e
Merge branch 'main' into feat/full-package-history
chrisgitiota 7dccb6f
Aline indexmap dependency with iota repo requirements
chrisgitiota c4d304e
Aligne indexmap dependency with iota repo requirements
chrisgitiota e5b8861
Reduce nesting with early returns
chrisgitiota 1a388a6
Merge remote-tracking branch 'origin/feat/full-package-history' into …
chrisgitiota 86c15a0
Fix fmt issue
chrisgitiota e2dfbd5
Merge branch 'main' into feat/full-package-history
chrisgitiota 7db17e2
Fix typo
chrisgitiota 86fd0a7
Fix bug in alignment of indexmap dependency version with IOTA repository
chrisgitiota 4ed04e7
Add missing whitespace in Success message
chrisgitiota ec679a0
Implement alias management in PackageRegistry and MoveHistoryManager
itsyaasir afe7517
Add tests for alias synchronization in MoveHistoryManager
itsyaasir 56aa4ce
Additional HstoryManager test update_syncs_only_aliases_included_in_a…
chrisgitiota e885380
Extended docs on fn PackageRegistry::insert_new_package_version()
chrisgitiota 2c59b3c
chore:fmt
itsyaasir 219bea6
Merge pull request #71 from iotaledger/fix/issue-4-aliases-are-incons…
itsyaasir aca4a79
Merge branch 'main' into feat/full-package-history
chrisgitiota 9e17995
Documented edge cases in `Move.history.json` handling for network res…
chrisgitiota 0dc97cd
Some MoveHistoryManager doc fixes
chrisgitiota 6344b38
New test to explicitly test redeploymentents due to breaking changes
chrisgitiota 93eaf35
Fix format issues
chrisgitiota 16ba2eb
chore: ignore incase move lock doesn't have env (#72)
itsyaasir 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
MoveHistoryManager holds move_lock_path and history_file_path now and…
… can ignore envs specified by their alias
- Loading branch information
commit 29ca4a62f44831029c4c49601e0d244d9fb27897
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.