Commit Graph

10 Commits (b747501337a50b847631efe0041cf2c994f4a7fa)

Author SHA1 Message Date
Lauris BH a91679c9e3 Add additional periods to activity page ()
Lauris BH 410301f0ee
Improve localization of git activity stats ()
Lauris BH 1fa9662946
Git statistics in Activity tab ()
* Initial implementation for git statistics in Activity tab

* Create top user by commit count endpoint

* Add UI and update src-d/go-git dependency

* Add coloring

* Fix typo

* Move git activity stats data extraction to git module

* Fix message

* Add git code stats test
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems ()
* fix units permission problems

* fix some bugs and merge LoadUnits to repoAssignment

* refactor permission struct and add some copyright heads

* remove unused codes

* fix routes units check

* improve permission check

* add unit tests for permission

* fix typo

* fix tests

* fix some routes

* fix api permission check

* improve permission check

* fix some permission check

* fix tests

* fix tests

* improve some permission check

* fix some permission check

* refactor AccessLevel

* fix bug

* fix tests

* fix tests

* fix tests

* fix AccessLevel

* rename CanAccess

* fix tests

* fix comment

* fix bug

* add missing unit for test repos

* fix bug

* rename some functions

* fix routes check
nubenum 756eafaaf6 Fix some issues with special chars in branch names ()
Signed-off-by: Robin Durner <github@nubenum.de>
Morgan Bazalgette 5ba4ba3957 Fixed 0 closed issues not show 50% closed on activty page ()
Fixes . Also adds a light grey bar when there are both 0 merged
prs/closed issues and 0 open prs/issues.
Lauris BH 58893384e8 Add issue closed time column to fix activity closed issues list ()
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage ()
* refactor struct's time to remove unnecessary memory usage

* use AsTimePtr simple code

* fix tests

* fix time compare

* fix template on gpg

* use AddDuration instead of Add
Lauris BH 0e9e48bd5c Fix activity css conflit with semantic ui ()
Lauris BH f42dbdbae5 Add Activity page to repository ()
* Add Activity page to repository

* Add request data for activity

* Add issue data for activity

* Add user unit right checks

* Add releases to activity

* Log repository unit loading error