Skip to content

Commit 2ac5def

Browse files
authored
add HG Basel November, order entries by date
1 parent 37e77fd commit 2ac5def

File tree

1 file changed

+86
-72
lines changed

1 file changed

+86
-72
lines changed

events.json

Lines changed: 86 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,4 @@
1-
[ {
2-
"date": "2023-09-20",
3-
"title": "Hackergarten Basel",
4-
"venue": "Karakun AG",
5-
"address": "Elisabethenanlage 25, 4051 Basel, Switzerland",
6-
"links": [
7-
{
8-
"title": "Meetup",
9-
"url": "https://www.meetup.com/hackergarten-basel/events/295922589"
10-
}
11-
],
12-
"achievements": [
13-
{
14-
"title": "AssertJ: Update workflows to Java 21",
15-
"url": "https://github.com/assertj/assertj/pull/3191"
16-
},
17-
{
18-
"title":"Create issue to Mastodon timeline feature: show toot stats",
19-
"url":"https://gitlab.com/idotj/mastodon-embed-feed-timeline/-/issues/21"
20-
},
21-
{
22-
"title":"Implement fix for issue to Mastodon timeline feature: show toot stats",
23-
"url":"https://gitlab.com/idotj/mastodon-embed-feed-timeline/-/merge_requests/22"
24-
},
25-
{
26-
"title":"Fix Hackergarten Homepage Issue by activating Slack integration",
27-
"url":"https://github.com/hackergarten/hackergarten.github.io/issues/275"
28-
},
29-
{
30-
"title":"Fix Hackergarten Homepage Issue: Use SSL links in RSS ",
31-
"url":"https://github.com/hackergarten/hackergarten.github.io/issues/276"
32-
},
33-
{
34-
"title":"Fix Hackergarten Homepage Issue to make toots clickable",
35-
"url":"https://github.com/hackergarten/hackergarten.github.io/pull/402"
36-
},
37-
{
38-
"title":"Improve Hackergarten Homepage: reduce header image sizes",
39-
"url":"https://github.com/hackergarten/hackergarten.github.io/pull/401"
40-
}
41-
]
42-
},
43-
{
44-
"date": "2023-06-15",
45-
"title": "Hackergarten Basel",
46-
"venue": "Karakun AG",
47-
"address": "Elisabethenanlage 25, 4051 Basel, Switzerland",
48-
"links": [
49-
{
50-
"title": "Meetup",
51-
"url": "https://www.meetup.com/hackergarten-basel/events/293585727"
52-
}
53-
],
54-
"achievements": [
55-
{
56-
"title": "NativeScript: Migrate secure-storage plugin",
57-
"url": "https://github.com/NativeScript/plugins/pull/513"
58-
},
59-
{
60-
"title": "AssertJ: Different enum classes with same names result in the same output for expected and actual when comparing lists",
61-
"url": "https://github.com/assertj/assertj/issues/3083"
62-
},
63-
{
64-
"title": "AssertJ: `UnambiguousRepresentation` computes same output when types have same name but different packages",
65-
"url": "https://github.com/assertj/assertj/issues/3084"
66-
},
67-
{
68-
"title": "JUnit: `assertSame` fails with primitive type values outside the autobox cache",
69-
"url": "https://github.com/junit-team/junit5/issues/3358"
70-
}
71-
]
72-
},
1+
[
732
{
743
"date": "2023-12-05",
754
"venue": "codecentric AG",
@@ -96,6 +25,19 @@
9625
"achievements": [
9726
]
9827
},
28+
{
29+
"date": "2023-11-15",
30+
"title": "Hackergarten Basel",
31+
"venue": "Karakun AG",
32+
"address": "Elisabethenanlage 25, 4051 Basel, Switzerland",
33+
"links": [
34+
{
35+
"title": "Meetup",
36+
"url": "https://www.meetup.com/de-DE/hackergarten-basel/events/296908585/"
37+
}
38+
],
39+
"achievements": []
40+
},
9941
{
10042
"date": "2023-11-07",
10143
"venue": "codecentric AG",
@@ -166,6 +108,48 @@
166108
],
167109
"achievements": []
168110
},
111+
{
112+
"date": "2023-09-20",
113+
"title": "Hackergarten Basel",
114+
"venue": "Karakun AG",
115+
"address": "Elisabethenanlage 25, 4051 Basel, Switzerland",
116+
"links": [
117+
{
118+
"title": "Meetup",
119+
"url": "https://www.meetup.com/hackergarten-basel/events/295922589"
120+
}
121+
],
122+
"achievements": [
123+
{
124+
"title": "AssertJ: Update workflows to Java 21",
125+
"url": "https://github.com/assertj/assertj/pull/3191"
126+
},
127+
{
128+
"title":"Create issue to Mastodon timeline feature: show toot stats",
129+
"url":"https://gitlab.com/idotj/mastodon-embed-feed-timeline/-/issues/21"
130+
},
131+
{
132+
"title":"Implement fix for issue to Mastodon timeline feature: show toot stats",
133+
"url":"https://gitlab.com/idotj/mastodon-embed-feed-timeline/-/merge_requests/22"
134+
},
135+
{
136+
"title":"Fix Hackergarten Homepage Issue by activating Slack integration",
137+
"url":"https://github.com/hackergarten/hackergarten.github.io/issues/275"
138+
},
139+
{
140+
"title":"Fix Hackergarten Homepage Issue: Use SSL links in RSS ",
141+
"url":"https://github.com/hackergarten/hackergarten.github.io/issues/276"
142+
},
143+
{
144+
"title":"Fix Hackergarten Homepage Issue to make toots clickable",
145+
"url":"https://github.com/hackergarten/hackergarten.github.io/pull/402"
146+
},
147+
{
148+
"title":"Improve Hackergarten Homepage: reduce header image sizes",
149+
"url":"https://github.com/hackergarten/hackergarten.github.io/pull/401"
150+
}
151+
]
152+
},
169153
{
170154
"date": "2023-09-28",
171155
"title": "Hackergarten Zurich September 2023",
@@ -408,6 +392,36 @@
408392
"achievements": [
409393
]
410394
},
395+
{
396+
"date": "2023-06-15",
397+
"title": "Hackergarten Basel",
398+
"venue": "Karakun AG",
399+
"address": "Elisabethenanlage 25, 4051 Basel, Switzerland",
400+
"links": [
401+
{
402+
"title": "Meetup",
403+
"url": "https://www.meetup.com/hackergarten-basel/events/293585727"
404+
}
405+
],
406+
"achievements": [
407+
{
408+
"title": "NativeScript: Migrate secure-storage plugin",
409+
"url": "https://github.com/NativeScript/plugins/pull/513"
410+
},
411+
{
412+
"title": "AssertJ: Different enum classes with same names result in the same output for expected and actual when comparing lists",
413+
"url": "https://github.com/assertj/assertj/issues/3083"
414+
},
415+
{
416+
"title": "AssertJ: `UnambiguousRepresentation` computes same output when types have same name but different packages",
417+
"url": "https://github.com/assertj/assertj/issues/3084"
418+
},
419+
{
420+
"title": "JUnit: `assertSame` fails with primitive type values outside the autobox cache",
421+
"url": "https://github.com/junit-team/junit5/issues/3358"
422+
}
423+
]
424+
},
411425
{
412426
"date": "2023-05-25",
413427
"title": "Hackergarten Zurich May 2023",

0 commit comments

Comments
 (0)