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

Misc release hotfixes #986

Merged
merged 8 commits into from
Oct 4, 2023
Merged

Misc release hotfixes #986

merged 8 commits into from
Oct 4, 2023

Conversation

bdmendes
Copy link
Member

@bdmendes bdmendes commented Oct 2, 2023

Closes #993
Closes #994

Review checklist

  • Terms and conditions reflect the current change
  • Contains enough appropriate tests
  • If aimed at production, writes a new summary in whatsnew/whatsnew-pt-PT
  • Properly adds an entry in changelog.md with the change
  • If PR includes UI updates/additions, its description has screenshots
  • Behavior is as expected
  • Clean, well-structured code

@bdmendes bdmendes changed the base branch from develop to master October 2, 2023 11:12
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #986 (59558fc) into master (393a639) will decrease coverage by 6%.
Report is 1 commits behind head on master.
The diff coverage is 9%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #986     +/-   ##
=======================================
- Coverage      23%    16%     -6%     
=======================================
  Files         143    201     +58     
  Lines        4355   6361   +2006     
=======================================
+ Hits          959    986     +27     
- Misses       3396   5375   +1979     

Copy link
Member

@limwa limwa left a comment

Choose a reason for hiding this comment

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

I just have one question regarding the use of unawaited. Everything else looks good to me!

uni/lib/view/bug_report/widgets/form.dart Show resolved Hide resolved
uni/lib/view/login/login.dart Show resolved Hide resolved
@bdmendes bdmendes force-pushed the hotfix/release-errors branch 2 times, most recently from a3f3b4c to a259460 Compare October 2, 2023 20:24
limwa
limwa previously approved these changes Oct 2, 2023
Copy link
Member

@limwa limwa left a comment

Choose a reason for hiding this comment

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

Well done!

Copy link
Member

@LuisDuarte1 LuisDuarte1 left a comment

Choose a reason for hiding this comment

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

It looks like the ProfileProvider is timing out for me, can you look into that?
image
The storage is also timing out for some reason

@limwa limwa disabled auto-merge October 3, 2023 14:26
@limwa limwa enabled auto-merge October 3, 2023 14:27
@limwa
Copy link
Member

limwa commented Oct 3, 2023

It looks like the ProfileProvider is timing out for me, can you look into that?
image
The storage is also timing out for some reason

FlqSY3_aAAAk9nF~2.jpg

@limwa
Copy link
Member

limwa commented Oct 3, 2023

It looks like the ProfileProvider is timing out for me, can you look into that? image The storage is also timing out for some reason

Is that running on an emulator? I can't reproduce it in my emulator.

@limwa
Copy link
Member

limwa commented Oct 3, 2023

@bdmendes
Copy link
Member Author

bdmendes commented Oct 3, 2023

@limwa it sure does, but is that related to the issue @LuisDuarte1 is having?
@LuisDuarte1 have you tried with a different internet connection, and is the issue non present on upstream?

@limwa
Copy link
Member

limwa commented Oct 3, 2023

@limwa it sure does, but is that related to the issue @LuisDuarte1 is having?
@LuisDuarte1 have you tried with a different internet connection, and does is the issue non present on upstream?

No, I don't think so, it was just something that came across while testing.

@LuisDuarte1
Copy link
Member

LuisDuarte1 commented Oct 4, 2023

I will test this further, but on other note, I think that the profile provider shouldn't have a timeout (or it should have a timeout greater than the rest of the providers) since it's needed at startup, this should reduce the problem with slow internet connections.

@limwa
Copy link
Member

limwa commented Oct 4, 2023

I will test this further, but on other note, I think that the profile provider shouldn't have a timeout (or it should have a timeout greater than the rest of the providers) since it's needed at startup, this should reduce the problem with slow internet connections.

I also suggest, if it's easier to implement, to set the timeout on this provider (or all providers) to 30 seconds. Should be more than enough, even for slow connections.

LuisDuarte1
LuisDuarte1 previously approved these changes Oct 4, 2023
Copy link
Member

@limwa limwa left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@limwa limwa merged commit 739ff0a into master Oct 4, 2023
6 checks passed
@limwa limwa deleted the hotfix/release-errors branch October 4, 2023 18:40
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.

Wrong capitalization of ECTS on profile page Bus UI doesn't update properly
3 participants