Commits on Source
100+
28c20ce4
Remove temporary var in a few places
Jul 07, 2026
9ff51e18
Update changelog for 18.11.7
Jul 07, 2026
bf5596f4
Use suite assertions where possible
Jul 07, 2026
a7739c63
Merge branch 'ash2k/simplify' into 'master'
Jul 07, 2026
739e786a
Expose identity key for activity execution
Jul 07, 2026
3d36eea2
Move the workflow key constraint
Jul 07, 2026
4a55a017
Send workflow key as part of action invocation
Jul 07, 2026
6b50346c
Merge branch 'ash2k/activity-identity' into 'master'
Jul 07, 2026
06bb3561
Remove the run built-in
Jul 07, 2026
0971d17b
Generate mocks concurrently to speed things up
Jul 08, 2026
458f01c7
go: Update module google.golang.org/grpc to v1.82.0
Jul 07, 2026
7c5175ec
go: Update go.starlark.net digest to 529d8e8
Jul 07, 2026
d34f510b
Merge branch 'renovate/google.golang.org-grpc-1.x' into 'master'
Jul 08, 2026
e983d98d
Merge branch 'ash2k/remove-run' into 'master'
Jul 08, 2026
0735e3ce
autocore: add poll activity plumbing
Jul 08, 2026
8a4970e4
Merge branch 'renovate/go.starlark.net-digest' into 'master'
Jul 08, 2026
b89500ca
Merge remote-tracking branch 'dev/master'
Jul 08, 2026
c1458837
Merge branch 'ash2k/generate-mocks' into 'master'
Jul 08, 2026
e0ff1864
Merge branch 'go-mod-bump-1.26.4' into 'master'
Jul 08, 2026
b9495e57
autocore: evaluate poll predicate and re-poll on not-ready
Jul 08, 2026
ee1cd3a3
go: Update gitlab.com/gitlab-org/cluster-integration/tunnel digest to 2577b76
Jul 08, 2026
93581e1b
go: Update module github.com/pressly/goose/v3 to v3.27.2
Jul 08, 2026
13b37f81
go: Update kubernetes packages to v0.36.2
Jul 08, 2026
b008aabf
Regenerate mocks
Jul 08, 2026
c92fd631
Regenerate proto files
Jul 08, 2026
e13f1148
Merge branch 'renovate/gitlab.com-gitlab-org-cluster-integration-tunnel-digest' into 'master'
Jul 08, 2026
9dd35d81
Merge branch 'renovate/kubernetes-go' into 'master'
Jul 08, 2026
112f8143
Merge branch 'renovate/github.com-pressly-goose-v3-3.x' into 'master'
Jul 08, 2026
92563957
go: Update module google.golang.org/api to v0.287.0
Jul 08, 2026
f3e5c71d
Bump Flux deps
Jul 08, 2026
766890cb
flowcore: add CEL poll predicate for InvokeAction
Jul 08, 2026
0a433c60
flowcore: add Backend.Poll
Jul 08, 2026
59b31783
Merge branch 'renovate/google-golang-org-api' into 'master'
Jul 08, 2026
553d18f7
Bump protoschema-plugins
Jul 08, 2026
081dc7b9
Handle receivers with optional Secret
Jul 08, 2026
cb6bb398
Merge branch 'ash2k/deps' into 'master'
Jul 08, 2026
acc71ba0
autoflow: add poll() builtin
Jul 08, 2026
6195cabd
it/autoflow: add poll end-to-end tests
Jul 08, 2026
8b4f1daf
autocore: bound polls by a dedicated deadline, not the retry policy
Jul 08, 2026
686c3e50
Merge branch 'poll-activity' into 'master'
Jul 08, 2026
96cab58f
go: Update module golang.org/x/sync to v0.22.0
Jul 08, 2026
94a9123e
chore(deps): update bazel oci images
Jul 08, 2026
823b93c8
Merge branch 'renovate/bazel-oci' into 'master'
Jul 09, 2026
35c38013
Merge branch 'renovate/golang.org-x-sync-0.x' into 'master'
Jul 09, 2026
0097f5b4
Update the agents doc
Jul 09, 2026
09755d78
Don't allocate empty dict/list in poll
Jul 09, 2026
f525be0c
Wrap long lines
Jul 09, 2026
c7f711fe
Move helper to the bottom
Jul 09, 2026
8dc033cc
Simplify
Jul 09, 2026
00c141b6
Check CEL output type early
Jul 09, 2026
17c3f26f
Only create CEL env once
Jul 09, 2026
9e799cad
go: Update gitlab.com/gitlab-org/cluster-integration/tunnel digest to 1022b0c
Jul 09, 2026
1ec88bb1
Pass context to CEL eval
Jul 09, 2026
49c7396e
Merge branch 'renovate/gitlab.com-gitlab-org-cluster-integration-tunnel-digest' into 'master'
Jul 09, 2026
ce9d6e6f
Merge branch 'ash2k/optimize' into 'master'
Jul 09, 2026
a74de3b6
chore(deps): update dependency go to v1.26.5
Jul 09, 2026
0ec4c928
chore(deps): update dependency golang to v1.26.5
Jul 09, 2026
fc1f0417
go: Update module gitlab.com/gitlab-org/security-products/analyzers/trivy-k8s-wrapper to v0.10.20
Jul 09, 2026
70b3d9a8
Reduce gomock invocations to speed up generation
Jul 09, 2026
e753ce83
Merge branch 'renovate/go-version' into 'master'
Jul 09, 2026
80e7f84e
Merge branch 'renovate/gitlab-trivy-k8s-wrapper' into 'master'
Jul 09, 2026
3bd67365
Add missing protovalidate messages
Jul 09, 2026
8de8c193
Run the modernize tool
Jul 09, 2026
67dffd05
Run proto compiler concurrently
Jul 09, 2026
8970ff00
Merge branch 'ash2k/mocks' into 'master'
Jul 09, 2026
69725bc0
Merge branch 'ash2k/modernize' into 'master'
Jul 09, 2026
21e96c5c
Merge branch 'renovate/go-1.x' into 'master'
Jul 09, 2026
fb2bd225
go: Update gitlab.com/gitlab-org/cluster-integration/tunnel digest to ace54c0
Jul 09, 2026
30e00d2d
go: Update module github.com/google/cel-go to v0.29.0
Jul 09, 2026
c3f45694
Merge branch 'renovate/gitlab.com-gitlab-org-cluster-integration-tunnel-digest' into 'master'
Jul 09, 2026
f4b830d8
Fix mock
Jul 09, 2026
a48fd646
Merge branch 'renovate/github.com-google-cel-go-0.x' into 'master'
Jul 09, 2026
180bc2bc
Separate module for protoc-gen-jsonschema
Jul 09, 2026
3e3131b9
Merge branch 'ash2k/separate-mod' into 'master'
Jul 09, 2026
0011d268
chore(deps): update dependency protovalidate to v1.2.2
Jul 09, 2026
dc69dbc6
Update the lock file
Jul 10, 2026
1e9864b7
go: Update go.starlark.net digest to 5395d01
Jul 10, 2026
388c55d0
go: Update module github.com/google/cel-go to v0.29.2
Jul 10, 2026
21391441
Silence a few proxy-related headers
Jul 10, 2026
affbb173
Merge branch 'renovate/go.starlark.net-digest' into 'master'
Jul 10, 2026
7c41fa2f
Merge branch 'renovate/github.com-google-cel-go-0.x' into 'master'
Jul 10, 2026
9ad7b7cd
Merge branch 'renovate/protovalidate-1.x' into 'master'
Jul 10, 2026
2df237be
Merge branch 'ash2k/silence-proxy-headers' into 'master'
Jul 10, 2026
4ba3154c
chore(deps): update gitlab-agent-ci-image
Jul 10, 2026
bf031b3d
Merge branch 'renovate/gitlab-agent-ci-image' into 'master'
Jul 10, 2026
52fa1079
Enable optional types
Jul 10, 2026
55876177
Extract constant
Jul 10, 2026
1170eeda
Merge branch 'ash2k/cel' into 'master'
Jul 10, 2026
f53b1d62
Add built-in AutoFlow module type
Jul 13, 2026
85968c93
Use agent id for modules for consistency
Jul 13, 2026
b5850afe
Expose agent id for AutoFlow modules
Jul 13, 2026
7fa2026c
Use agent ids and types for built-in modules
Jul 13, 2026
34d62a16
Rename field
Jul 13, 2026
9599b4ef
Make Invoke Action use agent key
Jul 13, 2026
253b37f7
Use agent id and type for channel tokens
Jul 13, 2026
e7ecd4db
Merge branch 'ash2k/module-id' into 'master'
Jul 13, 2026
68cec581
Update VERSION files
Jul 14, 2026
4c620a88
Update VERSION files
Jul 14, 2026
fbeb2251
Update VERSION files
Jul 15, 2026
aa2f6c96
Update VERSION files
Jul 15, 2026
Additional commits have been omitted to prevent performance issues.
Loading
Loading