-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Shows total tracked time in issue and milestone list #3341
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
Merged
Merged
Changes from 37 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
72c4296
Show total tracked time in issue and milestone list
jonasfranz 1c0201f
Merge branch 'master' of https://github.com/go-gitea/gitea into 3003-…
jonasfranz 1875038
Optimizing TotalTimes by using SumInt
jonasfranz b849f54
Merge branch 'master' into 3003-timetracking
jonasfranz fda4dd4
Fixing wrong total times for milestones caused by a missing JOIN
jonasfranz 983c1e1
Logging error instead of ignoring it
jonasfranz 707f3db
Merge branch 'master' into 3003-timetracking
jonasfranz 26a1e02
Correcting spelling mistakes
jonasfranz 67be8bd
Merge remote-tracking branch 'jonas/3003-timetracking' into 3003-time…
jonasfranz f1cfe62
Change error message to a short version
jonasfranz 770fea4
Merge branch 'master' into 3003-timetracking
jonasfranz 3c8507a
Merge branch 'master' into 3003-timetracking
jonasfranz c5c812c
Add error handling to TotalTimes
jonasfranz e92cc12
Merge branch 'master' into 3003-timetracking
jonasfranz 8481f2d
Introduce TotalTrackedTimes as variable of issue
jonasfranz 4cac53e
Fixed test + gofmt
jonasfranz 79dc9d8
Merge branch 'master' into 3003-timetracking
jonasfranz 421cbfb
Merge branch 'master' into 3003-timetracking
jonasfranz 1077882
Merge branch 'master' into 3003-timetracking
jonasfranz 9bb7714
Merge branch 'master' into 3003-timetracking
jonasfranz 0143b50
Merge branch 'master' into 3003-timetracking
jonasfranz 2f6a6fd
Merge branch 'master' into 3003-timetracking
jonasfranz 2d13376
Merge branch 'master' into 3003-timetracking
jonasfranz a87698b
Merge branch 'master' into 3003-timetracking
jonasfranz ec0d41c
Load TotalTrackedTimes via MilestoneList instead of single requests
jonasfranz 856087e
Merge branch 'master' into 3003-timetracking
jonasfranz 02dc1cf
Add documentation for MilestoneList
jonasfranz 9508985
Merge remote-tracking branch 'onion/3003-timetracking' into 3003-time…
jonasfranz 0ba269b
Add documentation for MilestoneList
jonasfranz 70e9bbd
Fix test
jonasfranz 221a327
Change comment from SQL query to description
jonasfranz 90658cc
Merge branch 'master' into 3003-timetracking
jonasfranz ca5243c
Fix unit test by using int64 instead of int
jonasfranz d623780
Fix unit test by using int64 instead of int
jonasfranz 6a97bf7
Check if timetracker is enabled
jonasfranz 62f9962
Fix test by enabling timetracking
jonasfranz 2835f08
Merge branch 'master' into 3003-timetracking
jonasfranz 526f7db
Merge branch 'master' into 3003-timetracking
jonasfranz e9562ad
Merge branch 'master' into 3003-timetracking
lafriks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
If error is ignored than at least it should be logged