]> source.dussan.org Git - gitea.git/commit
Fix heatmap activity (#15252)
authorsiddweiker <siddweiker@users.noreply.github.com>
Fri, 25 Jun 2021 16:59:25 +0000 (12:59 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Jun 2021 16:59:25 +0000 (12:59 -0400)
commitf573e93ed429d1d1dd0a7be8a3b0042f0817cc00
treed71db3d42e18da8dd0910ac1e2db04ab841e0e9b
parent3ef23d5411732b4b714d6fc9739bc5dac75aadd4
Fix heatmap activity (#15252)

* Group heatmap actions by 15 minute intervals

Signed-off-by: Sidd Weiker <siddweiker@gmail.com>
* Add multi-contribution test for user heatmap

Signed-off-by: Sidd Weiker <siddweiker@gmail.com>
* Add timezone aware summation for activity heatmap

Signed-off-by: Sidd Weiker <siddweiker@gmail.com>
* Fix api user heatmap test

Signed-off-by: Sidd Weiker <siddweiker@gmail.com>
* Update variable declaration style

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
integrations/api_user_heatmap_test.go
models/fixtures/action.yml
models/user_heatmap.go
models/user_heatmap_test.go
web_src/js/features/heatmap.js