-
Notifications
You must be signed in to change notification settings - Fork 867
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
fix: conflict on updates to revision #3216
Conversation
Signed-off-by: Zach Aller <[email protected]>
aebc08d
to
b33374a
Compare
Signed-off-by: Zach Aller <[email protected]>
…evision-update-conflict
Signed-off-by: Zach Aller <[email protected]>
Signed-off-by: Zach Aller <[email protected]>
Signed-off-by: Zach Aller <[email protected]>
Signed-off-by: Zach Aller <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3216 +/- ##
=======================================
Coverage 81.81% 81.81%
=======================================
Files 135 135
Lines 20625 20627 +2
=======================================
+ Hits 16874 16876 +2
Misses 2880 2880
Partials 871 871 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Zach Aller <[email protected]>
Signed-off-by: Zach Aller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Ah such a simple fix to solve such an annoying problem. Thank you!
* fix: possibly fix conflict on updates to revision Signed-off-by: Zach Aller <[email protected]> * wip Signed-off-by: Zach Aller <[email protected]> * fix one test Signed-off-by: Zach Aller <[email protected]> * fix tests Signed-off-by: Zach Aller <[email protected]> * cleanup Signed-off-by: Zach Aller <[email protected]> * change order Signed-off-by: Zach Aller <[email protected]> * change order to match reality Signed-off-by: Zach Aller <[email protected]> * add comments on exptected actions Signed-off-by: Zach Aller <[email protected]> --------- Signed-off-by: Zach Aller <[email protected]> Signed-off-by: ashutosh16 <[email protected]>
* fix: possibly fix conflict on updates to revision Signed-off-by: Zach Aller <[email protected]> * wip Signed-off-by: Zach Aller <[email protected]> * fix one test Signed-off-by: Zach Aller <[email protected]> * fix tests Signed-off-by: Zach Aller <[email protected]> * cleanup Signed-off-by: Zach Aller <[email protected]> * change order Signed-off-by: Zach Aller <[email protected]> * change order to match reality Signed-off-by: Zach Aller <[email protected]> * add comments on exptected actions Signed-off-by: Zach Aller <[email protected]> --------- Signed-off-by: Zach Aller <[email protected]>
* fix: possibly fix conflict on updates to revision Signed-off-by: Zach Aller <[email protected]> * wip Signed-off-by: Zach Aller <[email protected]> * fix one test Signed-off-by: Zach Aller <[email protected]> * fix tests Signed-off-by: Zach Aller <[email protected]> * cleanup Signed-off-by: Zach Aller <[email protected]> * change order Signed-off-by: Zach Aller <[email protected]> * change order to match reality Signed-off-by: Zach Aller <[email protected]> * add comments on exptected actions Signed-off-by: Zach Aller <[email protected]> --------- Signed-off-by: Zach Aller <[email protected]>
fixes: #3218