You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ls -L" reads info of linked file, not the link itself -> Links are
never marked as such -> Removed
The link target is now taken from ls and not normalized. The previous
solution also broke when links contained absolute paths. Normalizing
links also broke the PLA as, for example, extracting a Tar also does not
normalize symlinks. File names and links with blanks in their names
are supported now by tokenizing properly.
ContainerFileProxy is updated to return the actual link via getLink()
and to return the actual target via getTarget()
CopyFromContainerCommandHandler is updated to create symbolic links
for relative links if copying a folder, otherwise, for individual files
and absolute links, the link is followed and the file/dir is copied. Up
to 10 links are followed to avoid a possible circular link situation.
ContainerLauncher copy from container logic is updated similarly.
Fix API issue in DockerException caused by removal of getMessage().
Change-Id: Ie740e30ff1fbbf170e46d54eab134a82dc36c38b
Reviewed-on: https://git.eclipse.org/r/c/linuxtools/org.eclipse.linuxtools/+/173149
Tested-by: Linux Tools Bot <[email protected]>
Tested-by: Jeff Johnston <[email protected]>
Reviewed-by: Jeff Johnston <[email protected]>
Reviewed-on: https://git.eclipse.org/r/c/linuxtools/org.eclipse.linuxtools/+/168426
Copy file name to clipboardExpand all lines: containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/ContainerFileProxy.java
Copy file name to clipboardExpand all lines: containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DockerConnection.java
Copy file name to clipboardExpand all lines: containers/org.eclipse.linuxtools.docker.ui/src/org/eclipse/linuxtools/docker/ui/launch/ContainerLauncher.java
Copy file name to clipboardExpand all lines: containers/org.eclipse.linuxtools.docker.ui/src/org/eclipse/linuxtools/internal/docker/ui/commands/CommandMessages.properties
0 commit comments