Skip to content
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

Add fragment to HTTP Client errors and fix user sync #1102

Merged
merged 4 commits into from
Nov 8, 2022

Conversation

marandaneto
Copy link
Contributor

@marandaneto marandaneto commented Nov 4, 2022

📜 Description

Add fragments to HTTP Client errors
Fix user sync

💡 Motivation and Context

Mixed up 3 PRs together
#1057, #1054 and #1065

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

@codecov-commenter
Copy link

codecov-commenter commented Nov 4, 2022

Codecov Report

Base: 90.08% // Head: 90.09% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (19727ce) compared to base (5170678).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1102      +/-   ##
==========================================
+ Coverage   90.08%   90.09%   +0.01%     
==========================================
  Files         107      107              
  Lines        3388     3393       +5     
==========================================
+ Hits         3052     3057       +5     
  Misses        336      336              
Impacted Files Coverage Δ
...art/lib/src/http_client/failed_request_client.dart 93.87% <100.00%> (+0.69%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

Android Performance metrics 🚀

  Plain With Sentry Diff
Startup time 340.81 ms 370.80 ms 29.99 ms
Size 5.94 MiB 6.95 MiB 1.01 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d7758e8 300.12 ms 349.88 ms 49.76 ms
4efee31 308.92 ms 368.68 ms 59.76 ms
ef2f368 350.06 ms 429.44 ms 79.38 ms
3e9fb0e 329.14 ms 359.16 ms 30.02 ms
f922f8f 332.31 ms 374.67 ms 42.37 ms
0ceb89c 304.57 ms 357.18 ms 52.61 ms
3e5ee37 317.56 ms 366.84 ms 49.28 ms
56810ff 309.72 ms 352.26 ms 42.54 ms
559d28f 302.35 ms 339.53 ms 37.18 ms
633cf2e 289.36 ms 340.38 ms 51.02 ms

App size

Revision Plain With Sentry Diff
d7758e8 5.94 MiB 6.95 MiB 1.01 MiB
4efee31 5.94 MiB 6.92 MiB 1003.76 KiB
ef2f368 5.94 MiB 6.89 MiB 975.81 KiB
3e9fb0e 5.94 MiB 6.95 MiB 1.01 MiB
f922f8f 5.94 MiB 6.95 MiB 1.01 MiB
0ceb89c 5.94 MiB 6.95 MiB 1.01 MiB
3e5ee37 5.94 MiB 6.92 MiB 1001.19 KiB
56810ff 5.94 MiB 6.92 MiB 1001.71 KiB
559d28f 5.94 MiB 6.92 MiB 1001.70 KiB
633cf2e 5.94 MiB 6.92 MiB 1001.53 KiB

@marandaneto marandaneto marked this pull request as ready for review November 7, 2022 09:51
@marandaneto marandaneto changed the title HTTP client error fixes and adding fragment Add fragment to HTTP Client errors and fix user sync Nov 7, 2022
@marandaneto
Copy link
Contributor Author

@brustolin @krystofwoldrich would love a review :)

Copy link
Collaborator

@brustolin brustolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marandaneto marandaneto merged commit 5ee19c1 into main Nov 8, 2022
@marandaneto marandaneto deleted the fix/client-error-fixes branch November 8, 2022 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants