Stefan Benten
0aaad88a44
satellite/{admin, console}: add test for projectLimit increase and update README
...
This change adds the capabilities to adjust the users project limit via the Admin API.
Adds a test for the new added function of the API and updates the existing tests.
It renames the json field on the user struct to be more consistent.
Change-Id: I9018acd80dae0af68d1d50526f20987132c654f3
2020-10-05 11:54:37 +00:00
stefanbenten
c7b86a3481
satellite/admin: add check project usage endpoint and fix some leftover http.Error handling
...
Change-Id: I1ae3e7cb723a553f9c5a3a752beab0a27b0293bc
2020-08-13 13:48:34 +00:00
Egon Elbre
b719eecb28
satellite/admin: close http response body
...
Change-Id: I702e3a7e53d537d8be30b1aaabad4c4e70efe706
2020-07-16 16:38:10 +00:00
stefanbenten
1a6e25579c
satellite/admin: check for existing user with given email
...
To prevent creating multiple users with the same email via API, we should check for an existing user with given email.
Change-Id: Ie35b85c4f94a7ca72d42951dab8ff475d7f0dd7c
2020-07-16 15:17:00 +00:00
stefanbenten
133fda4bef
satellite/admin: add user deletion
...
Change-Id: Ideea978698183e25f5e0d73128c4f93c2caa1577
2020-07-14 11:37:00 +00:00
Michal Niewrzal
fe6a6f063f
private/testplanet: cleanup predefined data generation
...
Use Console service to create user and project instead direct DB
modifications.
Change-Id: Ib0074b38313b3dc43b7d8d63ab2775d29028fb7b
2020-05-20 12:38:43 +00:00
Stefan Benten
1a4ab3df48
satellite/admin: add user update endpoint ( #3896 )
2020-05-20 12:20:04 +03:00
Stefan Benten
0a26c4af9a
satellite/admin: add coupon deletion ( #3893 )
2020-05-19 15:49:44 +03:00
Stefan Benten
671aca56b0
satellite/admin: add coupon creation and listing ( #3891 )
2020-05-19 12:36:13 +02:00
Stefan Benten
17d3cb1551
satellite/admin: add user creation endpoint ( #3889 )
2020-05-18 22:37:18 +02:00