Commits on Source
100+
7799386b
Rename shard_lease.state column to shard_lease_state
Jun 11, 2026
271305ac
Use a named constant for non-active state in tests
Jun 11, 2026
5753b87c
Merge branch 'cooperative-shard-releasing-iter2.5' into 'master'
Jun 11, 2026
681f5365
Prefer active shards when placing new workflows
Jun 11, 2026
bc97816d
Add Starlark set type
Jun 11, 2026
a9fe138d
Add Starlark tuple type
Jun 11, 2026
72274ead
Precompute active shards per tick for placement
Jun 11, 2026
082ec0a6
Merge branch 'ash2k/more-types' into 'master'
Jun 11, 2026
42e888a3
Rename workflow_execution.state to workflow_execution_state
Jun 11, 2026
81e6fbab
Rename workflow_task.state to workflow_task_state
Jun 11, 2026
a8346371
Rename activity_task.state to activity_task_state
Jun 11, 2026
74ff3003
Rename workflow_execution.payload to workflow_execution_payload
Jun 11, 2026
7dae7745
Rename history_event.payload to history_event_payload
Jun 11, 2026
614c11db
Rename workflow_task.payload to workflow_task_payload
Jun 11, 2026
faab8e7a
Rename activity_task.payload to activity_task_payload
Jun 11, 2026
a4142a96
Rename scheduled_task.payload to scheduled_task_payload
Jun 11, 2026
11198d0e
Rename workflow_signal.payload to workflow_signal_payload
Jun 11, 2026
7c7c216f
Update loadtest queries for workflow_execution_state rename
Jun 11, 2026
2065e710
Align column definitions in workflow DB migration
Jun 11, 2026
962b043e
Merge branch 'cooperative-shard-releasing-iter3' into 'master'
Jun 11, 2026
de33e3f7
Unary function -> action terminology change
Jun 11, 2026
2f301ee0
Update loadtest scenario queries for column renames
Jun 11, 2026
e1a0d5b8
ModuleVar -> Var
Jun 11, 2026
5b9f9517
Merge branch 'ash2k/actions' into 'master'
Jun 11, 2026
1e7536b3
Merge branch 'state-column-renames' into 'master'
Jun 11, 2026
06426b56
Track in-flight task count per shard in the worker pools
Jun 11, 2026
045cf025
Add shard drain support to the worker manager
Jun 11, 2026
1a91c2d4
go: Update module golang.org/x/sync to v0.21.0
Jun 11, 2026
8e8f0a93
Update dependency rules_multirun to v0.14.0
Jun 11, 2026
e5014a62
Autostop northstar GitLab environment on destroy
Jun 11, 2026
45d8d529
Merge branch 'renovate/golang.org-x-sync-0.x' into 'master'
Jun 11, 2026
d9d8f4b0
go: Update gitlab.com/gitlab-org/cluster-integration/tunnel digest to 24f443c
Jun 11, 2026
2421018e
Merge branch 'cooperative-shard-releasing-iter5' into 'master'
Jun 12, 2026
f9604134
Merge branch 'autostop-on-destroy' into 'master'
Jun 12, 2026
c0a38b46
Merge branch 'renovate/gitlab.com-gitlab-org-cluster-integration-tunnel-digest' into 'master'
Jun 12, 2026
0305b4aa
chore(deps): update dependency protobuf to v35.1
Jun 12, 2026
1ccde091
Merge branch 'renovate/rules_multirun-0.x' into 'master'
Jun 12, 2026
0883b7f1
Regenerate proto files
Jun 12, 2026
f25ff04c
Merge branch 'renovate/protobuf-35.x' into 'master'
Jun 12, 2026
fc32dc43
Merge branch 'vtak/job_router_internal_jobs_endpoint' into 'master'
Jun 12, 2026
2e3b48a1
Add cooperative shard drain lifecycle
Jun 12, 2026
c14dc528
Rebalance by cooperative drain instead of hard cancel
Jun 12, 2026
53b87947
Add drain observability and document cooperative releasing
Jun 12, 2026
bc8613ed
Rename shard_manager files to db_manager
Jun 12, 2026
ecfc289b
Rename leftover shardManager test symbols to dbManager
Jun 12, 2026
7be2056b
Align autocore doc with DBManager naming
Jun 12, 2026
e7889615
Merge branch 'cooperative-shard-releasing-iter8' into 'master'
Jun 12, 2026
76a5377a
Merge branch 'shard-mgr-rename' into 'master'
Jun 12, 2026
b9b8aaa0
Use clock_timestamp() for event-timing column defaults
Jun 12, 2026
b1a4d8a6
Use clock_timestamp() for event-timing column writes
Jun 12, 2026
ab030102
Add schedule-to-start histogram for activity tasks
Jun 12, 2026
e1543be2
Add workflow_task event to schedule-to-start histogram
Jun 12, 2026
e2d16533
Add scheduled_task event to schedule-to-start histogram
Jun 12, 2026
3932ec07
Add signal_promotion event to schedule-to-start histogram
Jun 12, 2026
608e5af2
Add schedule-to-start panels to the autocore dashboard
Jun 12, 2026
2362c1d5
Remove superseded timer_fire_latency_seconds metric
Jun 12, 2026
3619435d
Remove Timer Fire Latency dashboard panel
Jun 12, 2026
13e7276c
Remove superseded signal_promotion_latency_seconds metric
Jun 12, 2026
8812cfc9
Remove Signal Promotion Latency dashboard panel
Jun 12, 2026
fce89a6e
Rename task_queue_wait_duration to schedule_to_claim_duration
Jun 12, 2026
cc7cda0b
Rename Task Queue Wait dashboard panel to Schedule-to-Claim
Jun 12, 2026
0701b19f
Move Schedule-to-Start to the top of the autocore dashboard
Jun 12, 2026
0262060b
Add schedule-to-start p99 panels to the north-star dashboard
Jun 12, 2026
e2f41dda
Merge branch 'schedule-to-start-iter1' into 'master'
Jun 13, 2026
c99febb9
Merge branch 'schedule-to-start-iter2' into 'master'
Jun 13, 2026
1445f278
Merge branch 'schedule-to-start-iter3' into 'master'
Jun 13, 2026
06e7327c
Merge branch 'schedule-to-start-iter4' into 'master'
Jun 13, 2026
bf7aa9a9
Merge branch 'schedule-to-start-iter5' into 'master'
Jun 13, 2026
dc69291d
Merge branch 'schedule-to-start-iter6' into 'master'
Jun 13, 2026
15a8a0c5
Merge branch 'schedule-to-start-iter7' into 'master'
Jun 13, 2026
84f19791
Merge branch 'schedule-to-start-iter8' into 'master'
Jun 13, 2026
f20b683c
Merge branch 'schedule-to-start-iter9' into 'master'
Jun 13, 2026
145d4f8a
Merge branch 'schedule-to-start-iter10' into 'master'
Jun 13, 2026
f1026824
Return time.Duration from DeleteFiredScheduledTask
Jun 13, 2026
d2ded96b
Merge branch 'schedule-to-start-iter11' into 'master'
Jun 13, 2026
e223a9aa
Align autocore DB seed script with GDK DB names
Jun 13, 2026
e901252d
Rename type
Jun 13, 2026
65b5c0d6
Merge branch 'align-seed-with-gdk' into 'master'
Jun 13, 2026
94b88479
Align workflow migrations package name
Jun 13, 2026
4d79684a
Rename table name const for migrations
Jun 13, 2026
b28832d0
Merge branch 'rename-migrations' into 'master'
Jun 13, 2026
8510c07a
Support positional and kwargs
Jun 13, 2026
cb97aa5d
Merge branch 'ash2k/typed-actions' into 'master'
Jun 13, 2026
44fe603d
Anchor activity_task schedule-to-start on a per-attempt due_at
Jun 13, 2026
803f0aba
Merge branch 'schedule-to-start-iter12' into 'master'
Jun 13, 2026
d65ce664
Rename field
Jun 13, 2026
68f9a757
Extract value into a separate file
Jun 13, 2026
6642c84e
Rename field
Jun 13, 2026
752bcb01
Consistent import name
Jun 13, 2026
b0b244ae
Fix data race
Jun 13, 2026
8457b5c8
Merge branch 'ash2k/fix-and-polish' into 'master'
Jun 13, 2026
75db7e75
Split Redis task notifier into publish and subscribe parts
Jun 14, 2026
aebf0dca
Extract local notifications into a wrapper
Jun 15, 2026
8358b3f2
Eagerly construct the client
Jun 15, 2026
d315d607
Rename Redis notifier
Jun 15, 2026
2b00b11c
Rename interface
Jun 15, 2026
265d4ac0
Merge branch 'ash2k/split-notifier' into 'master'
Jun 15, 2026
9783a797
Update VERSION files
Jun 16, 2026
aac1f058
Update VERSION files
Jun 17, 2026
423398f1
Update VERSION files
Jun 17, 2026
Additional commits have been omitted to prevent performance issues.
Loading
Loading