Tobias Kunze rixx · he/him
rixx pushed to october at servala/servala-portal 2025-10-17 04:12:48 +00:00
8ba9787d4b Fix "Add item" button adding multiple items
rixx closed issue servala/servala-portal#220 2025-10-17 03:59:42 +00:00
Duplicate Service Name causes Instance Detail to fail
rixx created pull request servala/servala-portal#226 2025-10-17 03:57:21 +00:00
October feature list
rixx created branch october in servala/servala-portal 2025-10-17 03:44:54 +00:00
rixx pushed to october at servala/servala-portal 2025-10-17 03:44:54 +00:00
3101829885 Allow users to toggle advanced fields
cd886df05b Add ServiceDefinition.advanced_fields
4124add146 Fix common abbreviations
3375a1c8f3 Generate wildcard DNS in frontend
573b7a5eb5 Add wildcard_dns field
Compare 10 commits »
rixx commented on issue servala/servala-portal#19 2025-10-03 07:15:10 +00:00
Invite user into Organization

Test to make sure that new users do not lose the redirect in the sign up flow.

rixx commented on issue servala/servala-portal#198 2025-10-03 07:12:24 +00:00
Default Billing ID configuration in Organization Origin

When the Orgainzation Origin entity is changed, it will only be applied to new organizations (but should show a warning to the staff user).

rixx closed issue servala/servala-portal#37 2025-10-03 07:05:30 +00:00
Open Service Broker for Exoscale - Onboarding
rixx deleted branch 37-exoscale-onboarding from servala/servala-portal 2025-10-03 07:04:46 +00:00
rixx pushed to main at servala/servala-portal 2025-10-03 07:04:45 +00:00
cc23730d33 Merge pull request 'Implement Exoscale onboarding API endpoint' (#199) from 37-exoscale-onboarding into main
e459047622 Use new osb_id fields to match API requests
4be6eeb18f Move API URL
0a591f352a Drop Plan model, add osb ID references
f0320fb13b Add missing testing dependency
Compare 15 commits »
rixx merged pull request servala/servala-portal#199 2025-10-03 07:04:44 +00:00
Implement Exoscale onboarding API endpoint
rixx commented on issue servala/servala-portal#19 2025-10-02 08:04:06 +00:00
Invite user into Organization

Will we need to distinguish between invites sent by users manually and invites sent via exoscale?

rixx pushed to 37-exoscale-onboarding at servala/servala-portal 2025-10-02 07:49:37 +00:00
e459047622 Use new osb_id fields to match API requests
4be6eeb18f Move API URL
0a591f352a Drop Plan model, add osb ID references
f0320fb13b Add missing testing dependency
8edca54279 add note about smtp4dev
Compare 29 commits »
rixx pushed to main at servala/servala-portal 2025-10-02 07:34:39 +00:00
da90003143 Merge pull request 'Update dependency node to v22' (#216) from renovate/node-22.x into main
6c4ac644c6 Update dependency node to v22
Compare 2 commits »
rixx deleted branch renovate/node-22.x from servala/servala-portal 2025-10-02 07:34:39 +00:00
rixx merged pull request servala/servala-portal#216 2025-10-02 07:34:37 +00:00
Update dependency node to v22
rixx pushed to main at servala/servala-portal 2025-10-02 07:33:55 +00:00
78a3349866 Merge pull request 'Update dependency django to v5.2.7' (#217) from renovate/django-5.x into main
356d91a760 Update dependency django to v5.2.7
Compare 2 commits »
rixx deleted branch renovate/django-5.x from servala/servala-portal 2025-10-02 07:33:55 +00:00
rixx merged pull request servala/servala-portal#217 2025-10-02 07:33:54 +00:00
Update dependency django to v5.2.7
rixx commented on pull request servala/servala-portal#199 2025-09-29 13:35:11 +00:00
Implement Exoscale onboarding API endpoint

I think we should have a separate, unique field in the following models to store OSB specific IDs and match against them: Service and Plan.

We currently do not use the Plan model yet at all…