-
Notifications
You must be signed in to change notification settings - Fork 279
Bump deps / @nextcloud/webpack-vue-config and use npm7
#3215
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3215 +/- ##
============================================
- Coverage 28.89% 28.30% -0.60%
Complexity 122 122
============================================
Files 158 157 -1
Lines 5741 5854 +113
Branches 844 811 -33
============================================
- Hits 1659 1657 -2
- Misses 4082 4197 +115
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
st3iny
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tested a bit and the UI seems to work fine.
I have no idea what the linter is trying to tell us:
/var/www/nextcloud/dev_apps/calendar/src/components/AppNavigation/Settings/ImportScreenRow.vue
71:20 error Unexpected side effect in "calendars" computed property vue/no-side-effects-in-computed-properties
I don't see a side effect in the mentioned computed property 🤷♂️
Arrays are passed as references, pushing an item into it will update the orignal store value |
Sure but the linter complains even if I remove the push or slice the array right after obtaining it from the getter. |
578e97d to
56b147e
Compare
|
I resolved all conflicts, rebased and fixed all pending issues. Let's get this merged quickly before more conflicts arise and I have to start over again. @ChristophWurst The required checks have to be adjusted in the repository settings. I renamed the build jobs for consistency with the js tests jobs. |
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 but didn' test
st3iny
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did some extensive testing and didn't encounter a broken feature.
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: Richard Steinmetz <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: Richard Steinmetz <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: Richard Steinmetz <[email protected]>

ref nextcloud/app-tutorial#319