From e294b4d62e4cbfc194cc136949846a9bd939f7ca Mon Sep 17 00:00:00 2001 From: John Edward Willman V Date: Sun, 23 Mar 2025 08:19:51 -0400 Subject: [PATCH 1/5] added dod-warning project --- .../192-Support-Squadron/dod-warning.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/_releases/github.com/192-Support-Squadron/dod-warning.json diff --git a/src/_releases/github.com/192-Support-Squadron/dod-warning.json b/src/_releases/github.com/192-Support-Squadron/dod-warning.json new file mode 100644 index 00000000..db1f6fc7 --- /dev/null +++ b/src/_releases/github.com/192-Support-Squadron/dod-warning.json @@ -0,0 +1,30 @@ +{ + "organization": "USAF 192 Support Squadron", + "name": "dod-warning", + "description": "A React component to display a dod warning modal when a new session starts.", + "tags": [], + "contact": { + "email": "jwillman@jhics.org", + "name": "John Edward Willman V" + }, + "status": "v1.0.1", + "vcs": "git", + "languages": ["Typescript"], + "repositoryURL": "https://github.com/192-support-squadron/dod-warning", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/192-support-squadron/dod-warning/blob/main/LICENSE", + "name": "Apache 2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 4, + "date": { + "created": "2025-03-25T00:00:00Z", + "lastModified": "2025-03-25T00:00:00Z", + "metadataLastUpdated": "2025-03-25T00:00:00Z" + } +} + From 7820c39ed87cac9f86b9365164090dd11fb5a1b3 Mon Sep 17 00:00:00 2001 From: John Edward Willman V Date: Sun, 23 Mar 2025 08:20:05 -0400 Subject: [PATCH 2/5] added classification-bar project --- .../classification-bar.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/_releases/github.com/192-Support-Squadron/classification-bar.json diff --git a/src/_releases/github.com/192-Support-Squadron/classification-bar.json b/src/_releases/github.com/192-Support-Squadron/classification-bar.json new file mode 100644 index 00000000..0ed60eb1 --- /dev/null +++ b/src/_releases/github.com/192-Support-Squadron/classification-bar.json @@ -0,0 +1,30 @@ +{ + "organization": "USAF 192 Support Squadron", + "name": "classification-bar", + "description": "A React component to display a classification bar on the top and bottom of a web page.", + "tags": [], + "contact": { + "email": "jwillman@jhics.org", + "name": "John Edward Willman V" + }, + "status": "v1.0.0", + "vcs": "git", + "languages": ["Typescript"], + "repositoryURL": "https://github.com/192-support-squadron/classification-bar", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/192-support-squadron/classification-bar/blob/main/LICENSE", + "name": "Apache 2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 3, + "date": { + "created": "2025-03-25T00:00:00Z", + "lastModified": "2025-03-25T00:00:00Z", + "metadataLastUpdated": "2025-03-25T00:00:00Z" + } +} + From e539616ffc0d358e4a574890cfa099be3ccfc462 Mon Sep 17 00:00:00 2001 From: John Edward Willman V Date: Sun, 23 Mar 2025 08:20:20 -0400 Subject: [PATCH 3/5] updated CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2abd043e..597e54ff 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -13,6 +13,7 @@ - Copyright 2022 Ryan O'Neill elfmaster@arcana-research.io - Copyright 2023 Even Stensberg evenstensberg@gmail.com - Copyright 2024 David Saeger david@dds.mil +- Copyright 2025 John Edward Willman V john.willman.1@us.af.mil - _Add the copyright date, your name, and email address here. (PLEASE KEEP THIS LINE)_ ## Note for U.S. Federal Employees From 163ca9b87ccef162b1379851bac75df22d743c22 Mon Sep 17 00:00:00 2001 From: John Edward Willman V Date: Sun, 23 Mar 2025 08:22:26 -0400 Subject: [PATCH 4/5] added tags --- .../github.com/192-Support-Squadron/classification-bar.json | 2 +- src/_releases/github.com/192-Support-Squadron/dod-warning.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_releases/github.com/192-Support-Squadron/classification-bar.json b/src/_releases/github.com/192-Support-Squadron/classification-bar.json index 0ed60eb1..4a9dd54e 100644 --- a/src/_releases/github.com/192-Support-Squadron/classification-bar.json +++ b/src/_releases/github.com/192-Support-Squadron/classification-bar.json @@ -2,7 +2,7 @@ "organization": "USAF 192 Support Squadron", "name": "classification-bar", "description": "A React component to display a classification bar on the top and bottom of a web page.", - "tags": [], + "tags": ["React", "Typescript"], "contact": { "email": "jwillman@jhics.org", "name": "John Edward Willman V" diff --git a/src/_releases/github.com/192-Support-Squadron/dod-warning.json b/src/_releases/github.com/192-Support-Squadron/dod-warning.json index db1f6fc7..e077c356 100644 --- a/src/_releases/github.com/192-Support-Squadron/dod-warning.json +++ b/src/_releases/github.com/192-Support-Squadron/dod-warning.json @@ -2,7 +2,7 @@ "organization": "USAF 192 Support Squadron", "name": "dod-warning", "description": "A React component to display a dod warning modal when a new session starts.", - "tags": [], + "tags": ["React", "Typescript"], "contact": { "email": "jwillman@jhics.org", "name": "John Edward Willman V" From 3cc4df7a6af60e189e6ea14091c90a8b22a7146a Mon Sep 17 00:00:00 2001 From: John Edward Willman V Date: Sun, 23 Mar 2025 08:50:11 -0400 Subject: [PATCH 5/5] updated to validate against https://github.com/GSA/code-gov-data/blob/master/schemas/schema-2.0.0.json --- .../classification-bar.json | 68 +++++++++++-------- .../192-Support-Squadron/dod-warning.json | 68 +++++++++++-------- 2 files changed, 82 insertions(+), 54 deletions(-) diff --git a/src/_releases/github.com/192-Support-Squadron/classification-bar.json b/src/_releases/github.com/192-Support-Squadron/classification-bar.json index 4a9dd54e..5571445a 100644 --- a/src/_releases/github.com/192-Support-Squadron/classification-bar.json +++ b/src/_releases/github.com/192-Support-Squadron/classification-bar.json @@ -1,30 +1,44 @@ { - "organization": "USAF 192 Support Squadron", - "name": "classification-bar", - "description": "A React component to display a classification bar on the top and bottom of a web page.", - "tags": ["React", "Typescript"], - "contact": { - "email": "jwillman@jhics.org", - "name": "John Edward Willman V" + "version": "2.0.0", + "agency": "USAF", + "measurementType": { + "method": "linesOfCode" }, - "status": "v1.0.0", - "vcs": "git", - "languages": ["Typescript"], - "repositoryURL": "https://github.com/192-support-squadron/classification-bar", - "permissions": { - "licenses": [ - { - "URL": "https://github.com/192-support-squadron/classification-bar/blob/main/LICENSE", - "name": "Apache 2.0" + "releases": [ + { + "organization": "USAF 192 Support Squadron", + "version": "1.0.0", + "name": "classification-bar", + "description": "A React component to display a classification bar at the top and bottom of the page.", + "tags": [ + "React", + "Typescript" + ], + "contact": { + "email": "jwillman@jhics.org", + "name": "John Edward Willman V" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "Typescript" + ], + "repositoryURL": "https://github.com/192-support-squadron/classification-bar", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/192-support-squadron/classification-bar/blob/main/LICENSE", + "name": "Apache 2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 2, + "date": { + "created": "2025-03-25", + "lastModified": "2025-03-25", + "metadataLastUpdated": "2025-03-25" } - ], - "usageType": "openSource" - }, - "laborHours": 3, - "date": { - "created": "2025-03-25T00:00:00Z", - "lastModified": "2025-03-25T00:00:00Z", - "metadataLastUpdated": "2025-03-25T00:00:00Z" - } -} - + } + ] +} \ No newline at end of file diff --git a/src/_releases/github.com/192-Support-Squadron/dod-warning.json b/src/_releases/github.com/192-Support-Squadron/dod-warning.json index e077c356..ebce3a17 100644 --- a/src/_releases/github.com/192-Support-Squadron/dod-warning.json +++ b/src/_releases/github.com/192-Support-Squadron/dod-warning.json @@ -1,30 +1,44 @@ { - "organization": "USAF 192 Support Squadron", - "name": "dod-warning", - "description": "A React component to display a dod warning modal when a new session starts.", - "tags": ["React", "Typescript"], - "contact": { - "email": "jwillman@jhics.org", - "name": "John Edward Willman V" + "version": "2.0.0", + "agency": "USAF", + "measurementType": { + "method": "linesOfCode" }, - "status": "v1.0.1", - "vcs": "git", - "languages": ["Typescript"], - "repositoryURL": "https://github.com/192-support-squadron/dod-warning", - "permissions": { - "licenses": [ - { - "URL": "https://github.com/192-support-squadron/dod-warning/blob/main/LICENSE", - "name": "Apache 2.0" + "releases": [ + { + "organization": "USAF 192 Support Squadron", + "version": "1.0.1", + "name": "dod-warning", + "description": "A React component to display a dod warning modal when a new session starts.", + "tags": [ + "React", + "Typescript" + ], + "contact": { + "email": "jwillman@jhics.org", + "name": "John Edward Willman V" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "Typescript" + ], + "repositoryURL": "https://github.com/192-support-squadron/dod-warning", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/192-support-squadron/dod-warning/blob/main/LICENSE", + "name": "Apache 2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 4, + "date": { + "created": "2025-03-25", + "lastModified": "2025-03-25", + "metadataLastUpdated": "2025-03-25" } - ], - "usageType": "openSource" - }, - "laborHours": 4, - "date": { - "created": "2025-03-25T00:00:00Z", - "lastModified": "2025-03-25T00:00:00Z", - "metadataLastUpdated": "2025-03-25T00:00:00Z" - } -} - + } + ] +} \ No newline at end of file