Skip to content

Commit

Permalink
Update temporal submodule for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
temporal-data committed Jul 23, 2024
1 parent 095043c commit ece89a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal
Submodule temporal updated 46 files
+1 −0 api/enums/v1/replication.go-helpers.pb.go
+42 −34 api/enums/v1/replication.pb.go
+29 −28 api/enums/v1/task.go-helpers.pb.go
+51 −42 api/enums/v1/task.pb.go
+37 −0 api/errordetails/v1/message.go-helpers.pb.go
+163 −59 api/errordetails/v1/message.pb.go
+1,024 −1,008 api/persistence/v1/executions.pb.go
+74 −0 api/replication/v1/message.go-helpers.pb.go
+730 −483 api/replication/v1/message.pb.go
+44 −43 common/log/tag/values.go
+4 −2 common/metrics/metric_defs.go
+3 −0 common/persistence/serialization/serializer.go
+63 −12 common/persistence/serialization/task_serializer.go
+40 −0 common/persistence/serialization/task_serializer_test.go
+2 −0 common/serviceerror/convert.go
+106 −0 common/serviceerror/sync_state.go
+1 −0 proto/internal/temporal/server/api/enums/v1/replication.proto
+1 −0 proto/internal/temporal/server/api/enums/v1/task.proto
+9 −0 proto/internal/temporal/server/api/errordetails/v1/message.proto
+1 −0 proto/internal/temporal/server/api/persistence/v1/executions.proto
+20 −2 proto/internal/temporal/server/api/replication/v1/message.proto
+1 −0 service/history/handler.go
+7 −0 service/history/history_engine.go
+1 −0 service/history/ndc/history_importer.go
+187 −0 service/history/ndc/history_replicator.go
+3 −0 service/history/ndc/mutable_state_mapper_test.go
+36 −26 service/history/ndc/replication_task.go
+3 −0 service/history/ndc/replication_task_test.go
+11 −0 service/history/replication/ack_manager.go
+2 −2 service/history/replication/executable_activity_state_task.go
+272 −0 service/history/replication/executable_backfill_history_events_task.go
+340 −0 service/history/replication/executable_backfill_history_events_task_test.go
+2 −2 service/history/replication/executable_history_task.go
+2 −2 service/history/replication/executable_sync_hsm_task.go
+43 −24 service/history/replication/executable_task.go
+12 −4 service/history/replication/executable_task_converter.go
+30 −0 service/history/replication/executable_task_mock.go
+10 −3 service/history/replication/executable_task_test.go
+2 −2 service/history/replication/executable_workflow_state_task.go
+2 −0 service/history/replication/fx.go
+148 −29 service/history/replication/raw_task_converter.go
+148 −0 service/history/replication/raw_task_converter_test.go
+4 −2 service/history/replication/task_processor.go
+14 −0 service/history/shard/engine.go
+14 −0 service/history/shard/engine_mock.go
+75 −0 service/history/tasks/sync_versioned_transition_task.go

0 comments on commit ece89a0

Please sign in to comment.