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/services
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>
10 months ago
..
actions feat(api): enhance Actions Secrets Management API for repository (#30656) 10 months ago
agit Performance optimization for git push (#30104) 11 months ago
asymkey Fix some pending problems (#29985) 11 months ago
attachment Add support for API blob upload of release attachments (#29507) 12 months ago
auth Fix tautological conditions (#30735) 10 months ago
automerge Simplify how git repositories are opened (#28937) 1 year ago
context Refactor AppURL usage (#30885) 10 months ago
contexttest Move database operations of merging a pull request to post receive hook and add a transaction (#30805) 10 months ago
convert Add API endpoints for getting action jobs status (#26673) 10 months ago
cron Move some asymkey functions to service layer (#28894) 12 months ago
doctor Resolve lint for unused parameter and unnecessary type arguments (#30750) 10 months ago
externalaccount Revert "Support SAML authentication (#25165)" (#29358) 1 year ago
feed More `db.DefaultContext` refactor (#27265) 1 year ago
forms Initial support for colorblindness-friendly themes (#30625) 10 months ago
gitdiff Make sure git version&feature are always prepared (#30877) 10 months ago
indexer Fix missing issue search index update when changing status (#28325) 1 year ago
issue Fix various problems around projects board view (#30696) 10 months ago
lfs Move context from modules to services (#29440) 1 year ago
mailer Fix incorrect message id for releaes email (#30825) 10 months ago
markup Enable more `revive` linter rules (#30608) 10 months ago
migrations Resolve lint for unused parameter and unnecessary type arguments (#30750) 10 months ago
mirror Resolve lint for unused parameter and unnecessary type arguments (#30750) 10 months ago
notify Clean up log messages (#30313) 11 months ago
org Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
packages remove util.OptionalBool and related functions (#29513) 12 months ago
pull Move database operations of merging a pull request to post receive hook and add a transaction (#30805) 10 months ago
release Use repo object format name instead of detecting from git repository (#29702) 12 months ago
repository Make "sync branch" also sync object format and add tests (#30878) 10 months ago
secrets Refactor deletion (#28610) 1 year ago
task Fix incorrect ctx usage in defer function (#27740) 1 year ago
uinotification Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
user Resolve lint for unused parameter and unnecessary type arguments (#30750) 10 months ago
webhook Enable more `revive` linter rules (#30608) 10 months ago
webtheme Initial support for colorblindness-friendly themes (#30625) 10 months ago
wiki Avoid showing `Failed to change the default wiki branch` if repo has no wiki when saving repo settings (#30329) 11 months ago