Skip to content

Tags: nk-87/script

Tags

v0.21.4

Toggle v0.21.4's commit message
Filter: preserve previous error if func succeeds

v0.21.3

Toggle v0.21.3's commit message
Report ExecForEach command exit errors to the pipe

v0.21.2

Toggle v0.21.2's commit message
short-circuit on error (fixes bitfield#141)

v0.21.1

Toggle v0.21.1's commit message
Tweaks

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitfield#139 from bitfield/http

Add HTTP support via Do, Get, Post

v0.20.2

Toggle v0.20.2's commit message
Change some t.Errors to t.Fatals

v0.20.1

Toggle v0.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't close pipe in SetError (bitfield#120)

Fixes bitfield#117.

* The pipe shouldn't be closed on SetError function

* Fix TestExecRunsGoWithNoArgsAndGetsUsageMessagePlusErrorExitStatus2 test. It was not checking that exit status is two

* Update test name to match what is really doing

* Fix example for getting exit status from exec

* Add new example for exit status not zero on Exec

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitfield#106 from bitfield/jq

Add JQ filter

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitfield#101 from bitfield/filter

Make pipe filters concurrent

Co-authored-by: Puchen Xu <korolxu@umich.edu>
Co-authored-by: Christoph Petrausch <263448+hikhvar@users.noreply.github.com>

v0.18.5

Toggle v0.18.5's commit message
Fix some test failures on Windows

Co-authored-by: Aaron Huntley <aaron.huntley2007@gmail.com>
Co-authored-by: Brian Hasden <bhasden@gmail.com>
Co-authored-by: Umang Vanjara <umang.vanjara@gmail.com>