yasithdev opened a new pull request, #201:
URL: https://github.com/apache/airavata-portals/pull/201

   Part of the Track D proto-native serializer rewrite (retire the interim 
Thrift-type adapter layer, family by family, REST contract byte-for-byte 
preserved).
   
   ## What
   `ApplicationDeploymentDescriptionSerializer` + the nested `CommandObject` / 
`SetEnvPaths` serializers now read the gRPC `ApplicationDeploymentDescription` 
protobuf directly.
   
   - `parallelism` renders as the Thrift int via the prefix-aligned parallelism 
field helper; the `OrderedListField` command/env-path lists still sort by 
`commandOrder`/`envPathOrder`; the queue-default cluster maps proto-0/'' → null 
as before.
   - Repoint `ApplicationDeploymentViewSet` 
(list/instance/create/update/destroy/queues) + 
`ApplicationModuleViewSet.application_deployments` to pass protobuf through 
(the `queues` action now mutates proto batch-queue fields) — drops the 
`grpc_adapters`/`grpc_requests` deployment funcs + the Thrift imports.
   
   ## Validation
   - Byte-for-byte (deployment full incl. sorted command/env lists + 
parallelism int + queue defaults, and minimal) vs the old adapter+serializer 
`.data`.
   - Write path (nested lists + parallelism reverse-bridge) produces an 
equivalent proto.
   - `manage.py check` green; api test failures unchanged vs `origin/main`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to