[PR #2498] [CLOSED] Hotifx: Add time manually adds time in nanoseconds #16433

Closed
opened 2025-11-02 12:10:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2498
Author: @jonasfranz
Created: 9/13/2017
Status: Closed

Base: masterHead: feature/timetracking


📝 Commits (10+)

  • 74774a4 Added comment's hashtag to url for mail notifications.
  • f385727 Added comment's hashtag to url for mail notifications.
  • e05eb96 Added comment's hashtag to url for mail notifications.
  • 5cb36ca Added comment's hashtag to url for mail notifications.
  • 2dd674e Replacing in-line link generation with HTMLURL. (+gofmt)
  • 716bf81 Replaced action-based model with nil-based model. (+gofmt)
  • edaa576 Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants.
  • b0e22ab Updating comment for mailIssueCommentToParticipants
  • fd70385 Merge branch 'master' of github.com:JonasFranzDEV/gitea
  • 3c6d4fc Merge branch 'master' of https://github.com/JonasFranzDEV/gitea

📊 Changes

1 file changed (+19 additions, -2 deletions)

View changed files

📝 routers/repo/issue_timetrack.go (+19 -2)

📄 Description

The add time manually form adds the time as nanoseconds but it should be seconds.
This issue is reported by @gsantner (https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125).

For more information please have a look at @gsantner comment: https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125

I simply reverted to the last working version of this file. The changes were made here: https://github.com/go-gitea/gitea/pull/2211#discussion_r136721106


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2498 **Author:** [@jonasfranz](https://github.com/jonasfranz) **Created:** 9/13/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/timetracking` --- ### 📝 Commits (10+) - [`74774a4`](https://github.com/go-gitea/gitea/commit/74774a41c322db8c78cc0dc9ce92402e673bda13) Added comment's hashtag to url for mail notifications. - [`f385727`](https://github.com/go-gitea/gitea/commit/f385727aef6f0a777d7fedba56d701ff8b2a0b9e) Added comment's hashtag to url for mail notifications. - [`e05eb96`](https://github.com/go-gitea/gitea/commit/e05eb960a89631c6986c3f4a5096ff6a35b45c38) Added comment's hashtag to url for mail notifications. - [`5cb36ca`](https://github.com/go-gitea/gitea/commit/5cb36ca7bd650fda84a361febf3c26c77ef7f753) Added comment's hashtag to url for mail notifications. - [`2dd674e`](https://github.com/go-gitea/gitea/commit/2dd674e51dc120c70ca04f3153d246af35d5080b) Replacing in-line link generation with HTMLURL. (+gofmt) - [`716bf81`](https://github.com/go-gitea/gitea/commit/716bf811b4249215a49ac151f66d626cc32c4e44) Replaced action-based model with nil-based model. (+gofmt) - [`edaa576`](https://github.com/go-gitea/gitea/commit/edaa5761a6811eedde033d97f62c06aa96d591b1) Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants. - [`b0e22ab`](https://github.com/go-gitea/gitea/commit/b0e22aba71e4988c42d6598c5da18d3110e64cd3) Updating comment for mailIssueCommentToParticipants - [`fd70385`](https://github.com/go-gitea/gitea/commit/fd7038577963b1c607c7388e769a4f833c53e01c) Merge branch 'master' of github.com:JonasFranzDEV/gitea - [`3c6d4fc`](https://github.com/go-gitea/gitea/commit/3c6d4fcb12688f7c7bcca58cd7f86f21a9b75cbd) Merge branch 'master' of https://github.com/JonasFranzDEV/gitea ### 📊 Changes **1 file changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `routers/repo/issue_timetrack.go` (+19 -2) </details> ### 📄 Description The add time manually form adds the time as nanoseconds but it should be seconds. This issue is reported by @gsantner (https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125). For more information please have a look at @gsantner comment: https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125 I simply reverted to the last working version of this file. The changes were made here: https://github.com/go-gitea/gitea/pull/2211#discussion_r136721106 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:10:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16433