Skip to content

Commit 4688297

Browse files
committed
Change conflict in patch 0005 for v1.23.2
1 parent e246328 commit 4688297

14 files changed

+39
-39
lines changed

patches/0001-BLENDER-Blender-ID-goth-provider.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 8b5a296990a67b35b5fcd9047d79418e31b37f60 Mon Sep 17 00:00:00 2001
1+
From 15a25804e98da3c122082c62d16b2d1ce4374eb9 Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 13:28:51 +0200
44
Subject: [PATCH 01/14] BLENDER: Blender ID goth provider
@@ -25,10 +25,10 @@ Provider authored by Matti Ranta and Arnd Marijnissen.
2525
create mode 100644 services/auth/source/oauth2/blenderid/session_test.go
2626

2727
diff --git a/go.mod b/go.mod
28-
index d8e7e37152..af00e05199 100644
28+
index 422952af9e..98a7954b3c 100644
2929
--- a/go.mod
3030
+++ b/go.mod
31-
@@ -258,6 +258,7 @@ require (
31+
@@ -257,6 +257,7 @@ require (
3232
github.com/mmcloughlin/avo v0.6.0 // indirect
3333
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3434
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -37,10 +37,10 @@ index d8e7e37152..af00e05199 100644
3737
github.com/mschoch/smat v0.2.0 // indirect
3838
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3939
diff --git a/go.sum b/go.sum
40-
index 968001e7f9..bce9ba2fd7 100644
40+
index e7f6b7c6d9..4b8b54d3fc 100644
4141
--- a/go.sum
4242
+++ b/go.sum
43-
@@ -590,6 +590,9 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
43+
@@ -588,6 +588,9 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
4444
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
4545
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
4646
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
@@ -593,5 +593,5 @@ index 65cf538ad7..f6f49ada04 100644
593593
+ }))
594594
}
595595
--
596-
2.45.2
596+
2.47.1
597597

patches/0002-BLENDER-Show-warning-for-target-branch-switching.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
From 651978e123b0f0caf5dfe0dbff1bb0cfad9273ea Mon Sep 17 00:00:00 2001
1+
From 1b1e8781449eef734dbd5addd81be079436db600 Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 13:31:35 +0200
4-
Subject: [PATCH] BLENDER: Show warning for target branch switching
4+
Subject: [PATCH 02/14] BLENDER: Show warning for target branch switching
55

66
---
77
templates/repo/issue/view_title.tmpl | 1 +
88
1 file changed, 1 insertion(+)
99

1010
diff --git a/templates/repo/issue/view_title.tmpl b/templates/repo/issue/view_title.tmpl
11-
index bf2ede58e4..a0cade5cc9 100644
11+
index 7bb00ff9a9..19a4331883 100644
1212
--- a/templates/repo/issue/view_title.tmpl
1313
+++ b/templates/repo/issue/view_title.tmpl
1414
@@ -118,6 +118,7 @@

patches/0003-BLENDER-Workaround-LFS-files-not-being-available-in-.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 37d72a57067e955cdc886ddd527a55c371b01bde Mon Sep 17 00:00:00 2001
1+
From 4cf49edf4de94065e9ad6e24c4482c2054d6eece Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 13:32:53 +0200
44
Subject: [PATCH 03/14] BLENDER: Workaround LFS files not being available in
@@ -25,10 +25,10 @@ index bb6361050a..83a2e7883d 100644
2525
return count > 0, err
2626
}
2727
diff --git a/services/lfs/server.go b/services/lfs/server.go
28-
index a77623fdc1..c45c1937ec 100644
28+
index c4866edaab..1fa2b7a67f 100644
2929
--- a/services/lfs/server.go
3030
+++ b/services/lfs/server.go
31-
@@ -251,6 +251,26 @@ func BatchHandler(ctx *context.Context) {
31+
@@ -253,6 +253,26 @@ func BatchHandler(ctx *context.Context) {
3232
responseObject = buildObjectResponse(rc, p, false, !exists, err)
3333
} else {
3434
var err *lfs_module.ObjectError
@@ -56,5 +56,5 @@ index a77623fdc1..c45c1937ec 100644
5656
err = &lfs_module.ObjectError{
5757
Code: http.StatusNotFound,
5858
--
59-
2.45.2
59+
2.47.1
6060

patches/0004-BLENDER-Don-t-allow-assigning-large-teams-as-reviewe.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From ff4fd9166ac3c8cc099ab35968e23096ec0525a4 Mon Sep 17 00:00:00 2001
1+
From f30536bba66c393e59822cbd9c194017d174a3b5 Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 13:33:32 +0200
44
Subject: [PATCH 04/14] BLENDER: Don't allow assigning large teams as reviewers
@@ -66,5 +66,5 @@ index bf0d8cb298..c3b0858aa3 100644
6666
+ return organization.FilterLargeTeams(organization.GetTeamsWithAccessToRepoUnit(ctx, repo.OwnerID, repo.ID, perm.AccessModeRead, unit.TypePullRequests))
6767
}
6868
--
69-
2.45.2
69+
2.47.1
7070

patches/0005-BLENDER-Support-both-exclusive-and-non-exclusive-sco.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 6d833f20e2bff71d1a7bce47a934700fdfc15738 Mon Sep 17 00:00:00 2001
1+
From b7ab7d82754fd5d7ea154d31f991a5da206d96a1 Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 13:58:05 +0200
44
Subject: [PATCH 05/14] BLENDER: Support both exclusive and non-exclusive scope
@@ -113,13 +113,13 @@ index 88e2e43120..ee569b4fd0 100644
113113
{{ctx.RenderUtils.RenderLabel .}}
114114
<p class="tw-ml-auto">{{template "repo/issue/labels/label_archived" .}}</p>
115115
diff --git a/templates/repo/issue/sidebar/label_list.tmpl b/templates/repo/issue/sidebar/label_list.tmpl
116-
index 9dd83ba188..124e3a1bc6 100644
116+
index 9b6195a8f4..c8310203c4 100644
117117
--- a/templates/repo/issue/sidebar/label_list.tmpl
118118
+++ b/templates/repo/issue/sidebar/label_list.tmpl
119-
@@ -18,23 +18,25 @@
120-
</div>
121-
<a class="item clear-selection" href="#">{{ctx.Locale.Tr "repo.issues.new.clear_labels"}}</a>
119+
@@ -19,23 +19,25 @@
122120
<div class="scrolling menu">
121+
<a class="item clear-selection" href="#">{{ctx.Locale.Tr "repo.issues.new.clear_labels"}}</a>
122+
<div class="divider"></div>
123123
- {{$previousExclusiveScope := "_no_scope"}}
124124
+ {{$previousScope := "_no_scope"}}
125125
{{range $data.RepoLabels}}
@@ -149,5 +149,5 @@ index 9dd83ba188..124e3a1bc6 100644
149149
{{end}}
150150
</div>
151151
--
152-
2.45.2
152+
2.47.1
153153

patches/0006-BLENDER-Projects-button-to-show-hide-issue-details-a.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From a8bb08c1c1448a97edc5f1c49a9505d66ca4eaf0 Mon Sep 17 00:00:00 2001
1+
From fd09d4851658310327e2e110e16963226fdd5954 Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 14:00:36 +0200
44
Subject: [PATCH 06/14] BLENDER: Projects: button to show/hide issue details
@@ -181,5 +181,5 @@ index fb832bd05a..4fb9b42f46 100644
181181
+ margin-left: 0.5em;
182182
}
183183
--
184-
2.45.2
184+
2.47.1
185185

patches/0007-BLENDER-Lazy-pull-request-checking.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 1c064f69e3a3aa1969b24ec12b99ac150fd8533a Mon Sep 17 00:00:00 2001
1+
From b22cd3a41db335712186cb1bf4c57b9e96ac0dee Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 14:02:04 +0200
44
Subject: [PATCH 07/14] BLENDER: Lazy pull request checking
@@ -131,5 +131,5 @@ index 98bd28a4a5..87a5d40f7c 100644
131131
})
132132
}
133133
--
134-
2.45.2
134+
2.47.1
135135

patches/0008-BLENDER-Remember-login-for-OAuth-Blender-ID.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 35f8ad0fce06ac0aee3d54b8e46987f0cdd4b4ba Mon Sep 17 00:00:00 2001
1+
From 91fecdeb64112cfbf99eea85a9c87739863a476c Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 14:04:02 +0200
44
Subject: [PATCH 08/14] BLENDER: Remember login for OAuth / Blender ID
@@ -41,5 +41,5 @@ index 75f94de0ed..5b58bc6337 100644
4141
ctx.Csrf.PrepareForSessionUser(ctx)
4242

4343
--
44-
2.45.2
44+
2.47.1
4545

patches/0009-BLENDER-Always-login-with-Blender-ID-unless-noredire.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 4446aa850393d32df9c8ce9964d9aa087ad621f2 Mon Sep 17 00:00:00 2001
1+
From c91d42fa91177ce42cd01aee0e1d09d26f8dda47 Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 14:04:49 +0200
44
Subject: [PATCH 09/14] BLENDER: Always login with Blender ID, unless
@@ -51,5 +51,5 @@ index 8ddb9730c3..99c423e782 100644
5151
RedirectAfterLogin(ctx)
5252
return
5353
--
54-
2.45.2
54+
2.47.1
5555

patches/0010-BLENDER-Allow-non-local-users-to-be-renamed.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 6092a3d4ea521ab4c3fe67a0c263877a14ef3d3d Mon Sep 17 00:00:00 2001
1+
From 285a38894bb72c74881bf66cf5ecc75d634fa280 Mon Sep 17 00:00:00 2001
22
From: Brecht Van Lommel <[email protected]>
33
Date: Fri, 10 May 2024 14:05:47 +0200
44
Subject: [PATCH 10/14] BLENDER: Allow non-local users to be renamed
@@ -33,5 +33,5 @@ index 7bde642412..5dda32f708 100644
3333
if err := user_model.IsUsableUsername(newUserName); err != nil {
3434
return err
3535
--
36-
2.45.2
36+
2.47.1
3737

0 commit comments

Comments
 (0)