Skip to content

Releases: gruntwork-io/git-xargs

v0.0.8

28 Apr 13:48
d2d6079
Compare
Choose a tag to compare

Modules affected

Description

  • New feature: Add --skip-archived-repos flag. Passing this flag tells git-xargs to skip processing repos that are in the archived / read-only state.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.0.7

28 Apr 07:33
1241a03
Compare
Choose a tag to compare

Modules affected

  • Logging

Description

  • git-xargs will now write the stdout / stderr from the command it runs directly to the logs, as plain text, rather than using structured logging / logrus fields. The problem with using fields, as we did before, was the log output got shoved into JSON, with all sorts of characters escaped (e.g., newlines become \n), which made it hard to read the log output when debugging. Now it should be a lot easier to read.

Related links

v0.0.6

27 Apr 15:14
0fcd89a
Compare
Choose a tag to compare

Modules affected

Description

  • git-xargs will no longer try to open a PR if one already exists.
  • Created CODE_OF_CONDUCT.md, CODEOWNERS, and added GitHub issue templates.

Related links

v0.0.5

26 Apr 19:35
b55137d
Compare
Choose a tag to compare
  • Refactor project layout to support go build from project root and go get github.com/gruntwork-io/git-xargs for easier installation
  • Improve logging of STDOUT and STDERR from scripts executed via git-xargs
  • Use the Github repo's designated default branch when opening PRs (supports master and main, for example)

To install git-xargs via go get see the new instructions in the README here.

Special thanks

Special thanks to @jphuynh for contributing!

Related PRs

v0.0.4

22 Apr 19:19
a5c348c
Compare
Choose a tag to compare
  • Allow reading repo names from STDIN for more unix-y composability
  • Fix go.mod import path so that go get will work

Special thanks

@sc250024

Related PRs

v0.0.3

21 Apr 10:57
bff0e23
Compare
Choose a tag to compare
  • Add demo gif to README
  • Fix typo in default pull request title

v0.0.2

21 Apr 10:51
0ea2a97
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Don't use me - testing CircleCI setup!

v0.0.1

20 Apr 15:35
Compare
Choose a tag to compare

Initial release