-
Notifications
You must be signed in to change notification settings - Fork 2
/
hbp.yml
92 lines (78 loc) · 3.17 KB
/
hbp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
description: "Base Docker image to manage installation of the metadata definining the MIP Common Data Elements (CDE)"
long_description: |
This Docker image uses Flyway to manage the database migration scripts for the 'meta-db' database used by MIP.
This database contains the metadata used for reference, including\:
* the list of variables and groups for the Common Data Elements (CDE) defined by MIP, under alias `mip-cde`.
authors:
- author: Ludovic Claude
author_email:
- ludovic.claude@chuv.ch
- ludovic.claude54@gmail.com
- ludovic.claude54@googlemail.com
organisation: LREN-CHUV
organisation_badge: https://img.shields.io/badge/CHUV-LREN-AF4C64.svg
- author: Mirco Nasuti
author_email:
- mirco.nasuti@chuv.ch
organisation: LREN-CHUV
organisation_badge: https://img.shields.io/badge/CHUV-LREN-AF4C64.svg
platform: MIP
component:
mip_building_block: reference
nature: docker-image
license:
name: Apache 2.0
badge: https://img.shields.io/badge/license-Apache--2.0-blue.svg
url: https://github.com/LREN-CHUV/mip-cde-meta-db-setup/blob/master/LICENSE
code_repositories:
- name: chuv-gitlab/HBPMedical
visibility: private
url: https://___.chuv.ch/data-factory/mip-cde-meta-db-setup/
git_clone: https://___.chuv.ch/data-factory/mip-cde-meta-db-setup.git
- name: github/LREN-CHUV
visibility: public
url: https://github.io/LREN-CHUV/mip-cde-meta-db-setup/
git_clone: https://github.io/LREN-CHUV/mip-cde-meta-db-setup.git
- name: github/HBPMedical
visibility: public
url: https://github.io/HBPMedical/mip-cde-meta-db-setup/
git_clone: https://github.io/HBPMedical/mip-cde-meta-db-setup.git
code_quality_checks:
codacy:
badge: https://api.codacy.com/project/badge/Grade/ed414fa4f14a442d98c3a93fb9b899a0
url: "https://www.codacy.com/app/hbp-mip/mip-cde-meta-db-setup?utm_source=github.com&utm_medium=referral&utm_content=LREN-CHUV/mip-cde-meta-db-setup&utm_campaign=Badge_Grade"
testing:
unit_testing:
sources: ./tests
command: ./tests/tesh.sh
release_management:
current_version: 1.3.5
current_code_release: https://github.com/HBPMedical/mip-cde-meta-db-setup/archive/1.3.5.zip
current_docker_release: docker pull hbpmip/mip-cde-meta-db-setup:1.3.5
release_script: 'publish.sh'
continuous_integration:
- name: CircleCI
description: "Check style and execute unit tests"
url: https://circleci.com/gh/LREN-CHUV/mip-cde-meta-db-setup
badge: https://circleci.com/gh/LREN-CHUV/mip-cde-meta-db-setup.svg?style=svg
actions:
- code_style
- unit_tests
distribution:
docker_hub:
name: hbpmip/mip-cde-meta-db-setup
current_tag: 1.3.5
url: https://hub.docker.com/r/hbpmip/mip-cde-meta-db-setup/
badge: https://img.shields.io/badge/docker-hbpmip%2Fmeta--db--setup-008bb8.svg
command: docker pull hbpmip/mip-cde-meta-db-setup:1.3.5
planning:
github:
name: Issues on Github
url: https://github.com/LREN-CHUV/mip-cde-meta-db-setup/issues
related_projects:
- name: meta-db-setup
mip_building_block: reference
relationship: depend-on-other
- name: mip-cde-data-db-setup
mip_building_block: reference
relationship: see-also