From c33e2eec12e2dd5ec44a50e9accb426400d93772 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Thu, 9 May 2024 09:21:30 +0200 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=93=9D=20Achievements=20Lucerne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/events.json b/events.json index 29c877c..ab6355d 100644 --- a/events.json +++ b/events.json @@ -219,7 +219,12 @@ "url": "https://www.meetup.com/hackergarten-luzern/events/mkxjbtygchbdb/" } ], - "achievements": [] + "achievements": [ + { + "title": "Apus (Social Wall): run nightly build only when there are changes", + "url": "https://github.com/McPringle/apus" + } + ] }, { "date": "2024-04-25", From 260595c1ee191fc3f95a18fe285b5358598a815a Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Fri, 10 May 2024 10:28:45 +0200 Subject: [PATCH 2/6] Cosmetic changes for AssertJ name --- events.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/events.json b/events.json index ab6355d..543e134 100644 --- a/events.json +++ b/events.json @@ -255,7 +255,7 @@ "url": "https://github.com/McPringle/apus" }, { - "title": "Assertj: Raise required Java version to 17 towards 4.0.0 release", + "title": "AssertJ: Raise required Java version to 17 towards 4.0.0 release", "url": "https://github.com/assertj/assertj/pull/3447" } ] @@ -1947,7 +1947,7 @@ "url": "https://github.com/fbiville/headache/pull/80" }, { - "title": "Bakary contributed a new Assertj-Neo4j assertion", + "title": "Bakary contributed a new AssertJ-Neo4j assertion", "url": "https://github.com/joel-costigliola/assertj-neo4j/pull/51" } ] @@ -1969,7 +1969,7 @@ "url": "https://github.com/yeshzaoui/golang-function-invoker/tree/gRPC" }, { - "title": "Agathe worked on Assertj-Neo4j", + "title": "Agathe worked on AssertJ-Neo4j", "url": "https://github.com/joel-costigliola/assertj-neo4j/issues/40" }, { @@ -1977,7 +1977,7 @@ "url": "https://github.com/apache/maven-fluido-skin/pull/16" }, { - "title": "Bakary also worked on Assertj-Neo4j", + "title": "Bakary also worked on AssertJ-Neo4j", "url": "https://github.com/joel-costigliola/assertj-neo4j/issues/34" } ] @@ -2023,7 +2023,7 @@ "url": "https://github.com/AElMehdi/liquigraph/tree/issue_254" }, { - "title": "Agathe started working with Florent on Assertj-Neo4j IndexDefinition assertions", + "title": "Agathe started working with Florent on AssertJ-Neo4j IndexDefinition assertions", "url": "https://github.com/joel-costigliola/assertj-neo4j/issues/33" } ] @@ -2677,7 +2677,7 @@ "url": "https://issues.apache.org/jira/browse/MSITE-837" }, { - "title": "Agathe and Brice continued working on Assertj-Neo4j", + "title": "Agathe and Brice continued working on AssertJ-Neo4j", "url": "https://github.com/joel-costigliola/assertj-neo4j/pull/29/" }, { @@ -3139,7 +3139,7 @@ "url": "http://openwhyd.org/" }, { - "title": "Mohammed fixed a core compatibility issue in Assertj-Neo4j", + "title": "Mohammed fixed a core compatibility issue in AssertJ-Neo4j", "url": "https://github.com/joel-costigliola/assertj-neo4j/pull/18" } ], From c0a331461962fbd576d2b7a6cded71383804b243 Mon Sep 17 00:00:00 2001 From: CapnDeCode <56084709+CapnDeCode@users.noreply.github.com> Date: Fri, 17 May 2024 16:02:35 +0200 Subject: [PATCH 3/6] Added dortmund hackergarten event number 2 --- events.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/events.json b/events.json index 543e134..978c8d2 100644 --- a/events.json +++ b/events.json @@ -145,6 +145,17 @@ "achievements": [ ] }, + { + "date": "2024-06-13", + "venue": "Karakun @ Digitale Werkbank Dortmund", + "address": "Kanalstr. 25, 44147 Dortmund", + "links": [ + { + "title": "Meetup", + "url": "https://www.meetup.com/hackergarten-dortmund/events/301080466/" + } + ] + }, { "date": "2024-06-06", "venue": "CSS Versicherung", From f796d9bf38863e21794b23d1b3ab6773dda4bbb8 Mon Sep 17 00:00:00 2001 From: Giorgi Grigalashvili Date: Wed, 22 May 2024 19:12:10 +0200 Subject: [PATCH 4/6] draft achievement for hackergarten Basel May 2024 --- events.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/events.json b/events.json index 978c8d2..a379710 100644 --- a/events.json +++ b/events.json @@ -206,6 +206,10 @@ } ], "achievements": [ + { + "title": "ZioHttp: Parsing multi form data requires CRLF termination", + "url": "https://github.com/zio/zio-http/issues/2411" + } ] }, { From 5ae9a75bf7f677c346d12be3a67795586cf94909 Mon Sep 17 00:00:00 2001 From: Giorgi Grigalashvili Date: Wed, 22 May 2024 22:26:15 +0200 Subject: [PATCH 5/6] add additional contributions --- events.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/events.json b/events.json index a379710..cee525c 100644 --- a/events.json +++ b/events.json @@ -209,6 +209,18 @@ { "title": "ZioHttp: Parsing multi form data requires CRLF termination", "url": "https://github.com/zio/zio-http/issues/2411" + }, + { + "title": "Use maven.compiler.release flags", + "url": "https://github.com/sparsick/testcontainers-git/pull/115" + }, + { + "title": "Remove unnecessary dependency versions from pom", + "url": "https://github.com/sparsick/testcontainers-git/pull/114" + }, + { + "title": "Move sources and javadoc plugins to release profile", + "url": "https://github.com/sparsick/testcontainers-git/pull/113" } ] }, From 58a31a16a625f1f656170e23f53089d7664a863e Mon Sep 17 00:00:00 2001 From: Giorgi Grigalashvili Date: Thu, 23 May 2024 08:44:53 +0200 Subject: [PATCH 6/6] update ZioHttp contribution link --- events.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.json b/events.json index cee525c..4a16253 100644 --- a/events.json +++ b/events.json @@ -208,7 +208,7 @@ "achievements": [ { "title": "ZioHttp: Parsing multi form data requires CRLF termination", - "url": "https://github.com/zio/zio-http/issues/2411" + "url": "https://github.com/zio/zio-http/pull/2862" }, { "title": "Use maven.compiler.release flags",