Tobias Brunner tobru · he/him
tobru commented on pull request servala/servala-portal#199 2025-09-30 06:02:05 +00:00
Implement Exoscale onboarding API endpoint

Let's move this to api/osb/v2/service_instances/<str:instance_id>

tobru commented on pull request servala/servala-portal#199 2025-09-29 14:46:23 +00:00
Implement Exoscale onboarding API endpoint

We currently do not use the Plan model yet at all apart from in this PR, fwiw. If I understand this correctly, you'd like an osb_id of type string / CharField on both the Service and the Plan…

tobru pushed to 37-exoscale-onboarding at servala/servala-portal 2025-09-29 07:24:23 +00:00
f706a4c546 add note about smtp4dev
tobru deleted branch renovate/black-25.x from servala/servala-portal 2025-09-29 07:22:57 +00:00
tobru pushed to main at servala/servala-portal 2025-09-29 07:22:56 +00:00
517808cc4c Merge pull request 'Update dependency black to >=25.9.0' (#207) from renovate/black-25.x into main
179680cd39 Update dependency black to >=25.9.0
Compare 2 commits »
tobru merged pull request servala/servala-portal#207 2025-09-29 07:22:55 +00:00
Update dependency black to >=25.9.0
tobru pushed to main at servala/servala-portal 2025-09-29 07:22:45 +00:00
0e8b7935d2 Merge pull request 'Update dependency django-template-partials to >=25.2' (#208) from renovate/django-template-partials-25.x into main
2f2a423a3c Update dependency django-template-partials to >=25.2
Compare 2 commits »
tobru deleted branch renovate/django-template-partials-25.x from servala/servala-portal 2025-09-29 07:22:45 +00:00
tobru merged pull request servala/servala-portal#208 2025-09-29 07:22:44 +00:00
Update dependency django-template-partials to >=25.2
tobru pushed to main at servala/servala-portal 2025-09-29 07:22:30 +00:00
912847a866 Merge pull request 'Update dependency sentry-sdk to >=2.39.0' (#209) from renovate/sentry-sdk-2.x into main
41a3b3dbee Update dependency sentry-sdk to >=2.39.0
Compare 2 commits »
tobru deleted branch renovate/sentry-sdk-2.x from servala/servala-portal 2025-09-29 07:22:30 +00:00
tobru merged pull request servala/servala-portal#209 2025-09-29 07:22:29 +00:00
Update dependency sentry-sdk to >=2.39.0
tobru pushed to main at servala/servala-portal 2025-09-29 07:22:21 +00:00
5ba7a66ecf Merge pull request 'Update dependency cryptography to v46' (#210) from renovate/cryptography-46.x into main
8f29b6d83f Update dependency cryptography to v46
Compare 2 commits »
tobru deleted branch renovate/cryptography-46.x from servala/servala-portal 2025-09-29 07:22:21 +00:00
tobru merged pull request servala/servala-portal#210 2025-09-29 07:22:20 +00:00
Update dependency cryptography to v46
tobru pushed to main at servala/servala-portal 2025-09-29 07:22:10 +00:00
e91ad45b3a Merge pull request 'Update https://github.com/renovatebot/github-action action to v43.0.14' (#211) from renovate/https-github.com-renovatebot-github-action-43.x into main
Compare 2 commits »
tobru deleted branch renovate/https-github.com-renovatebot-github-action-43.x from servala/servala-portal 2025-09-29 07:22:10 +00:00
tobru merged pull request servala/servala-portal#211 2025-09-29 07:22:09 +00:00
Update https://github.com/renovatebot/github-action action to v43.0.14
tobru commented on pull request servala/servala-portal#199 2025-09-29 07:21:32 +00:00
Implement Exoscale onboarding API endpoint

Tested with:

curl -X PUT -d "@tmp/osb-instance-create.json" -H "Content-Type: application/json" -u exo:blubber http://localhost:8000/v2/service_instances/myinstance

Content of…

tobru opened issue servala/servala-portal#212 2025-09-29 07:07:38 +00:00
Visual representation of Organization Origin