You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/issues
Lunny Xiao 98751108b1
Rename project board -> column to make the UI less confusing (#30170)
This PR split the `Board` into two parts. One is the struct has been
renamed to `Column` and the second we have a `Template Type`.

But to make it easier to review, this PR will not change the database
schemas, they are just renames. The database schema changes could be in
future PRs.

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: yp05327 <576951401@qq.com>
9 months ago
..
assignees.go
assignees_test.go
comment.go Rename project board -> column to make the UI less confusing (#30170) 9 months ago
comment_code.go
comment_list.go Add container.FilterSlice function (#30339) 10 months ago
comment_test.go
content_history.go
content_history_test.go
dependency.go
dependency_test.go
issue.go Performance improvements for pull request list page (#29900) 11 months ago
issue_index.go
issue_label.go
issue_label_test.go
issue_list.go Refactor more filterslice (#30370) 10 months ago
issue_list_test.go
issue_lock.go
issue_project.go Rename project board -> column to make the UI less confusing (#30170) 9 months ago
issue_search.go Rename project board -> column to make the UI less confusing (#30170) 9 months ago
issue_stats.go
issue_test.go
issue_update.go Fix no edit history after editing issue's title and content (#30814) 10 months ago
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 10 months ago
label.go
label_test.go
main_test.go
milestone.go
milestone_list.go
milestone_test.go
pull.go Make gitea webhooks openproject compatible (#28435) 9 months ago
pull_list.go Allow everyone to read or write a wiki by a repo unit setting (#30495) 10 months ago
pull_test.go
reaction.go Add container.FilterSlice function (#30339) 10 months ago
review.go Fix automerge will not work because of some events haven't been triggered (#30780) 9 months ago
review_list.go Add container.FilterSlice function (#30339) 10 months ago
review_test.go Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 11 months ago
stopwatch.go
stopwatch_test.go
tracked_time.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
tracked_time_test.go