Kiara Grouwstra kiara · any pronouns
kiara commented on pull request fediversity/fediversity#285 2025-03-31 17:59:34 +02:00
generate Python data models from module options

down the road we may want to look into guaranteeing our different components use and expect the same structure, but having any check here definitely improves on what we had already :)

kiara commented on pull request fediversity/fediversity#285 2025-03-31 17:59:34 +02:00
generate Python data models from module options

if we were to at some point plug existing nix modules into this, we might consider a schema export ignoring (rather than crashing on) fields too complex in their defaults/type. i don't know if clan cares for a PR in that direction, otherwise we could fork.

kiara commented on pull request fediversity/fediversity#285 2025-03-31 16:38:45 +02:00
generate Python data models from module options

looking forward to the PR, both to clarify/explain the diff, as well as to separate concerns - as far as i'm concerned (until merged) feel free to pull this from such a fork rather than inlining here

kiara commented on pull request fediversity/fediversity#285 2025-03-31 16:36:02 +02:00
generate Python data models from module options

iiuc this is still unused (as per your comment below)?

kiara commented on pull request fediversity/fediversity#285 2025-03-31 16:34:48 +02:00
generate Python data models from module options

what's the replacement for? maybe clarify in a comment

kiara commented on pull request fediversity/fediversity#285 2025-03-31 16:33:50 +02:00
generate Python data models from module options

where is this used btw?

kiara pushed to main at fediversity/meta 2025-03-31 12:11:13 +02:00
edcd80e87f add meeting notes: visual design meeting w/ slik
kiara commented on issue fediversity/fediversity#190 2025-03-31 09:10:16 +02:00
Wire up passing credentials from FediPanel to the Pixelfed configuration

@kevin makes sense. i guess with the declarative approach of our form putting it in the form kinda sucks too, as it would then remain exposed. that maybe seems like a broader challenge in our…

kiara pushed to tf at kiara/Fediversity 2025-03-30 13:12:40 +02:00
4f4bea2a01 use a mutable HOME in TF for nixos-anywhere to make a .ssh dir in - will this not backfire?
kiara pushed to tf at kiara/Fediversity 2025-03-30 12:48:58 +02:00
b26fbec7f8 for now gitignore .auto.tfvars.json used to track TF module of nixos-anywhere
kiara pushed to tf at kiara/Fediversity 2025-03-30 12:45:31 +02:00
8e83f5b00c untrack TF generated provider/module stuff - local dev now requires following launch/README.md
kiara pushed to tf at kiara/Fediversity 2025-03-30 10:42:41 +02:00
46469c033f rm comment
kiara pushed to tf at kiara/Fediversity 2025-03-30 10:41:22 +02:00
be9cbfb8c5 update nixos-anywhere to fix error 'installable ... does not correspond to a Nix language value'
kiara pushed to tf at kiara/Fediversity 2025-03-28 21:22:47 +01:00
e329a721d4 rm launch flake, as i seem to have reached similar progress without it
kiara pushed to tf at kiara/Fediversity 2025-03-28 21:14:22 +01:00
caa497c4a2 get TF in prod to the same 'installable ... does not correspond to a Nix language value' for non-flakes
659a3593b5 document updating TF module
7e24b9e478 update
7048058d6b specify XDG_CACHE_HOME, workaround to error writing to /var/empty/.cache
ed63b582ed skip tf lock in views.py over read-only nix env
Compare 14 commits »
kiara pushed to tf at kiara/Fediversity 2025-03-28 21:09:02 +01:00
2ed7f3ebe5 get TF in prod to the same 'installable ... does not correspond to a Nix language value' for non-flakes
kiara approved fediversity/fediversity#283 2025-03-28 13:40:00 +01:00
Show if deployment succeeded
kiara commented on pull request fediversity/fediversity#283 2025-03-28 13:35:52 +01:00
Show if deployment succeeded

in the PR description, please reference the underlying ticket to [auto-close](https://docs.gitea.com/1.18/usage/automatically-linked-references#actionable-references-in-pull-requests-and-commit-mes

kiara approved fediversity/fediversity#283 2025-03-28 13:28:11 +01:00
Show if deployment succeeded
kiara commented on pull request fediversity/fediversity#283 2025-03-28 13:27:31 +01:00
Show if deployment succeeded

it's okay if you like to do logging, but if you'd like to be able to leave them in then please use a logger over print