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
trafficstars

This PR is related to the bug described in the comment https://github.com/epam/cloud-pipeline/issues/2568#issuecomment-1091858826 Cloud-Pipeline node down operation consists of 2 steps: - removing k8s node; - terminating VM in the cloud....

Resolves #2595. The pull request introduces support for reverse DTS tunnel connections to Cloud Pipeline. From now on any data transfer service which has direct network connection to Cloud Pipeline...

**Background** Support for autonomous data synchronisation was introduced in DTS via #2044. It allows DTS to autonomously transfer data to Cloud Pipeline even if there is no direct network connection...

kind/enhancement
sys/core

At the moment, Cloud Pipeline monitors two types of "bad" instances: * Nodes, missing a Cloud Pipeline RUN_ID or POOL_ID labels * Nodes, which exist in AWS, but are not...

kind/enhancement
sys/notify
goal/dorado :sparkles:

**Background** As we have to proxy egress traffic from the internal networks to the Internet - a `tinyproxy` is used. It may be overloaded with requests is some cases and...

kind/enhancement
sys/notify
goal/dorado :sparkles:

**Background** At the moment, Cloud Pipeline names the job in the GUI using: * A pod name (in the runs lists) ![image](https://user-images.githubusercontent.com/20998291/160587168-63d6bbee-212f-433c-bee8-f83cc51901f5.png) * A docker image name (in the dashboard)...

kind/enhancement
sys/gui
goal/dorado :sparkles:

At the moment, run price estimation in UI might differ from the one, displayed in billing reports. It would be nice to make calculation procedures consistent. Right now, `billing-report-agent` implements...

kind/enhancement
sys/gui
state/verify

Resolves issue #2587. The pull request brings support for remote ports forwarding in pipe tunnel. It allows to share a machine local ports with remote hosts without a direct network...

**Background** Currently pipe cli supports local ports forwarding via pipe tunnel command (see #1501). It's extremely useful when local applications require access to remote applications. At the same time in...

kind/enhancement
sys/core

**Describe the bug** Cannot delete user who is an OWNER of any object **To Reproduce** Steps to reproduce the behavior: 1. Create `USER_X` 2. Grant this user OWNER access to...

kind/bug
goal/dorado :sparkles: