Skip to content

Commit 287161f

Browse files
authored
Merge pull request #89 from ccdc-opensource/release/4.3.0
Release/4.3.0
2 parents 914d393 + 0542124 commit 287161f

33 files changed

Lines changed: 695 additions & 1493 deletions

.gitignore

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
# Check-in only sample.env, all other env files used for testing should be ignored
2-
**.env
3-
!sample.env
41

5-
# Check-in only
6-
docker-compose.*.yml
7-
!docker-compose.disable-user-access.yml
8-
!docker-compose.sample-onsite-only-db-config.yml
9-
!docker-compose.port-configuration.yml
10-
!docker-compose.macromolecule-hub.yml
11-
!docker-compose.sample-enable-sso.yml
12-
!docker-compose.sample-csd-theory-db-config.yml
13-
!docker-compose.sample.ldap.yml
14-
15-
# Other
16-
**.swp

.markdownlint.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,36 @@
22
MD013:
33
# Number of characters
44
line_length: 200
5+
6+
# MD033/no-inline-html - Inline HTML
7+
MD033:
8+
# Allowed elements
9+
allowed_elements: [
10+
# Image elements
11+
img,
12+
# Table elements
13+
table,
14+
thead,
15+
tbody,
16+
th,
17+
td,
18+
tr,
19+
col,
20+
colgroup,
21+
hr,
22+
# Definition list elements
23+
dl,
24+
dt,
25+
dd,
26+
# Text body elements
27+
p,
28+
br,
29+
span,
30+
data,
31+
sup,
32+
sub,
33+
code,
34+
em,
35+
strong
36+
]
37+

BulkUserImportTemplate.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

Cloud-Installation/AWS/Serverless/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

Cloud-Installation/AWS/Serverless/webCSD-TD1.json

Lines changed: 0 additions & 199 deletions
This file was deleted.

Cloud-Installation/AWS/Serverless/webCSD-TD2.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)