-
Notifications
You must be signed in to change notification settings - Fork 10
Support allow-list for SOP classes. #91
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #91 +/- ##
===================================================
- Coverage 93.73240% 93.68161% -0.05079%
===================================================
Files 207 222 +15
Lines 12429 13342 +913
Branches 638 703 +65
===================================================
+ Hits 11650 12499 +849
- Misses 565 611 +46
- Partials 214 232 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
b6c7cad
to
bbc5365
Compare
e00f6d0
to
791c657
Compare
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
791c657
to
086e963
Compare
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
bbc5365
to
5b49600
Compare
* gh-33 Support allow-list for SOP classes. * gh-33 Update DB migration Signed-off-by: Victor Chang <[email protected]>
🎉 This issue has been resolved in version 0.2.0 🎉 The release is available on: |
Fixes #33 .
Description
Allows user to define a list of allowed SOP classes for each configured AE Title.
The
allowed-sop-classes
list is mutually-exclusive to theignored-sop-classes
list.Also updated
System.CommandLine
to latest beta build (2.0.0-beta4.22272.1
)Status
Ready
Types of changes