From cf7d24eca37b0c83069073b356fd37d89a786d34 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Mon, 16 Jan 2023 11:20:34 -0600 Subject: [PATCH 1/7] chore: changelog 1.18.1 Signed-off-by: jolheiser --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5759922071b9e..71a2e4bf506c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,40 @@ 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.io). +## [1.18.1](https://github.com/go-gitea/gitea/releases/tag/v1.18.1) - 2023-01-16 + +* API + * Add `sync_on_commit` option for push mirrors api (#22271) (#22292) +* BUGFIXES + * Remove the netgo tag for Windows build (#22467) (#22468) + * Prevent panic on looking at api "git" endpoints for empty repos (#22457) (#22458) + * Fix PR status layout on mobile (#21547) (#22441) + * Fix wechatwork webhook sends empty content in PR review (#21762) (#22440) + * Remove duplicate "Actions" label in mobile view (#21974) (#22439) + * Fix leaving organization bug on user settings -> orgs (#21983) (#22438) + * Fixed colour transparency regex matching in project board sorting (#22092) (#22437) + * Correctly handle select on multiple channels in Queues (#22146) (#22428) + * Prepend refs/heads/ to issue template refs (#20461) (#22427) + * Restore function to "Show more" buttons (#22399) (#22426) + * Continue GCing other repos on error in one repo (#22422) (#22425) + * Allow HOST has no port (#22280) (#22409) + * Fix omit avatar_url in discord payload when empty (#22393) (#22394) + * Don't display stop watch top bar icon when disabled and hidden when click other place (#22374) (#22387) + * Don't lookup mail server when using sendmail (#22300) (#22383) + * Fix gravatar disable bug (#22337) + * Fix update settings table on install (#22326) (#22327) + * Fix sitemap (#22272) (#22320) + * Fix code search title translation (#22285) (#22316) + * Fix due date rendering the wrong date in issue (#22302) (#22306) + * Fix get system setting bug when enabled redis cache (#22298) + * Fix bug of DisableGravatar default value (#22297) + * Fix key signature error page (#22229) (#22230) +* TESTING + * Remove test session cache to reduce possible concurrent problem (#22199) (#22429) +* MISC + * Restore previous official review when an official review is deleted (#22449) (#22460) + * Log STDERR of external renderer when it fails (#22442) (#22444) + ## [1.18.0](https://github.com/go-gitea/gitea/releases/tag/1.18.0) - 2022-12-22 * SECURITY From 48419058ced7ae8964cbb027340a38163c89a884 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 17 Jan 2023 16:59:28 +0800 Subject: [PATCH 2/7] Update CHANGELOG.md Co-authored-by: John Olheiser --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a2e4bf506c7..5cfa2fd9343f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * API * Add `sync_on_commit` option for push mirrors api (#22271) (#22292) * BUGFIXES + * Fix container blob mount (#22226) (#22476) + * Fix error when calculating repository size (#22392) (#22474) + * Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS (#22454) (#22472) + * Fix environments for KaTeX and error reporting (#22453) (#22473) * Remove the netgo tag for Windows build (#22467) (#22468) * Prevent panic on looking at api "git" endpoints for empty repos (#22457) (#22458) * Fix PR status layout on mobile (#21547) (#22441) From 58d38bcf195c81a8dd30e133fd5f8c3519a90600 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Tue, 17 Jan 2023 08:54:45 -0600 Subject: [PATCH 3/7] fix: add other PRs Signed-off-by: jolheiser --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfa2fd9343f6..eb00181dac527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * API * Add `sync_on_commit` option for push mirrors api (#22271) (#22292) * BUGFIXES +  * Fix pull request API field `closed_at` always being `null` (#22482) (#22483) * Fix container blob mount (#22226) (#22476) * Fix error when calculating repository size (#22392) (#22474) * Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS (#22454) (#22472) * Fix environments for KaTeX and error reporting (#22453) (#22473) * Remove the netgo tag for Windows build (#22467) (#22468) +  * Fix migration from GitBucket (#22477) (#22465) * Prevent panic on looking at api "git" endpoints for empty repos (#22457) (#22458) * Fix PR status layout on mobile (#21547) (#22441) * Fix wechatwork webhook sends empty content in PR review (#21762) (#22440) From e429bf8c5ad2ea9f9dbdd4ae613afd4bc82cb7e7 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 17 Jan 2023 08:56:58 -0600 Subject: [PATCH 4/7] review: add PR --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb00181dac527..55ce03914cc4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * API * Add `sync_on_commit` option for push mirrors api (#22271) (#22292) * BUGFIXES + * Update `github.com/zeripath/zapx/v15` (#22485)   * Fix pull request API field `closed_at` always being `null` (#22482) (#22483) * Fix container blob mount (#22226) (#22476) * Fix error when calculating repository size (#22392) (#22474) From 605b8cf8e666c36eb5f31c693eb88edbafe3857c Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 17 Jan 2023 08:58:32 -0600 Subject: [PATCH 5/7] chore: appease linter --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ce03914cc4e..ecee7cadd9682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS (#22454) (#22472) * Fix environments for KaTeX and error reporting (#22453) (#22473) * Remove the netgo tag for Windows build (#22467) (#22468) -  * Fix migration from GitBucket (#22477) (#22465) +  * Fix migration from GitBucket (#22477) (#22465) * Prevent panic on looking at api "git" endpoints for empty repos (#22457) (#22458) * Fix PR status layout on mobile (#21547) (#22441) * Fix wechatwork webhook sends empty content in PR review (#21762) (#22440) From bc5eaf63e33a03909f1152d1104f8518ca540d02 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Tue, 17 Jan 2023 09:15:21 -0600 Subject: [PATCH 6/7] fix: change nbsp to sp Signed-off-by: jolheiser --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecee7cadd9682..dabe7a5f1d95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Add `sync_on_commit` option for push mirrors api (#22271) (#22292) * BUGFIXES * Update `github.com/zeripath/zapx/v15` (#22485) -  * Fix pull request API field `closed_at` always being `null` (#22482) (#22483) + * Fix pull request API field `closed_at` always being `null` (#22482) (#22483) * Fix container blob mount (#22226) (#22476) * Fix error when calculating repository size (#22392) (#22474) * Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS (#22454) (#22472) * Fix environments for KaTeX and error reporting (#22453) (#22473) * Remove the netgo tag for Windows build (#22467) (#22468) -  * Fix migration from GitBucket (#22477) (#22465) + * Fix migration from GitBucket (#22477) (#22465) * Prevent panic on looking at api "git" endpoints for empty repos (#22457) (#22458) * Fix PR status layout on mobile (#21547) (#22441) * Fix wechatwork webhook sends empty content in PR review (#21762) (#22440) From 848975caf374f2b5d3b863e365a97390d087a159 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 17 Jan 2023 09:54:24 -0600 Subject: [PATCH 7/7] review: update date Co-authored-by: Yarden Shoham --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dabe7a5f1d95e..56acd24d6dc4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.io). -## [1.18.1](https://github.com/go-gitea/gitea/releases/tag/v1.18.1) - 2023-01-16 +## [1.18.1](https://github.com/go-gitea/gitea/releases/tag/v1.18.1) - 2023-01-17 * API * Add `sync_on_commit` option for push mirrors api (#22271) (#22292)