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

Fix of the build environment and the import Vue component #1442

Merged
merged 4 commits into from Jan 14, 2023

Conversation

christianlupus
Copy link
Collaborator

The import did no longer work. This was caused by handling of native events in the Vue app. The underlying library was updated and the event indices were wrong. Thus, it should be completely handled by Vue events.

Further, the build environment needed an update as it was missing a dependency.

Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
@codecov
Copy link

codecov bot commented Jan 14, 2023

Codecov Report

Merging #1442 (771f6f6) into master (addc592) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1442   +/-   ##
=======================================
  Coverage   78.85%   78.85%           
=======================================
  Files          86       86           
  Lines        2303     2303           
=======================================
  Hits         1816     1816           
  Misses        487      487           
Flag Coverage Δ
integration 21.53% <ø> (ø)
migration 4.21% <ø> (ø)
unittests 57.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
@christianlupus christianlupus marked this pull request as ready for review January 14, 2023 15:16
@christianlupus
Copy link
Collaborator Author

/approve

Copy link
Collaborator

@nextcloud-cookbook-bot nextcloud-cookbook-bot left a comment

Choose a reason for hiding this comment

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

Automatically approved by GitHub action on behalf of /approve

@christianlupus christianlupus merged commit 12aa7dc into master Jan 14, 2023
@christianlupus christianlupus deleted the fix/remove-native-events branch January 14, 2023 15:21
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

2 participants