-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Automatically clear stopwatch on merging a PR #4327
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 8 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
d8f2043
Don't display buttons if there are no notices
adelowo fd55ef4
clear stopwatch on merging a PR
adelowo d5752d4
remove redundant gt check
adelowo 93b187a
Merge remote-tracking branch 'origin'
adelowo 3fa1e4f
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 852514f
Merge remote-tracking branch 'origin' into stop_watch_on_merging_pr
adelowo dff2c69
Merge branch 'master' of https://github.com/go-gitea/gitea into stop_…
adelowo bb7b73e
use ctx.Flash as per @bkcsoft comment
adelowo 58edfc9
Merge branch 'master' of https://github.com/go-gitea/gitea into stop_…
adelowo 88beb1c
stop timer on closing issues/PRs too
adelowo 96f677a
updated translation as per review
adelowo 0bef325
redirect to login page after successfully activating account
adelowo 8105df9
Merge branch 'master' of https://github.com/go-gitea/gitea into stop_…
adelowo 0d4b0cc
Merge branch 'master' of https://github.com/go-gitea/gitea into stop_…
adelowo 6e7c222
Merge branch 'master' of https://github.com/go-gitea/gitea into stop_…
adelowo af2b1c3
Merge branch 'master' of https://github.com/go-gitea/gitea
adelowo 0f9cd8a
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 4f6ae0f
remove unrelated changes
adelowo 3413c0c
Merge branch 'master' into stop_watch_on_merging_pr
adelowo ba1860b
Merge branch 'master' into stop_watch_on_merging_pr
adelowo d4be24b
Merge branch 'master' into stop_watch_on_merging_pr
adelowo db016c5
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 0565c8c
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 25c09b7
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 42922bf
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 7f880fd
Merge branch 'master' into stop_watch_on_merging_pr
adelowo cc7c5ce
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 0245bd4
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 93f7bb2
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 95c1e4b
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 096e1b1
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 0601a80
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 6e05433
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 75b716c
Merge branch 'master' into stop_watch_on_merging_pr
adelowo feb1b6c
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 0abc2a7
Merge branch 'master' into stop_watch_on_merging_pr
techknowlogick d365c68
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 0f4dcb2
Merge branch 'master' into stop_watch_on_merging_pr
adelowo 1a722ef
Merge branch 'master' into stop_watch_on_merging_pr
adelowo e1ae7d2
Merge remote-tracking branch 'origin/master' into stop_watch_on_mergi…
adelowo 0ccd672
stop timer for issues that are closed via commits too..Not just the '…
adelowo 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{{ template "base/alert" }} | ||
{{range .Issue.Comments}} | ||
{{ $createdStr:= TimeSinceUnix .CreatedUnix $.Lang }} | ||
|
||
|
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.
Uh oh!
There was an error while loading. Please reload this page.