Commit graph

777 commits

Author SHA1 Message Date
eada336904 Start work on implementing Exoscale offboarding
Some checks failed
Tests / test (push) Failing after 24s
rel #262
2025-11-12 11:42:10 +01:00
21102f30c7 Merge pull request 'Custom form configuration' (#268) from 165-form-configuration into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 42s
Tests / test (push) Successful in 26s
Build and Deploy Staging / deploy (push) Successful in 7s
Reviewed-on: #268
2025-11-10 14:49:32 +00:00
ffed6139cd Do not save empty form_config entries
All checks were successful
Tests / test (push) Successful in 30s
2025-11-10 14:53:23 +01:00
45f17cabaa Update schema to make label and type optional
All checks were successful
Tests / test (push) Successful in 28s
2025-11-10 14:33:41 +01:00
f3e14b4c85 Fix tabs for custom fieldsets
All checks were successful
Tests / test (push) Successful in 30s
2025-11-10 14:15:22 +01:00
9ac9f5e1c9 Add print debugging to tab setup
All checks were successful
Tests / test (push) Successful in 29s
2025-11-10 14:04:42 +01:00
7a8dc91afe Make sure max length applies to textarea 2025-11-10 14:02:40 +01:00
c7c22aa265 Add default config 2025-11-10 14:02:34 +01:00
561abc5f76 Merge pull request 'Update dependency coverage to >=7.11.3' (#274) from renovate/coverage-7.x into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 39s
Tests / test (push) Successful in 26s
Build and Deploy Staging / deploy (push) Successful in 6s
Reviewed-on: #274
2025-11-10 12:36:24 +00:00
93b5a2a366 Merge pull request 'Update dependency pytest to v9' (#276) from renovate/pytest-9.x into main
Some checks are pending
Build and Deploy Staging / build (push) Waiting to run
Build and Deploy Staging / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
Reviewed-on: #276
2025-11-10 12:36:13 +00:00
228ab9bc0d Make fqdn generator fail silently 2025-11-10 13:36:09 +01:00
821e150239 Merge pull request 'Update dependency black to >=25.11.0' (#277) from renovate/black-25.x into main
Some checks failed
Tests / test (push) Waiting to run
Build and Deploy Staging / build (push) Has been cancelled
Build and Deploy Staging / deploy (push) Has been cancelled
Reviewed-on: #277
2025-11-10 12:35:42 +00:00
Renovate Bot
0806523f18 Update https://github.com/renovatebot/github-action action to v44 2025-11-10 03:01:51 +00:00
Renovate Bot
eb8176d446 Update dependency black to >=25.11.0
All checks were successful
Tests / test (push) Successful in 25s
2025-11-10 03:01:40 +00:00
Renovate Bot
14f813fe25 Update dependency coverage to >=7.11.3
All checks were successful
Tests / test (push) Successful in 23s
2025-11-10 03:01:35 +00:00
Renovate Bot
ec72ab88c4 Update dependency pytest to v9
All checks were successful
Tests / test (push) Successful in 26s
2025-11-09 03:01:47 +00:00
985e4b47c0 Make expert mode toggle less prominent
All checks were successful
Tests / test (push) Successful in 28s
2025-11-07 11:41:08 +01:00
6182b36daf Implicitly fix admin choices configuration 2025-11-07 11:36:28 +01:00
1ed261d4b2 Coerce string-numbers to numbers in admin form 2025-11-07 11:28:49 +01:00
14d60f80ca Merge pull request 'Skip offering selection if there is only one' (#273) from 258-skip-service-provider into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 38s
Tests / test (push) Successful in 26s
Build and Deploy Staging / deploy (push) Successful in 6s
Reviewed-on: #273
2025-11-07 07:45:21 +00:00
fa7a170871 Skip offering selection if there is only one
All checks were successful
Tests / test (push) Successful in 26s
closes #258
2025-11-06 16:38:13 +01:00
ece60ad3b1 Implement default values in custom forms
All checks were successful
Tests / test (push) Successful in 28s
2025-11-06 16:14:02 +01:00
bab9d636ee Fix missing number validators on custom form widgets 2025-11-06 15:58:56 +01:00
089dbb663a Fix custom choices not being used 2025-11-06 15:55:27 +01:00
b3bb41b322 Fix tabs on custom instance forms 2025-11-06 15:40:16 +01:00
29edfd2d3a Merge pull request 'Update dependency django to v5.2.8' (#271) from renovate/django-5.x into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 40s
Tests / test (push) Successful in 27s
Build and Deploy Staging / deploy (push) Successful in 7s
Reviewed-on: #271
2025-11-06 14:26:23 +00:00
68dce4c5fb Make form_config integers optional 2025-11-06 15:07:14 +01:00
7fbd57d1b1 Add basic form generation tests 2025-11-06 14:53:58 +01:00
16d8ac0c6d Fix missing form when no custom form is present 2025-11-06 14:52:13 +01:00
9e1804a141 Split up crd.py into module 2025-11-06 14:32:16 +01:00
5b496ec5b2 Fix migration story 2025-11-06 14:22:50 +01:00
Renovate Bot
7d04e20bc0 Update dependency django to v5.2.8
All checks were successful
Tests / test (push) Successful in 25s
2025-11-06 03:01:31 +00:00
bbc1d735b6 Merge pull request 'Make it more clear how to register an account' (#270) from login-screen-two-buttons into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 47s
Tests / test (push) Successful in 24s
Build and Deploy Staging / deploy (push) Successful in 5s
Reviewed-on: #270
2025-11-05 16:01:35 +00:00
be00fb75cb
make it more clear how to register an account
All checks were successful
Tests / test (push) Successful in 25s
And use Sign in instead of Login which seems to be more common.
2025-11-05 17:00:28 +01:00
7aa1040f16 Merge pull request 'Update dependency django-allauth to >=65.13.0' (#265) from renovate/django-allauth-65.x into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 38s
Tests / test (push) Successful in 25s
Build and Deploy Staging / deploy (push) Successful in 6s
Reviewed-on: #265
2025-11-05 14:42:12 +00:00
6ef18d415f Merge pull request 'Lock file maintenance' (#266) from renovate/lock-file-maintenance into main
Some checks failed
Build and Deploy Staging / deploy (push) Blocked by required conditions
Build and Deploy Staging / build (push) Successful in 56s
Tests / test (push) Has been cancelled
Reviewed-on: #266
2025-11-05 14:41:00 +00:00
948ff5b8d8 Merge pull request 'Update https://github.com/renovatebot/github-action action to v43.0.20' (#267) from renovate/https-github.com-renovatebot-github-action-43.x into main
Reviewed-on: #267
2025-11-05 14:40:46 +00:00
ca485978b9 Code style
All checks were successful
Tests / test (push) Successful in 28s
2025-11-05 10:45:37 +01:00
59e7a75c51 Simplify form configuration, remove generators reference 2025-11-05 10:42:41 +01:00
a5d46b696f Code style
All checks were successful
Tests / test (push) Successful in 26s
2025-11-05 10:37:11 +01:00
5cc582b638 Validate fields used in custom form config 2025-11-05 10:37:01 +01:00
aa77a10de2 Implement instance creation from custom form
All checks were successful
Tests / test (push) Successful in 28s
2025-11-05 10:19:56 +01:00
7f99c78084 Fix array widget container ID 2025-11-05 10:18:46 +01:00
2931315b96 Remove org field from generated form 2025-11-05 10:15:23 +01:00
63039171c1 Fix FQDN generation 2025-11-05 10:14:52 +01:00
652e0798f4 Make sure FQDN generation works with custom form 2025-11-05 10:12:34 +01:00
9e7330e24d Fix form display details 2025-11-05 10:11:56 +01:00
cedcab85c4 Use custom forms in instance update 2025-11-05 10:11:56 +01:00
0045e532ee Generate custom service form from config 2025-11-05 10:11:56 +01:00
357e39b543 Remove expert fields, add form config 2025-11-05 10:11:56 +01:00