Uh oh!
There was an error while loading. Please reload this page.
Modify do_action so default ctrl-click opens tab - #16530
Conversation
9704c8e to
28ee6e8Compare
juliusknorr
left a comment
There was a problem hiding this comment.
Nice, seems to work quite well. I've commented inline, but here are some general minor issues with the code style:
- Indentation should use tabs not spaces
- Variable names should be camel case triedActionOnce
- Please remove the console.log statements (they seem to be leftovers from debugging)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
4cd6cae to
fcdac97CompareKnownNexus
commented
Aug 2, 2019
I'm not sure what is causing the CI to fail, could someone help me figure it out? |
davepage-mcr
commented
Aug 30, 2019
Hi @juliushaertl can you please re-run the CI for this MR or help @KnownNexus understand why it is failing? |
kesselb
commented
Aug 30, 2019
Just rebase this branch to get the latest changes from master and run ci again |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/nextcloud/server/blob/master/apps/files/tests/js/favoritesfilelistspec.js This test is failing. CI uses https://github.com/nextcloud/server/blob/master/autotest-js.sh to run the jsunit tests. I guess you need node |
Modify do_action to use an ID number Use item in do_action instead of currentFile Limit launching direct actions to one time Use full file item instead of attr-only Signed-off-by: phillip <phillipsmyth@codethink.co.uk>
fcdac97 to
5ad31a8CompareKnownNexus
commented
Sep 12, 2019
@kesselb As i understand it, the existing framework does not support refreshing the tab or opening new ones mid way through the tests. Do you have any ideas on how i can bypass this? |
kesselb
commented
Jan 28, 2020
Hi @KnownNexus, sorry for late reply 🙈 Could you rebase the branch with the latest master? Probably @juliushaertl or @skjnldsv know how to fix the tests. |
jonathanmaw
commented
Jan 31, 2020
Hi @kesselb, I'm @KnownNexus 's coworker. He's moved on to other things so I'm looking after this for him. I'll have a look at these changes and see if I can understand these changes and take responsibility for them. |
azul
commented
Mar 26, 2020
Any progress on this? I have rebased your branch and fixed the indentation to only use tabs. I'll look into the failing tests next. Please let me know if you are still working on this so we do not duplicate efforts. |
jonathanmaw
commented
Mar 27, 2020
Hi Azul, thanks for taking care of this. I would be very grateful for you to look into the tests, since I have lost access to the equipment I had previously used to work on this due to the coronavirus restrictions. |
juliusknorr
commented
Apr 24, 2020
Merged with #20185 |
Modify do_action to use an ID number
Use item in do_action instead of currentFile
Limit launching direct actions to one time
Use full file item instead of attr-only
Implements #16067