gitea/models
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>
2024-05-27 08:59:54 +00:00
..
actions Update misspell to 0.5.1 and add misspellings.csv (#30573) 2024-04-27 08:03:49 +00:00
activities Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
admin
asymkey Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
auth Fix wrong table name (#30557) 2024-04-23 03:00:57 +00:00
avatars
db Fix various problems around projects board view (#30696) 2024-05-08 13:44:57 +00:00
dbfs
fixtures Fix wrong display of recently pushed notification (#25812) 2024-05-21 17:00:35 +00:00
git Fix wrong display of recently pushed notification (#25812) 2024-05-21 17:00:35 +00:00
issues Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
migrations Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
organization Fix wrong display of recently pushed notification (#25812) 2024-05-21 17:00:35 +00:00
packages
perm
project Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
pull
repo Fix wrong display of recently pushed notification (#25812) 2024-05-21 17:00:35 +00:00
secret
shared/types
system
unit Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
unittest Add some tests to clarify the "must-change-password" behavior (#30693) 2024-04-27 12:23:37 +00:00
user Refactor sha1 and time-limited code (#31023) 2024-05-20 15:12:50 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org_team_test.go
org_team.go
org_test.go
org.go
repo_test.go
repo_transfer.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +00:00
repo.go