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> |
9 months ago | |
---|---|---|
.. | ||
actions | 10 months ago | |
activities | 10 months ago | |
admin | ||
asymkey | 10 months ago | |
auth | 10 months ago | |
avatars | 11 months ago | |
db | 9 months ago | |
dbfs | ||
fixtures | 10 months ago | |
git | 10 months ago | |
issues | 9 months ago | |
migrations | 10 months ago | |
organization | 10 months ago | |
packages | 10 months ago | |
perm | 10 months ago | |
project | 9 months ago | |
pull | ||
repo | 9 months ago | |
secret | 11 months ago | |
shared/types | 1 year ago | |
system | ||
unit | 10 months ago | |
unittest | 10 months ago | |
user | 9 months ago | |
webhook | 11 months ago | |
error.go | ||
fixture_generation.go | ||
fixture_test.go | ||
main_test.go | ||
org.go | 12 months ago | |
org_team.go | 10 months ago | |
org_team_test.go | 12 months ago | |
org_test.go | 12 months ago | |
repo.go | ||
repo_test.go | ||
repo_transfer.go | 10 months ago |