From c6a50c26c50d1c6b6df5f18d8e5e971585681866 Mon Sep 17 00:00:00 2001 From: John Edward Willman V Date: Tue, 23 Jul 2024 15:20:41 -0400 Subject: [PATCH 1/3] added project Ra from 192 Support Squadron --- .../github.com/192-Support-Squadron/Ra.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/_releases/github.com/192-Support-Squadron/Ra.json diff --git a/src/_releases/github.com/192-Support-Squadron/Ra.json b/src/_releases/github.com/192-Support-Squadron/Ra.json new file mode 100644 index 00000000..8b32ee6f --- /dev/null +++ b/src/_releases/github.com/192-Support-Squadron/Ra.json @@ -0,0 +1,30 @@ +{ + "organization": "USAF 192 Support Squadron", + "name": "Ra", + "description": "The tool is used to generate Network Configuration Files, based on JSON input files.", + "tags": [], + "contact": { + "email": "jwillman@jhics.org", + "name": "John Edward Willman" + }, + "status": "v0.1.0", + "vcs": "git", + "languages": ["Rust"], + "repositoryURL": "https://github.com/192-support-squadron/ra", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/192-support-squadron/ra/blob/main/LICENSE", + "name": "MIT" + } + ], + "usageType": "openSource" + }, + "laborHours": 200, + "date": { + "created": "2024-01-1T00:00:00Z", + "lastModified": "2024-07-23T00:00:00Z", + "metadataLastUpdated": "2024-07-23T00:00:00Z" + } +} + From 1bc6dcd73dc2e7ace3e9b277a096215f4471c757 Mon Sep 17 00:00:00 2001 From: John Edward Willman V Date: Sat, 22 Mar 2025 09:08:35 -0400 Subject: [PATCH 2/3] docs: updated contributors.md --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 08495bda..b460a8cf 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -12,6 +12,7 @@ - Copyright 2019 Michael Cain loud.mouth.braggart@gmail.com - Copyright 2022 Ryan O'Neill elfmaster@arcana-research.io - Copyright 2023 Even Stensberg evenstensberg@gmail.com +- Copyright 2024 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 484f59022ebe0048de7cfb78d54bd98535211e9d Mon Sep 17 00:00:00 2001 From: John Edward Willman V Date: Sun, 23 Mar 2025 08:58:20 -0400 Subject: [PATCH 3/3] updated to validate against https://github.com/GSA/code-gov-data/blob/master/schemas/schema-2.0.0.json --- .../github.com/192-Support-Squadron/Ra.json | 64 +++++++++++-------- 1 file changed, 39 insertions(+), 25 deletions(-) diff --git a/src/_releases/github.com/192-Support-Squadron/Ra.json b/src/_releases/github.com/192-Support-Squadron/Ra.json index 8b32ee6f..210af46d 100644 --- a/src/_releases/github.com/192-Support-Squadron/Ra.json +++ b/src/_releases/github.com/192-Support-Squadron/Ra.json @@ -1,30 +1,44 @@ { - "organization": "USAF 192 Support Squadron", - "name": "Ra", - "description": "The tool is used to generate Network Configuration Files, based on JSON input files.", - "tags": [], - "contact": { - "email": "jwillman@jhics.org", - "name": "John Edward Willman" + "version": "2.0.0", + "agency": "USAF", + "measurementType": { + "method": "linesOfCode" }, - "status": "v0.1.0", - "vcs": "git", - "languages": ["Rust"], - "repositoryURL": "https://github.com/192-support-squadron/ra", - "permissions": { - "licenses": [ - { - "URL": "https://github.com/192-support-squadron/ra/blob/main/LICENSE", - "name": "MIT" + "releases": [ + { + "organization": "USAF 192 Support Squadron", + "version": "0.1.0", + "name": "Ra", + "description": "The tool is used to generate Network Configuration Files, based on JSON input files.", + "tags": [ + "Rust" + ], + "contact": { + "email": "jwillman@jhics.org", + "name": "John Edward Willman V" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "Rust" + ], + "repositoryURL": "https://github.com/192-support-squadron/ra", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/192-support-squadron/ra/blob/main/LICENSE", + "name": "Apache 2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 200, + "date": { + "created": "2024-01-1", + "lastModified": "2024-07-23", + "metadataLastUpdated": "2024-07-23" } - ], - "usageType": "openSource" - }, - "laborHours": 200, - "date": { - "created": "2024-01-1T00:00:00Z", - "lastModified": "2024-07-23T00:00:00Z", - "metadataLastUpdated": "2024-07-23T00:00:00Z" - } + } + ] }