This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web/repo
René Schaar 609c91665e
Fix display time of milestones (#18753)
* Fix display time of milestones

* Move the SecToTime function

From the models/issue_stopwatch.go file to the modules/util package

* Rename the sec_to_time file

* Updated formatting

* Include copyright notice in sec_to_time.go

* Apply PR review suggestions

- Update copyright notice dates to 2022
- Change `1 day 3h 5min 7s` to `1d 3h 5m 7s`

* Rename hrs var and combine conditions

* Update unit tests to match new time pattern

Changed `1min` to `1m`

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-02-16 00:50:10 +08:00
..
activity.go
attachment.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
blame.go Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2022-02-08 11:02:30 +08:00
branch.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
cherry_pick.go Fix broken cancel button link on patch page (#18718) 2022-02-14 09:18:55 +00:00
commit.go Collaborator trust model should trust collaborators (#18539) 2022-02-02 11:10:06 +01:00
compare.go Ensure that blob-excerpt links work for wiki (#18587) 2022-02-05 18:26:12 +00:00
download.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
editor.go
editor_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
http.go Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 2022-02-06 20:01:47 +01:00
http_test.go
issue.go Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
issue_content_history.go Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2022-02-08 11:02:30 +08:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
issue_stopwatch.go
issue_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
issue_timetrack.go Fix display time of milestones (#18753) 2022-02-16 00:50:10 +08:00
issue_watch.go
lfs.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
main_test.go
middlewares.go Added auto-save whitespace behavior if it changed manually (#15566) 2022-02-08 14:15:04 +08:00
migrate.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
milestone.go Only view milestones from current repo (#18414) 2022-01-26 20:01:35 +00:00
patch.go Fix broken cancel button link on patch page (#18718) 2022-02-14 09:18:55 +00:00
projects.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
projects_test.go
pull.go Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) 2022-02-11 08:02:53 +00:00
pull_review.go
release.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
release_test.go
repo.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
search.go Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
setting.go Use base32 for 2FA scratch token (#18384) 2022-01-26 12:10:10 +08:00
setting_protected_branch.go
settings_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
tag.go
topic.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
view.go Collaborator trust model should trust collaborators (#18539) 2022-02-02 11:10:06 +01:00
webhook.go Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
wiki.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
wiki_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00