You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
Jonas Franz 8d5f58d834 Shows total tracked time in issue and milestone list (#3341)
* Show total tracked time in issue and milestone list
Show total tracked time at issue page

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Optimizing TotalTimes by using SumInt

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fixing wrong total times for milestones caused by a missing JOIN
Adding unit tests for total times

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Logging error instead of ignoring it

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Correcting spelling mistakes

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Change error message to a short version

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add error handling to TotalTimes
Add variable for totalTimes

Signed-off-by: Jonas Franz <info@jonasfranz.de>

* Introduce TotalTrackedTimes as variable of issue
Load TotalTrackedTimes by loading attributes of IssueList
Load TotalTrackedTimes by loading attributes of single issue
Add Sec2Time as helper to use it in templates

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fixed test + gofmt

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Load TotalTrackedTimes via MilestoneList instead of single requests

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add documentation for MilestoneList

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add documentation for MilestoneList

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fix test

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Change comment from SQL query to description

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fix unit test by using int64 instead of int

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fix unit test by using int64 instead of int

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Check if timetracker is enabled

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fix test by enabling timetracking

Signed-off-by: Jonas Franz <info@jonasfranz.de>
7 years ago
..
auth Add topic support (#3711) 7 years ago
avatar Use assert in legacy unit tests (#867) 8 years ago
base Implements generator cli for secrets (#3531) 7 years ago
cache Fix memcache support when value is returned as string always (#2924) 7 years ago
context Refactor and simplify redirect to url (#3674) 7 years ago
cron Add branch overiew page (#2108) 7 years ago
generate Implements generator cli for secrets (#3531) 7 years ago
highlight No highlighting for .txt files (#1922) 8 years ago
httplib Add sensitive headers (#3429) 7 years ago
indexer Global code search support (#3664) 7 years ago
lfs Fix SSH auth lfs locks (#3152) 7 years ago
log Fix lint errors (#2547) 7 years ago
mailer Add support for extra sendmail arguments (#2731) 7 years ago
markup Fix wiki inter-links with cases and add tests for this case (#3560) 7 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 8 years ago
notification Notification - Step 1 (#523) 8 years ago
options Fix typos in models/ and modules/ (#1248) 8 years ago
private improve protected branch to add whitelist support (#2451) 8 years ago
process Fix run command race (#1470) 7 years ago
public Enable caching on assets and avatars (#3376) 7 years ago
search Global code search support (#3664) 7 years ago
setting Add EnableTimetracking option to app settings (#3719) 7 years ago
ssh Configurable SSH key exchange algorithm and MAC suite (#2806) 7 years ago
sync Fix status table race condition (#1835) 8 years ago
templates Shows total tracked time in issue and milestone list (#3341) 7 years ago
test Unit tests for routers/repo/issue_label (#3198) 7 years ago
user golint fixed for modules/user 8 years ago
util fix gpg expired bug when time is zero (#3584) 7 years ago
validation Create new branch from branch selection dropdown (#2130) 7 years ago