Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
150e63c
RPC boiler plate and code generation (#9693)
spkane31 Apr 7, 2026
3e14f5d
Implement UpdateActivityExecutionOptions (#9850)
spkane31 Apr 13, 2026
dbfe8c3
implement Pause/UnpauseActivityExecution for standalone activities (#…
spkane31 Apr 20, 2026
a756c37
fixing feature branch with new validator functions (#10025)
spkane31 Apr 22, 2026
a32d5ff
pause: return serviceerror.FailedPrecondition when pausing a Paused a…
spkane31 Apr 23, 2026
c8ec21a
Implement ResetActivityExecution for Standalone Activities (#9852)
spkane31 Apr 28, 2026
fc4ef1d
fixing bad rebase
spkane31 Apr 29, 2026
a5fcee5
imports
spkane31 Apr 29, 2026
7bd3f04
fixing heartbeat issues
spkane31 Apr 29, 2026
86166c8
linter
spkane31 Apr 29, 2026
777ba88
fixing normalizeAndValidate funcs
spkane31 Apr 29, 2026
bbbb631
renaming
spkane31 Apr 29, 2026
e0dfba6
buf breaking change fix
spkane31 Apr 29, 2026
3f2dacc
start delay was dropped, fixing more rebase issues
spkane31 Apr 29, 2026
c5bbc3e
updating stamp -> schedule_to_close_stamp
spkane31 Apr 29, 2026
11cc15d
simplifying diff, validators for request ID
spkane31 Apr 30, 2026
1c6b2e2
migrate activity operator commands to use testEnv
spkane31 May 11, 2026
b0e4d52
remove stubs
spkane31 May 11, 2026
a4df9b3
linter
spkane31 May 11, 2026
48f8606
return nil, remove TODO
spkane31 May 12, 2026
6c78ee7
regen
spkane31 May 12, 2026
3afd8d6
migrate test files
spkane31 May 12, 2026
c351cfe
validator test bug missing context
spkane31 May 12, 2026
72d0582
fix flakiness
spkane31 May 12, 2026
e291b23
heartbeating and some comments
spkane31 May 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions api/persistence/v1/executions.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions api/routing/v1/extension.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading