Skip to content

Add v1.21.0 changelog #28005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Nov 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
6543 authored Nov 12, 2023
commit 4b8b71896ad7370e8552645265d39ac008b04ee6
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* Fix media description render for orgmode (#26895)
* Remove CSS `has` selector and improve various styles (#26891)
* Refactor "shortsha" (#26877)
* S3: log human readable error on connection failure (#26856)
* Redable error on S3 storage connection failure (#26856)
* Improve opengraph previews (#26851)
* Add more descriptive error on forgot password page (#26848)
* Show always repo count in header (#26842)
Expand Down Expand Up @@ -365,20 +365,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* Add Index to `action.user_id` (#27403) (#27425)
* Don't use subselect in `DeleteIssuesByRepoID` (#27332) (#27408)
* Add protected branch name description (#27257) (#27351)
* More `db.DefaultContext` refactor (#27265) (#27347)
* Add logs for data broken of comment review (#27326) (#27345)
* Add Index to `comment.dependent_issue_id` (#27325) (#27340)
* Another round of `db.DefaultContext` refactor (#27103) (#27262)
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27251)
* Update go-enry to 2.8.5 (#27215) (#27217)
* Add index to `issue_user.issue_id` (#27154) (#27158)
* Upgrading the actions/checkout@4 (#27096)
* Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095)
* Drop Node.js 16 and update js dependencies (#27094)
* Next round of `db.DefaultContext` refactor (#27089)
* More refactoring of `db.DefaultContext` (#27083)
* Reduce usage of `db.DefaultContext` (#27073)
* Apply lng2020 to maintainers (#27068)
* Reduce usage of `db.DefaultContext` (#27073) (#27083) (#27089) (#27103) (#27262) (#27265) (#27347)
* Remove the useless function `GetUserIssueStats` and move relevant tests to `indexer_test.go` (#27067)
* Make SSPI auth mockable (#27036)
* Extract auth middleware from service (#27028)
Expand All @@ -391,7 +386,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* Improve hint when uploading a too large avatar (#26935)
* Extract common code to new template (#26933)
* Move createrepository from module to service layer (#26927)
* Add @chenrui333 as maintainer (#26917)
* Move notification interface to services layer (#26915)
* Feat(API): add routes and functions for managing user's secrets (#26909)
* Move feed notification service layer (#26908)
Expand Down