Valentin Gagarin fricklerhandwerk
  • Hamburg, Germany
  • Nix documentarian, information janitor

  • Joined on 2024-06-12
bbab1a3e3f fix data types for displaying defaults correctly
d3961aeb85 remove dead code
891f542ce8 formatting
Compare 3 commits »
69eaa289e1 Merge branch 'main' into generate-module-options
bdeca8d6fe upgrade npins schema
fd1ac6e203 bump dependencies
Compare 3 commits »
fricklerhandwerk pushed to main at fediversity/fediversity 2025-04-16 17:59:32 +02:00
bdeca8d6fe upgrade npins schema
fd1ac6e203 bump dependencies
Compare 2 commits »
fricklerhandwerk deleted branch bump from fricklerhandwerk/Fediversity 2025-04-16 17:59:32 +02:00
fricklerhandwerk merged pull request fediversity/fediversity#310 2025-04-16 17:59:31 +02:00
bump dependencies, upgrade npins schema
fricklerhandwerk created pull request fediversity/fediversity#310 2025-04-16 17:56:44 +02:00
bump dependencies, upgrade npins schema
fricklerhandwerk created branch bump in fricklerhandwerk/Fediversity 2025-04-16 17:55:46 +02:00
fricklerhandwerk pushed to bump at fricklerhandwerk/Fediversity 2025-04-16 17:55:46 +02:00
bdeca8d6fe upgrade npins schema
fd1ac6e203 bump dependencies
Compare 2 commits »
851f9b13cb fix types and defaults
6b3e353cd3 bump clan-core
524e7ab795 update npins schema
ea85097cf8 WIP: mess
ca201eeb90 WIP: take config as option value
Compare 5 commits »
fricklerhandwerk pushed to tofu at kiara/Fediversity 2025-04-16 16:43:36 +02:00
7d295d4a2c filter for git-tracked files
9c73741559 get jsonschema lib from upstream patch
a4e6d88ca5 WIP: actually typecheck
6e9e8bf8cd JSON schema converter: make regular attrs required
9472dcfdc2 Revert "POC: render jsonschema as module in Nix"
7b56c26e3d Revert "POC: render pydantic schema as module in Python"
Compare 17 commits »
fricklerhandwerk deleted branch move-archived from kiara/Fediversity 2025-04-15 10:35:40 +02:00
fricklerhandwerk merged pull request fediversity/fediversity#308 2025-04-15 10:35:39 +02:00
move out archived parts
fricklerhandwerk closed issue fediversity/fediversity#303 2025-04-15 10:35:39 +02:00
decouple mono-repo
fricklerhandwerk pushed to main at fediversity/fediversity 2025-04-15 10:35:39 +02:00
5f694ad76c move out archived parts (#308)
fricklerhandwerk commented on pull request fediversity/meta#29 2025-04-14 08:46:44 +02:00
data migration notes

I'm not sure what this means. The text you commented out describes the transfer between providers, and a different provider may simply have a different release of Fediversity deployed. While this may be a future-me sort of problem, depending on the release cadence and upgrade adoption delay by providers it may not be all that likely that two providers run the exact same release, and we need to at least to take that into account. The minimum that should happen initially is providing a UI for the case where two providers don't have the same version even if nothing can be done about it, and then keep at the back of our heads a user story for migrating and at the same time bumping the release, or something like that.

a6e5cbb67e WIP: actually typecheck
e4e8074fed JSON schema converter: make regular attrs required
0e1d4e02dd Revert "POC: render jsonschema as module in Nix"
bb00735a26 Revert "POC: render pydantic schema as module in Python"
Compare 4 commits »
fricklerhandwerk commented on pull request fediversity/fediversity#285 2025-04-01 16:30:25 +02:00
generate Python data models from module options

Yes, this is an artefact and I'll remove it.

fricklerhandwerk commented on pull request fediversity/fediversity#285 2025-04-01 16:29:33 +02:00
generate Python data models from module options

Oh yeah the first two commits also contain sketches to create modules from Python, but that was code from before I settled on the other direction (and also the second one is not particularly…