GitHub / github/go-pipe / commits
A package used to easily build command pipelines in your Go applications
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 903aad4b | merge Merge pull request #46 from github/fix-compilation-issues-for-non-linux-systems |
Torsten Walter <t****r@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 3a4c745b | Move errProcessInfoMissing to platform-independent file | Torsten Walter <t****r@g****m> | 6 months ago | |
| 3f94cd78 | merge Merge pull request #45 from github/znull/rss-process-missing |
Jason Lunz <z****l@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| e2818771 | use errors.Is | Jason Lunz <z****l@g****m> | 6 months ago | |
| fdfb660e | don't fail getting RSS if process has already exited | Jason Lunz <z****l@g****m> | 6 months ago | |
| cb4937a3 | ignore errProcessInfoMissing when getting process RSS | Jason Lunz <z****l@g****m> | 6 months ago | |
| f248bbba | merge Merge pull request #36 from github/git-systems/update-uber-leak-dependency |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| cfb7acdd | Dependencies update. update uber leak dependency | Miguel Ángel Pastor Olivar <m****e@g****m> | 7 months ago | |
| 59c5b3b0 | merge Merge pull request #40 from github/dependabot/go_modules/golang.org/x/sync-0.... |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| a8a0783f | merge Merge pull request #42 from github/copilot/fix-github-actions-workflow |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| aeb0cbad | merge Merge pull request #43 from github/copilot/fix-github-actions-workflow-again |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| bdc7024a | merge Merge pull request #44 from github/copilot/fix-golangci-lint-workflow |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| ee5d8b33 |
Fix all golangci-lint issues
Co-authored-by: migue <1****e@u****m> |
copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| 4e3b1a17 | Initial plan | copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| 3fbda0d3 |
Update comment to reflect full version requirement
Co-authored-by: migue <1****e@u****m> |
copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| c85d7bfe |
Update golangci-lint-action to v9.2.0 and use full version v2.8.0
Co-authored-by: migue <1****e@u****m> |
copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| 69d79de6 |
Upgrade golangci-lint to v2.8 for Go 1.24 compatibility
Co-authored-by: migue <1****e@u****m> |
copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| 10679d7d | Initial plan | copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| 2055d4ce |
Update golangci-lint workflow to use Go 1.24
Co-authored-by: migue <1****e@u****m> |
copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| 8e61fa1e |
Fix invalid Go version format in go.mod
Co-authored-by: migue <1****e@u****m> |
copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| 06bc0353 | Initial plan | copilot-swe-agent[bot] <1****t@u****m> | 7 months ago | |
| 9173fce6 |
Bump golang.org/x/sync from 0.7.0 to 0.19.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 66ebe695 | merge Merge pull request #38 from github/dependabot/go_modules/github.com/stretchr/... |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 85f369bc |
Bump github.com/stretchr/testify from 1.9.0 to 1.11.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 2a830129 | merge Merge pull request #34 from swarit-stepsecurity/swarit/fix/33 |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| bdee96f3 | merge Merge pull request #35 from github/git-systems/remove-codeql-advanced-action |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 5eb78816 | Actions setup: remove CodeQL advanced setup | Miguel Ángel Pastor Olivar <m****e@g****m> | 10 months ago | |
| a37d967d | merge Merge pull request #24 from github/dependabot/go_modules/golang.org/x/sync-0.7.0 |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 54fd641c |
chore: add unit test file
Signed-off-by: Swarit Pandey <s****t@s****o> |
Swarit Pandey <s****t@s****o> | 10 months ago | |
| 81f25005 |
fix: add nil check before attempting to kill
Signed-off-by: Swarit Pandey <s****t@s****o> |
Swarit Pandey <s****t@s****o> | 10 months ago | |
| 11bf0c7f | merge Merge pull request #32 from github/goproxy-token |
brian m. carlson <b****4@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| f6f8acb3 | Remove use of GOPROXY and its token | brian m. carlson <b****4@g****m> | 11 months ago | |
| ffff69f3 | merge Merge pull request #29 from github/adds-panic-handler |
Nell White <7****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| c0d12d7a | Improves panic-handling | J.C. Manzo <j****o@g****m> | about 1 year ago | |
| 9c58e5aa | Improves wording, test and conditional check | J.C. Manzo <j****o@g****m> | about 1 year ago | |
| 11ad4d2f | Allow configuring a pipeline with a panic handler. | J.C. Manzo <j****o@g****m> | over 1 year ago | |
| 25f409f9 | Extend the Function stage with panic handler support. | J.C. Manzo <j****o@g****m> | over 1 year ago | |
| 951775dd | merge Merge pull request #28 from josiahaltschuler/minor-grammar-fix |
Michael Haggerty <m****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 4de091e0 | Fix minor grammar error in README | Josiah Altschuler <j****r@g****m> | over 1 year ago | |
| 48904b16 | merge Merge pull request #26 from github/fix-workflow-permissions |
Torsten Walter <t****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| bfd3c38e | Configure workflow permissions | Torsten Walter <t****r@g****m> | almost 2 years ago | |
| 9fc82a2c |
Bump golang.org/x/sync from 0.6.0 to 0.7.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| a37b1c8b | merge Merge pull request #23 from github/dependabot/go_modules/github.com/stretchr/... |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 931512df |
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| fbd16d1f | merge Merge pull request #22 from github/dependabot/go_modules/golang.org/x/sync-0.6.0 |
Michael Haggerty <m****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 1df1deab |
Bump golang.org/x/sync from 0.5.0 to 0.6.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f3fb7f1d | merge Merge pull request #19 from github/unwrap-stdin |
Michael Haggerty <m****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| a8420b1f | TestPipelineStdinThatIsNeverClosed(): new failing test (skipped) | Michael Haggerty <m****r@g****m> | over 2 years ago | |
| 0d40fa26 | merge Merge pull request #18 from github/dependabot/go_modules/golang.org/x/sync-0.5.0 |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 25b3216a |
Bump golang.org/x/sync from 0.4.0 to 0.5.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c058ff8c | merge Merge pull request #17 from github/migue/update-golangci-lint |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 05d708a2 | Fix the new linter errors | Miguel Ángel Pastor Olivar <m****e@g****m> | almost 3 years ago | |
| 09d59912 | Move golangci-lint-action to 3.7.0 | Miguel Ángel Pastor Olivar <m****e@g****m> | almost 3 years ago | |
| 8bfdd5ad | merge Merge pull request #15 from github/dependabot/go_modules/golang.org/x/sync-0.4.0 |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| dfbcf5c7 |
Bump golang.org/x/sync from 0.2.0 to 0.4.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 80fd3a3b | merge Merge pull request #14 from github/git-systems/upgrade-codeql-action |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 9b9cdee0 | Upgrade the CodeQL action to V2 version | Miguel Ángel Pastor Olivar <m****e@g****m> | almost 3 years ago | |
| 9f1d2ff9 | merge Merge pull request #12 from github/dependabot/go_modules/github.com/stretchr/... |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 0d67304d |
Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 6d725bdd | merge Merge pull request #11 from github/dependabot/go_modules/github.com/stretchr/... |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d3977eb6 |
Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| fa042bb4 | merge Merge pull request #10 from github/dependabot/go_modules/golang.org/x/sync-0.2.0 |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| f362dfea |
Bump golang.org/x/sync from 0.1.0 to 0.2.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 58f24b0c | merge Merge pull request #9 from github/dependabot/go_modules/github.com/stretchr/t... |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 7de573b9 |
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| f4e73e87 | merge Merge pull request #8 from github/dependabot/go_modules/go.uber.org/goleak-1.2.1 |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 2981579f |
Bump go.uber.org/goleak from 1.2.0 to 1.2.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 8f30e741 | Handle the case where `stdin` is an `*os.File` that never closes | Michael Haggerty <m****r@g****m> | over 3 years ago | |
| c6253979 | Add a test where stdin is never closed | Michael Haggerty <m****r@g****m> | over 3 years ago | |
| 3f37633c | merge Merge pull request #7 from github/os-testing |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 16f7a94c | Proper README formatting | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| 9f1b8623 | Properly implement the LimitableStage interface on windows | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| 5df0c4e7 | merge Merge pull request #6 from github/update-links |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| ae64927b | The module is public now | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| 1d770a86 | Update the links and remove the examples folder for now | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| d894b5f5 | merge Merge pull request #4 from github/memory-limit-functionality |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| cf210c23 |
Move the memory limit related functionality available in grpcd into the library
Co-authored-by: Oliver Bone <o****e@g****m> |
Jason Lunz <z****l@g****m>
Committed by: Miguel Ángel Pastor Olivar <m****e@g****m> |
over 3 years ago | |
| 950a2bf9 | merge Merge pull request #3 from github/converge-with-gitrpcd |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| d7e38ec1 | Include the ability to emit events during the pipeline execution | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| b7bcb78a | Tidy some of the existing code | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| 6774e86b | Extract some additional code from gitrpcd and move it here | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| d096615c | Make the linter happy | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| c5e6fd27 | Correct the type of the function | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| 9d4729e3 | Move some code around so both Gitrpcd and go-pipe converge | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| b4ac99db | merge Merge pull request #2 from github/pipe-with-environment |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| bb1b451a | Remove outdated command | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| 0b647bd3 |
Update the comment
Co-authored-by: Thomas Gummerer <t****r@g****m> |
Miguel Ángel Pastor Olivar <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| ada85569 | This new type can be reused | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| e760bfad | Add the ability to pass a custom environment to the pipeline | Miguel Ángel Pastor Olivar <m****e@g****m> | over 3 years ago | |
| 63391fbe | go-pipe: initial release |
Michael Haggerty <m****r@g****m>
Committed by: Miguel Ángel Pastor Olivar <m****e@g****m> |
over 3 years ago |