-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Only activity tab needs heatmap data loading #34652
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
Only activity tab needs heatmap data loading #34652
Conversation
I think Refactor FindOrgOptions to use enum instead of bool, fix membership visibility #34629 should be merged before this one because that one came first and they conflict. |
Looks like no conflict. |
Fortunately there are lines between this change and https://github.com/go-gitea/gitea/pull/34629/files#diff-4b6486152ab1c16e13e39847e4b7a848f2981d55a1b2390c36cd1bec167e545fR177 Since there is a big switch-case and the function already has too many lines, why not move the "case" block to a separate function. |
This is a quick patch to allow backporting to v1.24. The switch-case structure requires a complete refactor, which can be addressed in a separate PR. |
Backport #34652 by @lunny Co-authored-by: Lunny Xiao <[email protected]>
* giteaofficial/main: [skip ci] Updated translations via Crowdin Fix last admin check when syncing users (go-gitea#34649) Update x/crypto package and make builtin SSH use default parameters (go-gitea#34667) Fix "oras" OCI client compatibility (go-gitea#34666) Fix: skip paths check on tag push events in workflows (go-gitea#34602) Fix footnote jump behavior on the issue page. (go-gitea#34621) Only activity tab needs heatmap data loading (go-gitea#34652) Ignore "Close" error when uploading container blob (go-gitea#34620) Keeping consistent between UI and API about combined commit status state and fix some bugs (go-gitea#34562) Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (go-gitea#34629)
No description provided.