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] Enforce extensions to always display the ui-header #6401

Merged
merged 6 commits into from
Feb 11, 2022

Conversation

fschade
Copy link
Contributor

@fschade fschade commented Feb 9, 2022

Description

Prior this, extensions where able to decide if the ui should render the header or not,
this now is disabled to transport even more the feeling of having a portal.

Related Issue

Motivation and Context

have more integrated applications

How Has This Been Tested?

  • existing unit and integration tests

Screenshots (if appropriate):

Bildschirmfoto 2022-02-09 um 15 11 39

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)

Checklist:

  • Code changes

@fschade fschade requested a review from kulmann February 9, 2022 14:12
@fschade fschade mentioned this pull request Feb 9, 2022
25 tasks
@diocas
Copy link
Contributor

diocas commented Feb 9, 2022

@fschade looks good and works well. The only thing missing is setting border: 0 in the external apps' iframe (for chrome users).
(ping @pascalwengerter as well)

@kulmann
Copy link
Contributor

kulmann commented Feb 9, 2022

While this is awesome, the public link resolve page for when you need to add a password doesn't look good anymore. I know, you told me so. Let me push a fix for that. 😄

Copy link
Contributor

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me put a block on this PR... I'll push fixes for the non-runtime pages that were previously fullscreen. I.e. private and public link resolver pages. We also need to disable e.g. the search bar on those resolver pages.

fschade and others added 3 commits February 10, 2022 11:53

Verified

This commit was signed with the committer’s verified signature.
ruyadorno Ruy Adorno
@kulmann kulmann force-pushed the enforce-extention-header branch from d0e1744 to a8d17b3 Compare February 10, 2022 13:55
Copy link
Contributor

@pascalwengerter pascalwengerter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fine (aside from the comments, doing a visual check now). Might also be worth to run it with [full-ci] to catch all the DOM changes that the acceptance tests may disagree with at once

@kulmann kulmann force-pushed the enforce-extention-header branch from a8d17b3 to 84b773c Compare February 10, 2022 14:29
@ownclouders
Copy link
Contributor

Results for oC10Basic2 https://drone.owncloud.com/owncloud/web/22654/13/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUIPrivateLinks-accessingPrivateLinks_feature-L35.png

webUIPrivateLinks-accessingPrivateLinks_feature-L35.png

💥 The acceptance tests pipeline failed. The build has been cancelled.

@ownclouders
Copy link
Contributor

Results for oC10SharingPublic2 https://drone.owncloud.com/owncloud/web/22658/37/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

💥 The acceptance tests pipeline failed. The build has been cancelled.

@kulmann kulmann changed the title Enforce extensions to always display the ui-header [full-ci] Enforce extensions to always display the ui-header Feb 10, 2022
@ownclouders
Copy link
Contributor

Results for oC10SharingAccept https://drone.owncloud.com/owncloud/web/22668/15/1
The following scenarios passed on retry:

  • webUISharingAcceptSharesToRoot/acceptShares.feature:108

@ownclouders
Copy link
Contributor

Results for oC10SharingPublic2 https://drone.owncloud.com/owncloud/web/22668/37/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

@ownclouders
Copy link
Contributor

Results for oC10SharingPublic1 https://drone.owncloud.com/owncloud/web/22668/36/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUISharingPublicBasic-publicLinkEdit_feature-L130.png

webUISharingPublicBasic-publicLinkEdit_feature-L130.png

webUISharingPublicBasic-publicLinkEdit_feature-L88.png

webUISharingPublicBasic-publicLinkEdit_feature-L88.png

webUISharingPublicBasic-publicLinkPublicActions_feature-L25.png

webUISharingPublicBasic-publicLinkPublicActions_feature-L25.png

@ownclouders
Copy link
Contributor

Results for oCISSharingPublic2 https://drone.owncloud.com/owncloud/web/22668/68/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

@ownclouders
Copy link
Contributor

Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/22668/67/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUISharingPublicBasic-publicLinkEdit_feature-L130.png

webUISharingPublicBasic-publicLinkEdit_feature-L130.png

webUISharingPublicBasic-publicLinkEdit_feature-L88.png

webUISharingPublicBasic-publicLinkEdit_feature-L88.png

webUISharingPublicBasic-publicLinkPublicActions_feature-L25.png

webUISharingPublicBasic-publicLinkPublicActions_feature-L25.png

@kulmann kulmann force-pushed the enforce-extention-header branch from 322d199 to 3000c96 Compare February 11, 2022 09:34
@ownclouders
Copy link
Contributor

Results for oC10SharingAccept https://drone.owncloud.com/owncloud/web/22680/15/1
The following scenarios passed on retry:

  • webUISharingAcceptSharesToRoot/acceptShares.feature:108

@ownclouders
Copy link
Contributor

Results for oC10SharingPublic2 https://drone.owncloud.com/owncloud/web/22680/37/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

@ownclouders
Copy link
Contributor

Results for oCISSharingPublic2 https://drone.owncloud.com/owncloud/web/22680/68/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L35.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

webUISharingPublicManagement-sharingPublicSession_feature-L48.png

@ownclouders
Copy link
Contributor

Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/22680/67/1
The following scenarios passed on retry:

  • webUISharingPublicBasic/publicLinkCreate.feature:190

@kulmann kulmann force-pushed the enforce-extention-header branch from 3000c96 to 078862e Compare February 11, 2022 11:14
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ownclouders
Copy link
Contributor

Results for oCISFiles4 https://drone.owncloud.com/owncloud/web/22687/58/1
The following scenarios passed on retry:

  • webUIRenameFolders/renameFolders.feature:142

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.

5 participants