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 a303c973e0
Fix various problems around projects board view (#30696)
# 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
..
assignees.go
assignees_test.go
comment.go Add container.FilterSlice function (#30339) 10 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
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 Fix various problems around projects board view (#30696) 9 months ago
issue_search.go
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 Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 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 Enable more `revive` linter rules (#30608) 10 months ago
review_list.go Add container.FilterSlice function (#30339) 10 months ago
review_test.go
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