Masaya Suzuki
Masaya Suzuki
Spin off from https://github.com/prometheus/client_python/pull/967 and https://github.com/prometheus/client_python/issues/847 # Background The Prometheus exposition format (https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md#comments-help-text-and-type-information) allows exporters to specify an optional timestamp for each sample. If this is unset, the collector uses...
This uses the new sequencer object to restack the branches. 
Tested `deb` with local debian VM. Tested `PKGBUILD` with local Arch Linux. RPM not tested.
This is similar to git's sequencer, but it's for re-stacking branches. https://github.com/git/git/blob/master/sequencer.h This object is responsible for re-stacking branches based on the planned operations.
Currently, we support only remote HEAD as trunk (This is what we call `defaultBranch`, which is `refs/remotes/origin/HEAD`. This is typically a symbolic link to `refs/remotes/origin/master` or `main`). In addition to...
https://github.com/spf13/cobra/blob/main/site/content/completions/_index.md#specify-dynamic-flag-completion Cobra supports autocompletion for args and flags. We can provide better completion candidates for these two: * `av stack branch`: `--parent` should have branches as candidates * `av stack...
Run `av stack restack` after a cherry pick so that the stacks are aligned.
In general, this is a request to allow more fine-grained default behavior but the first ask was: * Can you default to pushing as a draft? and in general is...