Skip to content

Commit 0fcac7e

Browse files
authored
Merge pull request RedHatOfficial#299 from jiekang/jkang-add-projects
Add Cryostat, OpenJDK and Node.js projects
2 parents 19c9966 + eeb0dc2 commit 0fcac7e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

app/data/projects.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@
139139
"twitterHandle": "",
140140
"twitterURL": ""
141141
},
142+
{
143+
"projectName": "Cryostat",
144+
"projectDescription": "JFR management for JVMs in the cloud",
145+
"projectRepository": "https://github.com/cryostatio",
146+
"projectWebsite": "https://cryostat.io",
147+
"category": "Middleware",
148+
"twitterHandle": "",
149+
"twitterURL": ""
150+
},
142151
{
143152
"projectName": "Checkpoint/Restore In Userspace",
144153
"projectDescription": "A tool for checkpoint and restore of running applications",
@@ -449,6 +458,24 @@
449458
"twitterHandle": "",
450459
"twitterURL": ""
451460
},
461+
{
462+
"projectName": "Node.js",
463+
"projectDescription": "JavaScript runtime built on Chrome's V8 JavaScript engine",
464+
"projectRepository": "https://github.com/nodejs",
465+
"projectWebsite": "https://nodejs.org/",
466+
"category": "Development",
467+
"twitterHandle": "",
468+
"twitterURL": ""
469+
},
470+
{
471+
"projectName": "OpenJDK",
472+
"projectDescription": "Open source implementation of the Java Platform, Standard Edition and related projects",
473+
"projectRepository": "https://github.com/openjdk",
474+
"projectWebsite": "https://openjdk.java.net/",
475+
"category": "Development",
476+
"twitterHandle": "",
477+
"twitterURL": ""
478+
},
452479
{
453480
"projectName": "OpenTracing",
454481
"projectDescription": "CNCF OpenTracing API for distributed tracing",

0 commit comments

Comments
 (0)