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

ocis 1.1.0 #1365

Closed
14 of 15 tasks
micbar opened this issue Jan 20, 2021 · 6 comments · Fixed by #1533
Closed
14 of 15 tasks

ocis 1.1.0 #1365

micbar opened this issue Jan 20, 2021 · 6 comments · Fixed by #1533

Comments

@micbar
Copy link
Contributor

micbar commented Jan 20, 2021

Release 1.1.0 Tech Preview

Engineering Driven hardening and patch release. Minor version change is neede due to config changes. Pre 1.1.0 deployments will not break, but 1.1.0 deployment best practises will not be backwards compatible.

Changelog

  • Change - Disable pretty logging by default: #1133
  • Change - Add "volume" declaration to docker images: #1375
  • Change - Add "expose" information to docker images: #1366
  • Change - Generate cryptographically secure state token: #1203
  • Change - Move k6 to cdperf: #1358
  • Change - Update go version: #1364
  • Change - Update ownCloud Web to v1.0.1: #1191
  • Enhancement - Add OCIS_URL env var: #1148
  • Enhancement - Use sync.cache for roles cache: #1367
  • Enhancement - Add named locks and refactor cache: #1212
  • Enhancement - Update reva to v1.5.1: #1372
  • Enhancement - Update reva to v1.4.1-0.20210111080247-f2b63bfd6825: #1194

Tasks

@kulmann
Copy link
Member

kulmann commented Jan 22, 2021

@pmaier1 you can find the changelog for the release notes in the unreleased section at the top of this file: https://github.com/owncloud/ocis/blob/c2f154f7cd6db276928dc51c10c5eaf0c8e3a8ad/CHANGELOG.md

@fschade
Copy link
Contributor

fschade commented Jan 22, 2021

@fschade
Copy link
Contributor

fschade commented Jan 22, 2021

Smoke testing

Files

  • ✔️ as einstein - upload 1930 files
  • ✔️ as einstein - share the folder to admin as viewer
  • ✔️ as admin - accept share
  • ✔️ as admin - try do delete file from shared folder
    • I can see the delete button but server doesn't allow it
  • ✔️ as admin - try to add file
  • ✔️ as admin - copy 1400 files from share to home
    • no visual copy feedback
  • ✔️ as einstein - add new file to share
  • ✔️ as admin - receive new file in existing share
  • ✔️ as einstein - unshare folder from shared with others
  • ✔️ as admin - try to revisit old share
  • ✔️ as einstein - share folder with admin as editor
  • ✔️ as admin - rename file
  • ✔️ as admin - add file
  • ✔️ as admin - delete file

Settings

  • ✔️ change language

Accounts

  • ✔️ as admin - create account
  • ✔️ as new account - login
  • ✔️ as admin - block new account
  • ✔️ as new account - reload, expected auto logout
  • ✔️ as admin - re-activate new account
  • ✔️ as new account - re-login, expected session still active
  • ✔️ as admin - delete new account

Miscellaneous

  • ✔️ create public link with password
  • ✔️ update password and reload, expected no access
  • ✔️ delete large folder and recover it
  • ✔️ create version of textfile
  • ✔️ view version history of text file
  • ✔️ download newest version of text file
  • ❌ download older version of text file

@kulmann
Copy link
Member

kulmann commented Jan 22, 2021

Smoke testing on https://localhost:9200/ on macOS

Files

  • ✔️ login as einstein
  • ✔️ create a folder "eBooks"
  • ✔️ share "eBooks" with marie as viewer
  • ✔️share "eBooks" with richard as editor
  • ✔️ create a subfolder "eBooks/test"
  • ✔️ upload "paper.pdf" into "eBooks/test"
  • ✔️ upload "image.jpg" into "/"
  • ✔️ copy "image.jpg" into "eBooks"
  • ✔️ move "image.jpg" into "eBooks/test"
  • ✔️ share "eBooks" as unprotected public link with viewer role
    • ✔️ access unprotected public link
    • ✔️ no write actions available on files, folders, subfolders, files in subfolders
    • ✔️ download of files works (doublecheck in OS filebrowser)
    • ❌ viewing images in mediaviewer doesn't work - known issue #1075
  • ✔️ share "eBooks" as password protected public link with editor role
    • ✔️ access password protected public link
    • ✔️ write actions available on files, folders, subfolders, files in subfolders
    • ✔️ deleting files and folders works and is visible to share owner
    • ✔️ renaming files and folders works and is visible to share owner
    • ✔️ uploading files works and is visible to share owner
    • ✔️ download of files works (doublecheck in OS filebrowser)
    • ❌ viewing images in mediaviewer doesn't work - known issue #1075
  • ✔️ login as richard
    • ✔️ accept "eBooks" share
    • ✔️ browse into "eBooks" share by clicking on it in "Shared with me"
    • ✔️ see breadcrumbs as "/Shares/eBooks"
    • ✔️ browse into "test" subfolder
    • ✔️ open "image.jpg" in mediaviewer
    • ✔️ close mediaviewer, land in "/Shares/eBooks/test" in the files app again
    • ✔️ open right sidebar (details) for "image.jpg"
    • ✔️ rename "image.jpg" to "renamed-by-richard.jpg"
    • ✔️ download of "renamed-by-richard.jpg" works (doublecheck in OS filebrowser)
    • ✔️ re-upload "renamed-by-richard.jpg", creating a new version
    • ❌ download older version of "renamed-by-richard.jpg" fails (501 - not implemented)
    • ❌ restoring older version creates a new version - known issue #1214
  • ✔️ login as marie
    • ✔️ accept "eBooks" share
    • ✔️ browse into "eBooks" share by going to "All files" and browsing into "/Shares/eBooks"
    • ✔️ browse into "test" subfolder
    • ✔️ open "renamed-by-richard.jpg" in mediaviewer
    • ✔️ close mediaviewer, land in "/Shares/eBooks/test" in the files app again
    • ✔️ open right sidebar (details) for "image.jpg"
    • ✔️ action "Rename" is not available in the right sidebar
    • ✔️ action "Move" is not available in the right sidebar
    • ✔️ action "Delete" is not available in the right sidebar

Settings

  • ✔️ login as marie
  • ✔️ go to settings page by clicking on username (top right) and clicking on "Settings"
  • ✔️ select "Deutsch" as language
  • ✔️ nav items in the left sidebar are displayed in german language
  • ✔️ browse to files app
  • ✔️ nav items in the left sidebar are displayed in german language
  • ✔️ table header and footer of the "All files" list are displayed in german language
  • ✔️ button and sub-actions for creating new resources is displayed in german language
  • ✔️ logout and then login as richard
  • ✔️ all UI elements mentioned before are again displayed in english language (as language for richard was not changed)

@dragotin
Copy link
Contributor

Smoke test on raspberry-pi with ARM build and basic remote setup also successful.

@fschade
Copy link
Contributor

fschade commented Jan 25, 2021

@pmaier1, can you please have a look


ownCloud Infinite Scale 1.1.0 Technology Preview

We are pleased to announce the availability of ownCloud Infinite Scale 1.1.0 Technology Preview, the new Infinite Scale platform.

Improvements in 1.1.0 Technology Preview

  • Performance and stability improvements for installations with multiple concurrent users
  • Simplify configuration by introducing the new environment variable OCIS_URL
  • Beta release of ownCloud performance scripts
  • Update ownCloud web to v1.0.1
  • Update reva to v1.5.1

@kulmann kulmann mentioned this issue Jan 26, 2021
@kulmann kulmann mentioned this issue Feb 17, 2021
16 tasks
@fschade fschade mentioned this issue Mar 8, 2021
16 tasks
@fschade fschade mentioned this issue Mar 31, 2021
17 tasks
@fschade fschade mentioned this issue Aug 8, 2021
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants