From eff0719ffa96545a9108a283e74b130ebc23d2c7 Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Tue, 12 Jul 2022 07:20:32 +0200 Subject: [PATCH] added git.exozy.me, which demonstrates federated issues for the 1st time --- forge_comparison.md | 1 + input_data/forges.sql | 1 + 2 files changed, 2 insertions(+) diff --git a/forge_comparison.md b/forge_comparison.md index 2bdf441..e1c6340 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -22,6 +22,7 @@ The following forges have no significant ethical issues: [git.pofilo.fr](https://git.pofilo.fr)|❌|Gitea 1.16.1[⚠][gitea-bug]|n|n|n|n|no registration link| [git.kescher.at](https://git.kescher.at)|✅|Gitea 1.16.5[⚠][gitea-bug]|n|n|n|n|| [git.redxen.eu](https://git.redxen.eu)|❌|Gitea 1.16.5[⚠][gitea-bug]|n|n|n|n|| +[git.exozy.me](https://git.exozy.me)|✅|Gitea 1.18.0|n|n|n|n|[supports federated issues](https://social.exozy.me/@ta180m/108631221939677386)| [framagit.org](https://framagit.org)|✅|Gitlab (CE 13.10.2)|n|n|n|n|[may become more restricted](https://framablog.org/2019/09/26/lets-de-frama-tify-the-internet) in mid-2021| [git.jami.net](https://git.jami.net)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Jami efforts; acces to help page blocked to non-members so CE/EE unknown| [git.stuxhost.com](https://git.stuxhost.com)|✅|Gitlab (CE)|n|n|n|n|| diff --git a/input_data/forges.sql b/input_data/forges.sql index f1fce9d..b50821f 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -66,6 +66,7 @@ insert into forgesTbl (url_clrnet, software) values ('https://git.eta.st','Gitea insert into forgesTbl (url_clrnet, software) values ('https://git.kescher.at','Gitea 1.16.5'); insert into forgesTbl (url_clrnet, software, openpubreg) values ('https://git.redxen.eu','Gitea 1.16.5',0); insert into forgesTbl (url_clrnet, software, notes) values ('https://gitnet.fr','Gitea','Forge is resource deprived. The admin (simonv) had to ask a project to leave his forge for [performance reasons](https://framagit.org/dCF/deCloudflare/-/issues/46)'); +insert into forgesTbl (url_clrnet, software, notes) values ('https://git.exozy.me','Gitea 1.18.0','[supports federated issues](https://social.exozy.me/@ta180m/108631221939677386)'); /* Bug: the record for de.edumat.io sorts unfavorably. We need a natural sort but that's not part of Sqlite. A collation function is needed: