From 7c3e10d3f197762661f44e1da24ff8236da260ad Mon Sep 17 00:00:00 2001 From: tris0laris <57298792+tris0laris@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:41:28 +0100 Subject: [PATCH 1/2] Add new open source project "QuestDB" to the Java list --- data.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 33fe6b4..2f5fd05 100644 --- a/data.json +++ b/data.json @@ -2085,6 +2085,15 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." - } + }, + { + "name": "QuestDB", + "link": "https://github.com/questdb/questdb", + "label": "good first issue", + "technologies": [ + "Java" + ], + "description": "Questdb is a fast open source SQL time series database." + }, ] } From 65b35d8e92eacf957e487f9e26770701287540b5 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 21:13:45 +0100 Subject: [PATCH 2/2] Changed from good first issue to Good first issue --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 2f5fd05..b895f59 100644 --- a/data.json +++ b/data.json @@ -2089,7 +2089,7 @@ { "name": "QuestDB", "link": "https://github.com/questdb/questdb", - "label": "good first issue", + "label": "Good first issue", "technologies": [ "Java" ],