Skip to content

Conversation

@zeripath
Copy link
Contributor

@zeripath zeripath commented May 4, 2020

There is an unfortunate signature change with the api.Context.NotFound function; whereas the normal modules/context/Context.NotFound function requires an error or nil, the api.Context
variant will panic with an NPE if a nil is provided.

Make api.Context.NotFound tolerate a being passed a nil.

Fix #11286

Signed-off-by: Andrew Thornton [email protected]

There is an unfortunate signature change with the api.Context
NotFound function; whereas the normal modules/context/Context
NotFound function requires an error or nil, the api.Context
variant will panic with an NPE if a nil is provided.

This PR will allow api.Context.NotFound to tolerate a being
passed a nil.

Signed-off-by: Andrew Thornton <[email protected]>
@zeripath zeripath added type/bug modifies/api This PR adds API routes or modifies them backport/v1.11 labels May 4, 2020
@zeripath zeripath added this to the 1.12.0 milestone May 4, 2020
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label May 4, 2020
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels May 4, 2020
@lafriks
Copy link
Member

lafriks commented May 5, 2020

Make lg-tm

@lafriks lafriks merged commit d9de58b into go-gitea:master May 5, 2020
@lafriks
Copy link
Member

lafriks commented May 5, 2020

Please send backport

@zeripath zeripath deleted the fix-11286-api.Context.NotFound-should-tolerate-nils branch May 5, 2020 18:52
zeripath added a commit to zeripath/gitea that referenced this pull request May 5, 2020
There is an unfortunate signature change with the api.Context
NotFound function; whereas the normal modules/context/Context
NotFound function requires an error or nil, the api.Context
variant will panic with an NPE if a nil is provided.

This PR will allow api.Context.NotFound to tolerate a being
passed a nil.

Signed-off-by: Andrew Thornton <[email protected]>

Co-authored-by: Lauris BH <[email protected]>
@zeripath zeripath added the backport/done All backports for this PR have been created label May 5, 2020
jolheiser pushed a commit that referenced this pull request May 5, 2020
There is an unfortunate signature change with the api.Context
NotFound function; whereas the normal modules/context/Context
NotFound function requires an error or nil, the api.Context
variant will panic with an NPE if a nil is provided.

This PR will allow api.Context.NotFound to tolerate a being
passed a nil.

Signed-off-by: Andrew Thornton <[email protected]>

Co-authored-by: Lauris BH <[email protected]>
ydelafollye pushed a commit to ydelafollye/gitea that referenced this pull request Jul 31, 2020
There is an unfortunate signature change with the api.Context
NotFound function; whereas the normal modules/context/Context
NotFound function requires an error or nil, the api.Context
variant will panic with an NPE if a nil is provided.

This PR will allow api.Context.NotFound to tolerate a being
passed a nil.

Signed-off-by: Andrew Thornton <[email protected]>

Co-authored-by: Lauris BH <[email protected]>
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. modifies/api This PR adds API routes or modifies them type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

500 error when accessing /api/v1/orgs/PRIVATE_ORG while logged out

4 participants