Skip to content

Commit

Permalink
update issue-product tag to ocis issue tag (#6710)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwolAmatya authored Jul 4, 2023
1 parent 42d3465 commit eeb005c
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 48 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
@@ -1,5 +1,8 @@
@api
Feature: propagation of etags when deleting a file or folder
As a client app
I want metadata (etags) of parent folders to change when a file or folder is deleted
So that the client app can know to re-scan and sync the content of the folder(s)

Background:
Given user "Alice" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -30,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 @@ -82,7 +85,7 @@ Feature: propagation of etags when deleting a file or folder
| spaces |


Scenario Outline: as share receiver deleting a file changes the etags of all parents for all collaborators
Scenario Outline: sharee deleting a file 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
And user "Alice" has created folder "/upload/sub"
Expand Down Expand Up @@ -113,7 +116,7 @@ Feature: propagation of etags when deleting a file or folder
| new |


Scenario Outline: as sharer deleting a file changes the etags of all parents for all collaborators
Scenario Outline: sharer deleting a file 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
And user "Alice" has created folder "/upload/sub"
Expand Down Expand Up @@ -143,8 +146,8 @@ Feature: propagation of etags when deleting a file or folder
| old |
| new |

@issue-product-280
Scenario Outline: as share receiver deleting a folder changes the etags of all parents for all collaborators
@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
And user "Alice" has created folder "/upload/sub"
Expand Down Expand Up @@ -174,8 +177,8 @@ Feature: propagation of etags when deleting a file or folder
| old |
| new |

@issue-product-280
Scenario Outline: as sharer deleting a folder changes the etags of all parents for all collaborators
@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
And user "Alice" has created folder "/upload/sub"
Expand Down Expand Up @@ -205,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 @@ -230,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
@@ -1,5 +1,8 @@
@api
Feature: propagation of etags when moving files or folders
As a client app
I want metadata (etags) of parent folder(s) to change when a file or folder is moved
So that the client app can know to re-scan and sync the content of the folder(s)

Background:
Given user "Alice" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -27,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 @@ -53,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 @@ -102,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 @@ -128,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 All @@ -155,7 +158,7 @@ Feature: propagation of etags when moving files or folders
| spaces |


Scenario Outline: as share receiver renaming a file inside a folder changes its etag for all collaborators
Scenario Outline: sharee renaming 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
And user "Alice" has created folder "/upload"
Expand All @@ -182,7 +185,7 @@ Feature: propagation of etags when moving files or folders
| new |


Scenario Outline: as sharer renaming a file inside a folder changes its etag for all collaborators
Scenario Outline: sharer renaming 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
And user "Alice" has created folder "/upload"
Expand All @@ -208,8 +211,8 @@ Feature: propagation of etags when moving files or folders
| old |
| new |

@issue-product-280
Scenario Outline: as sharer moving a file from one folder to an other changes the etags of both folders for all collaborators
@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
And user "Alice" has created folder "/src"
Expand Down Expand Up @@ -243,7 +246,7 @@ Feature: propagation of etags when moving files or folders
| new |


Scenario Outline: as share receiver moving a file from one folder to an other changes the etags of both folders for all collaborators
Scenario Outline: sharee 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
And user "Alice" has created folder "/src"
Expand Down Expand Up @@ -276,8 +279,8 @@ Feature: propagation of etags when moving files or folders
| old |
| new |

@issue-product-280
Scenario Outline: as sharer moving a folder from one folder to an other changes the etags of both folders for all collaborators
@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
And user "Alice" has created folder "/src"
Expand Down Expand Up @@ -311,7 +314,7 @@ Feature: propagation of etags when moving files or folders
| new |


Scenario Outline: as share receiver moving a folder from one folder to an other changes the etags of both folders for all collaborators
Scenario Outline: sharee 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
And user "Alice" has created folder "/src"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@api
Feature: propagation of etags when copying files or folders
As a client app
I want metadata (etags) of parent folders to change when a file of folder is copied
So that the client app can know to re-scan and sync the content of the folder(s)

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 @@ -30,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 @@ -57,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 @@ -85,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 @@ -118,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 @@ -152,7 +155,7 @@ Feature: propagation of etags when copying files or folders
| spaces |


Scenario Outline: as share receiver copying a file inside a folder changes its etag for all collaborators
Scenario Outline: sharee 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
And user "Alice" has created folder "/upload"
Expand Down Expand Up @@ -188,8 +191,8 @@ Feature: propagation of etags when copying files or folders
| old |
| new |

@issue-product-280
Scenario Outline: as sharer copying a file inside a folder changes its etag for all collaborators
@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
And user "Alice" has created folder "/upload"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@api
Feature: propagation of etags when creating folders
As a client app
I want metadata (etags) of parent folders to change when a sub-folder is created
So that the client app can know to re-scan and sync the content of the folder(s)

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 @@ -51,8 +54,8 @@ Feature: propagation of etags when creating folders
| dav_version |
| spaces |

@issue-product-280
Scenario Outline: as share receiver creating a folder inside a folder received as a share changes its etag for all collaborators
@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
And user "Alice" has created folder "/folder"
Expand All @@ -77,8 +80,8 @@ Feature: propagation of etags when creating folders
| old |
| new |

@issue-product-280
Scenario Outline: as a sharer creating a folder inside a shared folder changes etag for all collaborators
@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
And user "Alice" has created folder "/folder"
Expand All @@ -103,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

Background:
Expand Down
Loading

0 comments on commit eeb005c

Please sign in to comment.