yasithdev opened a new pull request, #194: URL: https://github.com/apache/airavata-portals/pull/194
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 `ApplicationModuleSerializer` now reads the gRPC `ApplicationModule` protobuf directly and emits the same Thrift-named JSON keys. `save()` returns a proto the view passes to the facade. - Repoint `ApplicationModuleViewSet` (list/instance/create/update/destroy/list_all) + `FullExperimentViewSet`'s nested module to pass protobuf through directly — drops the `grpc_adapters.application_module` / `grpc_requests.application_module` roundtrip. - Remove those adapter funcs + the Thrift `ApplicationModule` import. ## Validation - Byte-for-byte (full / empty) vs the old adapter+serializer `.data`. - Write path (create/update) 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]
