-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
67 lines (67 loc) · 1.92 KB
/
Copy pathcodemeta.json
File metadata and controls
67 lines (67 loc) · 1.92 KB
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
{
"name": "oss_cicd_automation",
"@context": "https://w3id.org/codemeta/3.0",
"author": [
{
"affiliation": {
"name": "Saint Louis University",
"type": "Organization"
},
"familyName": "Wang",
"id": "_:author_1",
"givenName": "Henry",
"type": "Person"
},
{
"affiliation": {
"name": "Saint Louis University",
"type": "Organization"
},
"familyName": "Duong",
"id": "_:author_2",
"givenName": "Justin",
"type": "Person"
},
{
"affiliation": {
"name": "Saint Louis University",
"type": "Organization"
},
"familyName": "Pautler",
"id": "_:author_3",
"givenName": "Thomas",
"type": "Person"
},
{
"roleName": "Tech lead",
"schema:author": "_:author_1",
"type": "Role"
},
{
"roleName": "Developer",
"schema:author": "_:author_1",
"type": "Role"
},
{
"roleName": "Developer",
"schema:author": "_:author_2",
"type": "Role"
},
{
"roleName": "Developer",
"schema:author": "_:author_3",
"type": "Role"
}
],
"codeRepository": "https://github.com/oss-slu/oss_cicd_automation",
"dateCreated": "2025-09-04",
"dateModified": "2026-03-20",
"description": "OSS CI/CD & Automation project provides continuous integration and continuous deployment (CI/CD) services to open source projects developed at SLU, including automated testing, deployment pipelines, and release management.",
"issueTracker": "https://github.com/oss-slu/oss_cicd_automation/issues",
"keywords": ["CI/CD"],
"license": "MIT-Modern-Variant",
"programmingLanguage": ["Python", "YML"],
"schema:releaseNotes": "Second Semester, 1 Milestone complete... CI Focused auditing/documentation. Made onboarding easier and made a OSS dashboard for better organization.",
"version": "v2.0.2",
"type": "SoftwareSourceCode"
}