-
Notifications
You must be signed in to change notification settings - Fork 102
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
Deprecate relation_vz_rs_graph_at from aci_contract #1222
Deprecate relation_vz_rs_graph_at from aci_contract #1222
Conversation
e8581e3
to
0894f0f
Compare
…t` attribute from `aci_contract`. Use `relation_vz_rs_subj_graph_att` on `aci_contract_subject` instead.
0894f0f
to
b35d99b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1222 +/- ##
=======================================
Coverage 87.03% 87.03%
=======================================
Files 43 43
Lines 11223 11223
=======================================
Hits 9768 9768
Misses 991 991
Partials 464 464 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Deprecated the non-functional
relation_vz_rs_graph_at
attribute fromaci_contract
. Userelation_vz_rs_subj_graph_att
onaci_contract_subject
instead.Closes #1162