-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Adds future new AppModel to the NetDaemon project #556
Merged
Conversation
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
helto4real
force-pushed
the
app_model
branch
4 times, most recently
from
December 19, 2021 16:20
9bcf726
to
091e9f7
Compare
Codecov Report
@@ Coverage Diff @@
## dev #556 +/- ##
===========================================
+ Coverage 62.60% 81.77% +19.16%
===========================================
Files 179 114 -65
Lines 6667 3034 -3633
Branches 930 319 -611
===========================================
- Hits 4174 2481 -1693
+ Misses 2157 423 -1734
+ Partials 336 130 -206
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
helto4real
force-pushed
the
app_model
branch
6 times, most recently
from
December 19, 2021 20:38
0da6e8b
to
8f96726
Compare
helto4real
force-pushed
the
app_model
branch
from
December 25, 2021 08:19
41bd81e
to
e70a1ea
Compare
FrankBakkerNl
pushed a commit
to FrankBakkerNl/netdaemon
that referenced
this pull request
Dec 26, 2021
helto4real
force-pushed
the
app_model
branch
3 times, most recently
from
January 5, 2022 15:40
12b77e7
to
82bb4b4
Compare
* Added AssemblyResolvers and simple type resolvers * Add CI to appmodel branch * Made IAppTypeResolver internal * Added ability to skip apps that should not load * Support for Id in attribute * fixed tests * Code cleanup * Fix cover information * Fix the ci too
Add runtime and host projects
* HassClient cleanup * AppModel Cleanup * Runtime cleanup * Host cleanup
* Error handling if exception in ctr * formatting * Add tests to runtime * Add test project * Simplify app model * Added tests and async observable handling
* Added Application concept and AppModelContext * Fix test to handle async
* add focus attribute support * Add focus attribute support * Fix tests and removed the LoadMode * Review comments * removed focus
* Add default serilog extension * CI - Nuget for logging extension
* Removes HassClient from HassModel * Fix warnings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Breaking change
Proposed change
This is the new AppModel in NetDaemon that will replace the NetDaemon one eventually. This model has a much clearer purpose to handle application lifecykle and configuration for NetDaemon apps if or not if they use HassModel.
This is what is added:
Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: