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

6.4.0 Rolling Release #9994

Closed
18 tasks done
ScharfViktor opened this issue Sep 9, 2024 · 5 comments
Closed
18 tasks done

6.4.0 Rolling Release #9994

ScharfViktor opened this issue Sep 9, 2024 · 5 comments

Comments

@ScharfViktor
Copy link
Contributor

ScharfViktor commented Sep 9, 2024

Prerequisites

QA Phase

After QA Phase


@ScharfViktor ScharfViktor pinned this issue Sep 9, 2024
@ScharfViktor
Copy link
Contributor Author

K6 test:

✅️ see result here https://grafana.k6.infra.owncloud.works/?orgId=1&refresh=15m&var-test_id=1dcb6ffd-5b8b-4d22-b3f2-c3f8ea26e070

     ✓ authn -> logonResponse - status
     ✓ authn -> authorizeResponse - status
     ✓ authn -> accessTokenResponse - status
     ✓ client -> user.findUser - status
     ✓ client -> role.getMyDrives - status
     ✓ client -> resource.getResourceProperties - status
     ✓ client -> application.createDrive - status
     ✓ client -> drive.deactivateDrive - status
     ✓ client -> resource.createResource - status
     ✓ client -> drive.deleteDrive - status
     ✓ client -> tag.addTagToResource - status
     ✓ client -> resource.downloadResource - status
     ✓ client -> group.findGroup - status
     ✓ client -> tag.getTagForResource - status
     ✓ test -> resource.getTags - name - match
     ✓ client -> tag.removeTagToResource - status
     ✓ client -> share.createShareInvitation - status
     ✓ client -> resource.uploadResource - status
     ✓ client -> share.deleteShareInvitation - status
     ✓ client -> resource.moveResource - status
     ✓ client -> resource.deleteResource - status

     checks.........................: 100.00% ✓ 52368     ✗ 0    
     data_received..................: 24 GB   18 MB/s
     data_sent......................: 16 GB   12 MB/s
     http_req_blocked...............: avg=55.87µs  p(95)=7.37µs   p(99)=11.07µs  count=51095
     http_req_connecting............: avg=4.5µs    p(95)=0s       p(99)=0s       count=51095
     http_req_duration..............: avg=119.44ms p(95)=300.69ms p(99)=705.91ms count=51095
       { expected_response:true }...: avg=119.44ms p(95)=300.69ms p(99)=705.91ms count=51095
     http_req_failed................: 0.00%   ✓ 0         ✗ 51095
     http_req_receiving.............: avg=9.17ms   p(95)=486.13µs p(99)=352.69ms count=51095
     http_req_sending...............: avg=4.46ms   p(95)=40.85µs  p(99)=1.14ms   count=51095
     http_req_tls_handshaking.......: avg=45.48µs  p(95)=0s       p(99)=0s       count=51095
     http_req_waiting...............: avg=105.79ms p(95)=265.23ms p(99)=412.26ms count=51095
     http_reqs......................: 51095   38.392374/s
     iteration_duration.............: avg=11.7s    p(95)=19.62s   p(99)=23.97s   count=28542
     iterations.....................: 28542   21.44623/s
     vus............................: 1       min=0       max=300
     vus_max........................: 300     min=50      max=300

@ScharfViktor
Copy link
Contributor Author

QA: e2e with different deployment

  • ✅️ all tests pass except of tests/e2e/cucumber/features/journeys/kindergarten.feature:21 in keycloak (not related release)

@ScharfViktor
Copy link
Contributor Author

ScharfViktor commented Sep 12, 2024

Compatibility test between owncloud/ocis:6.2.0 and owncloud/ocis-rolling:master (a2a786a5e52c503614964ac9b575c7b08ff8b762728dd0acad0ec06a4322ccd5 similar with ocis:6.3.0)

shares:

  • public share (with an expiration date)
  • share with user as role editor (with an expiration date)
  • share with user as role viewer
  • share with group "Users"

project space:

  • uploaded folder & files
  • trashed files
  • share space with user
  • public share space

files:

  • uploaded folder & files
  • version of files
  • trashed files
  • GDPR export

users

  • non demo user with role admin
  • non demo user with role user
  • created new user
  • disabled user
  • created new group

settings

  • language settings
  • update logo админ
  • new password

Remarks: #10035

@ScharfViktor
Copy link
Contributor Author

@micbar QA phase of the rolling release is complete. everything is working successfully

@micbar
Copy link
Contributor

micbar commented Sep 12, 2024

🎉 Infinite Scale 6.4.0

Docker

docker pull owncloud/ocis-rolling:latest

OR

docker pull owncloud/ocis-rolling:6.4.0

Binaries

https://download.owncloud.com/ocis/ocis/rolling/6.4.0/

Changelog

ocis

  • Bugfix - Set capability response disable_self_password_change correctly: #9853
  • Bugfix - Activity Translations: #9856
  • Bugfix - The user attributes userType and memberOf are readonly: #9867
  • Bugfix - Use key to get specific trash item: #9879
  • Bugfix - Fix response code when upload a file over locked: #9894
  • Bugfix - List OCM permissions as graph drive item permissions: #9905
  • Bugfix - Fix listing ocm shares: #9925
  • Bugfix - Allow update of ocm shares: #9980
  • Change - Remove store service: #9890
  • Enhancement - We now set the configured protocol transport for service metadata: #9490
  • Enhancement - Microsoft Office365 and Office Online support: #9686
  • Enhancement - Unified Roles Management: #9727
  • Enhancement - Added a new role space editor without versions: #9880
  • Enhancement - Improve revisions purge: #9891
  • Enhancement - Allow setting default locale of activitylog: #9892
  • Enhancement - Graph translation path: #9902
  • Enhancement - Added a new roles viewer/editor with ListGrants: #9943
  • Enhancement - Handle OCM invite generated event: #9966
  • Enhancement - Update web to v10.2.0: #9988
  • Enhancement - Allow blob as connect-src in default CSP: #9993
  • Enhancement - Bump reva to v2.24.1: #10028

Reva

Web

@micbar micbar closed this as completed Sep 12, 2024
@micbar micbar unpinned this issue Sep 12, 2024
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

No branches or pull requests

2 participants