From 762520cae82a1c7e5da26d0d09792655d1453ab4 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 30 Oct 2019 11:23:34 -0500 Subject: [PATCH 1/7] 1.9.5 Signed-off-by: jolheiser --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c71af6b73ef1..b181106e79379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ 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.9.5](https://github.com/go-gitea/gitea/releases/tag/v1.9.5) - 2019-10-30 +* BREAKING + * Hide some user information via API if user have no enough permission (#8655) (#8658) + * Fix deadline on update issue or PR via API (#8699) +* BUGFIXES + * Fix milestone close timestamp(#8728) (#8731) + * Fix 'New Issue Missing Milestone Comment' (#8678) (#8682) + * Fix 500 when getting user as unauthenticated user (#8653) (#8662) + * Use AppSubUrl for more redirections (#8647) (#8652) + * Add SubURL to redirect path (#8632) (#8634) (#8640) + * Fix #8582 by handling empty repos (#8587) (#8593) + * Fix bug on pull requests when transfer head repository (#8571) + * Add missed close in ServeBlobLFS (#8527) (#8543) + * IsBranchExist: return false if provided name is empty (#8485) (#8492) + * Create .ssh dir as necessary (#8486) (#8489) + * Restore functionality for early gits (#7775) (#8476) + * Add check for empty set when dropping indexes during migration (#8475) + * Ensure Request Body Readers are closed in LFS server (#8454) (#8459) + * Ensure that LFS files are relative to the LFS content path (#8455) (#8458) + * Update heatmap fixtures to restore tests (#8615) (#8617) +* SECURITY + * Ignore mentions for users with no access (#8395) (#8484) + ## [1.9.4](https://github.com/go-gitea/gitea/releases/tag/v1.9.4) - 2019-10-08 * BUGFIXES * Highlight issue references (#8101) (#8404) From b79c86a1e44e26a450a814cee31c7f6c4bb0f7cc Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 30 Oct 2019 11:30:42 -0500 Subject: [PATCH 2/7] Use generated changelog Signed-off-by: jolheiser --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b181106e79379..2545364511757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). ## [1.9.5](https://github.com/go-gitea/gitea/releases/tag/v1.9.5) - 2019-10-30 * BREAKING * Hide some user information via API if user have no enough permission (#8655) (#8658) - * Fix deadline on update issue or PR via API (#8699) * BUGFIXES - * Fix milestone close timestamp(#8728) (#8731) + * Fixmilestone close timestamp (#8728) (#8731) + * Fix deadline on update issue or PR via API (#8699) * Fix 'New Issue Missing Milestone Comment' (#8678) (#8682) * Fix 500 when getting user as unauthenticated user (#8653) (#8662) * Use AppSubUrl for more redirections (#8647) (#8652) @@ -18,14 +18,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix bug on pull requests when transfer head repository (#8571) * Add missed close in ServeBlobLFS (#8527) (#8543) * IsBranchExist: return false if provided name is empty (#8485) (#8492) - * Create .ssh dir as necessary (#8486) (#8489) + * Fixes #8369: Create .ssh dir as necessary (#8486) (#8489) * Restore functionality for early gits (#7775) (#8476) - * Add check for empty set when dropping indexes during migration (#8475) + * Backport: Add check for empty set when dropping indexes during migration (#8475) * Ensure Request Body Readers are closed in LFS server (#8454) (#8459) * Ensure that LFS files are relative to the LFS content path (#8455) (#8458) - * Update heatmap fixtures to restore tests (#8615) (#8617) * SECURITY - * Ignore mentions for users with no access (#8395) (#8484) + * Backport: Ignore mentions for users with no access (#8395) (#8484) +* TESTING + * Update heatmap fixtures to restore tests (#8615) (#8617) ## [1.9.4](https://github.com/go-gitea/gitea/releases/tag/v1.9.4) - 2019-10-08 * BUGFIXES From f6882777ce06f957cabfd0689a943c9876fbb346 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 30 Oct 2019 11:40:42 -0500 Subject: [PATCH 3/7] Wording Signed-off-by: jolheiser --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2545364511757..880baefe5af86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,11 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * IsBranchExist: return false if provided name is empty (#8485) (#8492) * Fixes #8369: Create .ssh dir as necessary (#8486) (#8489) * Restore functionality for early gits (#7775) (#8476) - * Backport: Add check for empty set when dropping indexes during migration (#8475) + * Add check for empty set when dropping indexes during migration (#8475) * Ensure Request Body Readers are closed in LFS server (#8454) (#8459) * Ensure that LFS files are relative to the LFS content path (#8455) (#8458) * SECURITY - * Backport: Ignore mentions for users with no access (#8395) (#8484) + * Ignore mentions for users with no access (#8395) (#8484) * TESTING * Update heatmap fixtures to restore tests (#8615) (#8617) From 235cd7c7279ab768e66472cf2c59982cea6f8459 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 30 Oct 2019 11:43:50 -0500 Subject: [PATCH 4/7] Wording (again) Signed-off-by: jolheiser --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880baefe5af86..67d743c90fa0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix #8582 by handling empty repos (#8587) (#8593) * Fix bug on pull requests when transfer head repository (#8571) * Add missed close in ServeBlobLFS (#8527) (#8543) - * IsBranchExist: return false if provided name is empty (#8485) (#8492) - * Fixes #8369: Create .ssh dir as necessary (#8486) (#8489) + * Return false if provided branch name is empty (#8485) (#8492) + * Create .ssh dir as necessary (#8369) (#8486) (#8489) * Restore functionality for early gits (#7775) (#8476) * Add check for empty set when dropping indexes during migration (#8475) * Ensure Request Body Readers are closed in LFS server (#8454) (#8459) From 11952f046cd25a8c11fa29b4108d32b43118a046 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 30 Oct 2019 11:44:40 -0500 Subject: [PATCH 5/7] nit Signed-off-by: jolheiser --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d743c90fa0a..e585b622374c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix #8582 by handling empty repos (#8587) (#8593) * Fix bug on pull requests when transfer head repository (#8571) * Add missed close in ServeBlobLFS (#8527) (#8543) - * Return false if provided branch name is empty (#8485) (#8492) + * Return false if provided branch name is empty for IsBranchExist (#8485) (#8492) * Create .ssh dir as necessary (#8369) (#8486) (#8489) * Restore functionality for early gits (#7775) (#8476) * Add check for empty set when dropping indexes during migration (#8475) From 4b349c6873b6eff2eb7419d35a6198fa9da12a3d Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Wed, 30 Oct 2019 11:49:13 -0500 Subject: [PATCH 6/7] =?UTF-8?q?Words=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: zeripath --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e585b622374c7..5620b1a756e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * BREAKING * Hide some user information via API if user have no enough permission (#8655) (#8658) * BUGFIXES - * Fixmilestone close timestamp (#8728) (#8731) + * Fix milestone close timestamp (#8728) (#8731) * Fix deadline on update issue or PR via API (#8699) * Fix 'New Issue Missing Milestone Comment' (#8678) (#8682) * Fix 500 when getting user as unauthenticated user (#8653) (#8662) From b28446b0103ce8ae914afee21c0bd53b231ae8c7 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Wed, 30 Oct 2019 11:54:13 -0500 Subject: [PATCH 7/7] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5620b1a756e30..361a420d62848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). ## [1.9.5](https://github.com/go-gitea/gitea/releases/tag/v1.9.5) - 2019-10-30 * BREAKING - * Hide some user information via API if user have no enough permission (#8655) (#8658) + * Hide some user information via API if user doesn't have enough permission (#8655) (#8658) * BUGFIXES * Fix milestone close timestamp (#8728) (#8731) * Fix deadline on update issue or PR via API (#8699)