Tobias Brunner tobru · he/him
tobru opened issue servala/servala-portal#15 2025-03-18 17:14:29 +00:00
Sync Billing Entities with APPUiO Control API
tobru opened issue servala/servala-portal#14 2025-03-18 17:12:29 +00:00
Dynamic Service Ordering Form
tobru opened issue servala/servala-portal#13 2025-03-18 17:01:32 +00:00
Service Catalog Listing
tobru commented on issue servala/servala-portal#12 2025-03-18 14:54:22 +00:00
Register and Manage Control Planes

Example Kubeconfig for the dev cluster:

apiVersion: v1
clusters:
  - cluster:
      certificate-authority-data: REDACTED
      server: https://vcluster.127.0.0.1.nip.io:8443
    name:…
tobru pushed to main at servala/servala-portal 2025-03-18 07:58:54 +00:00
f42daf01a4 mention docs and pre-commit in README
tobru opened issue servala/servala-portal#12 2025-03-18 07:26:13 +00:00
Register and Manage Control Planes
tobru opened issue servala/servala-portal#11 2025-03-17 14:08:13 +00:00
Sync Organizations with APPUiO Control API
tobru commented on issue servala/servala-portal#5 2025-03-17 13:33:42 +00:00
Login and registration with VSHN Account

As discussed, we set SOCIALACCOUNT_ONLY = False for now as the Django admin also uses allauth.

tobru commented on issue servala/servala-portal#3 2025-03-17 13:32:24 +00:00
Initialize Actions

Action worked as expected, closing.

tobru closed issue servala/servala-portal#3 2025-03-17 13:32:24 +00:00
Initialize Actions
tobru commented on issue servala/servala-portal#2 2025-03-17 13:32:06 +00:00
Setup Documentation Project

Still todo: ADR structure and automation.

tobru pushed to main at servala/website 2025-03-17 08:25:24 +00:00
ad3f06d6ff deploy to night maint nodes
5bad139d03 correct ordering of services in provider
Compare 2 commits »
tobru pushed to main at servala/website 2025-03-14 14:35:08 +00:00
9ce96674c0 show partner and provider name on listing
1105fc7605 add static announcement banner
31844f1b13 move base template to better folder
15293dfa11 update about page text
1daa288cdd allow manual ordering of consulting partner
Compare 5 commits »
tobru commented on issue servala/servala-portal#5 2025-03-13 10:57:07 +00:00
Login and registration with VSHN Account

Wo do work with the VSHN Test Keycloak for now, this is the intended allauth configuration:

SOCIALACCOUNT_AUTO_SIGNUP = True
SOCIALACCOUNT_ONLY = True
SOCIALACCOUNT_PROVIDERS = {
   …
tobru pushed to main at servala/website 2025-03-12 09:19:41 +00:00
e82f563ca3 order cloud provider correctly in offering list
1a7d1b6c5c hide offering when provider unlisted
Compare 2 commits »
tobru pushed to main at servala/website 2025-03-12 05:41:43 +00:00
3f6fc4a86e allow manual ordering of cloud provider
7bd09ec6aa set a default to allow building
b5584e1d8e send email confirmation after lead creation
Compare 3 commits »
tobru pushed to main at servala/servala-portal 2025-03-11 14:40:29 +00:00
d61465b6ea move over documentation from old place
tobru commented on issue servala/servala-portal#3 2025-03-11 09:08:24 +00:00
Initialize Actions
  • The runner works (manually installed on a VM at Hetzner Cloud for now)
  • Actions for documentation works
  • Actions for the portal are being implemented in #8
tobru commented on issue servala/servala-portal#2 2025-03-11 09:07:23 +00:00
Setup Documentation Project

Documentation is being setup, it's already deployed to https://docs.servala.com/. All documentation lives in the same repository as the portal code under the "docs/" directory. Building and…

tobru opened issue servala/servala-portal#9 2025-03-11 08:44:22 +00:00
High-Level Roadmap