-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix various problems around projects board view #30696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
ad1095a
Fix moving column start multiple POST requests and default column wil…
lunny 50a573f
Fix lint
lunny 75d1031
Merge branch 'main' into lunny/fix_move_column
lunny 753608a
Use star as defult column's icon but not a pin and add a star icon on…
lunny c041e36
Fix repository project sorting
lunny 42bfa04
Fix lint
lunny 715ec4c
Update web_src/js/features/repo-projects.js
lunny 0610385
Update templates/projects/view.tmpl
lunny 1c67fe6
Remove default column icon
lunny 0613d7f
Add the issue to default column when adding to a project
lunny aeb0bd8
Merge branch 'main' into lunny/fix_move_column
lunny 7bd212a
Merge branch 'lunny/fix_move_column' of github.com:lunny/gitea into l…
lunny 53aea60
Fix lint
lunny 8229bed
Merge branch 'main' into lunny/fix_move_column
lunny 2d078a7
Merge branch 'main' into lunny/fix_move_column
silverwind d300bfd
Follow maintainers' suggestions
lunny da7eb69
Merge branch 'main' into lunny/fix_move_column
lunny 1f4852e
Merge branch 'lunny/fix_move_column' of github.com:lunny/gitea into l…
lunny 29d4008
Update models/project/issue.go
lunny c215806
Fix bug
lunny b987f00
Merge branch 'main' into lunny/fix_move_column
lunny 3fb24e5
Merge branch 'lunny/fix_move_column' of github.com:lunny/gitea into l…
lunny 6844f6f
Fix function name
lunny 235c9d4
Fix bug
lunny cca2e95
Follow delvh's suggestion
lunny f280c9b
Merge branch 'main' into lunny/fix_move_column
lunny b6fccc0
Follow delvh's suggestion
lunny 833ec56
Merge branch 'main' into lunny/fix_move_column
lunny 81d455f
Use json return but not 500 directly
lunny 03562c7
Add limitation for a project's column to 20
lunny 24c2c13
Reuse method JSONError
lunny 3710ea2
Merge branch 'main' into lunny/fix_move_column
lunny e3d5531
Fix possible sorting overflow
lunny b8a8f41
Merge branch 'main' into lunny/fix_move_column
lunny db9362d
rename PROJECT_BOARD_CHANGED -> PROJECT_COLUMN_CHANGED
lunny 891881a
Merge branch 'main' into lunny/fix_move_column
lunny 2bb832e
Revert "rename PROJECT_BOARD_CHANGED -> PROJECT_COLUMN_CHANGED"
lunny e9f58eb
Revert "Reuse method JSONError"
lunny 85d9fe6
Revert "Use json return but not 500 directly"
lunny 699c9e6
Follow yp05327's suggestion
lunny 792ef38
Merge branch 'main' into lunny/fix_move_column
lunny f4dd172
Add tests
lunny eadf3bb
Merge branch 'main' into lunny/fix_move_column
lunny da28c1c
Revert unnecessary change
lunny ed56a0f
Add test for NewBoard
lunny b27dde9
recover the changes on test
lunny e8e934c
Merge branch 'main' into lunny/fix_move_column
lunny cf9ef10
Fix move issues sorting problem and possible tests failure
lunny f7f36dd
remove unnecessary wrap
lunny cd2350e
Fix bug
lunny 0aa451b
Fix bug
lunny be61c91
Fix bug
lunny e0a7867
revert unnecessary change
lunny 79994ea
Merge branch 'main' into lunny/fix_move_column
lunny 4ce383f
Use another user
lunny e56f89f
Create a project dynamically to avoid override
lunny 76465a4
Fix tests
lunny 5514594
Add repo unit for repo4 dynamically in test
lunny 969cc14
Merge branch 'main' into lunny/fix_move_column
lunny 21f019b
Fix tests
lunny 94ea1be
Add some permissions check
lunny ca73f6c
Fix project test to recover the changes of global variable
lunny f586577
fix sorting
wxiaoguang 94cb84d
fix
wxiaoguang 6ecdbb6
fix
wxiaoguang 68c3fdc
fix
wxiaoguang ed67149
Merge branch 'main' into lunny/fix_move_column
wxiaoguang 104c29b
fix
wxiaoguang 703d35e
Merge branch 'main' into lunny/fix_move_column
lunny b38ebce
Merge branch 'main' into lunny/fix_move_column
lunny 59b4739
move perm check, fix incorrect column type
wxiaoguang 2eb705c
Merge branch 'main' into lunny/fix_move_column
GiteaBot 116bdbc
Merge branch 'main' into lunny/fix_move_column
GiteaBot 0e6f68f
Merge branch 'main' into lunny/fix_move_column
GiteaBot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.