{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":72495579,"defaultBranch":"main","name":"gitea","ownerLogin":"go-gitea","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-01T02:13:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12724356?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714235029.0","currentOid":""},"activityList":{"items":[{"before":"08d697ae703335e92e69b2a299d8a3b456c69872","after":"df5513978a630355a28b6b42fcc63fe5d70652d8","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-09T05:51:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wolfogre","name":"Jason Song","path":"/wolfogre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9418365?s=80&v=4"},"commit":{"message":"Update issue indexer after merging a PR (#30715) (#30903)\n\nBackport #30715 by @Zettat123\r\n\r\nFix #30684\r\n\r\nCo-authored-by: Zettat123 ","shortMessageHtmlLink":"Update issue indexer after merging a PR (#30715) (#30903)"}},{"before":"5f1af1f37dcc519fc4bb52c90859f0301c89bf0b","after":"08d697ae703335e92e69b2a299d8a3b456c69872","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-08T23:53:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Add missing menu active item background back (#30897) (#30907)\n\nBackport #30897 by wxiaoguang\r\n\r\nCo-authored-by: wxiaoguang ","shortMessageHtmlLink":"Add missing menu active item background back (#30897) (#30907)"}},{"before":"2f91a461f7f25f9b59c7c54406b4dbe2a44e2fc2","after":"5f1af1f37dcc519fc4bb52c90859f0301c89bf0b","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-08T23:26:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Fix incorrect issue form (#30881) (#30904)\n\nBackport #30881 by wxiaoguang\r\n\r\nCo-authored-by: wxiaoguang ","shortMessageHtmlLink":"Fix incorrect issue form (#30881) (#30904)"}},{"before":"f7d2f695a4c57b245830a526e77fa62e99e00254","after":"ed0fc2729e75f84992521e3c8e54357b83cc4a36","ref":"refs/heads/main","pushedAt":"2024-05-08T23:01:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Add missing menu active item background back (#30897)\n\nFix #30578","shortMessageHtmlLink":"Add missing menu active item background back (#30897)"}},{"before":"084bec89ed7ae0816fc2d8db6784ad22523d1fc4","after":"2f91a461f7f25f9b59c7c54406b4dbe2a44e2fc2","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-08T16:38:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"techknowlogick","name":null,"path":"/techknowlogick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/164197?s=80&v=4"},"commit":{"message":"Fix misspelling of mergable (#30896) (#30905)\n\nBackport #30896 by @yp05327\r\n\r\nhttps://github.com/go-gitea/gitea/pull/25812#issuecomment-2099833692\r\nFollow #30573\r\n\r\nCo-authored-by: yp05327 <576951401@qq.com>","shortMessageHtmlLink":"Fix misspelling of mergable (#30896) (#30905)"}},{"before":"3fdb2d4ad8a3bf4c5fbcc417a274be2fc695882b","after":"f7d2f695a4c57b245830a526e77fa62e99e00254","ref":"refs/heads/main","pushedAt":"2024-05-08T16:11:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Fix misspelling of mergable (#30896)\n\nhttps://github.com/go-gitea/gitea/pull/25812#issuecomment-2099833692\r\nFollow #30573","shortMessageHtmlLink":"Fix misspelling of mergable (#30896)"}},{"before":"271e8748a2035ebc836cc2d1e03f4e68b063697e","after":"084bec89ed7ae0816fc2d8db6784ad22523d1fc4","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-08T15:46:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Fix various problems around projects board view (#30696) (#30902)\n\nBackport #30696 by @lunny\r\n\r\n# The problem\r\nThe previous implementation will start multiple POST requests from the\r\nfrontend when moving a column and another bug is moving the default\r\ncolumn will never be remembered in fact.\r\n\r\n# What's changed\r\n\r\n- [x] This PR will allow the default column to move to a non-first\r\nposition\r\n- [x] And it also uses one request instead of multiple requests when\r\nmoving the columns\r\n- [x] Use a star instead of a pin as the icon for setting the default\r\ncolumn action\r\n- [x] Inserted new column will be append to the end\r\n- [x] Fix #30701 the newly added issue will be append to the end of the\r\ndefault column\r\n- [x] Fix when deleting a column, all issues in it will be displayed\r\nfrom UI but database records exist.\r\n- [x] Add a limitation for columns in a project to 20. So the sorting\r\nwill not be overflow because it's int8.\r\n\r\nCo-authored-by: Lunny Xiao \r\nCo-authored-by: silverwind \r\nCo-authored-by: wxiaoguang ","shortMessageHtmlLink":"Fix various problems around projects board view (#30696) (#30902)"}},{"before":"f09e68ec33262d5356779572a0b1c66e6e86590f","after":"3fdb2d4ad8a3bf4c5fbcc417a274be2fc695882b","ref":"refs/heads/main","pushedAt":"2024-05-08T15:39:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Fix incorrect issue form (#30881)\n\nFix #30864","shortMessageHtmlLink":"Fix incorrect issue form (#30881)"}},{"before":"ec3f5f9992d7ff8250c044a4467524d53bd50210","after":"271e8748a2035ebc836cc2d1e03f4e68b063697e","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-08T15:12:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Fix wrong transfer hint (#30889) (#30900)\n\nBackport #30889 by @lunny\r\n\r\nFix #30187\r\n\r\nCo-authored-by: Lunny Xiao ","shortMessageHtmlLink":"Fix wrong transfer hint (#30889) (#30900)"}},{"before":"a303c973e0264dab45a787c4afa200e183e0d953","after":"f09e68ec33262d5356779572a0b1c66e6e86590f","ref":"refs/heads/main","pushedAt":"2024-05-08T14:45:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Update issue indexer after merging a PR (#30715)\n\nFix #30684","shortMessageHtmlLink":"Update issue indexer after merging a PR (#30715)"}},{"before":"d4c2db39bf239d071c6ac96815efa8fd8b03ad94","after":"ec3f5f9992d7ff8250c044a4467524d53bd50210","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-08T14:17:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Move database operations of merging a pull request to post receive hook and add a transaction (#30805) (#30888)\n\nBackport #30805 by @lunny\r\n\r\nMerging PR may fail because of various problems. The pull request may\r\nhave a dirty state because there is no transaction when merging a pull\r\nrequest. ref\r\nhttps://github.com/go-gitea/gitea/pull/25741#issuecomment-2074126393\r\n\r\nThis PR moves all database update operations to post-receive handler for\r\nmerging a pull request and having a database transaction. That means if\r\ndatabase operations fail, then the git merging will fail, the git client\r\nwill get a fail result.\r\n\r\nThere are already many tests for pull request merging, so we don't need\r\nto add a new one.\r\n\r\nCo-authored-by: Lunny Xiao \r\nCo-authored-by: wxiaoguang ","shortMessageHtmlLink":"Move database operations of merging a pull request to post receive ho…"}},{"before":"f5f921c09555f5b31226fc31bbbb463649d0bfdc","after":"a303c973e0264dab45a787c4afa200e183e0d953","ref":"refs/heads/main","pushedAt":"2024-05-08T13:44:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Fix various problems around projects board view (#30696)\n\n# The problem\r\nThe previous implementation will start multiple POST requests from the\r\nfrontend when moving a column and another bug is moving the default\r\ncolumn will never be remembered in fact.\r\n\r\n# What's changed\r\n\r\n- [x] This PR will allow the default column to move to a non-first\r\nposition\r\n- [x] And it also uses one request instead of multiple requests when\r\nmoving the columns\r\n- [x] Use a star instead of a pin as the icon for setting the default\r\ncolumn action\r\n- [x] Inserted new column will be append to the end\r\n- [x] Fix #30701 the newly added issue will be append to the end of the\r\ndefault column\r\n- [x] Fix when deleting a column, all issues in it will be displayed\r\nfrom UI but database records exist.\r\n- [x] Add a limitation for columns in a project to 20. So the sorting\r\nwill not be overflow because it's int8.\r\n\r\n---------\r\n\r\nCo-authored-by: silverwind \r\nCo-authored-by: wxiaoguang ","shortMessageHtmlLink":"Fix various problems around projects board view (#30696)"}},{"before":"d410e2acce22e5b3518a9bf64a9152b32a91fe18","after":"d4c2db39bf239d071c6ac96815efa8fd8b03ad94","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-08T13:34:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Refactor AppURL usage (#30885) (#30891)\n\nBackport #30885\r\nFix #30883\r\nFix #29591\r\n\r\nCo-authored-by: KN4CK3R ","shortMessageHtmlLink":"Refactor AppURL usage (#30885) (#30891)"}},{"before":"d9b37d085acb7e93409061e541b6a3aa53261bb0","after":"f5f921c09555f5b31226fc31bbbb463649d0bfdc","ref":"refs/heads/main","pushedAt":"2024-05-08T13:17:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Fix wrong transfer hint (#30889)\n\nFix #30187","shortMessageHtmlLink":"Fix wrong transfer hint (#30889)"}},{"before":"f1b0729078bc143a4e1c09f04d7dad22e3e6b01d","after":"d9b37d085acb7e93409061e541b6a3aa53261bb0","ref":"refs/heads/main","pushedAt":"2024-05-08T02:42:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"techknowlogick","name":null,"path":"/techknowlogick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/164197?s=80&v=4"},"commit":{"message":"Remove obsolete monaco workaround (#30893)\n\nThis workaround is not neccessary any more since monaco 0.35.0.\r\n\r\nRef: https://github.com/microsoft/monaco-editor/issues/2962\r\nRef: https://github.com/microsoft/vscode/pull/173688","shortMessageHtmlLink":"Remove obsolete monaco workaround (#30893)"}},{"before":"880e0b7c82c2d9fdecaf4e9d6345206304ca7ca6","after":"f1b0729078bc143a4e1c09f04d7dad22e3e6b01d","ref":"refs/heads/main","pushedAt":"2024-05-08T00:21:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GiteaBot","name":"Giteabot","path":"/GiteaBot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24582011?s=80&v=4"},"commit":{"message":"[skip ci] Updated translations via Crowdin","shortMessageHtmlLink":"[skip ci] Updated translations via Crowdin"}},{"before":"216c8eada3c0727288dc5565ae9fdd798b17c463","after":"d410e2acce22e5b3518a9bf64a9152b32a91fe18","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-07T16:35:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"6543","name":"6543","path":"/6543","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24977596?s=80&v=4"},"commit":{"message":"Repository explore alphabetically order respect owner name (#30882)\n\nsimilar to #30784 but only for the repo explore page\r\n\r\nis covered by #30876 for the main branch","shortMessageHtmlLink":"Repository explore alphabetically order respect owner name (#30882)"}},{"before":"d5563be0eeba8e46d8d0e9974c55fa20519f968f","after":"216c8eada3c0727288dc5565ae9fdd798b17c463","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-07T13:59:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Fix missing migrate actions artifacts (#30874) (#30886)\n\nBackport #30874 by @lunny\r\n\r\nThe actions artifacts should be able to be migrate to the new storage\r\nplace.\r\n\r\nCo-authored-by: Lunny Xiao ","shortMessageHtmlLink":"Fix missing migrate actions artifacts (#30874) (#30886)"}},{"before":"67c1a07285008cc00036a87cef966c3bd519a50c","after":"880e0b7c82c2d9fdecaf4e9d6345206304ca7ca6","ref":"refs/heads/main","pushedAt":"2024-05-07T12:41:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"6543","name":"6543","path":"/6543","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24977596?s=80&v=4"},"commit":{"message":"Apply to become a maintainer (#30884)\n\nHello! After contributing for some time I am interested in taking a more\r\ninvolved role as a maintainer. When time allows it, I plan to perform\r\ncode reviews, continue resolving/triaging issues, and engage with the\r\ncommunity to see if I can offer any useful insights. My current\r\ninterests are in backend work, but I plan to study the web frontend\r\narchitecture to see if I can contribute there as well.\r\n\r\nThanks for this awesome project. I hope I can both learn and contribute\r\nto its continued success!\r\n\r\nPR list:\r\nhttps://github.com/go-gitea/gitea/pulls?q=is%3Apr+is%3Aclosed+author%3Akemzeb\r\nDiscord: kemzeb","shortMessageHtmlLink":"Apply to become a maintainer (#30884)"}},{"before":"ebf0c969403d91ed80745ff5bd7dfbdb08174fc7","after":"67c1a07285008cc00036a87cef966c3bd519a50c","ref":"refs/heads/main","pushedAt":"2024-05-07T08:26:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Refactor AppURL usage (#30885)\n\nFix #30883\r\nFix #29591\r\n\r\n---------\r\n\r\nCo-authored-by: KN4CK3R ","shortMessageHtmlLink":"Refactor AppURL usage (#30885)"}},{"before":"6ad77125cabe53a943d46b50e8cb79cfcea5491f","after":"ebf0c969403d91ed80745ff5bd7dfbdb08174fc7","ref":"refs/heads/main","pushedAt":"2024-05-07T07:36:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Move database operations of merging a pull request to post receive hook and add a transaction (#30805)\n\nMerging PR may fail because of various problems. The pull request may\r\nhave a dirty state because there is no transaction when merging a pull\r\nrequest. ref\r\nhttps://github.com/go-gitea/gitea/pull/25741#issuecomment-2074126393\r\n\r\nThis PR moves all database update operations to post-receive handler for\r\nmerging a pull request and having a database transaction. That means if\r\ndatabase operations fail, then the git merging will fail, the git client\r\nwill get a fail result.\r\n\r\nThere are already many tests for pull request merging, so we don't need\r\nto add a new one.\r\n\r\n---------\r\n\r\nCo-authored-by: wxiaoguang ","shortMessageHtmlLink":"Move database operations of merging a pull request to post receive ho…"}},{"before":"9c08637eae8c3a44d15e62d85144e07ae9dabbec","after":"6ad77125cabe53a943d46b50e8cb79cfcea5491f","ref":"refs/heads/main","pushedAt":"2024-05-07T06:45:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Fix missing migrate actions artifacts (#30874)\n\nThe actions artifacts should be able to be migrate to the new storage\r\nplace.","shortMessageHtmlLink":"Fix missing migrate actions artifacts (#30874)"}},{"before":"ad5a8d043c6818c0c496ebae2f5ea9373219bcd6","after":"d5563be0eeba8e46d8d0e9974c55fa20519f968f","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-07T02:07:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Make sure git version&feature are always prepared (#30877) (#30879)\n\nBackport #30877","shortMessageHtmlLink":"Make sure git version&feature are always prepared (#30877) (#30879)"}},{"before":"cfe6779d4eb2f3869357768fe58863642f79c5a9","after":"ad5a8d043c6818c0c496ebae2f5ea9373219bcd6","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-07T00:33:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Make \"sync branch\" also sync object format and add tests (#30878) (#30880)\n\nBackport #30878 by wxiaoguang\r\n\r\nCo-authored-by: wxiaoguang ","shortMessageHtmlLink":"Make \"sync branch\" also sync object format and add tests (#30878) (#3…"}},{"before":"7c613f100e032f821df88a75954fc50b1cf2f926","after":"9c08637eae8c3a44d15e62d85144e07ae9dabbec","ref":"refs/heads/main","pushedAt":"2024-05-06T17:02:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KN4CK3R","name":null,"path":"/KN4CK3R","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1666336?s=80&v=4"},"commit":{"message":"Make \"sync branch\" also sync object format and add tests (#30878)","shortMessageHtmlLink":"Make \"sync branch\" also sync object format and add tests (#30878)"}},{"before":"8e8ca6c6530e49e39f970bdfa84716ffda8973d0","after":"7c613f100e032f821df88a75954fc50b1cf2f926","ref":"refs/heads/main","pushedAt":"2024-05-06T16:34:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KN4CK3R","name":null,"path":"/KN4CK3R","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1666336?s=80&v=4"},"commit":{"message":"Make sure git version&feature are always prepared (#30877)\n\nOtherwise there would be more similar issues like #29287","shortMessageHtmlLink":"Make sure git version&feature are always prepared (#30877)"}},{"before":"b22d7fd8cdbe207014bb0a74ed9e2b68a75d0e3d","after":"cfe6779d4eb2f3869357768fe58863642f79c5a9","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-06T15:06:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lunny","name":"Lunny Xiao","path":"/lunny","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81045?s=80&v=4"},"commit":{"message":"Get repo list with OrderBy alpha should respect owner too (#30784) (#30875)\n\nBackport #30784 by @6543\r\n\r\ninstead of:\r\n- zowner/gcode\r\n- awesome/nul\r\n- zowner/nul\r\n- zowner/zzz\r\n\r\nwe will get:\r\n- awesome/nul\r\n- zowner/gcode\r\n- zowner/nul\r\n- zowner/zzz\r\n\r\nCo-authored-by: 6543 <6543@obermui.de>","shortMessageHtmlLink":"Get repo list with OrderBy alpha should respect owner too (#30784) (#…"}},{"before":"eda10cc2bb229a6b13ace76caea118384b381429","after":"8e8ca6c6530e49e39f970bdfa84716ffda8973d0","ref":"refs/heads/main","pushedAt":"2024-05-06T14:36:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"6543","name":"6543","path":"/6543","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24977596?s=80&v=4"},"commit":{"message":"Get repo list with OrderBy alpha should respect owner too (#30784)\n\ninstead of:\r\n- zowner/gcode\r\n- awesome/nul\r\n- zowner/nul\r\n- zowner/zzz\r\n\r\nwe will get:\r\n- awesome/nul\r\n- zowner/gcode\r\n- zowner/nul\r\n- zowner/zzz","shortMessageHtmlLink":"Get repo list with OrderBy alpha should respect owner too (#30784)"}},{"before":"e2e326f154bed8f3f95f9b30a576b0d874179202","after":"b22d7fd8cdbe207014bb0a74ed9e2b68a75d0e3d","ref":"refs/heads/release/v1.22","pushedAt":"2024-05-06T07:45:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Fix some UI problems (dropdown/container) (#30849) (#30871)\n\nBackport #30849 by wxiaoguang\r\n\r\nFollow #30345\r\nFollow #30547\r\n\r\nCo-authored-by: wxiaoguang ","shortMessageHtmlLink":"Fix some UI problems (dropdown/container) (#30849) (#30871)"}},{"before":"ce8b11ae131bef6cd7df0849ed39da7984953a4b","after":"eda10cc2bb229a6b13ace76caea118384b381429","ref":"refs/heads/main","pushedAt":"2024-05-06T07:17:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wxiaoguang","name":null,"path":"/wxiaoguang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2114189?s=80&v=4"},"commit":{"message":"Fix some UI problems (dropdown/container) (#30849)\n\nFollow #30345\r\nFollow #30547\r\n\r\n`ellipsis` / `white-space` shouldn't be put on the general dropdown components.","shortMessageHtmlLink":"Fix some UI problems (dropdown/container) (#30849)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERUuYFAA","startCursor":null,"endCursor":null}},"title":"Activity · go-gitea/gitea"}