From 59576c45da48f0a98028351fe0b22fa56b89c05d Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 12 Apr 2023 16:03:23 +0200 Subject: [PATCH 1/7] add initial changelog --- CHANGELOG.md | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324b0cdfd6023..c821dec301279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,93 @@ 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.19.1](https://github.com/go-gitea/gitea/releases/tag/1.19.1) - 2023-04-12 + +* BREAKING + * Rename actions unit to `repo.actions` and add docs for it (#23733) (#23881) +* ENHANCEMENTS + * Add cardtype to org/user level project on creation, edit and view (#24043) (#24066) + * Refactor commit status for Actions jobs (#23786) (#24060) + * Show errors for KaTeX and mermaid on the preview tab (#24009) (#24019) + * Show protected branch rule names again (#23907) (#24018) + * Adjust sticky pr header to cover background (#23956) (#23999) + * Discolor pull request tab labels (#23950) (#23987) + * Treat PRs with agit flow as fork PRs when triggering actions. (#23884) (#23967) + * Left-align review comments (#23937) + * Fix image border-radius (#23886) (#23930) + * Scroll collapsed file into view (#23702) (#23929) + * Fix code view (diff) broken layout (#23096) (#23918) + * Org pages style fixes (#23901) (#23914) + * Fix user profile description rendering (#23882) (#23902) + * Fix review box viewport overflow issue (#23800) (#23898) + * Prefill input values in oauth settings as intended (#23829) (#23871) + * CSS color tweaks (#23828) (#23842) + * Fix incorrect visibility dropdown list in add/edit user page (#23804) (#23833) + * Add CSS rules for basic colored labels (#23774) (#23777) + * Add creation time in tag list page (#23693) (#23773) + * Fix br display for packages curls (#23737) (#23764) + * Fix issue due date edit toggle bug (#23723) (#23758) + * Improve commit graph page UI alignment (#23751) (#23754) + * Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (#22804) (#23740) + * Redirect to project again after editing it (#23326) (#23739) + * Remove row clicking from notification table (#22695) (#23706) + * Remove conflicting CSS rules on notifications, improve notifications table (#23565) (#23621) + * Fix diff tree height and adjust target file style (#23616) +* BUGFIXES + * Make label templates have consistent behavior and priority (#23749) + * Fix accidental overwriting of LDAP team memberships (#24050) (#24065) + * Fix branch protection priority (#24045) (#24061) + * Use actions job link as commit status URL instead of run link (#24023) (#24032) + * Add actions support to package auth verification (#23729) (#24028) + * Fix protected branch for API (#24013) (#24027) + * Fix: do not escape space between PyPI repository url and package name… (#23981) (#24008) + * Fix redirect bug when creating issue from a project (#23971) (#23997) + * Set `ref` to fully-formed of the tag when trigger event is `release` (#23944) (#23989) + * Use Get/Set instead of Rename when Regenerate session id (#23975) (#23983) + * Ensure RSS icon is present on all repo tabs (#23904) (#23973) + * Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter (#23920) (#23969) + * Delete deleted release attachments immediately from storage (#23913) (#23958) + * Use ghost user if package creator does not exist (#23822) (#23915) + * User/Org Feed render description as per web (#23887) (#23906) + * Fix `cases.Title` crash for concurrency (#23885) (#23903) + * Convert .Source.SkipVerify to $cfg.SkipVerify (#23839) (#23899) + * Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#23874) (#23878) + * Fix JS error when changing PR's target branch (#23862) (#23864) + * Fix 500 error if there is a name conflict when edit authentication source (#23832) (#23852) + * Fix closed PR also triggers Webhooks and actions (#23782) (#23834) + * Fix checks for `needs` in Actions (#23789) (#23831) + * Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790) (#23825) + * Fix cancel button in the page of project edit not work (#23655) (#23813) + * Don't apply the group filter when listing LDAP group membership if it is empty (#23745) (#23788) + * Fix profile page email display, respect settings (#23747) (#23756) + * Fix project card preview select and template select (#23684) (#23731) + * Check LFS/Packages settings in dump and doctor command (#23631) (#23730) + * Add git dashes separator to some "log" and "diff" commands (#23606) (#23720) + * Create commit status when event is `pull_request_sync` (#23683) (#23691) + * Fix incorrect `HookEventType` of pull request review comments (#23650) (#23678) + * Fix incorrect `show-modal` and `show-panel` class (#23660) (#23663) + * Improve workflow event triggers (#23613) (#23648) + * Introduce path Clean/Join helper functions, partially backport&refactor (#23495) (#23607) + * Fix pagination on `/notifications/watching` (#23564) (#23603) + * Fix submodule is nil panic (#23588) (#23601) + * Polyfill the window.customElements (#23592) (#23595) + * Avoid too long names for actions (#23162) (#23190) +* TRANSLATION + * Backport locales (with manual fix) (#23808) + * Backport locales to 1.19 (#23634) +* BUILD + * Hardcode path to docker images (#23955) (#23968) +* DOCS + * Update documentation to explain which projects allow Gitea to host static pages (#23993) (#24058) + * Merge `push to create`, `open PR from push`, and `push options` docs articles into one (#23744) (#23959) + * Fix codeblocks in the cheat sheet (#23664) (#23669) +* MISC + * Do not crash when parsing an invalid workflow file (#23972) (#23976) + * Remove assertion debug code for show/hide refactoring (#23576) (#23868) + * Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766) (#23791) + * Make minio package support legacy MD5 checksum (#23768) (#23770) + * Improve template error reporting (#23396) (#23600) + ## [1.19.0](https://github.com/go-gitea/gitea/releases/tag/1.19.0) - 2023-03-19 * BREAKING From 349dc2c773ac1c54e3ebee7bdf9b55aa90faba05 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 12 Apr 2023 16:14:05 +0200 Subject: [PATCH 2/7] AI fix (1) --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c821dec301279..9ecdb6ec5c672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,11 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * BREAKING * Rename actions unit to `repo.actions` and add docs for it (#23733) (#23881) * ENHANCEMENTS - * Add cardtype to org/user level project on creation, edit and view (#24043) (#24066) + * Add card type to org/user level project on creation, edit and view (#24043) (#24066) * Refactor commit status for Actions jobs (#23786) (#24060) * Show errors for KaTeX and mermaid on the preview tab (#24009) (#24019) * Show protected branch rule names again (#23907) (#24018) - * Adjust sticky pr header to cover background (#23956) (#23999) + * Adjust sticky PR header to cover background (#23956) (#23999) * Discolor pull request tab labels (#23950) (#23987) * Treat PRs with agit flow as fork PRs when triggering actions. (#23884) (#23967) * Left-align review comments (#23937) @@ -23,7 +23,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Org pages style fixes (#23901) (#23914) * Fix user profile description rendering (#23882) (#23902) * Fix review box viewport overflow issue (#23800) (#23898) - * Prefill input values in oauth settings as intended (#23829) (#23871) + * Prefill input values in OAuth settings as intended (#23829) (#23871) * CSS color tweaks (#23828) (#23842) * Fix incorrect visibility dropdown list in add/edit user page (#23804) (#23833) * Add CSS rules for basic colored labels (#23774) (#23777) From 940a1fc42136d663c72636abdd4ee64b4aed7fca Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 12 Apr 2023 16:15:48 +0200 Subject: [PATCH 3/7] AI fix (2) --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecdb6ec5c672..b4a19d6b21787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,10 +43,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Use actions job link as commit status URL instead of run link (#24023) (#24032) * Add actions support to package auth verification (#23729) (#24028) * Fix protected branch for API (#24013) (#24027) - * Fix: do not escape space between PyPI repository url and package name… (#23981) (#24008) + * Fix: do not escape space between PyPI repository URL and package name… (#23981) (#24008) * Fix redirect bug when creating issue from a project (#23971) (#23997) * Set `ref` to fully-formed of the tag when trigger event is `release` (#23944) (#23989) - * Use Get/Set instead of Rename when Regenerate session id (#23975) (#23983) + * Use Get/Set instead of Rename when regenerating session ID (#23975) (#23983) * Ensure RSS icon is present on all repo tabs (#23904) (#23973) * Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter (#23920) (#23969) * Delete deleted release attachments immediately from storage (#23913) (#23958) @@ -56,7 +56,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Convert .Source.SkipVerify to $cfg.SkipVerify (#23839) (#23899) * Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#23874) (#23878) * Fix JS error when changing PR's target branch (#23862) (#23864) - * Fix 500 error if there is a name conflict when edit authentication source (#23832) (#23852) + * Fix 500 error if there is a name conflict when editing authentication source (#23832) (#23852) * Fix closed PR also triggers Webhooks and actions (#23782) (#23834) * Fix checks for `needs` in Actions (#23789) (#23831) * Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790) (#23825) From 4354e1a591884a17988a7862aeea8b9edf9c2d05 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 12 Apr 2023 16:16:52 +0200 Subject: [PATCH 4/7] AI fix (3) --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a19d6b21787..616beeb2cde6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,16 +76,16 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Polyfill the window.customElements (#23592) (#23595) * Avoid too long names for actions (#23162) (#23190) * TRANSLATION - * Backport locales (with manual fix) (#23808) + * Backport locales (with manual fixes) (#23808) * Backport locales to 1.19 (#23634) * BUILD - * Hardcode path to docker images (#23955) (#23968) + * Hardcode the path to docker images (#23955) (#23968) * DOCS * Update documentation to explain which projects allow Gitea to host static pages (#23993) (#24058) * Merge `push to create`, `open PR from push`, and `push options` docs articles into one (#23744) (#23959) - * Fix codeblocks in the cheat sheet (#23664) (#23669) + * Fix code blocks in the cheat sheet (#23664) (#23669) * MISC - * Do not crash when parsing an invalid workflow file (#23972) (#23976) + * Do not crash when parsing an invalid workflow file (#23972) (#23976) * Remove assertion debug code for show/hide refactoring (#23576) (#23868) * Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766) (#23791) * Make minio package support legacy MD5 checksum (#23768) (#23770) From fad387514c9169f1db0220045c96f37abbe37c36 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 12 Apr 2023 16:17:53 +0200 Subject: [PATCH 5/7] suggestion --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 616beeb2cde6c..9591d1bfde203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Use actions job link as commit status URL instead of run link (#24023) (#24032) * Add actions support to package auth verification (#23729) (#24028) * Fix protected branch for API (#24013) (#24027) - * Fix: do not escape space between PyPI repository URL and package name… (#23981) (#24008) + * Do not escape space between PyPI repository URL and package name… (#23981) (#24008) * Fix redirect bug when creating issue from a project (#23971) (#23997) * Set `ref` to fully-formed of the tag when trigger event is `release` (#23944) (#23989) * Use Get/Set instead of Rename when regenerating session ID (#23975) (#23983) From 65dbe977f43ee341c2470a35a09d9d792be97d44 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 13 Apr 2023 02:57:50 +0200 Subject: [PATCH 6/7] update --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9591d1bfde203..6c32b87d1cfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Remove conflicting CSS rules on notifications, improve notifications table (#23565) (#23621) * Fix diff tree height and adjust target file style (#23616) * BUGFIXES + * Improve error logging for LFS (#24072) (#24082) + * Fix custom mailer template on Windows platform (#24081) + * Update the value of `diffEnd` when clicking the `Show More` button in the DiffFileTree (#24069) (#24078) * Make label templates have consistent behavior and priority (#23749) * Fix accidental overwriting of LDAP team memberships (#24050) (#24065) * Fix branch protection priority (#24045) (#24061) @@ -76,8 +79,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Polyfill the window.customElements (#23592) (#23595) * Avoid too long names for actions (#23162) (#23190) * TRANSLATION - * Backport locales (with manual fixes) (#23808) - * Backport locales to 1.19 (#23634) + * Backport locales (with manual fixes) (#23808, #23634, #24083) * BUILD * Hardcode the path to docker images (#23955) (#23968) * DOCS From 4977558963c86856ead99c6d5767709b19f92d24 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 13 Apr 2023 03:00:12 +0200 Subject: [PATCH 7/7] fix release link --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c32b87d1cfbb..0bdd4c04f09c8 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.19.1](https://github.com/go-gitea/gitea/releases/tag/1.19.1) - 2023-04-12 +## [1.19.1](https://github.com/go-gitea/gitea/releases/tag/v1.19.1) - 2023-04-12 * BREAKING * Rename actions unit to `repo.actions` and add docs for it (#23733) (#23881) @@ -93,7 +93,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Make minio package support legacy MD5 checksum (#23768) (#23770) * Improve template error reporting (#23396) (#23600) -## [1.19.0](https://github.com/go-gitea/gitea/releases/tag/1.19.0) - 2023-03-19 +## [1.19.0](https://github.com/go-gitea/gitea/releases/tag/v1.19.0) - 2023-03-19 * BREAKING * Add loading yaml label template files (#22976) (#23232)