cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Cloud agnostic genomics analysis, scientific computation and storage platform

Results 380 cloud-pipeline issues
Sort by recently updated
recently updated
newest added

Relates to #1031 and depends on #1032. The pull request refactors pipe storage mount command including changes in #1032.

This PR add new type of scheduling event: CLUSTER_NODE_SCALE Now `ClusterController` has new batch of CRUD methods for manipulating of CLUSTER_NODE_SCALE events. By adding new schedule for event new job...

This PR fixes bug when security context has no auth, that leads to errors due to some actions like cheking image size for run and other actions where we should...

Related to #918 List of changes: - change the method `loadRunningPipelineRuns()` to `loadPipelineRunsByStatus(TaskStatus status)` - adds new step for `ResourceMonitoringManager's` loop - checking paused runs - implements sending notification for...

This PR provides implementation of #880 It makes some changes to kube configuration, according to discussion in #880 , it also provides implementation of approach of deferred failing of a...

Relates to #837. ## Description The pull request brings new API method that can be used to resize main disks of running or paused runs. *Currently only AWS provider is...

Little PR that unifies logging of ResourceMonitoringManager and NotificationManager. This PR aims to reuse already existed messages from MessageConstants and get rid of literal constants in the code.

This PR related to issue #792 Now we can use POST /datastorage/{id}/list/restore to restore batches by specifying corresponded bucket id and folder path. It is possible to restore batches recursively...

This PR partially solves issue #733 . Request chunk splitting additionally covered by chunk memory size limitation besides elements count limitation. Elasticsearch can't index request with size over the value...