cloud-pipeline
cloud-pipeline copied to clipboard
Cloud agnostic genomics analysis, scientific computation and storage platform
**Background** At the moment pipeline uses default branch working with the underlying VCS. For some cases it would be helful to allow user to create a pipeline from a brach....
**Background** Cloud Pipeline shall support Bitbucket as VCS for pipelines and version storages. Target Bitbucket API version - 7.17
**Background** It would be helpful to limit number of active runs for a user/group using contextual preferences.
**Describe the bug** Cloud Pipeline work with user names that contains `@` (e.g. emails) in the following way: - User will registered in the CP with full name (e.g. [email protected])...
The PR contains removing `cuda.list` and `nvidia-ml.list` repositories configurations for Ubuntu distribution in `launch.sh`. `CP_REMOVE_REP_CONFIGURATION` environment variable was added to enable/disable removal.
This PR implements feature for #2622
## Background In some cases, it might be necessary for admins to give access to the storages created and existing in Cloud Pipeline for outside user that has not any...
[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection...
## Background To successfully implement #2600 we need to add `quick-launcher` to build process. Solution to integrate this functionality to default deployment (f.e. with -s quick-launcher automatically done the next)...