Skip to content
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

[full-ci] messagepack metadata backend #5762

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

aduffeck
Copy link
Contributor

@aduffeck aduffeck commented Mar 8, 2023

Description

Related Issue

  • Fixes <issue_link>

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@update-docs
Copy link

update-docs bot commented Mar 8, 2023

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@ownclouders
Copy link
Contributor

ownclouders commented Mar 8, 2023

E2E tests failed: https://drone.owncloud.com/owncloud/ocis/20155/84/1

💥 To see the trace, please open the link in the console ...

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/alice-can-share-this-weeks-meal-plan-with-all-parents-alice-2023-3-9-04-16-18.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/file-alice-2023-3-9-04-23-38.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/folder-alice-2023-3-9-04-22-24.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/participant-management-alice-2023-3-9-04-25-15.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/participant-management-brian-2023-3-9-04-25-26.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/public-link-alice-2023-3-9-04-19-57.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/public-link-for-space-alice-2023-3-9-04-27-59.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/search-in-the-project-spaces-alice-2023-3-9-04-21-14.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/share-a-link-with-internal-role-alice-2023-3-9-04-18-45.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/tag-management-alice-2023-3-9-04-29-11.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/tag-search-alice-2023-3-9-04-30-17.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/tag-sharing-alice-2023-3-9-04-31-24.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/unstructured-collection-of-testable-space-interactions-alice-2023-3-9-04-26-40.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/user-login-can-be-managed-in-the-admin-settings-admin-2023-3-9-04-17-50.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/user-login-can-be-managed-in-the-admin-settings-admin-2023-3-9-04-17-55.zip

npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/20155/tracing/user-login-can-be-managed-in-the-admin-settings-alice-2023-3-9-04-17-54.zip

@aduffeck aduffeck force-pushed the msgpack-cache branch 18 times, most recently from d09308d to 32bcf67 Compare March 9, 2023 13:14
@butonic butonic force-pushed the msgpack-cache branch 3 times, most recently from 5d89042 to 76265f7 Compare March 10, 2023 22:24
@aduffeck aduffeck force-pushed the msgpack-cache branch 2 times, most recently from 89dbb30 to b43b9a5 Compare March 13, 2023 09:38
Switch to dev branch temporarily

bump commit

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

bump reva commit

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

bump reva to 0fc4fd83

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

bump reva to 144d26e7

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

enable treesize accounting

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva to 5fd530ba4f87

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

use messagepack bin format

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

bump reva to 5d216811275c

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Bump reva

Bump reva

Bump reva

bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
@butonic butonic changed the title [full-ci] Msgpack cache [full-ci] messagepack metadata backend Mar 13, 2023
@butonic butonic marked this pull request as ready for review March 13, 2023 15:39
@sonarcloud
Copy link

sonarcloud bot commented Mar 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@butonic butonic merged commit 06e2fee into owncloud:master Mar 13, 2023
ownclouders pushed a commit that referenced this pull request Mar 13, 2023
Switch to dev branch temporarily

bump commit

bump reva commit

bump reva to 0fc4fd83

bump reva to 144d26e7

enable treesize accounting

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva to 5fd530ba4f87

use messagepack bin format

bump reva to 5d216811275c

Bump reva

Bump reva

Bump reva

bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Michael Barz <mbarz@owncloud.com>
ownclouders pushed a commit that referenced this pull request Mar 14, 2023
Switch to dev branch temporarily

bump commit

bump reva commit

bump reva to 0fc4fd83

bump reva to 144d26e7

enable treesize accounting

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva

bump reva to 5fd530ba4f87

use messagepack bin format

bump reva to 5d216811275c

Bump reva

Bump reva

Bump reva

bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Michael Barz <mbarz@owncloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants