Skip to content
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

Changelog 1.15.1 (#16925) #16929

Merged
merged 1 commit into from Sep 2, 2021
Merged

Conversation

zeripath
Copy link
Contributor

@zeripath zeripath commented Sep 2, 2021

Frontport #16925

1.15.1 - 2021-09-02

Signed-off-by: Andrew Thornton art27@cantab.net

## [1.15.1](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) - 2021-09-02

* BUGFIXES
  * Allow BASIC authentication access to /:owner/:repo/releases/download/* (go-gitea#16916) (go-gitea#16923)
  * Prevent leave changes dialogs due to autofill fields (go-gitea#16912) (go-gitea#16920)
  * Ignore review comment when ref commit is missed (go-gitea#16905) (go-gitea#16919)
  * Fix wrong attachment removal (go-gitea#16915) (go-gitea#16917)
  * Gitlab Migrator: dont ignore reactions of last request (go-gitea#16903) (go-gitea#16913)
  * Correctly return the number of Repositories for Organizations (go-gitea#16807) (go-gitea#16911)
  * Test if LFS object is accessible (go-gitea#16865) (go-gitea#16904)
  * Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (go-gitea#16899) (go-gitea#16900)
  * Fix dump and restore respository (go-gitea#16698) (go-gitea#16898)
  * Repare and Improve GetDiffRangeWithWhitespaceBehavior (go-gitea#16894) (go-gitea#16895)
  * Fix wiki raw commit diff/patch view (go-gitea#16891) (go-gitea#16892)
  * Ensure wiki repos are all closed (go-gitea#16886) (go-gitea#16888)
  * List limited and private orgs if authenticated on API (go-gitea#16866) (go-gitea#16879)
  * Simplify split diff view generation and remove JS dependency (go-gitea#16775) (go-gitea#16863)
  * Ensure that the default visibility is set on the user create page (go-gitea#16845) (go-gitea#16862)
  * In Render tolerate not being passed a context (go-gitea#16842) (go-gitea#16858)
  * Upgrade xorm to v1.2.2 (go-gitea#16663) & Add test to ensure that dumping of login sources remains correct (go-gitea#16847) (go-gitea#16848)
  * Report the correct number of pushes on the feeds (go-gitea#16811) (go-gitea#16822)
  * Add primary_key to issue_index (go-gitea#16813) (go-gitea#16820)
  * Prevent NPE on empty commit (go-gitea#16812) (go-gitea#16819)
  * Fix branch pagination error (go-gitea#16805) (go-gitea#16816)
  * Add missing return to handleSettingRemoteAddrError (go-gitea#16794) (go-gitea#16795)
  * Remove spurious / from issues.opened_by (go-gitea#16793)
  * Ensure that template compilation panics are sent to the logs (go-gitea#16788) (go-gitea#16792)
  * Update caddyserver/certmagic (go-gitea#16789) (go-gitea#16790)

Signed-off-by: Andrew Thornton <art27@cantab.net>
@zeripath zeripath added type/docs This PR mainly updates/creates documentation skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. labels Sep 2, 2021
@zeripath zeripath added this to the 1.16.0 milestone Sep 2, 2021
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Sep 2, 2021
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Sep 2, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #16929 (ef53521) into main (8d7704b) will increase coverage by 0.06%.
The diff coverage is 70.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #16929      +/-   ##
==========================================
+ Coverage   45.46%   45.52%   +0.06%     
==========================================
  Files         762      762              
  Lines       86124    86173      +49     
==========================================
+ Hits        39153    39232      +79     
+ Misses      40658    40628      -30     
  Partials     6313     6313              
Impacted Files Coverage Δ
models/pull.go 56.35% <ø> (ø)
modules/migrations/gitea_uploader.go 6.74% <0.00%> (-0.02%) ⬇️
modules/migrations/gitlab.go 0.94% <0.00%> (ø)
modules/setting/queue.go 69.66% <ø> (+8.19%) ⬆️
routers/web/repo/commit.go 27.84% <0.00%> (+0.21%) ⬆️
routers/web/repo/issue.go 38.51% <ø> (+0.04%) ⬆️
services/auth/reverseproxy.go 0.00% <0.00%> (ø)
routers/api/v1/repo/pull.go 29.75% <50.00%> (+0.64%) ⬆️
services/lfs/server.go 68.40% <56.25%> (-1.11%) ⬇️
routers/web/repo/pull.go 30.21% <60.00%> (-0.11%) ⬇️
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a75b2f2...ef53521. Read the comment docs.

@zeripath
Copy link
Contributor Author

zeripath commented Sep 2, 2021

make lgtm work

@techknowlogick techknowlogick merged commit 33af0c3 into go-gitea:main Sep 2, 2021
@zeripath zeripath deleted the frontport-16925 branch September 2, 2021 19:40
Copy link
Member

@jolheiser jolheiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (take that, wizard powers!)

@go-gitea go-gitea locked and limited conversation to collaborators Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/need 1 This PR needs approval from one additional maintainer to be merged. skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants