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 Jun 22, 2024
1 parent 7935f5a commit 3a9698d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal
Submodule temporal updated 33 files
+15 −1 api/persistence/v1/executions.pb.go
+194 −226 api/persistence/v1/hsm.pb.go
+10 −12 common/persistence/serialization/task_serializer.go
+17 −8 common/persistence/serialization/task_serializer_test.go
+2 −2 components/nexusoperations/executors.go
+1 −1 components/nexusoperations/workflow/commands_test.go
+15 −0 proto/internal/temporal/server/api/persistence/v1/executions.proto
+48 −54 proto/internal/temporal/server/api/persistence/v1/hsm.proto
+2 −2 service/history/hsm/hsmtest/backend.go
+61 −36 service/history/hsm/tree.go
+112 −89 service/history/hsm/tree_test.go
+29 −12 service/history/ndc/hsm_state_replicator.go
+221 −20 service/history/ndc/hsm_state_replicator_test.go
+1 −1 service/history/replication/raw_task_converter_test.go
+40 −12 service/history/statemachine_environment.go
+72 −4 service/history/statemachine_environment_test.go
+3 −4 service/history/tasks/state_machine_task.go
+13 −5 service/history/timer_queue_active_task_executor_test.go
+29 −16 service/history/timer_queue_standby_task_executor_test.go
+2 −2 service/history/workflow/mutable_state.go
+30 −20 service/history/workflow/mutable_state_impl.go
+1 −1 service/history/workflow/mutable_state_impl_test.go
+14 −14 service/history/workflow/mutable_state_mock.go
+1 −1 service/history/workflow/mutable_state_rebuilder_test.go
+3 −4 service/history/workflow/state_machine_timers.go
+2 −3 service/history/workflow/state_machine_timers_test.go
+40 −11 service/history/workflow/state_transition_history.go
+96 −15 service/history/workflow/state_transition_history_test.go
+17 −10 service/history/workflow/task_generator.go
+43 −21 service/history/workflow/task_generator_test.go
+2 −1 service/history/workflow/task_refresher.go
+1 −1 service/history/workflow/task_refresher_test.go
+1 −1 tests/nexus_workflow_test.go

0 comments on commit 3a9698d

Please sign in to comment.