Highlights
- 5 discussions answered
Popular repositories
-
docker-maven-plugin Public
A Maven Plugin that allows you to build, test, and publishing Docker images, so you know that the images you share are robust and reliable.
-
-
-
maven-vbox-plugin Public
A Maven plugin for creating, starting, and stopping VirtualBoxes.
-
-
4,651 contributions in the last year
Less
More
Contribution activity
October 2021
Created 73 commits in 3 repositories
Created a pull request in argoproj/argo-workflows that received 2 comments
build: simplify using Golang 1.16
Signed-off-by: Alex Collins alex_collins@intuit.com See #6890 See #5563
+71
−134
•
2
comments
Opened 15 other pull requests in 2 repositories
argoproj-labs/argo-dataflow
13
merged
1
closed
- docs: Argo -> ArgoLabs
- build: lower contribution friction
- fix: sensible linger Kafka defaults
- feat!: remove unused Redis/monitor code
- chore: simplify sidecar context. Fixes #422
- feat: expose Kafka config
- feat: commit Kafka offset async
- fix: do not re-balance channels
- fix: remove lock, and fix loop. Fixes #404
- fix: lock assign/revoke partition code to prevent multiple consumers for same partition. Fixes #404
- feat: Kafka thoughput
- fix: fix Kafka failure mode
- fix: fix Kafka source
- feat: fix bugs in monitor
argoproj/argo-workflows
1
merged
Reviewed 25 pull requests in 3 repositories
argoproj/argo-workflows
17 pull requests
- feat(executor): default executor to emissary. Fixes #6785
- feat(ui): resume on selected node. Fixes #5763
- docs: Add notes to params from configmap examples to reduce user errors
- feat(ui): label autocomplete for report tab
- fix: Resource requests on init/wait containers. Fixes #6809
- fix(ui): fixed width button. Fixes #4973
- fix: Parameter with Value and Default
- feat: self reporting workflow progress
- feat(server): archivedWf add namePrefix search. Fixes #6743
- feat: add autocomplete for labels for archived workflow
- docs: Update ecosystem section
- fix: upgrade sprig to v3.2.2
- fix(UI): use default params on template submit form. Fixes #6779
- fix: Add OIDC issuer alias. Fixes #6759
- docs: update access token docs
-
chore: enabled
rowserrcheckandsqlclosechecklinters -
chore: enabled
bodycloselinter
argoproj-labs/argo-dataflow
7 pull requests
confluentinc/confluent-kafka-go
1 pull request
Created an issue in kubeflow/katib that received 5 comments
Demo Katib+Argo at the Argo community meeting, or blog
/kind feature It'd be awesome to have you come demo your new Argo support. We could also do a collaborative blog post too! @andreyvelich
5
comments
Opened 34 other issues in 5 repositories
argoproj-labs/argo-dataflow
11
open
11
closed
- In-process the built-in steps
- Configuration Python DSL
- Low Friction Contribution
- Jetstream de-dupe
- Jetstream sink headers
- don't log "pending not available" at level=error
- Correctly log Kafka
- Jitter peeking
- Message replay
- memory leak (in new Kafka code?)
- do we need to use a finaliser to block step deletion?
- tech debt: better sidecar lifecycle
- Kafka pending messages seems too low
- Re-instate missing/duplicate service
- Surface log events as Prometheus metrics
-
Support
ErrPendingNotAvailablewith STAN - controller logs a lot of errors when trying to get pending for scaled-to-zero steps
-
assignedPartitionmust be idempotent -
build error
FAIL: TestDBSource failed to wait for metric named "process_latency_seconds" to be eq 0: context deadline exceeded - Kafka edge-case with pod restart and not offsets committed
- Dead Letter Queue (DLQ)
- Enable Redis configuration
argoproj/argo-workflows
2
closed
6
open
- tech debug: migrate tooling to take advantage of Go 1.16
- Low Friction Contribution
- Update README to show massive workflow
- support binary HTTP template bodies
-
more helpful error than
unknown (watch pods)when workflow role is set-up incorrectly - Add Katib to ecosystem diagram
- Workflow notifications, e.g. Slack/Email when workflow finishes
-
We could use
net.Error.Temporary()andnet.Error.Timeout()inIsTransientErr