gitea/models/issues
puni9869 9c5c601439
Fix archived unix time when archiving the label ()
Small Fix :-`ArchivedUnix` column changed only change the date when it is newly archived.

Co-authored-by: Giteabot <teabot@gitea.io>
..
assignees.go Make more functions use ctx instead of db.DefaultContext ()
assignees_test.go Make more functions use ctx instead of db.DefaultContext ()
comment.go Delete `issue_service.CreateComment` ()
comment_code.go Show outdated comments in files changed tab ()
comment_list.go Add context parameter to some database functions ()
comment_test.go Show outdated comments in files changed tab ()
content_history.go
content_history_test.go Rename `Sync2` -> `Sync` ()
dependency.go
dependency_test.go
issue.go Use more `IssueList` instead of `[]*Issue` ()
issue_index.go
issue_label.go Update tool dependencies, lock govulncheck and actionlint ()
issue_list.go Add context parameter to some database functions ()
issue_list_test.go Add context parameter to some database functions ()
issue_lock.go
issue_project.go Use more `IssueList` instead of `[]*Issue` ()
issue_search.go Fix project filter bugs ()
issue_stats.go [Refactor] getIssueStatsChunk to move inner function into own one ()
issue_test.go Refactor and enhance issue indexer to support both searching, filtering and paging ()
issue_update.go Update tool dependencies, lock govulncheck and actionlint ()
issue_user.go Fix bug with sqlite load read ()
issue_user_test.go Fix bug with sqlite load read ()
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go Make more functions use ctx instead of db.DefaultContext ()
label.go Fix archived unix time when archiving the label ()
label_test.go Allow to archive labels ()
main_test.go Merge setting.InitXXX into one function with options ()
milestone.go Refactor and enhance issue indexer to support both searching, filtering and paging ()
milestone_test.go
pull.go Add transaction when creating pull request created dirty data ()
pull_list.go Add context parameter to some database functions ()
pull_test.go Add transaction when creating pull request created dirty data ()
reaction.go Always show usernames in reaction tooltips ()
reaction_test.go Always show usernames in reaction tooltips ()
review.go Add transaction when creating pull request created dirty data ()
review_list.go Add commits dropdown in PR files view and allow commit by commit review ()
review_test.go Fix bug when pushing to a pull request which enabled dismiss approval automatically ()
stopwatch.go
stopwatch_test.go
tracked_time.go Add context parameter to some database functions ()
tracked_time_test.go Add context parameter to some database functions ()