update issue-product tag to ocis issue tag

This commit is contained in:
prajwol
2023-07-04 12:09:28 +05:45
parent f15ed6bc91
commit 972a40cedf
7 changed files with 30 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ Feature: delete a public link share
Background:
Given user "Alice" has been created with default attributes and without skeleton files
@issue-product-60
@issue-1275
Scenario Outline: deleting a public link of a file
Given using OCS API version "<ocs_api_version>"
And user "Alice" has uploaded file with content "This is a test file" to "test-file.txt"
@@ -23,7 +23,7 @@ Feature: delete a public link share
| 1 | 100 |
| 2 | 200 |
@issue-product-60 @issue-1275
@issue-1275
Scenario Outline: deleting a public link after renaming a file
Given using OCS API version "<ocs_api_version>"
And user "Alice" has uploaded file with content "This is a test file" to "test-file.txt"
@@ -40,7 +40,7 @@ Feature: delete a public link share
| 1 | 100 |
| 2 | 200 |
@issue-product-60
@issue-1275
Scenario Outline: deleting a public link of a folder
Given using OCS API version "<ocs_api_version>"
And user "Alice" has created folder "test-folder"
@@ -56,7 +56,7 @@ Feature: delete a public link share
| 1 | 100 |
| 2 | 200 |
@issue-product-60
@issue-1275
Scenario Outline: deleting a public link of a file in a folder
Given using OCS API version "<ocs_api_version>"
And user "Alice" has created folder "test-folder"

View File

@@ -33,7 +33,7 @@ Feature: propagation of etags when deleting a file or folder
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: deleting a folder changes the etags of all parents
Given using <dav_version> DAV path
And user "Alice" has created folder "/upload/sub"
@@ -146,7 +146,7 @@ Feature: propagation of etags when deleting a file or folder
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: sharee deleting a folder changes the etags of all parents for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path
@@ -177,7 +177,7 @@ Feature: propagation of etags when deleting a file or folder
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: sharer deleting a folder changes the etags of all parents for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path
@@ -208,7 +208,7 @@ Feature: propagation of etags when deleting a file or folder
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: deleting a file in a publicly shared folder changes its etag for the sharer
Given using <dav_version> DAV path
And user "Alice" has uploaded file with content "uploaded content" to "/upload/file.txt"
@@ -233,7 +233,7 @@ Feature: propagation of etags when deleting a file or folder
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: deleting a folder in a publicly shared folder changes its etag for the sharer
Given using <dav_version> DAV path
And user "Alice" has created folder "/upload/sub"

View File

@@ -30,7 +30,7 @@ Feature: propagation of etags when moving files or folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: moving a file from one folder to an other changes the etags of both folders
Given using <dav_version> DAV path
And user "Alice" has created folder "/src"
@@ -56,7 +56,7 @@ Feature: propagation of etags when moving files or folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: moving a file into a subfolder changes the etags of all parents
Given using <dav_version> DAV path
And user "Alice" has created folder "/upload"
@@ -105,7 +105,7 @@ Feature: propagation of etags when moving files or folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: moving a folder from one folder to an other changes the etags of both folders
Given using <dav_version> DAV path
And user "Alice" has created folder "/src"
@@ -131,7 +131,7 @@ Feature: propagation of etags when moving files or folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: moving a folder into a subfolder changes the etags of all parents
Given using <dav_version> DAV path
And user "Alice" has created folder "/upload"
@@ -211,7 +211,7 @@ Feature: propagation of etags when moving files or folders
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: sharer moving a file from one folder to an other changes the etags of both folders for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path
@@ -279,7 +279,7 @@ Feature: propagation of etags when moving files or folders
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: sharer moving a folder from one folder to an other changes the etags of both folders for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path

View File

@@ -7,7 +7,7 @@ Feature: propagation of etags when copying files or folders
Background:
Given user "Alice" has been created with default attributes and without skeleton files
@issue-product-280
@issue-4251
Scenario Outline: copying a file does not change its etag
Given using <dav_version> DAV path
And user "Alice" has uploaded file with content "uploaded content" to "file.txt"
@@ -33,7 +33,7 @@ Feature: propagation of etags when copying files or folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: copying a file inside a folder changes its etag
Given using <dav_version> DAV path
And user "Alice" has created folder "/folder"
@@ -60,7 +60,7 @@ Feature: propagation of etags when copying files or folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: copying a file from one folder to an other changes the etags of destination
Given using <dav_version> DAV path
And user "Alice" has created folder "/src"
@@ -88,7 +88,7 @@ Feature: propagation of etags when copying files or folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: copying a file into a subfolder changes the etags of all parents
Given using <dav_version> DAV path
And user "Alice" has created folder "/upload"
@@ -121,7 +121,7 @@ Feature: propagation of etags when copying files or folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: copying a file inside a publicly shared folder by public changes etag for the sharer
Given using <dav_version> DAV path
And user "Alice" has created folder "/upload"
@@ -191,7 +191,7 @@ Feature: propagation of etags when copying files or folders
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: sharer copying a file inside a folder changes its etag for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path

View File

@@ -7,7 +7,7 @@ Feature: propagation of etags when creating folders
Background:
Given user "Alice" has been created with default attributes and without skeleton files
@issue-product-280
@issue-4251
Scenario Outline: creating a folder inside a folder changes its etag
Given using <dav_version> DAV path
And user "Alice" has created folder "/folder"
@@ -54,7 +54,7 @@ Feature: propagation of etags when creating folders
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: sharee creating a folder inside a folder received as a share changes its etag for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path
@@ -80,7 +80,7 @@ Feature: propagation of etags when creating folders
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: sharer creating a folder inside a shared folder changes etag for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path
@@ -106,7 +106,7 @@ Feature: propagation of etags when creating folders
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: creating a folder in a publicly shared folder changes its etag for the sharer
Given using <dav_version> DAV path
And user "Alice" has created folder "/folder"

View File

@@ -1,4 +1,4 @@
@api @issue-product-280
@api @issue-4251
Feature: propagation of etags when restoring a version of a file
As a client app
I want metadata (etags) of parent folders to change when a file version is restored

View File

@@ -8,7 +8,7 @@ Feature: propagation of etags when uploading data
Given user "Alice" has been created with default attributes and without skeleton files
And user "Alice" has created folder "/upload"
@issue-product-280
@issue-4251
Scenario Outline: uploading a file inside a folder changes its etag
Given using <dav_version> DAV path
And user "Alice" has stored etag of element "/"
@@ -53,7 +53,7 @@ Feature: propagation of etags when uploading data
| dav_version |
| spaces |
@issue-product-280
@issue-4251
Scenario Outline: sharee uploading a file inside a received shared folder should update etags for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path
@@ -78,7 +78,7 @@ Feature: propagation of etags when uploading data
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: sharer uploading a file inside a shared folder should update etags for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path
@@ -155,7 +155,7 @@ Feature: propagation of etags when uploading data
| old |
| new |
@issue-product-280
@issue-4251
Scenario Outline: uploading a file into a publicly shared folder changes its etag for the sharer
Given using <dav_version> DAV path
And user "Alice" has created a public link share with settings