Skip to content

Tags: sourcegraph/run

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
output: refactor to use go.bobheadxi.dev/streamline under the hood (#48)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add BashWithOpts command for strict bash exec (#45)

* add BashWithOpts command for strict bash exec

Co-authored-by: Sander Ginn <sanderginn@users.noreply.github.com>
Co-authored-by: Robert Lin <robert@bobheadxi.dev>
Co-authored-by: Sander Ginn <sanderginn@users.noreply.github.com>
Co-authored-by: Robert Lin <robert@bobheadxi.dev>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps: upgrade to github.com/itchyny/gojq@v0.12.9 (#43)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
output: make StreamLines accept string instead of bytes (#41)

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
output: always return data in String even with error (#38)

* output: always return data in String even with error

* test error scenario

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
output: fix io.Reader when used with LineMap (#37)

Co-authored-by: Jean-Hadrien Chabran <jh@chabran.fr>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
output: use io.Reader implementation more internally (#35)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
output: refactor error handling and fix io.Reader implementation (#32)

Removes all the command-error-waiting stuff with a simple writer.CloseWithError - this means that read operations now return our command error after the buffer is cleared from reads. This greatly simplifies most of the output code - now, we can simply bubble up errors from read operations. It also means the io.Reader implementation is now correct.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: add code coverage (#26)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
output: use unbounded buffers, add simple load test (#21)