mirror of https://github.com/go-gitea/gitea.git
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.
# The problem The previous implementation will start multiple POST requests from the frontend when moving a column and another bug is moving the default column will never be remembered in fact. # What's changed - [x] This PR will allow the default column to move to a non-first position - [x] And it also uses one request instead of multiple requests when moving the columns - [x] Use a star instead of a pin as the icon for setting the default column action - [x] Inserted new column will be append to the end - [x] Fix #30701 the newly added issue will be append to the end of the default column - [x] Fix when deleting a column, all issues in it will be displayed from UI but database records exist. - [x] Add a limitation for columns in a project to 20. So the sorting will not be overflow because it's int8. --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
10 months ago | |
---|---|---|
.. | ||
actions | 11 months ago | |
activities | 11 months ago | |
admin | 2 years ago | |
asymkey | 11 months ago | |
auth | 11 months ago | |
avatars | 12 months ago | |
db | 10 months ago | |
dbfs | 1 year ago | |
fixtures | 11 months ago | |
git | 11 months ago | |
issues | 10 months ago | |
migrations | 11 months ago | |
organization | 11 months ago | |
packages | 11 months ago | |
perm | 11 months ago | |
project | 10 months ago | |
pull | 1 year ago | |
repo | 10 months ago | |
secret | 1 year ago | |
shared/types | 1 year ago | |
system | 1 year ago | |
unit | 11 months ago | |
unittest | 11 months ago | |
user | 10 months ago | |
webhook | 1 year ago | |
error.go | 1 year ago | |
fixture_generation.go | 1 year ago | |
fixture_test.go | 1 year ago | |
main_test.go | 1 year ago | |
org.go | 1 year ago | |
org_team.go | 11 months ago | |
org_team_test.go | 1 year ago | |
org_test.go | 1 year ago | |
repo.go | 1 year ago | |
repo_test.go | 1 year ago | |
repo_transfer.go | 11 months ago |