Skip to content

Commit 5bd2a12

Browse files
authored
Merge branch 'main' into coverage-webhook
2 parents fb180c5 + 8601440 commit 5bd2a12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2822
-374
lines changed

CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,56 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7+
## [1.14.3](https://github.com/go-gitea/gitea/releases/tag/v1.14.3) - 2021-06-18
8+
9+
* SECURITY
10+
* Encrypt migration credentials at rest (#15895) (#16187)
11+
* Only check access tokens if they are likely to be tokens (#16164) (#16171)
12+
* Add missing SameSite settings for the i_like_gitea cookie (#16037) (#16039)
13+
* Fix setting of SameSite on cookies (#15989) (#15991)
14+
* API
15+
* Repository object only count releases as releases (#16184) (#16190)
16+
* EditOrg respect RepoAdminChangeTeamAccess option (#16184) (#16190)
17+
* Fix overly strict edit pr permissions (#15900) (#16081)
18+
* BUGFIXES
19+
* Run processors on whole of text (#16155) (#16185)
20+
* Class `issue-keyword` is being incorrectly stripped off spans (#16163) (#16172)
21+
* Fix language switch for install page (#16043) (#16128)
22+
* Fix bug on getIssueIDsByRepoID (#16119) (#16124)
23+
* Set self-adjusting deadline for connection writing (#16068) (#16123)
24+
* Fix http path bug (#16117) (#16120)
25+
* Fix data URI scramble (#16098) (#16118)
26+
* Merge all deleteBranch as one function and also fix bug when delete branch don't close related PRs (#16067) (#16097)
27+
* git migration: don't prompt interactively for clone credentials (#15902) (#16082)
28+
* Fix case change in ownernames (#16045) (#16050)
29+
* Don't manipulate input params in email notification (#16011) (#16033)
30+
* Remove branch URL before IssueRefURL (#15968) (#15970)
31+
* Fix layout of milestone view (#15927) (#15940)
32+
* GitHub Migration, migrate draft releases too (#15884) (#15888)
33+
* Close the gitrepo when deleting the repository (#15876) (#15887)
34+
* Upgrade xorm to v1.1.0 (#15869) (#15885)
35+
* Fix blame row height alignment (#15863) (#15883)
36+
* Fix error message when saving generated LOCAL_ROOT_URL config (#15880) (#15882)
37+
* Backport Fix LFS commit finder not working (#15856) (#15874)
38+
* Stop calling WriteHeader in Write (#15862) (#15873)
39+
* Add timeout to writing to responses (#15831) (#15872)
40+
* Return go-get info on subdirs (#15642) (#15871)
41+
* Restore PAM user autocreation functionality (#15825) (#15867)
42+
* Fix truncate utf8 string (#15828) (#15854)
43+
* Fix bound address/port for caddy's certmagic library (#15758) (#15848)
44+
* Upgrade unrolled/render to v1.1.1 (#15845) (#15846)
45+
* Queue manager FlushAll can loop rapidly - add delay (#15733) (#15840)
46+
* Tagger can be empty, as can Commit and Author - tolerate this (#15835) (#15839)
47+
* Set autocomplete off on branches selector (#15809) (#15833)
48+
* Add missing error to Doctor log (#15813) (#15824)
49+
* Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) (#15816)
50+
* ENHANCEMENTS
51+
* Removable media support to snap package (#16136) (#16138)
52+
* Move sans-serif fallback font higher than emoji fonts (#15855) (#15892)
53+
* DOCKER
54+
* Only write config in environment-to-ini if there are changes (#15861) (#15868)
55+
* Only offer hostcertificates if they exist (#15849) (#15853)
56+
757
## [1.14.2](https://github.com/go-gitea/gitea/releases/tag/v1.14.2) - 2021-05-09
858

959
* API

docs/content/doc/advanced/config-cheat-sheet.en-us.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
9494
- `REOPEN_KEYWORDS`: **reopen**, **reopens**, **reopened**: List of keywords used in Pull Request comments to automatically reopen
9595
a related issue
9696
- `DEFAULT_MERGE_MESSAGE_COMMITS_LIMIT`: **50**: In the default merge message for squash commits include at most this many commits. Set to `-1` to include all commits
97-
- `DEFAULT_MERGE_MESSAGE_SIZE`: **5120**: In the default merge message for squash commits limit the size of the commit messages. Set to `-1` to have no limit.
97+
- `DEFAULT_MERGE_MESSAGE_SIZE`: **5120**: In the default merge message for squash commits limit the size of the commit messages. Set to `-1` to have no limit. Only used if `POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES` is `true`.
9898
- `DEFAULT_MERGE_MESSAGE_ALL_AUTHORS`: **false**: In the default merge message for squash commits walk all commits to include all authors in the Co-authored-by otherwise just use those in the limited list
9999
- `DEFAULT_MERGE_MESSAGE_MAX_APPROVERS`: **10**: In default merge messages limit the number of approvers listed as `Reviewed-by:`. Set to `-1` to include all.
100100
- `DEFAULT_MERGE_MESSAGE_OFFICIAL_APPROVERS_ONLY`: **true**: In default merge messages only include approvers who are officially allowed to review.
101+
- `POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES`: **false**: In default squash-merge messages include the commit message of all commits comprising the pull request.
101102

102103
### Repository - Issue (`repository.issue`)
103104

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ require (
3030
github.com/couchbase/goutils v0.0.0-20210118111533-e33d3ffb5401 // indirect
3131
github.com/denisenkom/go-mssqldb v0.10.0
3232
github.com/dgrijalva/jwt-go v3.2.0+incompatible
33+
github.com/djherbis/buffer v1.2.0
34+
github.com/djherbis/nio/v3 v3.0.1
3335
github.com/dustin/go-humanize v1.0.0
3436
github.com/editorconfig/editorconfig-core-go/v2 v2.4.2
3537
github.com/emirpasic/gods v1.12.0

go.sum

+5
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,11 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
244244
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
245245
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
246246
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
247+
github.com/djherbis/buffer v1.1.0/go.mod h1:VwN8VdFkMY0DCALdY8o00d3IZ6Amz/UNVMWcSaJT44o=
248+
github.com/djherbis/buffer v1.2.0 h1:PH5Dd2ss0C7CRRhQCZ2u7MssF+No9ide8Ye71nPHcrQ=
249+
github.com/djherbis/buffer v1.2.0/go.mod h1:fjnebbZjCUpPinBRD+TDwXSOeNQ7fPQWLfGQqiAiUyE=
250+
github.com/djherbis/nio/v3 v3.0.1 h1:6wxhnuppteMa6RHA4L81Dq7ThkZH8SwnDzXDYy95vB4=
251+
github.com/djherbis/nio/v3 v3.0.1/go.mod h1:Ng4h80pbZFMla1yKzm61cF0tqqilXZYrogmWgZxOcmg=
247252
github.com/dlclark/regexp2 v1.1.6/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
248253
github.com/dlclark/regexp2 v1.2.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
249254
github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E=

integrations/api_repo_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ func TestAPIRepoTransfer(t *testing.T) {
466466
session := loginUser(t, user.Name)
467467
token := getTokenForLoggedInUser(t, session)
468468
repoName := "moveME"
469-
repo := new(models.Repository)
469+
apiRepo := new(api.Repository)
470470
req := NewRequestWithJSON(t, "POST", fmt.Sprintf("/api/v1/user/repos?token=%s", token), &api.CreateRepoOption{
471471
Name: repoName,
472472
Description: "repo move around",
@@ -475,12 +475,12 @@ func TestAPIRepoTransfer(t *testing.T) {
475475
AutoInit: true,
476476
})
477477
resp := session.MakeRequest(t, req, http.StatusCreated)
478-
DecodeJSON(t, resp, repo)
478+
DecodeJSON(t, resp, apiRepo)
479479

480480
//start testing
481481
for _, testCase := range testCases {
482482
user = models.AssertExistsAndLoadBean(t, &models.User{ID: testCase.ctxUserID}).(*models.User)
483-
repo = models.AssertExistsAndLoadBean(t, &models.Repository{ID: repo.ID}).(*models.Repository)
483+
repo := models.AssertExistsAndLoadBean(t, &models.Repository{ID: apiRepo.ID}).(*models.Repository)
484484
session = loginUser(t, user.Name)
485485
token = getTokenForLoggedInUser(t, session)
486486
req = NewRequestWithJSON(t, "POST", fmt.Sprintf("/api/v1/repos/%s/%s/transfer?token=%s", repo.OwnerName, repo.Name, token), &api.TransferRepoOption{
@@ -491,7 +491,7 @@ func TestAPIRepoTransfer(t *testing.T) {
491491
}
492492

493493
//cleanup
494-
repo = models.AssertExistsAndLoadBean(t, &models.Repository{ID: repo.ID}).(*models.Repository)
494+
repo := models.AssertExistsAndLoadBean(t, &models.Repository{ID: apiRepo.ID}).(*models.Repository)
495495
_ = models.DeleteRepository(user, repo.OwnerID, repo.ID)
496496
}
497497

integrations/org_count_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ func doCheckOrgCounts(username string, orgCounts map[string]int, strict bool, ca
114114
Name: username,
115115
}).(*models.User)
116116

117-
user.GetOrganizations(&models.SearchOrganizationsOptions{All: true})
117+
orgs, err := models.GetOrgsByUserID(user.ID, true)
118+
assert.NoError(t, err)
118119

119120
calcOrgCounts := map[string]int{}
120121

121-
for _, org := range user.Orgs {
122+
for _, org := range orgs {
122123
calcOrgCounts[org.LowerName] = org.NumRepos
123124
count, ok := canonicalCounts[org.LowerName]
124125
if ok {

models/user.go

-53
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ type User struct {
112112
LoginName string
113113
Type UserType
114114
OwnedOrgs []*User `xorm:"-"`
115-
Orgs []*User `xorm:"-"`
116115
Repos []*Repository `xorm:"-"`
117116
Location string
118117
Website string
@@ -603,58 +602,6 @@ func (u *User) GetOwnedOrganizations() (err error) {
603602
return err
604603
}
605604

606-
// GetOrganizations returns paginated organizations that user belongs to.
607-
// TODO: does not respect All and show orgs you privately participate
608-
func (u *User) GetOrganizations(opts *SearchOrganizationsOptions) error {
609-
sess := x.NewSession()
610-
defer sess.Close()
611-
612-
schema, err := x.TableInfo(new(User))
613-
if err != nil {
614-
return err
615-
}
616-
groupByCols := &strings.Builder{}
617-
for _, col := range schema.Columns() {
618-
fmt.Fprintf(groupByCols, "`%s`.%s,", schema.Name, col.Name)
619-
}
620-
groupByStr := groupByCols.String()
621-
groupByStr = groupByStr[0 : len(groupByStr)-1]
622-
623-
sess.Select("`user`.*, count(repo_id) as org_count").
624-
Table("user").
625-
Join("INNER", "org_user", "`org_user`.org_id=`user`.id").
626-
Join("LEFT", builder.
627-
Select("id as repo_id, owner_id as repo_owner_id").
628-
From("repository").
629-
Where(accessibleRepositoryCondition(u)), "`repository`.repo_owner_id = `org_user`.org_id").
630-
And("`org_user`.uid=?", u.ID).
631-
GroupBy(groupByStr)
632-
if opts.PageSize != 0 {
633-
sess = opts.setSessionPagination(sess)
634-
}
635-
type OrgCount struct {
636-
User `xorm:"extends"`
637-
OrgCount int
638-
}
639-
orgCounts := make([]*OrgCount, 0, 10)
640-
641-
if err := sess.
642-
Asc("`user`.name").
643-
Find(&orgCounts); err != nil {
644-
return err
645-
}
646-
647-
orgs := make([]*User, len(orgCounts))
648-
for i, orgCount := range orgCounts {
649-
orgCount.User.NumRepos = orgCount.OrgCount
650-
orgs[i] = &orgCount.User
651-
}
652-
653-
u.Orgs = orgs
654-
655-
return nil
656-
}
657-
658605
// DisplayName returns full name if it's not empty,
659606
// returns username otherwise.
660607
func (u *User) DisplayName() string {

0 commit comments

Comments
 (0)