forked from walm/docker-pgtap
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathhbp.yml
96 lines (84 loc) · 2.96 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
93
94
95
96
name: docker-pgtap
description: "Docker image for database testing with pgTap"
long_description: |
pgTAP - Unit testing for PostgreSQL.
pgTAP is a suite of database functions that make it easy to write TAP-emitting
unit tests in psql scripts or xUnit-style test functions. The TAP output is suitable
for harvesting, analysis, and reporting by a TAP harness.
authors:
- author: Ludovic Claude
author_email:
organisation: LREN-CHUV
organisation_badge: https://img.shields.io/badge/CHUV-LREN-AF4C64.svg
platform: MIP
component:
mip_building_block: infrastructure
nature:
- docker-image
- tool
- testing
license:
name: Apache 2.0
badge: https://img.shields.io/badge/license-Apache--2.0-blue.svg
url: https://github.com/LREN-CHUV/DOCKER-pgtap/blob/master/LICENSE
code_repositories:
- name: chuv-gitlab
visibility: private
url: https://___.chuv.ch/mip-infra/docker-pgtap/
git_clone: https://___.chuv.ch/mip-infra/docker-pgtap.git
- name: github/LREN-CHUV
visibility: public
url: https://github.io/LREN-CHUV/docker-pgtap/
git_clone: https://github.io/LREN-CHUV/docker-pgtap.git
- name: github/HBPMedical
visibility: public
url: https://github.io/HBPMedical/docker-pgtap/
git_clone: https://github.io/HBPMedical/docker-pgtap.git
code_quality_checks:
codacy:
badge: https://api.codacy.com/project/badge/Grade/6005163c7ab440cd8f0841a95c097517
url: "https://www.codacy.com/app/hbp-mip/docker-pgtap?utm_source=github.com&utm_medium=referral&utm_content=LREN-CHUV/docker-pgtap&utm_campaign=Badge_Grade"
testing:
unit_testing:
- sources: /tests
- command: /tests/tesh.sh
release_management:
current_version: 1.0.0-3
current_code_release: https://github.com/HBPMedical/docker-pgtap/archive/1.0.0-3.zip
current_docker_release: docker pull hbpmip/pgtap:1.0.0-3
release_script: 'publish.sh'
continuous_integration:
- name: CircleCI
description: "Check style and execute unit tests"
url: https://circleci.com/gh/LREN-CHUV/docker-pgtap
badge: https://circleci.com/gh/LREN-CHUV/docker-pgtap.svg?style=svg
actions:
- code_style
- unit_tests
distribution:
docker_hub:
name: hbpmip/pgtap
current_tag: 1.0.0-3
url: https://hub.docker.com/r/hbpmip/pgtap/
badge: https://img.shields.io/badge/docker-hbpmip%2Fpgtap-008bb8.svg
command: docker pull hbpmip/pgtap:1.0.0-3
planning:
github:
name: Issues on Github
url: https://github.com/LREN-CHUV/docker-pgtap/issues
related_projects:
- name: woken-db-setup
mip_building_block: algorithm-factory
relationship: other-depends-on
relationship_scope: test
- name: meta-db-setup
mip_building_block: reference
relationship: other-depends-on
relationship_scope: test
- name: data-db-setup
mip_building_block: reference
relationship: other-depends-on
relationship_scope: test