1
0
Fork
You've already forked hoard
0

fix: fix operation version upgrades #129

Merged
Shadow53 merged 4 commits from operation-fixes into main 2022年04月26日 07:06:41 +02:00
Shadow53 commented 2022年04月26日 06:49:07 +02:00 (Migrated from github.com)
Copy link
  • Created a shell script that creates operation log files using the released version of Hoard 0.4.0, then runs the upgrade command using the current tree.
    • Written in such a way to make it easy to expand to using 0.5.0 if 0.6.0 introduces changes, etc.
  • Fixed issues that came up as a result of running the script
- Created a shell script that creates operation log files using the released version of Hoard 0.4.0, then runs the `upgrade` command using the current tree. - Written in such a way to make it easy to expand to using 0.5.0 if 0.6.0 introduces changes, etc. - Fixed issues that came up as a result of running the script
netlify[bot] commented 2022年04月26日 06:49:12 +02:00 (Migrated from github.com)
Copy link

Deploy Preview for hoard-docs ready!

Name Link
Latest commit d8c75d3d55
Latest deploy log https://app.netlify.com/sites/hoard-docs/deploys/62677a3128e62200089caf91
Deploy Preview https://deploy-preview-129--hoard-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

### <span aria-hidden="true">✅</span> Deploy Preview for *hoard-docs* ready! | Name | Link | |---------------------------------|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | d8c75d3d5584922c6eb6d6e720bc25cb0869b7b7 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/hoard-docs/deploys/62677a3128e62200089caf91 | |<span aria-hidden="true">😎</span> Deploy Preview | https://deploy-preview-129--hoard-docs.netlify.app | |<span aria-hidden="true">📱</span> Preview on mobile | <details><summary> Toggle QR Code... </summary><br /><br />![QR Code](https://app.netlify.com/qr-code/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2RlcGxveS1wcmV2aWV3LTEyOS0taG9hcmQtZG9jcy5uZXRsaWZ5LmFwcCJ9.OJAwC1dXHvTcRxj8WqrvIWEGqaczlGL8VyIkmIPvO8M)<br /><br />_Use your smartphone camera to open QR code link._</details> | --- _To edit notification comments on pull requests, go to your [Netlify site settings](https://app.netlify.com/sites/hoard-docs/settings/deploys#deploy-notifications)._
codecov[bot] commented 2022年04月26日 06:49:30 +02:00 (Migrated from github.com)
Copy link

Codecov Report

Merging #129 (d8c75d3) into main (4a886c2) will decrease coverage by 0.14%.
The diff coverage is 91.37%.

@@ Coverage Diff @@
## main #129 +/- ##
==========================================
- Coverage 91.54% 91.40% -0.15% 
==========================================
 Files 71 71 
 Lines 6212 6246 +34 
==========================================
+ Hits 5687 5709 +22 
- Misses 525 537 +12 
Impacted Files Coverage Δ
src/checkers/history/last_paths.rs 93.27% <ø> (-5.89%) ⬇️
src/checkers/history/operation/v2.rs 96.21% <ø> (ø)
src/checkers/history/operation/mod.rs 85.46% <81.48%> (-0.43%) ⬇️
src/checkers/history/operation/util.rs 99.38% <100.00%> (+0.02%) ⬆️
src/checkers/history/operation/v1.rs 100.00% <100.00%> (ø)
tests/hoard_upgrade.rs 98.01% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a886c2...d8c75d3. Read the comment docs.

# [Codecov](https://codecov.io/gh/Shadow53/hoard/pull/129?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant) Report > Merging [#129](https://codecov.io/gh/Shadow53/hoard/pull/129?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant) (d8c75d3) into [main](https://codecov.io/gh/Shadow53/hoard/commit/4a886c2cb949a5cfc38e1f9bd0f08671ab0e9317?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant) (4a886c2) will **decrease** coverage by `0.14%`. > The diff coverage is `91.37%`. ```diff @@ Coverage Diff @@ ## main #129 +/- ## ========================================== - Coverage 91.54% 91.40% -0.15% ========================================== Files 71 71 Lines 6212 6246 +34 ========================================== + Hits 5687 5709 +22 - Misses 525 537 +12 ``` | [Impacted Files](https://codecov.io/gh/Shadow53/hoard/pull/129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant) | Coverage Δ | | |---|---|---| | [src/checkers/history/last\_paths.rs](https://codecov.io/gh/Shadow53/hoard/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant#diff-c3JjL2NoZWNrZXJzL2hpc3RvcnkvbGFzdF9wYXRocy5ycw==) | `93.27% <ø> (-5.89%)` | :arrow_down: | | [src/checkers/history/operation/v2.rs](https://codecov.io/gh/Shadow53/hoard/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant#diff-c3JjL2NoZWNrZXJzL2hpc3Rvcnkvb3BlcmF0aW9uL3YyLnJz) | `96.21% <ø> (ø)` | | | [src/checkers/history/operation/mod.rs](https://codecov.io/gh/Shadow53/hoard/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant#diff-c3JjL2NoZWNrZXJzL2hpc3Rvcnkvb3BlcmF0aW9uL21vZC5ycw==) | `85.46% <81.48%> (-0.43%)` | :arrow_down: | | [src/checkers/history/operation/util.rs](https://codecov.io/gh/Shadow53/hoard/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant#diff-c3JjL2NoZWNrZXJzL2hpc3Rvcnkvb3BlcmF0aW9uL3V0aWwucnM=) | `99.38% <100.00%> (+0.02%)` | :arrow_up: | | [src/checkers/history/operation/v1.rs](https://codecov.io/gh/Shadow53/hoard/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant#diff-c3JjL2NoZWNrZXJzL2hpc3Rvcnkvb3BlcmF0aW9uL3YxLnJz) | `100.00% <100.00%> (ø)` | | | [tests/hoard\_upgrade.rs](https://codecov.io/gh/Shadow53/hoard/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant#diff-dGVzdHMvaG9hcmRfdXBncmFkZS5ycw==) | `98.01% <100.00%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/Shadow53/hoard/pull/129?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/Shadow53/hoard/pull/129?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant). Last update [4a886c2...d8c75d3](https://codecov.io/gh/Shadow53/hoard/pull/129?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant).
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Shadow53/hoard!129
Reference in a new issue
Shadow53/hoard
No description provided.
Delete branch "operation-fixes"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?