Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org…
Browse files Browse the repository at this point in the history
… into production
  • Loading branch information
tunetheweb committed Nov 11, 2024
2 parents 40d637c + 276315a commit c95a3d9
Show file tree
Hide file tree
Showing 65 changed files with 2,697 additions and 89 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYVER=3.12
FROM python:${PYVER} as base
FROM python:${PYVER} AS base

# Enable unbuffered STDOUT logging
ENV PYTHONUNBUFFERED=1
Expand Down
5 changes: 2 additions & 3 deletions src/config/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
"part": "II",
"chapter_number": "13",
"title": "Security",
"slug": "security",
"todo": true
"slug": "security"
}
]
},
Expand Down Expand Up @@ -170,7 +169,7 @@
"chapter_number": "21",
"title": "Cookies",
"slug": "cookies",
"todo": true
"hero_dir": "2024"
}
]
}
Expand Down
91 changes: 84 additions & 7 deletions src/config/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,19 @@
"twitter": "dawntraoz",
"website": "https://www.dawntraoz.com/"
},
"AlbertoFDR": {
"avatar_url": "21290259",
"github": "AlbertoFDR",
"linkedin": "albertofdr",
"name": "Alberto Fernandez-de-Retana",
"teams": {
"2024": [
"reviewers"
]
},
"twitter": "alberto_fdr",
"website": "https://albertofdr.github.io/"
},
"amedina": {
"avatar_url": "506089",
"github": "amedina",
Expand Down Expand Up @@ -766,6 +779,9 @@
"teams": {
"2022": [
"authors"
],
"2024": [
"reviewers"
]
},
"twitter": "_clarkio",
Expand Down Expand Up @@ -1607,12 +1623,18 @@
"GJFR": {
"avatar_url": "5749508",
"github": "GJFR",
"linkedin": "gertjan-franken",
"name": "Gertjan Franken",
"teams": {
"2022": [
"analysts"
],
"2024": [
"authors"
]
}
},
"twitter": "GJFR_",
"website": "https://gjfr.dev"
},
"gjfr": {
"avatar_url": "5749508",
Expand Down Expand Up @@ -2028,6 +2050,18 @@
]
}
},
"JannisBush": {
"avatar_url": "33023300",
"github": "JannisBush",
"name": "Jannis Rautenstrauch",
"teams": {
"2024": [
"analysts"
]
},
"twitter": "jannis_r",
"website": "https://cispa.de/en/people/c01jara"
},
"jaredcwhite": {
"avatar_url": "658496",
"github": "jaredcwhite",
Expand Down Expand Up @@ -2855,15 +2889,20 @@
]
}
},
"awareseven": {
"avatar_url": "53170037",
"github": "awareseven",
"lord-r3": {
"avatar_url": "83113194",
"github": "lord-r3",
"name": "Matteo Große-Kampmann",
"teams": {
"2021": [
"reviewers"
],
"2024": [
"reviewers"
]
}
},
"twitter": "pizzahax",
"website": "https://lord-r3.github.io/"
},
"matthewp": {
"avatar_url": "361671",
Expand Down Expand Up @@ -3834,6 +3873,20 @@
"twitter": "roryhewitt3",
"website": "https://romche.com"
},
"rowan-m": {
"avatar_url": "108052",
"github": "rowan-m",
"linkedin": "rowanmerewood",
"name": "Rowan Merewood",
"teams": {
"2024": [
"reviewers"
]
},
"twitter": "rowan_m",
"mastodon": "https://mastodon.social/@rowan_m",
"website": "https://merewood.org/"
},
"rvth": {
"avatar_url": "62478401",
"github": "rvth",
Expand Down Expand Up @@ -3886,6 +3939,10 @@
"2019": [
"brainstormers",
"authors"
],
"2024": [
"reviewers",
"authors"
]
},
"twitter": "sw12",
Expand Down Expand Up @@ -4506,8 +4563,14 @@
"teams": {
"2022": [
"analysts"
],
"2024": [
"authors"
]
}
},
"website": "https://vikvanderlinden.be/",
"twitter": "vikvanderlinden",
"linkedin": "vikvanderlinden"
},
"voltek62": {
"avatar_url": "2698956",
Expand Down Expand Up @@ -4581,7 +4644,6 @@
"website": "https://10xlearner.com/"
},
"ydimova": {
"avatar_url": "9135107",
"github": "ydimova",
"name": "Yana Dimova",
"teams": {
Expand All @@ -4594,6 +4656,9 @@
],
"2022": [
"analysts"
],
"2024": [
"authors"
]
}
},
Expand All @@ -4613,6 +4678,18 @@
"twitter": "yoavweiss",
"website": "https://blog.yoav.ws"
},
"yohhaan": {
"avatar_url": "32905060",
"github": "yohhaan",
"name": "Yohan Beugin",
"teams": {
"2024": [
"authors",
"analysts"
]
},
"website": "https://yohan.beugin.org"
},
"tyohan": {
"avatar_url": "106703",
"github": "tyohan",
Expand Down
Loading

0 comments on commit c95a3d9

Please sign in to comment.