Skip to content

Commit 9114446

Browse files
authored
feat(webhosting): extends offer api with commitment (#5380)
1 parent 5906a47 commit 9114446

File tree

3 files changed

+36
-20
lines changed

3 files changed

+36
-20
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/moby/buildkit v0.28.0
2525
github.com/moby/go-archive v0.2.0
2626
github.com/opencontainers/go-digest v1.0.0
27-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260303132029-414fb71b4faf
27+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260304184440-b3f5e72aea5e
2828
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2929
github.com/spf13/cobra v1.10.2
3030
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
476476
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
477477
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
478478
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
479-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260303132029-414fb71b4faf h1:bRmBaL9slf/ACeBew9LmivAzEiLcad5WLUinMDqdUrI=
480-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260303132029-414fb71b4faf/go.mod h1:EG4RjSWH4YiEB6bPmLxzkDm7GsEqLcXNTCwigMNapxQ=
479+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260304184440-b3f5e72aea5e h1:K2g3Hro99UX5Ji/m5ziNYJs9UsaSbhgrN96LRkWJpug=
480+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260304184440-b3f5e72aea5e/go.mod h1:EG4RjSWH4YiEB6bPmLxzkDm7GsEqLcXNTCwigMNapxQ=
481481
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
482482
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
483483
github.com/secure-systems-lab/go-securesystemslib v0.10.0 h1:l+H5ErcW0PAehBNrBxoGv1jjNpGYdZ9RcheFkB2WI14=

internal/namespaces/webhosting/v1/testdata/test-list-offer-simple.golden

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟩🟩🟩 STDOUT️ 🟩🟩🟩️
3-
ID NAME BILLING OPERATION PATH OPTIONS PRICE AVAILABLE CONTROL PANEL NAME END OF LIFE QUOTA WARNING CONTROL PANELS REGION
4-
f5c2ae8f-7625-4bca-b711-b44bb3d08694 lite /webhosting/lite/fr-par 10 € 5.99 true cpanel false unknown_warning -
5-
525098b0-c4bc-4e96-b656-8d6f68d8f52f lite /webhosting/lite/fr-par 10 € 5.99 true wordpress false unknown_warning -
6-
d86c61a0-a9e9-11ec-b909-0242ac120002 personal /webhosting/personal/fr-par 10 € 9.99 true cpanel false unknown_warning -
7-
4651a634-070f-47a3-8bf8-2c22ace80b9b personal /webhosting/personal/fr-par 10 € 9.99 true wordpress false unknown_warning -
8-
de2426b4-a9e9-11ec-b909-0242ac120002 professional /webhosting/professional/fr-par 10 € 18.99 true cpanel false unknown_warning -
9-
97b9988d-6551-4f91-ab3e-c2265d4abcba professional /webhosting/professional/fr-par 10 € 18.99 true wordpress false unknown_warning -
10-
e1c1e6c6-a9e9-11ec-b909-0242ac120002 ecommerce /webhosting/ecommerce/fr-par 10 € 29.99 true cpanel false unknown_warning -
11-
f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par 10 € 29.99 true wordpress false unknown_warning -
12-
f5c2ae8f-7625-4bca-b711-b44bb3d08694 lite /webhosting/lite/fr-par 10 € 5.99 true cpanel false unknown_warning -
13-
525098b0-c4bc-4e96-b656-8d6f68d8f52f lite /webhosting/lite/fr-par 10 € 5.99 true wordpress false unknown_warning -
14-
d86c61a0-a9e9-11ec-b909-0242ac120002 personal /webhosting/personal/fr-par 10 € 9.99 true cpanel false unknown_warning -
15-
4651a634-070f-47a3-8bf8-2c22ace80b9b personal /webhosting/personal/fr-par 10 € 9.99 true wordpress false unknown_warning -
16-
de2426b4-a9e9-11ec-b909-0242ac120002 professional /webhosting/professional/fr-par 10 € 18.99 true cpanel false unknown_warning -
17-
97b9988d-6551-4f91-ab3e-c2265d4abcba professional /webhosting/professional/fr-par 10 € 18.99 true wordpress false unknown_warning -
18-
e1c1e6c6-a9e9-11ec-b909-0242ac120002 ecommerce /webhosting/ecommerce/fr-par 10 € 29.99 true cpanel false unknown_warning -
19-
f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par 10 € 29.99 true wordpress false unknown_warning -
3+
ID NAME BILLING OPERATION PATH OPTIONS PRICE AVAILABLE CONTROL PANEL NAME END OF LIFE QUOTA WARNING CONTROL PANELS COMMITMENTS REGION
4+
f5c2ae8f-7625-4bca-b711-b44bb3d08694 lite /webhosting/lite/fr-par 10 € 5.99 true cpanel false unknown_warning - -
5+
525098b0-c4bc-4e96-b656-8d6f68d8f52f lite /webhosting/lite/fr-par 10 € 5.99 true wordpress false unknown_warning - -
6+
d86c61a0-a9e9-11ec-b909-0242ac120002 personal /webhosting/personal/fr-par 10 € 9.99 true cpanel false unknown_warning - -
7+
4651a634-070f-47a3-8bf8-2c22ace80b9b personal /webhosting/personal/fr-par 10 € 9.99 true wordpress false unknown_warning - -
8+
de2426b4-a9e9-11ec-b909-0242ac120002 professional /webhosting/professional/fr-par 10 € 18.99 true cpanel false unknown_warning - -
9+
97b9988d-6551-4f91-ab3e-c2265d4abcba professional /webhosting/professional/fr-par 10 € 18.99 true wordpress false unknown_warning - -
10+
e1c1e6c6-a9e9-11ec-b909-0242ac120002 ecommerce /webhosting/ecommerce/fr-par 10 € 29.99 true cpanel false unknown_warning - -
11+
f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par 10 € 29.99 true wordpress false unknown_warning - -
12+
f5c2ae8f-7625-4bca-b711-b44bb3d08694 lite /webhosting/lite/fr-par 10 € 5.99 true cpanel false unknown_warning - -
13+
525098b0-c4bc-4e96-b656-8d6f68d8f52f lite /webhosting/lite/fr-par 10 € 5.99 true wordpress false unknown_warning - -
14+
d86c61a0-a9e9-11ec-b909-0242ac120002 personal /webhosting/personal/fr-par 10 € 9.99 true cpanel false unknown_warning - -
15+
4651a634-070f-47a3-8bf8-2c22ace80b9b personal /webhosting/personal/fr-par 10 € 9.99 true wordpress false unknown_warning - -
16+
de2426b4-a9e9-11ec-b909-0242ac120002 professional /webhosting/professional/fr-par 10 € 18.99 true cpanel false unknown_warning - -
17+
97b9988d-6551-4f91-ab3e-c2265d4abcba professional /webhosting/professional/fr-par 10 € 18.99 true wordpress false unknown_warning - -
18+
e1c1e6c6-a9e9-11ec-b909-0242ac120002 ecommerce /webhosting/ecommerce/fr-par 10 € 29.99 true cpanel false unknown_warning - -
19+
f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par 10 € 29.99 true wordpress false unknown_warning - -
2020
🟩🟩🟩 JSON STDOUT 🟩🟩🟩
2121
[
2222
{
@@ -175,6 +175,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
175175
"end_of_life": false,
176176
"quota_warning": "unknown_warning",
177177
"control_panels": null,
178+
"commitments": null,
178179
"region": ""
179180
},
180181
{
@@ -333,6 +334,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
333334
"end_of_life": false,
334335
"quota_warning": "unknown_warning",
335336
"control_panels": null,
337+
"commitments": null,
336338
"region": ""
337339
},
338340
{
@@ -491,6 +493,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
491493
"end_of_life": false,
492494
"quota_warning": "unknown_warning",
493495
"control_panels": null,
496+
"commitments": null,
494497
"region": ""
495498
},
496499
{
@@ -649,6 +652,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
649652
"end_of_life": false,
650653
"quota_warning": "unknown_warning",
651654
"control_panels": null,
655+
"commitments": null,
652656
"region": ""
653657
},
654658
{
@@ -807,6 +811,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
807811
"end_of_life": false,
808812
"quota_warning": "unknown_warning",
809813
"control_panels": null,
814+
"commitments": null,
810815
"region": ""
811816
},
812817
{
@@ -965,6 +970,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
965970
"end_of_life": false,
966971
"quota_warning": "unknown_warning",
967972
"control_panels": null,
973+
"commitments": null,
968974
"region": ""
969975
},
970976
{
@@ -1123,6 +1129,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
11231129
"end_of_life": false,
11241130
"quota_warning": "unknown_warning",
11251131
"control_panels": null,
1132+
"commitments": null,
11261133
"region": ""
11271134
},
11281135
{
@@ -1281,6 +1288,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
12811288
"end_of_life": false,
12821289
"quota_warning": "unknown_warning",
12831290
"control_panels": null,
1291+
"commitments": null,
12841292
"region": ""
12851293
},
12861294
{
@@ -1439,6 +1447,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
14391447
"end_of_life": false,
14401448
"quota_warning": "unknown_warning",
14411449
"control_panels": null,
1450+
"commitments": null,
14421451
"region": ""
14431452
},
14441453
{
@@ -1597,6 +1606,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
15971606
"end_of_life": false,
15981607
"quota_warning": "unknown_warning",
15991608
"control_panels": null,
1609+
"commitments": null,
16001610
"region": ""
16011611
},
16021612
{
@@ -1755,6 +1765,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
17551765
"end_of_life": false,
17561766
"quota_warning": "unknown_warning",
17571767
"control_panels": null,
1768+
"commitments": null,
17581769
"region": ""
17591770
},
17601771
{
@@ -1913,6 +1924,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
19131924
"end_of_life": false,
19141925
"quota_warning": "unknown_warning",
19151926
"control_panels": null,
1927+
"commitments": null,
19161928
"region": ""
19171929
},
19181930
{
@@ -2071,6 +2083,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
20712083
"end_of_life": false,
20722084
"quota_warning": "unknown_warning",
20732085
"control_panels": null,
2086+
"commitments": null,
20742087
"region": ""
20752088
},
20762089
{
@@ -2229,6 +2242,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
22292242
"end_of_life": false,
22302243
"quota_warning": "unknown_warning",
22312244
"control_panels": null,
2245+
"commitments": null,
22322246
"region": ""
22332247
},
22342248
{
@@ -2387,6 +2401,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
23872401
"end_of_life": false,
23882402
"quota_warning": "unknown_warning",
23892403
"control_panels": null,
2404+
"commitments": null,
23902405
"region": ""
23912406
},
23922407
{
@@ -2545,6 +2560,7 @@ f328bb60-18be-4e5a-9130-e199c660e74e ecommerce /webhosting/ecommerce/fr-par
25452560
"end_of_life": false,
25462561
"quota_warning": "unknown_warning",
25472562
"control_panels": null,
2563+
"commitments": null,
25482564
"region": ""
25492565
}
25502566
]

0 commit comments

Comments
 (0)