Tobias Kunze rixx · he/him
rixx pushed to 165-form-configuration at servala/servala-portal 2025-11-10 13:15:31 +00:00
f3e14b4c85 Fix tabs for custom fieldsets
rixx pushed to 165-form-configuration at servala/servala-portal 2025-11-10 13:05:02 +00:00
9ac9f5e1c9 Add print debugging to tab setup
7a8dc91afe Make sure max length applies to textarea
c7c22aa265 Add default config
228ab9bc0d Make fqdn generator fail silently
Compare 4 commits »
rixx pushed to 165-form-configuration at servala/servala-portal 2025-11-07 11:59:50 +00:00
985e4b47c0 Make expert mode toggle less prominent
6182b36daf Implicitly fix admin choices configuration
1ed261d4b2 Coerce string-numbers to numbers in admin form
Compare 3 commits »
rixx created pull request servala/servala-portal#273 2025-11-06 15:39:32 +00:00
Skip offering selection if there is only one
rixx created branch 258-skip-service-provider in servala/servala-portal 2025-11-06 15:39:07 +00:00
rixx pushed to 258-skip-service-provider at servala/servala-portal 2025-11-06 15:39:07 +00:00
fa7a170871 Skip offering selection if there is only one
rixx pushed to 165-form-configuration at servala/servala-portal 2025-11-06 15:15:29 +00:00
ece60ad3b1 Implement default values in custom forms
bab9d636ee Fix missing number validators on custom form widgets
089dbb663a Fix custom choices not being used
b3bb41b322 Fix tabs on custom instance forms
68dce4c5fb Make form_config integers optional
Compare 9 commits »
rixx pushed to 165-form-configuration at servala/servala-portal 2025-11-05 09:45:44 +00:00
ca485978b9 Code style
59e7a75c51 Simplify form configuration, remove generators reference
Compare 2 commits »
rixx created pull request servala/servala-portal#268 2025-11-05 09:38:46 +00:00
Custom form configuration
rixx created branch 165-form-configuration in servala/servala-portal 2025-11-05 09:37:23 +00:00
rixx pushed to 165-form-configuration at servala/servala-portal 2025-11-05 09:37:23 +00:00
a5d46b696f Code style
5cc582b638 Validate fields used in custom form config
Compare 2 commits »
rixx created branch 223-input-validation in servala/servala-portal 2025-11-05 09:20:25 +00:00
rixx pushed to 223-input-validation at servala/servala-portal 2025-11-05 09:20:25 +00:00
aa77a10de2 Implement instance creation from custom form
7f99c78084 Fix array widget container ID
2931315b96 Remove org field from generated form
63039171c1 Fix FQDN generation
652e0798f4 Make sure FQDN generation works with custom form
Compare 10 commits »
rixx commented on issue servala/servala-portal#165 2025-10-30 12:24:58 +00:00
Per service definition dynamically configurable form (Simple Form)

Would configuration-in-code be alright for hardcoded fields? In that case, I'd put a constant somewhere like this:

MANDATORY_FIELDS = {
        "metadata.name": {
           
rixx created pull request servala/servala-portal#251 2025-10-24 10:42:28 +00:00
Restrict user input to more sensible ranges
rixx created branch 223-input-validation in servala/servala-portal 2025-10-24 10:40:52 +00:00
rixx pushed to 223-input-validation at servala/servala-portal 2025-10-24 10:40:52 +00:00
5d70f1ff3e Restrict user input to more sensible ranges
rixx pushed to 243-service-provider-improvements at servala/servala-portal 2025-10-24 10:24:42 +00:00
b8f3621b47 Migrate user info data
75fe0799e0 Implement user info help text with popovers
Compare 2 commits »
rixx commented on issue servala/servala-portal#223 2025-10-24 10:20:28 +00:00
Sanitize Input fields for Allowed Characters

Are you sure we don't need umlauts/accented characters in organization names?

rixx created pull request servala/servala-portal#250 2025-10-24 09:56:41 +00:00
Inline user info in service offering page