cloud-pipeline
cloud-pipeline copied to clipboard
Cloud agnostic genomics analysis, scientific computation and storage platform
1. Implemented support for fetching logs from GCP Cloud Logging (BigQuery) 2. Enabled switching between GCP Cloud Logging and ElasticSearch via a configuration flag. Use **logging.provider=gcp** or **logging.provider=elastic** in application...
**Background** Related to #3926 This issue describes implementation of backend for plugins framework. UI Plugin is represented as one or several js/css/etc files stored on the server in some folder....
### Background Cloud Pipeline platform allows to launch various types of applications using common GUI. To improve user experience we would like to develop a plugins framework that will allow...
**Background** Cloud pipeline installation scripts shall be adopted to support deployment in GKE
**Background** When a platform is deployed to GKE cluster, autoscaling service shall be adopted to use GKE API for instance management scripts. **Approach** GKE allows to join nodes using node...
**Background** At the moment, Cloud Pipeline' **Launch form** allows to add, modify or remove job parameters manually, but it would be nice to have an ability to *upload* a file...
**Background** At the moment, Cloud Pipeline does not allow to add custom validation logic for pipelineparameters. It would be nice to extend current config.json to have `validation` fields for parameters....
**Background** Nextflow allows to describe pipeline parameters as `nextflow_schema.json` file, Cloud Pipeline uses a similar approach with `parameters` section in `config.json` file. **Approach** - Describe current supported format of `parameters`...
**Background** A clear and concise description of what the problem is. Ex. At the moment, Cloud Pipeline does not allow [...] and it would be nice to [...] because [...]...
Resolves #3909 1. Added a new column _provider_ to the _docker_registry_ table to support multiple registry types. 2. Implemented functionality to enable adding GCP (Google Cloud Platform) as a registry...