storj/satellite/console/consoleweb/consoleapi
Ivan Fraixedes 956109a097
private/apigen: Rename Endpoint fields
Rename the Endpoint fields MethodName and RequestName because they were
confusing for what they are used.

This commit also adds some validations for these fields values and other
validations for Endpoint and EndpointGroup to avoid generating invalid
code.

It also include some tests for these new validations.

Closes https://github.com/storj/storj/issues/6333

Change-Id: Iaabfc33935517889e3729c8b37be51a55eea366c
2023-10-04 13:46:54 +02:00
..
gen private/apigen: Rename Endpoint fields 2023-10-04 13:46:54 +02:00
utils satellite/nodeevents: validate emails before notifying 2022-12-06 09:59:45 -05:00
abtesting_test.go satellite/console/consoleweb/consoleapi: refactor api requests in tests 2023-09-05 11:17:02 +00:00
abtesting.go satellite: add request id to requests 2023-07-13 09:22:43 +00:00
analytics.go satellite: add request id to requests 2023-07-13 09:22:43 +00:00
api.gen.go satellite: add get user paged projects http endpoint 2023-08-08 14:02:53 +00:00
apidocs.gen.md private/apigen: Fix code generation for slices & arrays 2023-10-02 17:05:35 +02:00
apikeys_test.go satellite/console/consoleweb/consoleapi: refactor api requests in tests 2023-09-05 11:17:02 +00:00
apikeys.go satellite/{consoleweb,consoleapi}: add cross user api tests 2023-08-24 20:16:20 +00:00
auth_test.go {satellite/console, web/satellite}: send analytics if invitee signs up 2023-09-19 14:50:44 +00:00
auth.go {satellite/console, web/satellite}: send analytics if invitee signs up 2023-09-19 14:50:44 +00:00
buckets_test.go satellite/console/consoleweb/consoleapi: refactor api requests in tests 2023-09-05 11:17:02 +00:00
buckets.go satellite/console: add more cross-user api tests 2023-09-19 16:50:31 +00:00
common.go private/web,satellite/console/.../consoleapi: serve rate limiting errors as JSON 2022-11-23 17:56:07 +00:00
payments_test.go satellite/console/consoleweb/consoleapi: refactor api requests in tests 2023-09-05 11:17:02 +00:00
payments.go satellite/{web,console}: return empty payments list on no wallet error 2023-10-03 14:53:17 +00:00
projects_test.go satellite/console: return edge URL overrides in project info responses 2023-09-12 12:10:18 -05:00
projects.go satellite/console: return edge URL overrides in project info responses 2023-09-12 12:10:18 -05:00
usagelimits_test.go satellite/console/consoleweb/consoleapi: refactor api requests in tests 2023-09-05 11:17:02 +00:00
usagelimits.go satellite/{consoleweb,consoleapi}: add cross user api tests 2023-08-24 20:16:20 +00:00