add basic service configuration #236

Merged
kiara merged 1 commit from fricklerhandwerk/Fediversity:nested-forms-hack into main 2025-03-13 15:28:56 +01:00
  • test the form interaction for a fixed schema version
  • also add a database migration missed in the last commit

Closes #73

- test the form interaction for a fixed schema version - also add a database migration missed in the last commit Closes #73
add basic service configuration
All checks were successful
/ check-website (pull_request) Successful in 11s
/ check-peertube (pull_request) Successful in 20s
/ check-pre-commit (pull_request) Successful in 25s
e0053da5bb
- test the form interaction for a fixed schema version
- also add a database migration missed in the last commit
@ -0,0 +1,112 @@
from django import forms
Owner

the versioning references here follow the design at #229, so on that the same drawbacks would apply.

given this PR does not otherwise need that part tho, i would suggest splitting that out for now.

the versioning references here follow the design at #229, so on that the same drawbacks would apply. given this PR does not otherwise need that part tho, i would suggest splitting that out for now.
@ -0,0 +5,4 @@
from django_pydantic_field import SchemaField
# TODO(@fricklerhandwerk):
# Eventually should probably maintain a separate series of configuration schema versions for each service.
Owner

does this already separately store the application configs?

does this already separately store the application configs?
Owner

from @fricklerhandwerk: No, as noted I didn’t go into that yet to keep it flat for now

from @fricklerhandwerk: No, as noted I didn’t go into that yet to keep it flat for now
Owner

merging with #247 to unblock #246 while keeping some breathing room on the versioning question

merging with #247 to unblock #246 while keeping some breathing room on the versioning question
kiara merged commit e41f9c572a into main 2025-03-13 15:28:56 +01:00
kiara deleted branch nested-forms-hack 2025-03-13 15:28:56 +01:00
kiara referenced this pull request from a commit 2025-03-13 15:28:57 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fediversity/fediversity#236
No description provided.