Skip to content

webui tag operations without skeleton#35493

Merged
phil-davis merged 1 commit into
owncloud:masterfrom
haribhandari07:skeleton-webui-tags
Jun 12, 2019
Merged

webui tag operations without skeleton#35493
phil-davis merged 1 commit into
owncloud:masterfrom
haribhandari07:skeleton-webui-tags

Conversation

@haribhandari07

Copy link
Copy Markdown
Contributor

Description

Do not use skeleton files for webUITags to speed up CI

Related Issue

Part of owncloud/QA#622

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • 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:

Open tasks:

  • Backport (if applicable set "backport-request" label and remove when the backport was done)

@codecov

codecov Bot commented Jun 12, 2019

Copy link
Copy Markdown

Codecov Report

Merging #35493 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #35493   +/-   ##
=========================================
  Coverage     65.68%   65.68%           
  Complexity    18735    18735           
=========================================
  Files          1221     1221           
  Lines         70793    70793           
  Branches       1288     1288           
=========================================
  Hits          46503    46503           
  Misses        23913    23913           
  Partials        377      377
Flag Coverage Δ Complexity Δ
#javascript 53.69% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 67.06% <ø> (ø) 18735 <ø> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec3550d...eef400a. Read the comment docs.

1 similar comment
@codecov

codecov Bot commented Jun 12, 2019

Copy link
Copy Markdown

Codecov Report

Merging #35493 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #35493   +/-   ##
=========================================
  Coverage     65.68%   65.68%           
  Complexity    18735    18735           
=========================================
  Files          1221     1221           
  Lines         70793    70793           
  Branches       1288     1288           
=========================================
  Hits          46503    46503           
  Misses        23913    23913           
  Partials        377      377
Flag Coverage Δ Complexity Δ
#javascript 53.69% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 67.06% <ø> (ø) 18735 <ø> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec3550d...eef400a. Read the comment docs.

@dpakach dpakach left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM 👍

@phil-davis phil-davis merged commit 1150c63 into owncloud:master Jun 12, 2019

@individual-it individual-it left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

mostly good, just one small issue

And the user has created a "normal" tag with name "random"
And the user has added tag "random" to file "randomfile.txt"
And the user has added tag "random" to file "randomfile-big.txt"
And the user has browsed directly to display the details of file "randomfile.txt" in folder ""

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

in the original test a file in a subfolder is used here, so 3 different files are used, not only 2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

PR is already merged. @haribhandari07 please sort this out with @individual-it and make another PR to adjust.

Then file "simple-folder/lorem.txt" should have no tags for user "user1"
Given user "user1" has created folder "a-folder"
And user "user1" has uploaded file with content "some content" to "/a-folder/randomfile.txt"
And the user has created a "normal" tag with name "random"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍 very good, we don't want to have webUI steps in Given

@haribhandari07

Copy link
Copy Markdown
Contributor Author

Backport on #35497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants