mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Revert raw history changes (#7314)
- **Revert "Fix history batch validations (#7281)"** - **Revert "Send raw history blobs from history service to frontend (#7179)"** ## What changed? Revert the changes for returning raw history event from history to frontend. ## Why? Some logic is moved from history to frontend handler. This might cause issues during upgrade. I will push a change to first copy these operations to frontend. Once that change is released, I will reapply this change. ## How did you test it? ## Potential risks ## Documentation ## Is hotfix candidate?
This commit is contained in:
@@ -37,11 +37,6 @@ done
|
||||
color "Update license headers for proto files..."
|
||||
go run ./cmd/tools/copyright/licensegen.go --scanDir "$new"
|
||||
|
||||
color "Modify history service server interface..."
|
||||
sed -i.bak -e \
|
||||
's/GetWorkflowExecutionHistory(context\.Context, \*GetWorkflowExecutionHistoryRequest) (\*GetWorkflowExecutionHistoryResponse, error)/GetWorkflowExecutionHistory(context.Context, *GetWorkflowExecutionHistoryRequest) (*GetWorkflowExecutionHistoryResponseWithRaw, error)/g' \
|
||||
"$new"/temporal/server/api/historyservice/v1/service_grpc.pb.go && rm "$new"/temporal/server/api/historyservice/v1/service_grpc.pb.go.bak
|
||||
|
||||
color "Moving proto files into place..."
|
||||
old=$api.old
|
||||
[[ -d "$api" ]] && mv -f "$api" "$old"
|
||||
|
||||
Reference in New Issue
Block a user