You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Clean up npm dependencies (go-gitea#35508)
Correctly override user unitmodes (go-gitea#35501)
[skip ci] Updated translations via Crowdin
Enable more markdown paste features in textarea editor (go-gitea#35494)
Move git command to git/gitcmd (go-gitea#35483)
Exposing TimeEstimate field in the API (go-gitea#35475)
Clean up npm dependencies (go-gitea#35484)
repo3:=unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{ID: 3}) // org private repo, same org as repo 32
202
+
require.NoError(t, repo3.LoadOwner(ctx))
203
+
require.True(t, repo3.Owner.IsOrganization())
204
+
require.NoError(t, db.TruncateBeans(ctx, &organization.TeamUnit{}, &Access{})) // The user has access set of that repo, remove it, it is useless for our test
0 commit comments