Jeff

Results 10 issues of Jeff

It would be great if there was an output flag to ignore blank yaml values. Currently it outputs `null` My use case is that I'm using it along with envdir...

enhancement

Search from within the folders/files/dataset shortcuts in the same way as `Object.search`, but scope it to the shortcut in both location and object type The following searches can be replaced...

needs-input

which vault is it exactly that I am deleting? ![image](https://user-images.githubusercontent.com/1028443/38217779-836a87cc-369d-11e8-894f-b42228c2ddcb.png)

P2:normal
enhancement

The dataset.activity() call does not check tasks where `source_object_id` is equal to the dataset. This excludes DatasetExport tasks. Comments added about this in #306 PR

Store the SolveBio user object in the app authentication object. This would allow apps to save a User lookup Set somewhere here: https://github.com/solvebio/solvebio-python/blob/master/solvebio/contrib/dash/solvebio_auth.py#L169

P2:normal
enhancement

We currently upload files directly to AWS. Incorporate multi-part uploads to upload directly, or add easier way to include download URLs in a manifest (`manifest.add_url('https//..')`) from AWS docs http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingRESTAPImpUpload.html `The...

P2:normal
enhancement

Deleting data in a dataset requires a DatasetMigration in delete mode, which can be verbose and prone to syntax/arg mistakes. We can simplify this with a `.delete()` method. Current ```...

P2:normal
enhancement

add `nosetests solvebio.contrib` will need to install several of packages for dash auth tests: ```pip install flask dash_auth dash_renderer dash_html_components dash_core_components selenium ``` and also do some key configuration

task

Seems that path names and other strings that contain unicode affect the table output spacing ```In [7]: Object.all(limit=20) Out[7]: JSON: | ID | Object Type | Path | Filename |...

P3:low
bug