-
Notifications
You must be signed in to change notification settings - Fork 894
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 <zachaller@users.noreply.github.com>
aebc08d
to
b33374a
Compare
…evision-update-conflict
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
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 <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
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 <zachaller@users.noreply.github.com> * wip Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix one test Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix tests Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * cleanup Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * change order Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * change order to match reality Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * add comments on exptected actions Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> --------- Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com>
* fix: possibly fix conflict on updates to revision Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * wip Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix one test Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix tests Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * cleanup Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * change order Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * change order to match reality Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * add comments on exptected actions Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> --------- Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
* fix: possibly fix conflict on updates to revision Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * wip Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix one test Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix tests Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * cleanup Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * change order Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * change order to match reality Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * add comments on exptected actions Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> --------- Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
fixes: #3218