Skip to content

Commit e4209a0

Browse files
authored
Merge pull request #11426 from kobergj/BumpReva
[full-ci] Bump Reva
2 parents 2a8b5d1 + c2d1c81 commit e4209a0

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/open-policy-agent/opa v1.4.2
6767
github.com/orcaman/concurrent-map v1.0.0
6868
github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27
69-
github.com/owncloud/reva/v2 v2.0.0-20250612074708-105a834a8e19
69+
github.com/owncloud/reva/v2 v2.0.0-20250618124252-722b346820da
7070
github.com/pkg/errors v0.9.1
7171
github.com/pkg/xattr v0.4.10
7272
github.com/prometheus/client_golang v1.21.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,8 +882,8 @@ github.com/orcaman/concurrent-map v1.0.0/go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CF
882882
github.com/ovh/go-ovh v1.1.0/go.mod h1:AxitLZ5HBRPyUd+Zl60Ajaag+rNTdVXWIkzfrVuTXWA=
883883
github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27 h1:ID8s5lGBntmrlI6TbDAjTzRyHucn3bVM2wlW+HBplv4=
884884
github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27/go.mod h1:+gT+x62AS9u2Farh9wE2uYmgdvTg0MQgsSI62D+xoRg=
885-
github.com/owncloud/reva/v2 v2.0.0-20250612074708-105a834a8e19 h1:kUYyoJLTYFl8LdphWgMwMRxIEslcGw1yLqq1VNpv5y8=
886-
github.com/owncloud/reva/v2 v2.0.0-20250612074708-105a834a8e19/go.mod h1:0sgKaAcyZp/wH4PPj1VeyTpS2QRV/rl2pkOx4+QqGVU=
885+
github.com/owncloud/reva/v2 v2.0.0-20250618124252-722b346820da h1:evUFci+zkPyJ+kGzezyQkO5M+myeMapTOPMMe5ZdI30=
886+
github.com/owncloud/reva/v2 v2.0.0-20250618124252-722b346820da/go.mod h1:4ndIIqz2ohCDNecjr6wfYiEjjoh2/QaBPKrc1eyVAJQ=
887887
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c h1:rp5dCmg/yLR3mgFuSOe4oEnDDmGLROTvMragMUXpTQw=
888888
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c/go.mod h1:X07ZCGwUbLaax7L0S3Tw4hpejzu63ZrrQiUe6W0hcy0=
889889
github.com/pablodz/inotifywaitgo v0.0.7 h1:1ii49dGBnRn0t1Sz7RGZS6/NberPEDQprwKHN49Bv6U=

tests/acceptance/features/apiSharingNgShares/enableDisablePermissionsRole.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ Feature: enable disable permissions role
657657
And user "Brian" should be able to download file "<resource-to-download>" from space "Shares"
658658
Examples:
659659
| resource | permissions-role | permissions | resource-to-download | role-id |
660-
| textfile.txt | File Editor | SNVW | textfile.txt | 2d00ce52-1fc2-4dbc-8b95-a73b73395f5a |
660+
| textfile.txt | File Editor | SW | textfile.txt | 2d00ce52-1fc2-4dbc-8b95-a73b73395f5a |
661661
| textfile.txt | Viewer | S | textfile.txt | b1e2218d-eef8-4d4c-b82d-0f1a1b48f3b5 |
662662
| folderToShare | Uploader | SCK | folderToShare/textfile1.txt | 1c996275-f1c9-4e71-abdf-a42f6495e960 |
663663
| folderToShare | Editor | SDNVCK | folderToShare/textfile1.txt | fb6c3e19-e378-47e5-b277-9732f9de6e21 |
@@ -1058,7 +1058,7 @@ Feature: enable disable permissions role
10581058
And as user "Brian" the PROPFIND response should contain a resource "textfile.txt" with these key and value pairs:
10591059
| key | value |
10601060
| oc:name | textfile.txt |
1061-
| oc:permissions | SNVW |
1061+
| oc:permissions | SW |
10621062
And user "Brian" should be able to upload file "filesForUpload/davtest.txt" to "Shares/textfile.txt"
10631063
And for user "Alice" the content of the file "textfile.txt" of the space "Personal" should be "Dav-Test"
10641064

@@ -1170,6 +1170,6 @@ Feature: enable disable permissions role
11701170
And as user "Brian" the PROPFIND response should contain a resource "textfile.txt" with these key and value pairs:
11711171
| key | value |
11721172
| oc:name | textfile.txt |
1173-
| oc:permissions | SNVW |
1173+
| oc:permissions | SW |
11741174
And user "Brian" should be able to upload file "filesForUpload/davtest.txt" to "Shares/textfile.txt"
11751175
And for user "Alice" the content of the file "textfile.txt" of the space "new-space" should be "Dav-Test"

tests/acceptance/features/apiSpacesDavOperation/propfindByFileId.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Feature: propfind a file using file id
110110
And as user "Brian" the PROPFIND response should contain a resource "<<FILEID>>" with these key and value pairs:
111111
| key | value |
112112
| oc:name | textfile.txt |
113-
| oc:permissions | SNVW |
113+
| oc:permissions | SW |
114114
Examples:
115115
| dav-path |
116116
| /dav/spaces/<<FILEID>> |

vendor/github.com/owncloud/reva/v2/pkg/conversions/role.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ github.com/orcaman/concurrent-map
12331233
# github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27
12341234
## explicit; go 1.18
12351235
github.com/owncloud/libre-graph-api-go
1236-
# github.com/owncloud/reva/v2 v2.0.0-20250612074708-105a834a8e19
1236+
# github.com/owncloud/reva/v2 v2.0.0-20250618124252-722b346820da
12371237
## explicit; go 1.24
12381238
github.com/owncloud/reva/v2/cmd/revad/internal/grace
12391239
github.com/owncloud/reva/v2/cmd/revad/runtime

0 commit comments

Comments
 (0)