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

0.1.1 Release #6

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open

0.1.1 Release #6

wants to merge 61 commits into from

Conversation

destos
Copy link
Owner

@destos destos commented Mar 30, 2022

Staging for next release

  • PID/Rate Profile switching
  • Initial board info on connect
  • Versioned MSP message building based on detected version
  • Good start to docs + basic usage
  • Tests and mypy are generally happy.

@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Base: 49.33% // Head: 76.59% // Increases project coverage by +27.25% 🎉

Coverage data is based on head (91296bd) compared to base (7635698).
Patch coverage: 78.69% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #6       +/-   ##
===========================================
+ Coverage   49.33%   76.59%   +27.25%     
===========================================
  Files           9       22       +13     
  Lines         527     1145      +618     
  Branches       61       86       +25     
===========================================
+ Hits          260      877      +617     
+ Misses        267      259        -8     
- Partials        0        9        +9     
Impacted Files Coverage Δ
bonfo/cli.py 0.00% <0.00%> (ø)
bonfo/config/root.py 0.00% <0.00%> (ø)
bonfo/msp/utils.py 70.00% <53.84%> (-30.00%) ⬇️
bonfo/msp/expr.py 55.55% <55.55%> (ø)
bonfo/board.py 56.25% <56.25%> (ø)
bonfo/msp/structs.py 80.76% <80.76%> (ø)
bonfo/msp/fields/base.py 85.71% <85.71%> (ø)
bonfo/msp/message.py 91.66% <87.50%> (+13.40%) ⬆️
bonfo/msp/adapters.py 94.87% <94.87%> (ø)
bonfo/profile.py 95.95% <95.95%> (ø)
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

destos and others added 25 commits March 31, 2022 21:56
* May bring them back in if we need them
Operates as an if else then for the specified MSPVersions enum
Probably should rename the struct or enum
* Adding tests as I go.
* includes or will include validation on how the structs are used when sending messages via get and set codes config.
* start of BoardConf that will be used to build and/or hold all the messages to re-apply to the board when snapshotting or applying a snapshot or new config bundle.
dependabot bot and others added 13 commits May 21, 2022 00:01
Bumps [rich-click](https://github.com/ewels/rich-click) from 1.3.0 to 1.4.
- [Release notes](https://github.com/ewels/rich-click/releases)
- [Changelog](https://github.com/ewels/rich-click/blob/main/CHANGELOG.md)
- [Commits](ewels/rich-click@v1.3.0...v1.4)

---
updated-dependencies:
- dependency-name: rich-click
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.2.13 to 8.2.15.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@8.2.13...8.2.15)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dataclass-wizard](https://github.com/rnag/dataclass-wizard) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/rnag/dataclass-wizard/releases)
- [Changelog](https://github.com/rnag/dataclass-wizard/blob/main/HISTORY.rst)
- [Commits](rnag/dataclass-wizard@v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: dataclass-wizard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases)
- [Commits](mondeja/mkdocs-include-markdown-plugin@v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: mkdocs-include-markdown-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…22.1

Bump dataclass-wizard from 0.22.0 to 0.22.1
…down-plugin-3.4.1

Bump mkdocs-include-markdown-plugin from 3.4.0 to 3.4.1
Bumps [mypy](https://github.com/python/mypy) from 0.940 to 0.950.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.940...v0.950)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.2.15 to 8.5.4.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@8.2.15...8.5.4)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

1 participant