Iván Valdés Castillo
Iván Valdés Castillo
Hi, I was reading the AWS S3 bucket section and found some minor improvements: * Renamed the directory/section to "AWS S3 Bucket", expanding AWS to Amazon Web Services, the old...
Currently, Exec will force the stdout to the TTY. However, if there's no TTY available, the stdout should be just the program stdout. I found this behavior while using Exec...
:warning: NOTE: I'm keeping this PR in the draft, as I'm open to changing the implementation if requested. Once it's more mature, I'll rework, rebase, and squash commits. This PR...
### Bug report criteria - [X] This bug report is not security related, security issues should be disclosed privately via [email protected]. - [X] This is not a support request or...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Adds the suspend column before completions for the Jobs table. ####...
Formalizing the comment from PR https://github.com/etcd-io/bbolt/pull/691#issuecomment-2073101869. Adding a GitHub action or Prow Job to compare benchmarks vs. `main` would help catch issues sooner, like the one tracked in #720. @ahrtr,...
Migrates `bbolt bench` to a cobra-style command. I made some changes to clean up the code a bit. 1. Even though the functions in the original code belonged to a...
Add 3.5 release note from #17977, backporting #17277. Fixes #16052. Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
### What would you like to be added? As part of #16467, create a Prow job that nightly runs the rw-benchmarks. Storing the results as an artifact so results can...