Skip to content

Commit

Permalink
Merge pull request #6708 from owncloud/refactor-issue-product-tag
Browse files Browse the repository at this point in the history
[tests-only][full-ci] update issue-product tag to ocis issue tag
  • Loading branch information
grgprarup authored Jul 4, 2023
2 parents 8fa83c3 + 972a40c commit 6535e68
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6535e68

Please sign in to comment.