xenon icon indicating copy to clipboard operation
xenon copied to clipboard

A middleware abstraction library that provides a simple programming interface to various compute and storage resources.

Results 32 xenon issues
Sort by recently updated
recently updated
newest added

The integration test fixtures use absolute symlinks. What about relative symlinks? Are these supported?

Question
Testing

As per #430 it seems a lot of the changes people request on the "fundamental API" are discussions we have had in the past. Our collective memory for these things...

Documentation

There is currently no basic documentation on Xenon that is readable online. This makes it hard for people that come across Xenon for the first time to get a quick...

Documentation

For single file copy the CopyStatus class is OK, but for a recursive copy more stats would be nice. For example return the number of files that have been copied.

Enhancement

For EDS we want to copy files from an Openstack Swift server using Xenon. The adaptor to do this is missing.

Enhancement
cloud

So we can use stuff like "10s", "1m30s", "3h10m5s10ms" etc.

Enhancement

The tilde expansion in `LocalFileSystemUtils` depends partly on the local separator. As a result, the tests are a bit confused under windows. Currently circumvented, but should think about the semantics...

Bug
Utils
Windows

A feature of `JavaJobDescription` is that it is aware of the various options one can provide to the JVM, such as a classpath. One problem here is that the separator...

Bug
Utils
Windows

Currently we can only use the default ssh_config. Add a property to set the filename.

Enhancement
SSH Adaptor