Commits on Source
100+
51292c3e
Cleanup conditions in future.go
Apr 07, 2026
b84e7ba9
Use clear() after loop instead of delete()
Apr 07, 2026
2edc44d1
Improve locally of variables
Apr 07, 2026
a3c394b8
Global errSuspend variable
Apr 07, 2026
d3171777
Accept row structs as pointers
Apr 07, 2026
f15ab4c6
Refactor persistence methods to pure functions if they do not need the store
Apr 07, 2026
91db4b8b
Restructure error checks
Apr 07, 2026
d388ac7f
Capture map value to reduce index ops
Apr 07, 2026
7b466305
Make result struct immutable
Apr 07, 2026
bb7e7f10
Clamp with max()
Apr 07, 2026
7d6c0ae7
Avoid casting and precision loosing in backoff calc
Apr 07, 2026
6df6694a
Remove useless explicit var capture for closure
Apr 07, 2026
723bbc98
Use default activity retry policy
Apr 07, 2026
853dbc5d
Use require.Eventually instead of manual wait loop
Apr 07, 2026
04cf697d
Run registry tests sequentially
Apr 07, 2026
a863151b
Capture mutexed len, then assert
Apr 07, 2026
643b214c
Refactor replay state construction
Apr 07, 2026
615221e3
Use consts for AutoFlow workflow and activity names
Apr 07, 2026
f5b0c730
Introduce test helper to fetch event types
Apr 07, 2026
87523c52
Introduce consts for exec states
Apr 07, 2026
2df3b61d
Add comment to field no gaps
Apr 07, 2026
cbd312ad
Reformat
Apr 07, 2026
59820aa2
Return client directly
Apr 07, 2026
a522d9b4
Reduce unnecessary "concurrency gate"
Apr 07, 2026
9dd01f1c
Remove TODO for activity context embedding
Apr 07, 2026
37a21aec
Remove TODO for copying retry policy
Apr 07, 2026
3d82ded2
Unexport options func types
Apr 07, 2026
4e2f32a4
Add debug log on activity failures
Apr 07, 2026
5a3d61db
Handle sleep errors
Apr 07, 2026
66fd9693
Use DB clock instead of local clock when scheduling tasks
Apr 07, 2026
40adaf96
Break up large if err := ...; err != nil lines
Apr 07, 2026
cbd68cc1
Remove nonsense comment
Apr 07, 2026
46b5679c
Update changelog for 18.10.3
Apr 07, 2026
4197be93
Update changelog for 18.9.5
Apr 07, 2026
a0ec62f7
Make columns NOT NULL when possible
Apr 07, 2026
83744b8b
Update changelog for 18.8.9
Apr 07, 2026
ddb616ab
Rollback transactions in tests
Apr 07, 2026
8886745d
Proper error handling when creating workflow context
Apr 07, 2026
aa2d9f56
Return errors on replay data mismatches
Apr 07, 2026
841625d8
chore(deps): update bazel oci images
Apr 07, 2026
91e98211
chore(deps): update dependency gazelle to v0.50.0
Apr 07, 2026
2582fd97
Merge branch 'renovate/bazel-oci' into 'master'
Apr 08, 2026
8913cf4d
Merge branch 'renovate/gazelle-0.x' into 'master'
Apr 08, 2026
767d2ea8
Use raw bytes with generics instead of anypb
Apr 08, 2026
7fd22983
Merge branch 'autocore-followups' into 'master'
Apr 08, 2026
5f7df7aa
Merge branch 'autocore-no-anypb' into 'master'
Apr 08, 2026
cf5708aa
Use require.Error in Eventually
Apr 08, 2026
ec99d0b0
go: Update module google.golang.org/grpc to v1.80.0
Apr 08, 2026
7d8a47cb
Move workflow state consts to persistence pkg
Apr 08, 2026
07fac442
Soft delete staging rows in signal inbox to guarantee idempotency
Apr 08, 2026
271fe622
Merge branch 'autocore-followups2' into 'master'
Apr 08, 2026
4cb8700b
Merge branch 'renovate/google.golang.org-grpc-1.x' into 'master'
Apr 08, 2026
b88170f0
Remove explicit buffering option
Apr 08, 2026
ed4f72ef
Merge branch 'idempotent-signal-soft-delete' into 'master'
Apr 08, 2026
26495de3
Merge branch 'ash2k/no-buffer' into 'master'
Apr 08, 2026
4cf2f011
Move messages and migrations pkg
Apr 08, 2026
b781b6d8
Merge branch 'autocore-pkg-ref' into 'master'
Apr 08, 2026
e8eb127d
Merge remote-tracking branch 'dev/master'
Apr 08, 2026
b623392f
chore(deps): update docker docker tag to v29.4.0
Apr 08, 2026
bc2c1630
Merge branch 'renovate/docker-29.x' into 'master'
Apr 09, 2026
75614241
Announce KAS readiness for autocore shards in Redis
Apr 09, 2026
fc7e8bd8
Improve shard claiming
Apr 09, 2026
bd5462a3
Merge branch 'readiness-tracker' into 'master'
Apr 09, 2026
27a17c99
Implement worker manager with shard independent goroutine count
Apr 09, 2026
43e340ee
Refactor workflow function execution to be outside fenced write tx
Apr 09, 2026
ebe9b02f
go: Update module cloud.google.com/go/profiler to v0.5.0
Apr 09, 2026
84c8aead
Merge branch 'renovate/cloud.google.com-go-profiler-0.x' into 'master'
Apr 10, 2026
f19561aa
chore(deps): update distroless_base_debug_nonroot:debug-nonroot docker digest to e196d04
Apr 10, 2026
0a4377e6
Merge branch 'renovate/bazel-oci' into 'master'
Apr 10, 2026
7cd3898f
go: Update gitlab.com/gitlab-org/cluster-integration/tunnel digest to 0416220
Apr 10, 2026
a31ba6a4
Merge branch 'renovate/gitlab.com-gitlab-org-cluster-integration-tunnel-digest' into 'master'
Apr 10, 2026
89a02fe4
go: Update github.com/testcontainers/testcontainers-go packages to v0.42.0
Apr 10, 2026
11ab5a1f
Fix plumbing
Apr 10, 2026
6f264abb
Refactor worker pool to dynamically scale
Apr 10, 2026
306fb2f1
Merge branch 'renovate/testcontainers-go' into 'master'
Apr 10, 2026
c6e4eb05
Merge branch 'worker-manager' into 'master'
Apr 10, 2026
e77186c5
Use the pool directly when no transaction is required
Apr 10, 2026
b05e5517
Add bazel tags
Apr 10, 2026
78cbe866
Merge branch 'ash2k/autocore-tx' into 'master'
Apr 10, 2026
e501829b
Add CreateAndEnqueueTask helper
Apr 10, 2026
e918c983
Use int64 for COUNT to avoid type casts
Apr 10, 2026
f970372e
go: Update opentelemetry packages
Apr 10, 2026
2ced1efd
Merge branch 'ash2k/create-enqueue' into 'master'
Apr 10, 2026
ef0a2435
Implement workflow task claim deduplication
Apr 10, 2026
9be0dd20
Merge branch 'suspend-resume' into 'master'
Apr 10, 2026
f0eaff83
Merge branch 'renovate/otel-go' into 'master'
Apr 10, 2026
b0e30470
go: Update gitlab.com/gitlab-org/cluster-integration/tunnel digest to ac134c6
Apr 10, 2026
b79350d4
Typed IDs
Apr 10, 2026
94c4ad0e
Merge branch 'ash2k/typed-ids' into 'master'
Apr 10, 2026
87ce065a
Merge branch 'renovate/gitlab.com-gitlab-org-cluster-integration-tunnel-digest' into 'master'
Apr 12, 2026
91fbfd86
Go 1.25.9
Apr 13, 2026
4d39e116
Only AutoCore should be able to import persistence
Apr 13, 2026
f116dea7
Add missing tags
Apr 13, 2026
51dc3481
Merge branch 'ash2k/bump-go' into 'master'
Apr 13, 2026
d649bd57
Simplify branching
Apr 13, 2026
bf5fe3d6
Remove unnecessary field
Apr 13, 2026
53d8f850
Merge branch 'ash2k/stuff1' into 'master'
Apr 13, 2026
a7603b83
Update VERSION files
Apr 14, 2026
6f5596d1
Update VERSION files
Apr 15, 2026
f1116999
Update VERSION files
Apr 15, 2026
Additional commits have been omitted to prevent performance issues.
Loading
Loading