-
Notifications
You must be signed in to change notification settings - Fork 279
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
Issue triage fix collection #5280
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2f7fb91
to
ee408ba
Compare
1a5d8b8
to
3ddc687
Compare
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2ce1c4b
to
29d5913
Compare
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.
Code changes all look sensible to me 👍
/backport to stable27 |
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.
Hello @juliushaertl does the change you made fix loading all data from the past? or just make the status to be 200 and stop the spin?
The reason is it stops loading old activities I have made to the card and starts spinning after showing recent activities.
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.
Not sure I understand your question. The 304 status code indicates that the end of the activity list has been reached in which case we stop fetching on scroll. The bug that was fixed caused an error once reaching the end leading to the spinner never hiding.
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.
Not sure I understand your question. The 304 status code indicates that the end of the activity list has been reached in which case we stop fetching on scroll. The bug that was fixed caused an error once reaching the end leading to the spinner never hiding.
In my case, it is not showing me anything on the timeline tab for some cards especially if there was no activity made to the card. Is it normal behavior?
Actually, I noticed there is an info shown on the details of the card [the time the card was created and modified]. I just couldn't be sure if the application is showing each activity since the cards were created, some cards might have been created a long time ago.
This is might not related to this fix but I am seeing this notification for cards that have been completed a while ago.
Is there any way to force install this into 27.1.3? |
This is being backported for the next maintenance release of deck in #5286 |
Collecting fixes while going through the issue tracker. Mostly small but partly annoying things and I felt we can keep CI time sane by just having them in one PR.
Reviews best on the individual commits.