Skip to content

Tags: AzureCloudMonk/go-scripting-shell-like-scripts-in-golang

Tags

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 <[email protected]>
Co-authored-by: Christoph Petrausch <[email protected]>

v0.18.5

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

Co-authored-by: Aaron Huntley <[email protected]>
Co-authored-by: Brian Hasden <[email protected]>
Co-authored-by: Umang Vanjara <[email protected]>

v0.18.4

Toggle v0.18.4's commit message
tweak links

v0.18.3

Toggle v0.18.3'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#89 from gty929/small-updates

Bug fixes and improvements for corner cases

v0.18.2

Toggle v0.18.2's commit message
Make tests external

v0.18.1

Toggle v0.18.1'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#93 from bitfield/fix_truncate_bug_81

Fix bitfield#81

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Slice() sink (fixes bitfield#47)

* Add Slice() sink (fixes bitfield#47)

* Add test with empty pipe

* Apply suggestions from code review

Co-Authored-By: John Arundel <[email protected]>

* Not using type as variable name

* Using cmp to deep compare

* Not testing ListFiles in the test method for SliceSink

* Remove examples/visitors/go.sum who should not be commited

* An empty pipe should return an empty Slice

* Better example for Slice

* Ignore all go.sum

Co-authored-by: John Arundel <[email protected]>

* use cmp.diff when printing error

* Remove comma in doc

* Move Slice after SHA256

* Edit comments

* Adding trailing blank line:

* Single line with embeded new lines

* Code style

* Range over pids

* Code style

* Using EachLine to split on each lines

* Slice is supposed to be after SHA256

* Change order of params in cmp.Equal

* Better explanation in test

* typo

* Better example who don't use system specific command

* still an order problem

* Order problem

* Add comment to the example for slice

* Move the test to a t.Run format

* Change order for cmp.Equal

* Add example file

* Tweaks to SliceSink

Co-authored-by: John Arundel <[email protected]>
Co-authored-by: Thomas Poignant <[email protected]>

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change SHA256Sum to not read the whole pipe into memory (bitfield#50)

v0.17.0

Toggle v0.17.0's commit message
Reorder alphabetically