-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce UPSERT_RESOURCE to files mutations #5130
Introduce UPSERT_RESOURCE to files mutations #5130
Conversation
💥 Acceptance tests webUISharingInternalUsersRoot2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15561/
webUISharingInternalUsersToRootPreviews-shareWithUsers-feature-54.png |
💥 Acceptance tests webUISharingInternalUsersRoot1 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15561/
webUISharingInternalUsersToRoot-shareWithUsers-feature-260.png |
💥 Acceptance tests SharingPublicBasic failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15561/
webUISharingPublicBasic-publicLinkPublicActions-feature-12.png |
b7f522a
to
9c525bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good simplification 🤩
💥 Acceptance tests Favorites failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15566/
webUIFavorites-favoritesFile-feature-58.png |
💥 Acceptance tests webUIBasic failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15566/
webUILogin-adminBlocksUser-feature-20.pngwebUIPreview-imageMediaViewer-feature-140.pngwebUIPreview-imageMediaViewer-feature-158.pngwebUIPreview-imageMediaViewer-feature-83.pngwebUIPreview-imageMediaViewer-feature-90.png |
💥 Acceptance tests webUIRename failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15566/
webUIRenameFiles-renameFiles-feature-186.png |
9c525bb
to
6580cc8
Compare
💥 Acceptance tests Favorites failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15567/
webUIFavorites-favoritesFile-feature-58.png |
💥 Acceptance tests Favorites failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15572/
webUIFavorites-favoritesFile-feature-58.pngwebUIFavorites-favoritesFile-feature-80.png |
💥 Acceptance tests webUIRename failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15572/
webUIRenameFiles-renameFiles-feature-186.png |
💥 Acceptance tests Favorites failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15575/
webUIFavorites-favoritesFile-feature-58.pngwebUIFavorites-favoritesFile-feature-80.png |
Test scenario |
Thanks, will take care of this now! |
Can't really figure why this should be an actual failure 🤔 the CI is waiting (and then timing out) for |
💥 Acceptance tests webUIRename failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15583/
webUIRenameFiles-renameFiles-feature-186.png |
When I run the test locally I see a file in the favorites list. No idea why though. But it has to be related to the changes. |
💥 Acceptance tests Favorites failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15586/
webUIFavorites-favoritesFile-feature-80.png |
💥 Acceptance tests webUIRename failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15586/
webUIRenameFiles-renameFiles-feature-186.png |
6580cc8
to
d7c2371
Compare
The issue why the test is failing is a sneaky bug, that was already pointed out by @labkode in #5085 You can reproduce it by clicking very fast on the |
💥 Acceptance tests webUIRename failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/15730/
webUIRenameFiles-renameFiles-feature-186.png |
the request cancelation bug is tracked in #5163 |
Re-introduced the |
82a442a
to
7b0c3d8
Compare
Kudos, SonarCloud Quality Gate passed! |
❤️ Unit tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
Description
Merged PUSH_NEW_RESOURCE and UPDATE_RESOURCE to UPSERT_RESOURCE that checks if a file already exists and then either inserts or updates the resource
Related Issue