-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Hotifx: Add time manually adds time in nanoseconds #2498
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
Conversation
Signed-off-by: Jonas <[email protected]>
Added explanation to return statement. Signed-off-by: Jonas <[email protected]>
Added explanation to return statement + documentation. Signed-off-by: Jonas <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
…pants. Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
Refreshing code base
Deleting feed entry if a comment is going to be deleted Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
Added improved links to comments in feed entries. Signed-off-by: Jonas Franz <[email protected]>
Added improved links to comments in feed entries. Signed-off-by: Jonas Franz <[email protected]>
Added improved links to comments in feed entries. Signed-off-by: Jonas Franz <[email protected]>
Added improved links to comments in feed entries. (+ gofmt) Signed-off-by: Jonas Franz <[email protected]>
Added improved links to comments in feed entries. (+ gofmt) Signed-off-by: Jonas Franz <[email protected]>
Added improved links to comments in feed entries. (+ gofmt) Signed-off-by: Jonas Franz <[email protected]>
Added improved links to comments in feed entries. (+ gofmt) Signed-off-by: Jonas Franz <[email protected]>
Added improved links to comments in feed entries. (+ gofmt) Signed-off-by: Jonas Franz <[email protected]>
…nced in actions. Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
Introducing "IsDeleted" column to action. Signed-off-by: Jonas Franz <[email protected]>
# Conflicts: # models/migrations/migrations.go
Adding database models for stopwatches and trackedtimes See go-gitea#967 Signed-off-by: Jonas Franz <[email protected]>
Adding database models for stopwatches and trackedtimes See go-gitea#967 +gofmt Signed-off-by: Jonas Franz <[email protected]>
See go-gitea#967 Signed-off-by: Jonas Franz <[email protected]>
Make UI functional Add hints in timeline for time tracking events See go-gitea#967 Signed-off-by: Jonas Franz <[email protected]>
Adding "Add time manual" option Improved stopwatch Created report of total spent time by user See go-gitea#967 Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Gitea <[email protected]>
Signed-off-by: Gitea <[email protected]>
Signed-off-by: Gitea <[email protected]>
…com/JonasFranzDEV/gitea into feature/timetracking
Adding IsTimetrackingEnabled checks to API Improving translations / english texts Improving documentation Signed-off-by: Jonas Franz <[email protected]>
…re/timetracking
Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
"Added" copyright line Signed-off-by: Jonas Franz <[email protected]>
Removed some other encoding issues in local_en-US.ini Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
Removed unnecessary code Improved error checking Small cosmetic changes Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
Signed-off-by: Jonas Franz <[email protected]>
+gofmt Signed-off-by: Jonas Franz <[email protected]>
…re/timetracking
…re/timetracking
…re/timetracking
…re/timetracking
…re/timetracking Signed-off-by: Jonas Franz <[email protected]> # Conflicts: # integrations/timetracking_test.go
Signed-off-by: Jonas Franz <[email protected]>
Please create new branch from upstream/master and do changes there as otherwise there are 104 commits :) gitea/routers/repo/issue_timetrack.go Line 44 in 3e89e89
change |
Codecov Report
@@ Coverage Diff @@
## master #2498 +/- ##
=======================================
Coverage 27.85% 27.85%
=======================================
Files 83 83
Lines 16825 16825
=======================================
Hits 4686 4686
Misses 11464 11464
Partials 675 675 Continue to review full report at Codecov.
|
Replaced by #2499 |
The add time manually form adds the time as nanoseconds but it should be seconds.
This issue is reported by @gsantner (#2211 (comment)).
For more information please have a look at @gsantner comment: #2211 (comment)
I simply reverted to the last working version of this file. The changes were made here: #2211 (comment)