-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat: 28 Files2vue compatibility #4666
Conversation
webpackConfig.plugins.push(new webpack.ProvidePlugin({ | ||
Buffer: ['buffer', 'Buffer'], | ||
})) | ||
webpackConfig.resolve.fallback = { | ||
buffer: require.resolve('buffer'), | ||
} |
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.
Should this be upstreamed?
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.
No clue, but it's required somehow
ref nextcloud-libraries/webpack-vue-config#450 (comment)
Passing run #11869 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Will take over for finishing tests and adjusting cypress to work with the f2v merge |
c5495b0
to
e9b3ff9
Compare
5090f44
to
5ca136b
Compare
52013d6
to
335d67b
Compare
cf0c465
to
1725bde
Compare
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Max <max@nextcloud.com>
File names are now rendered in two spans which breaks the assertion that the row contains `test.md`. But that is nothing text should worry about anyway. Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
1725bde
to
96523eb
Compare
/compile |
cypress tests that failed on the last run succeeded for me locally. 🤷 Failure was introduced later in server master branch. |
38094e1
to
140143e
Compare
140143e
to
cf725fa
Compare
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Max <max@nextcloud.com>
904ffa8
to
542ddbb
Compare
See also nextcloud/server#40065 Signed-off-by: Max <max@nextcloud.com>
basename and extension are now split. Signed-off-by: Max <max@nextcloud.com>
542ddbb
to
0a3705e
Compare
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Follow up ticket:
|
nextcloud/server#39808
Fixes #4626
@nextcloud/dialogs
and use it by default server#39792 is merged/
F2V final overview https://github.com/nextcloud/server/issues/39914