From ad19137e86e2f3a9271d79b63694945163c39128 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 21 Mar 2024 22:08:43 +0800 Subject: [PATCH 1/7] Add changelog for 1.21.9 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e2358e839b0..5e010e082db27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,36 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.com). +## [1.21.9](https://github.com/go-gitea/gitea/releases/tag/1.21.9) - 2024-03-21 + +* PERFORMANCE + * Add cache for dashbaord commit status (#29932) +* ENHANCEMENT + * Make runs-on support variable expression (#29468) (#29782) +* BUGFIXES + * Fix PR creation via api between branches of same repo with head field namespaced (#26986) (#29857) + * Fix and rewrite markup anchor processing (#29931) (#29946) + * Show Actions post step when it's running (#29926) (#29928) + * Notify reviewers added via CODEOWNERS (#29842) (#29902) + * Fix template error when comment review doesn't exist (#29888) (#29889) + * Fix user id column case (#29863) (#29867) + * Make meilisearch do exact search for issues (#29740 & #29671) (#29846) + * Fix `for` attribute not pointing to the ID of the color picker (#29813) (#29815) + * Fix codeowner detected diff base branch to mergebase (#29783) (#29807) + * Fix Safari spinner rendering (#29801) (#29802) + * Fix missing translation on milestons (#29785) (#29789) + * Fix user router possbile panic (#29751) (#29786) + * Fix possible NPE in ToPullReviewList (#29759) (#29775) + * Fix the wrong default value of ENABLE_OPENID_SIGNIN on docs (#29925) (#29927) + * Solving the issue of UI disruption when the review is deleted without refreshing (#29951) (#29968) + * Fix loadOneBranch panic (#29938) (#29939) + * Fix invalid link of the commit status when ref is tag (#29752) (#29908) + * Only do counting when count_only=true for repo dashboard (#29884) (#29905) + * Editor error message misleading due to re-used key. (#29859) (#29876) + * Fix double border and border-radius on empty action steps (#29845) (#29850) + * Use `Temporal.PlainDate` for absolute dates (#29804) (#29808) + * Fix incorrect package link method calls in templates (#29580) (#29764) + ## [1.21.8](https://github.com/go-gitea/gitea/releases/tag/1.21.8) - 2024-03-12 * SECURITY From 89afb341c9dbcd581d400c6df6ffcdb03111953c Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 21 Mar 2024 22:10:36 +0800 Subject: [PATCH 2/7] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e010e082db27..6847b9cd4e925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Fix double border and border-radius on empty action steps (#29845) (#29850) * Use `Temporal.PlainDate` for absolute dates (#29804) (#29808) * Fix incorrect package link method calls in templates (#29580) (#29764) + * Fix the bug that user may logout if GetUserByID return unknow error (#29962) #29964 ## [1.21.8](https://github.com/go-gitea/gitea/releases/tag/1.21.8) - 2024-03-12 From 11e4c8df38bcf3b0d65868742e4a8b6a866c25d4 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 21 Mar 2024 22:40:20 +0800 Subject: [PATCH 3/7] Adjust changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6847b9cd4e925..9e16b30dc47ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,14 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). ## [1.21.9](https://github.com/go-gitea/gitea/releases/tag/1.21.9) - 2024-03-21 * PERFORMANCE + * Only do counting when count_only=true for repo dashboard (#29884) (#29905) * Add cache for dashbaord commit status (#29932) * ENHANCEMENT * Make runs-on support variable expression (#29468) (#29782) + * Show Actions post step when it's running (#29926) (#29928) * BUGFIXES * Fix PR creation via api between branches of same repo with head field namespaced (#26986) (#29857) * Fix and rewrite markup anchor processing (#29931) (#29946) - * Show Actions post step when it's running (#29926) (#29928) * Notify reviewers added via CODEOWNERS (#29842) (#29902) * Fix template error when comment review doesn't exist (#29888) (#29889) * Fix user id column case (#29863) (#29867) @@ -28,7 +29,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Solving the issue of UI disruption when the review is deleted without refreshing (#29951) (#29968) * Fix loadOneBranch panic (#29938) (#29939) * Fix invalid link of the commit status when ref is tag (#29752) (#29908) - * Only do counting when count_only=true for repo dashboard (#29884) (#29905) * Editor error message misleading due to re-used key. (#29859) (#29876) * Fix double border and border-radius on empty action steps (#29845) (#29850) * Use `Temporal.PlainDate` for absolute dates (#29804) (#29808) From 31cd21631548bccf9180b2996b0e8b37b6f248e3 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 22 Mar 2024 00:30:51 +0800 Subject: [PATCH 4/7] Update CHANGELOG.md --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e16b30dc47ed..36b0d56edd73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,32 +8,33 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * PERFORMANCE * Only do counting when count_only=true for repo dashboard (#29884) (#29905) - * Add cache for dashbaord commit status (#29932) + * Add cache for dashboard commit status (#29932) * ENHANCEMENT * Make runs-on support variable expression (#29468) (#29782) * Show Actions post step when it's running (#29926) (#29928) * BUGFIXES - * Fix PR creation via api between branches of same repo with head field namespaced (#26986) (#29857) + * Fix PR creation via API between branches of the same repo with head field namespaced (#26986) (#29857) * Fix and rewrite markup anchor processing (#29931) (#29946) * Notify reviewers added via CODEOWNERS (#29842) (#29902) * Fix template error when comment review doesn't exist (#29888) (#29889) * Fix user id column case (#29863) (#29867) * Make meilisearch do exact search for issues (#29740 & #29671) (#29846) - * Fix `for` attribute not pointing to the ID of the color picker (#29813) (#29815) + * Fix the `for` attribute not pointing to the ID of the color picker (#29813) (#29815) * Fix codeowner detected diff base branch to mergebase (#29783) (#29807) * Fix Safari spinner rendering (#29801) (#29802) - * Fix missing translation on milestons (#29785) (#29789) - * Fix user router possbile panic (#29751) (#29786) + * Fix missing translation on milestones (#29785) (#29789) + * Fix user router possible panic (#29751) (#29786) * Fix possible NPE in ToPullReviewList (#29759) (#29775) * Fix the wrong default value of ENABLE_OPENID_SIGNIN on docs (#29925) (#29927) * Solving the issue of UI disruption when the review is deleted without refreshing (#29951) (#29968) * Fix loadOneBranch panic (#29938) (#29939) - * Fix invalid link of the commit status when ref is tag (#29752) (#29908) + * Fix invalid link of the commit status when ref is tagged (#29752) (#29908) * Editor error message misleading due to re-used key. (#29859) (#29876) * Fix double border and border-radius on empty action steps (#29845) (#29850) * Use `Temporal.PlainDate` for absolute dates (#29804) (#29808) * Fix incorrect package link method calls in templates (#29580) (#29764) - * Fix the bug that user may logout if GetUserByID return unknow error (#29962) #29964 + * Fix the bug that the user may log out if GetUserByID returns unknown error (#29962) #29964 + * Performance improvements for pull request list page (#29900) #29972 ## [1.21.8](https://github.com/go-gitea/gitea/releases/tag/1.21.8) - 2024-03-12 From 887d11b1d45edafd55002712e426a54c59082194 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 22 Mar 2024 10:36:53 +0800 Subject: [PATCH 5/7] Fix lint --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b0d56edd73d..9b175b6f051b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Use `Temporal.PlainDate` for absolute dates (#29804) (#29808) * Fix incorrect package link method calls in templates (#29580) (#29764) * Fix the bug that the user may log out if GetUserByID returns unknown error (#29962) #29964 - * Performance improvements for pull request list page (#29900) #29972 + * Performance improvements for pull request list page (#29900) #29972 ## [1.21.8](https://github.com/go-gitea/gitea/releases/tag/1.21.8) - 2024-03-12 From 41085070006dfa6f25993d6759d903e86ff255db Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 22 Mar 2024 11:21:30 +0800 Subject: [PATCH 6/7] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b175b6f051b5..a700fd16a4c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Fix incorrect package link method calls in templates (#29580) (#29764) * Fix the bug that the user may log out if GetUserByID returns unknown error (#29962) #29964 * Performance improvements for pull request list page (#29900) #29972 + * Fix bugs in rerunning jobs (#29983) #29955 ## [1.21.8](https://github.com/go-gitea/gitea/releases/tag/1.21.8) - 2024-03-12 From 7a6a812a1bf2a55a6b4b8a3c2ce4eadd5b078c72 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 22 Mar 2024 12:08:46 +0800 Subject: [PATCH 7/7] Update CHANGELOG.md Co-authored-by: Jason Song --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a700fd16a4c21..36869d5cae759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,9 +33,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Fix double border and border-radius on empty action steps (#29845) (#29850) * Use `Temporal.PlainDate` for absolute dates (#29804) (#29808) * Fix incorrect package link method calls in templates (#29580) (#29764) - * Fix the bug that the user may log out if GetUserByID returns unknown error (#29962) #29964 - * Performance improvements for pull request list page (#29900) #29972 - * Fix bugs in rerunning jobs (#29983) #29955 + * Fix the bug that the user may log out if GetUserByID returns unknown error (#29962) (#29964) + * Performance improvements for pull request list page (#29900) (#29972) + * Fix bugs in rerunning jobs (#29983) (#29955) ## [1.21.8](https://github.com/go-gitea/gitea/releases/tag/1.21.8) - 2024-03-12