[x] temporarily set CORE_API_MAX_LIMIT=200 (normally this would be 20)
Modify in swagger definition
Modify in environment settings
[x] add sort_by and order_by parameters to /projects endpoint
sort_by: name (default), created_time, modified_time
order_by: asc (default), desc
[x] allow for continuation of COmanage role assignment on constraint failure for additional roles being checked
e.g. duplicate key value violates unique constraint "constraint_fabric_roles" DETAIL: Key (co_cou_id, people_id)=(911, 2) already exists
this occurs when a user has multiples of the same role in COmanage (which is a valid state) but core-api disallows this behavior
when a constraint is hist, denote in the logs for the administrator to manually delete the duplicate role from COmanage directly, but continue to process additional checks
[x] update the API version information
[x] only allow user to see active sshkeys as self (suppress all deactivated or expired keys)
Last minute feature requests for v1.3
CORE_API_MAX_LIMIT=200
(normally this would be 20)sort_by
andorder_by
parameters to /projects endpointsort_by
:name
(default),created_time
,modified_time
order_by
:asc
(default),desc
duplicate key value violates unique constraint "constraint_fabric_roles" DETAIL: Key (co_cou_id, people_id)=(911, 2) already exists
active
sshkeys as self (suppress all deactivated or expired keys)