-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix master testing and update eslint-config #17367
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
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.
🙈
|
I never seen a pr so fast approved! 😱 🚀 |
|
/compile amend / |
|
Weird |
91e7a3a to
3a00b3a
Compare
|
/compile amend /apps/workflowengine/js/ |
3a00b3a to
515e9ef
Compare
515e9ef to
e90029b
Compare
|
Ah, now I get it :) |
3849582 to
4376715
Compare
|
/compile amend / |
4376715 to
9afbacd
Compare
|
@nextcloud/javascript I need help here I don't understand!
|
|
hold my php |
9afbacd to
4a3078f
Compare
|
should be fine now |
any explanations? |
I ran
and then
and the file in question was updated. So I amended. |
yes, I did that 10 times! |
|
Then let's see who's version wins 🍿 |
Ahahahaha told you 😉 |
78a9698 to
24e47d4
Compare
| * | ||
| */ | ||
| use OCA\WorkflowEngine\AppInfo\Application; | ||
| style(Application::APP_ID, 'multiselect'); |
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.
So... I'm happy it works now. But it still feels hacky. Including the CSS into the bundle is much nicer IMO (as it saves requests). But lets debug that later.
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.
Let's ping @juliushaertl 🙈
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.
Added it to the list to fix in #12790
|
@danxuliu there are some acceptance tests failures. |
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
24e47d4 to
972279d
Compare
SHould be fixed now :) |
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
|
Also fixed the acceptance-app-files-tags ^^ |
|
I would appreciate if we could have a second person review & approve the changes that happen after the reviews :) |
|
@ChristophWurst but there is 2 reviews 🤔 |
They came from #17263. And I missed the mention and this pull request; I found the acceptance tests failures in another one. So after manually bisecting the commit (please, next time remove the ending semicolon in one commit, add the missing spaces in other, fix the documentation parameters in other... ;-) ) I finally found that the issue was caused by the destructuring assignment. And when I was happily going to open the pull request to fix it... then I saw that you already fixed it here! I want to cry :-P Jokes aside, I would have expected Babel to transpile the destructuring assignment to something that older browsers could handle (as I guess that the same issue would happen in Internet Explorer 11). Maybe some rule or plugin is missing? |
/me pat @danxuliu in the back 😁 Yeah, it's a bit weird! I reverted back the fix of the detructuring assignment and ignoroed eslint warning as this is a weird hack for old firefox entries. We shouldn't mess with this too much :) |

After #17263