From f7d76830d4eea8446eee94489ab216d8c0347b7c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 29 Jul 2022 19:22:52 +0200 Subject: [PATCH 1/5] generated --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2159d1ce3a1..2e82fc7082351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.17.0](https://github.com/go-gitea/gitea/releases/tag/v1.17.0) - 2022-07-29 + +* BUGFIXES + * Add missing Tabs on organisation/package view (#20539) + * Ensure that all unmerged files are merged when conflict checking (#20528) (#20536) + * Stop logging EOFs and exit(1)s in ssh handler (#20476) (#20529) + * Fix Ruby package parsing by removed unused email field (#20470) (#20525) + * Add labels to two buttons that were missing them (#20419) (#20524) + * Allow non-semver packages in the Conan package registry (#20412) (#20523) + * Fix package permission checks for organizations (#20517) (#20520) + * Fix ROOT_URL detection for URLs without trailing slash (#20502) (#20503) + * Fix enabling repo packages when project unit is turned off (#20486) (#20488) + * Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407) + * Allow RSA 2047 bit keys (#20272) (#20396) + ## [1.17.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.17.0-rc2) - 2022-07-13 * SECURITY From 6dbb21e46f3474f9f3578e9754782770b6923c99 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 29 Jul 2022 19:25:26 +0200 Subject: [PATCH 2/5] merge first batch --- CHANGELOG.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e82fc7082351..e3c9e21a68702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,21 +6,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). ## [1.17.0](https://github.com/go-gitea/gitea/releases/tag/v1.17.0) - 2022-07-29 -* BUGFIXES - * Add missing Tabs on organisation/package view (#20539) - * Ensure that all unmerged files are merged when conflict checking (#20528) (#20536) - * Stop logging EOFs and exit(1)s in ssh handler (#20476) (#20529) - * Fix Ruby package parsing by removed unused email field (#20470) (#20525) - * Add labels to two buttons that were missing them (#20419) (#20524) - * Allow non-semver packages in the Conan package registry (#20412) (#20523) - * Fix package permission checks for organizations (#20517) (#20520) - * Fix ROOT_URL detection for URLs without trailing slash (#20502) (#20503) - * Fix enabling repo packages when project unit is turned off (#20486) (#20488) - * Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407) - * Allow RSA 2047 bit keys (#20272) (#20396) - -## [1.17.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.17.0-rc2) - 2022-07-13 - * SECURITY * Use git.HOME_PATH for Git HOME directory (#20114) (#20293) * Add write check for creating Commit Statuses (#20332) (#20333) @@ -29,6 +14,11 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Adjust max-widths for the repository file table (#20243) (#20247) * Display full name (#20171) (#20246) * BUGFIXES + * Ensure that all unmerged files are merged when conflict checking (#20528) (#20536) + * Stop logging EOFs and exit(1)s in ssh handler (#20476) (#20529) + * Add labels to two buttons that were missing them (#20419) (#20524) + * Fix ROOT_URL detection for URLs without trailing slash (#20502) (#20503) + * Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407) * Allow RSA 2047 bit keys (#20272) (#20396) * Add missing return for when topic isn't found (#20351) (#20395) * Fix commit status icon when in subdirectory (#20285) (#20385) From 60c2dee67925f4051bd9445a9fd6627eee5b2f77 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 29 Jul 2022 19:28:23 +0200 Subject: [PATCH 3/5] rm package fixes and enhancements as its a new feature --- CHANGELOG.md | 67 +++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c9e21a68702..deddd8277229a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,37 +14,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Adjust max-widths for the repository file table (#20243) (#20247) * Display full name (#20171) (#20246) * BUGFIXES - * Ensure that all unmerged files are merged when conflict checking (#20528) (#20536) - * Stop logging EOFs and exit(1)s in ssh handler (#20476) (#20529) - * Add labels to two buttons that were missing them (#20419) (#20524) - * Fix ROOT_URL detection for URLs without trailing slash (#20502) (#20503) - * Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407) - * Allow RSA 2047 bit keys (#20272) (#20396) - * Add missing return for when topic isn't found (#20351) (#20395) - * Fix commit status icon when in subdirectory (#20285) (#20385) - * Initialize cron last (#20373) (#20384) - * Set target on create release with existing tag (#20381) (#20382) - * Update xorm.io/xorm to fix a interpreting db column sizes issue on 32bit systems (#20371) (#20372) - * Make sure `repo_dir` is an empty directory or doesn't exist before 'dump-repo' (#20205) (#20370) - * Prevent context deadline error propagation in GetCommitsInfo (#20346) (#20361) - * Correctly handle draft releases without a tag (#20314) (#20335) - * Prevent "empty" scrollbars on Firefox (#20294) (#20308) - * Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299) (#20306) - * Bump goldmark to v1.4.13 (#20300) (#20301) - * Do not create empty ".ssh" directory when loading config (#20289) (#20298) - * Fix NPE when using non-numeric (#20277) (#20278) - * Store read access in access for team repositories (#20275) (#20276) - * EscapeFilter the group dn membership (#20200) (#20254) - * Only show Followers that current user can access (#20220) (#20252) - * Update Bluemonday to v1.0.19 (#20199) (#20209) - * Refix indices on actions table (#20158) (#20198) - * Check if project has the same repository id with issue when assign project to issue (#20133) (#20188) - * Fix remove file on initial comment (#20127) (#20128) - * Catch the error before the response is processed by goth (#20000) (#20102) - * Dashboard feed respect setting.UI.FeedPagingNum again (#20094) (#20099) - * Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041) - * Respond with a 401 on git push when password isn't changed yet (#20026) (#20027) - * Return 404 when tag is broken (#20017) (#20024) + ## [1.17.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.17.0-rc1) - 2022-06-18 @@ -153,7 +123,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * PullService lock via pullID (#19520) * Make repository file list useable on mobile (#19515) * more context for models (#19511) - * Allow package dump skipping (#19506) * Refactor readme file renderer (#19502) * By default force vertical tabs on mobile (#19486) * Github style following followers (#19482) @@ -170,7 +139,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Move access and repo permission to models/perm/access (#19350) * Disallow selecting the text of buttons (#19330) * Allow custom redirect for landing page (#19324) - * Repository level enable package or disable (#19323) * Remove dependent on session auth for api/v1 routers (#19321) * Never use /api/v1 from Gitea UI Pages (#19318) * Remove legacy unmaintained packages, refactor to support change default locale (#19308) @@ -227,13 +195,43 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Allow custom default merge message with .gitea/default_merge_message/_TEMPLATE.md (#18177) * Prettify number of issues (#17760) * Add a "admin user generate-access-token" subcommand (#17722) - * Move project files into models/project sub package (#17704) * Custom regexp external issues (#17624) * Add smtp password to install page (#17564) * Add config options to hide issue events (#17414) * Prevent double click new issue/pull/comment button (#16157) * Show issue assignee on project board (#15232) * BUGFIXES + * Ensure that all unmerged files are merged when conflict checking (#20528) (#20536) + * Stop logging EOFs and exit(1)s in ssh handler (#20476) (#20529) + * Add labels to two buttons that were missing them (#20419) (#20524) + * Fix ROOT_URL detection for URLs without trailing slash (#20502) (#20503) + * Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407) + * Allow RSA 2047 bit keys (#20272) (#20396) + * Add missing return for when topic isn't found (#20351) (#20395) + * Fix commit status icon when in subdirectory (#20285) (#20385) + * Initialize cron last (#20373) (#20384) + * Set target on create release with existing tag (#20381) (#20382) + * Update xorm.io/xorm to fix a interpreting db column sizes issue on 32bit systems (#20371) (#20372) + * Make sure `repo_dir` is an empty directory or doesn't exist before 'dump-repo' (#20205) (#20370) + * Prevent context deadline error propagation in GetCommitsInfo (#20346) (#20361) + * Correctly handle draft releases without a tag (#20314) (#20335) + * Prevent "empty" scrollbars on Firefox (#20294) (#20308) + * Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299) (#20306) + * Bump goldmark to v1.4.13 (#20300) (#20301) + * Do not create empty ".ssh" directory when loading config (#20289) (#20298) + * Fix NPE when using non-numeric (#20277) (#20278) + * Store read access in access for team repositories (#20275) (#20276) + * EscapeFilter the group dn membership (#20200) (#20254) + * Only show Followers that current user can access (#20220) (#20252) + * Update Bluemonday to v1.0.19 (#20199) (#20209) + * Refix indices on actions table (#20158) (#20198) + * Check if project has the same repository id with issue when assign project to issue (#20133) (#20188) + * Fix remove file on initial comment (#20127) (#20128) + * Catch the error before the response is processed by goth (#20000) (#20102) + * Dashboard feed respect setting.UI.FeedPagingNum again (#20094) (#20099) + * Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041) + * Respond with a 401 on git push when password isn't changed yet (#20026) (#20027) + * Return 404 when tag is broken (#20017) (#20024) * Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041) * Respond with a 401 on git push when password isn't changed yet (#20026) (#20027) * Return 404 when tag is broken (#20017) (#20024) @@ -308,7 +306,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * MISC * Fix aria for logo (#19955) * In code search, get code unit accessible repos in one (main) query (#19764) - * Enable packages by default again (#19746) * Add tooltip to pending PR comments (#19662) * Improve sync performance for pull-mirrors (#19125) * Improve dashboard's repo list performance (#18963) From fb87986240c845e5dfbacaad6f5793c7d7219711 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 29 Jul 2022 19:29:16 +0200 Subject: [PATCH 4/5] merge batch to --- CHANGELOG.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deddd8277229a..d7ab307480477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,18 +6,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). ## [1.17.0](https://github.com/go-gitea/gitea/releases/tag/v1.17.0) - 2022-07-29 -* SECURITY - * Use git.HOME_PATH for Git HOME directory (#20114) (#20293) - * Add write check for creating Commit Statuses (#20332) (#20333) -* ENHANCEMENTS - * Make notification bell more prominent on mobile (#20108, #20236, #20251) (#20269) - * Adjust max-widths for the repository file table (#20243) (#20247) - * Display full name (#20171) (#20246) -* BUGFIXES - - -## [1.17.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.17.0-rc1) - 2022-06-18 - * BREAKING * Require go1.18 for Gitea 1.17 (#19918) * Make AppDataPath absolute against the AppWorkPath if it is not (#19815) @@ -41,6 +29,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Restrict email address validation (#17688) * Refactor Router Logger (#17308) * SECURITY + * Use git.HOME_PATH for Git HOME directory (#20114) (#20293) + * Add write check for creating Commit Statuses (#20332) (#20333) * Remove deprecated SSH ciphers from default (#18697) * FEDERATION * Return statistic information for nodeinfo (#19561) @@ -79,6 +69,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Return primary language and repository language stats API URL (#18396) * Implement http signatures support for the API (#17565) * ENHANCEMENTS + * Make notification bell more prominent on mobile (#20108, #20236, #20251) (#20269) + * Adjust max-widths for the repository file table (#20243) (#20247) + * Display full name (#20171) (#20246) * Add dbconsistency checks for Stopwatches (#20010) * Add fetch.writeCommitGraph to gitconfig (#20006) * Add fgprof pprof profiler (#20005) From 323e9d667857a9d6ce213a2356c0104ce6a6635e Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 30 Jul 2022 19:14:10 +0200 Subject: [PATCH 5/5] Apply suggestions from code review --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ab307480477..dcbafe8f0af6d 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.17.0](https://github.com/go-gitea/gitea/releases/tag/v1.17.0) - 2022-07-29 +## [1.17.0](https://github.com/go-gitea/gitea/releases/tag/v1.17.0) - 2022-07-30 * BREAKING * Require go1.18 for Gitea 1.17 (#19918) @@ -194,6 +194,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Prevent double click new issue/pull/comment button (#16157) * Show issue assignee on project board (#15232) * BUGFIXES + * WebAuthn CredentialID field needs to be increased in size (#20530) (#20555) * Ensure that all unmerged files are merged when conflict checking (#20528) (#20536) * Stop logging EOFs and exit(1)s in ssh handler (#20476) (#20529) * Add labels to two buttons that were missing them (#20419) (#20524)