Commit graph

830 commits

Author SHA1 Message Date
3b49b17360 Implement per-origin default odoo sales orders
ref #227
2025-10-22 11:39:35 +02:00
d8ceaf4b1b Fix display of empty service list 2025-10-22 11:13:24 +02:00
b4d239a1a6 Limit cloud providers per organization origin
ref #38
2025-10-22 11:13:20 +02:00
714cd9be54 Implement organization delete, fix style, use rules
All checks were successful
Tests / test (push) Successful in 27s
ref #19
2025-10-21 15:10:57 +02:00
892a19bbcc Explain user roles
ref #19
2025-10-21 14:54:12 +02:00
7c6464330d Remove star in front of error message
ref #19
2025-10-21 13:29:07 +02:00
45b2b93aba Add Invites to auditlog
ref #19
2025-10-21 10:03:34 +02:00
Renovate Bot
de0ac39901 Update dependency sentry-sdk to >=2.42.1
All checks were successful
Tests / test (push) Successful in 28s
2025-10-21 03:01:51 +00:00
850a791851 Handle whole form sections being advanced
ref #204
2025-10-20 15:02:41 +02:00
864c0ffc06 Fix advanced fields not working with categories
ref #204
2025-10-20 13:54:33 +02:00
359bc58749 Fix advanced fields not working with array fields
ref #204
2025-10-20 11:56:35 +02:00
Renovate Bot
61c1aabeb0 Update dependency isort to v7
All checks were successful
Tests / test (push) Successful in 29s
2025-10-20 03:01:57 +00:00
Renovate Bot
71cf20ac1a Update dependency coverage to >=7.11.0
All checks were successful
Tests / test (push) Successful in 1m0s
2025-10-19 03:01:43 +00:00
Renovate Bot
0ef1678c3c Update dependency django-allauth to >=65.12.1
All checks were successful
Tests / test (push) Successful in 33s
2025-10-18 03:01:58 +00:00
Renovate Bot
5790e157bc Update https://github.com/renovatebot/github-action action to v43.0.17
All checks were successful
Tests / test (push) Successful in 28s
2025-10-18 03:01:53 +00:00
Renovate Bot
ed4fbb3c1d Update dependency psycopg2-binary to >=2.9.11
All checks were successful
Tests / test (push) Successful in 30s
2025-10-18 03:01:48 +00:00
c346a2dac6 Merge pull request 'Update dependency pytest-cov to v7' (#222) from renovate/pytest-cov-7.x into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m21s
Tests / test (push) Successful in 56s
Build and Deploy Staging / deploy (push) Successful in 7s
Reviewed-on: #222
2025-10-17 11:21:44 +00:00
85df8ea510 Merge pull request 'Update dependency isort to >=6.1.0' (#219) from renovate/isort-6.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: #219
2025-10-17 11:21:30 +00:00
dddcbbcc1b Merge pull request 'Update dependency django-auditlog to >=3.3.0' (#218) from renovate/django-auditlog-3.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: #218
2025-10-17 11:21:23 +00:00
41711e9a36 Merge pull request 'Update dependency cryptography to >=46.0.3' (#215) from renovate/cryptography-46.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: #215
2025-10-17 11:21:19 +00:00
ce34afa10a
service enabling / disabling is not specific to a csp
All checks were successful
Tests / test (push) Successful in 48s
2025-10-17 10:54:43 +02:00
54998ab9d0
explicitely convert is_accepted to boolean
All checks were successful
Tests / test (push) Successful in 31s
The is_accepted property returns self.accepted_by or self.accepted_at.
When accepted_by is a User object (not None), it returns the User object
instead of a boolean.

The Django admin's boolean field renderer expects a boolean value
(True, False, or None), not a User object.
2025-10-17 10:40:00 +02:00
014e88aa24
remove the help text about billing entity being read only
The issue is that when obj.has_inherited_billing_entity is True, the code adds
"billing_entity" to the readonly fields.

When a field is marked as readonly, Django may exclude it from form.base_fields,
which causes a KeyError when trying to access it.
2025-10-17 10:35:47 +02:00
8ba9787d4b Fix "Add item" button adding multiple items
All checks were successful
Tests / test (push) Successful in 1m12s
ref #224
2025-10-17 06:11:27 +02:00
Renovate Bot
a370f67932 Update dependency cryptography to >=46.0.3
All checks were successful
Tests / test (push) Successful in 28s
2025-10-16 03:01:43 +00:00
3101829885 Allow users to toggle advanced fields
All checks were successful
Tests / test (push) Successful in 58s
ref #204
2025-10-15 16:42:57 +02:00
cd886df05b Add ServiceDefinition.advanced_fields
ref #204
2025-10-15 14:34:38 +02:00
4124add146 Fix common abbreviations
ref #204
2025-10-15 11:58:02 +02:00
3375a1c8f3 Generate wildcard DNS in frontend
ref #203
2025-10-14 17:05:22 +02:00
573b7a5eb5 Add wildcard_dns field
ref #203
2025-10-14 14:34:27 +02:00
72fedefb7f Roll back service creation on error
ref #202
2025-10-14 11:16:03 +02:00
27b9133ad4 Do not display _HOST keys in connection details
ref #200
2025-10-13 12:56:06 +02:00
4bf35260ad Add external links to service offerings
ref #197
2025-10-13 11:24:40 +02:00
b9ff0e61da Send invitation emails
ref #19
2025-10-08 17:53:27 +02:00
21c26f9e5d Allow users to invite other users
ref #19
2025-10-08 15:04:46 +02:00
09ab83d1e4 Allow users to accept invitations
ref #19
2025-10-08 11:24:44 +02:00
8b1e0f74bb Add Invitation model
ref #19
2025-10-08 11:00:16 +02:00
842b66a84d Prepare to block billing entity editing
ref #198
2025-10-07 16:39:04 +02:00
6443582c0e Add default billing entity from origin
ref #198
2025-10-07 15:04:12 +02:00
819e13481e Show non-deactivated services separately
ref #38
2025-10-07 14:34:18 +02:00
3730d95a6e Add services to limit_osb_services on activation
ref #38
2025-10-07 13:54:38 +02:00
df3e3d5f0c Only show services with permitted CloudProvider
ref #38
2025-10-07 10:44:46 +02:00
a644ad4e75 Add new limitation fields to Organization model
ref #38
2025-10-06 12:12:32 +02:00
272451c92f Code style 2025-10-06 11:12:43 +02:00
Renovate Bot
ff93a6c366 Update dependency pytest-cov to v7
All checks were successful
Tests / test (push) Successful in 32s
2025-10-04 03:01:33 +00:00
Renovate Bot
5ba559dcc7 Update dependency kubernetes to v34
All checks were successful
Tests / test (push) Successful in 31s
2025-10-04 03:01:28 +00:00
Renovate Bot
05f68fb6bd Update dependency isort to >=6.1.0
All checks were successful
Tests / test (push) Successful in 31s
2025-10-04 03:01:23 +00:00
Renovate Bot
77e2e5871c Update dependency django-auditlog to >=3.3.0
All checks were successful
Tests / test (push) Successful in 32s
2025-10-04 03:01:18 +00:00
b5e7a7a9b7
bump version 2025.10.03-0 -> 2025.10.03-1
All checks were successful
Build and Deploy Staging / build (push) Successful in 46s
Build and Deploy Production / build (push) Successful in 47s
Tests / test (push) Successful in 31s
Build and Deploy Staging / deploy (push) Successful in 8s
Build and Deploy Production / deploy (push) Successful in 15s
2025-10-03 16:21:49 +02:00
985fa1907f Merge pull request 'include instance id in url to support uniqueness' (#221) from 220-duplicate-instance-names into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 47s
Tests / test (push) Successful in 31s
Build and Deploy Staging / deploy (push) Successful in 7s
Reviewed-on: #221
2025-10-03 14:19:19 +00:00