{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":821411114,"defaultBranch":"master","name":"goimports-reviser","ownerLogin":"odenio","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-06-28T13:31:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/42006935?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720634992.0","currentOid":""},"activityList":{"items":[{"before":"9886f707ef3609aed84a96cb964c3eb8ad7e9b87","after":"80a6176cb4db60028c23c1ee9b083947942af94c","ref":"refs/heads/version-handling","pushedAt":"2024-07-14T03:41:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"0730f56cc7f330a8d8e9eecb49215916e5f0275b","after":"9886f707ef3609aed84a96cb964c3eb8ad7e9b87","ref":"refs/heads/version-handling","pushedAt":"2024-07-12T21:40:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"5bd9ccc16fc61e43d3c9d1c3b53dbff365db28bf","after":"0730f56cc7f330a8d8e9eecb49215916e5f0275b","ref":"refs/heads/version-handling","pushedAt":"2024-07-12T17:22:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"54fb92fd837874d0ac38542541fde7df0979254e","after":"5bd9ccc16fc61e43d3c9d1c3b53dbff365db28bf","ref":"refs/heads/version-handling","pushedAt":"2024-07-12T15:30:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"a43508218068cf3e8ed3aec75262a648c51e03cf","after":"54fb92fd837874d0ac38542541fde7df0979254e","ref":"refs/heads/version-handling","pushedAt":"2024-07-12T15:17:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"7e5562fb5ad389edeb824bc766a58c40f219a9d7","after":"a43508218068cf3e8ed3aec75262a648c51e03cf","ref":"refs/heads/version-handling","pushedAt":"2024-07-12T14:48:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"184b732a353bf774bcbcd346aaa92fd35d8100ac","after":"7e5562fb5ad389edeb824bc766a58c40f219a9d7","ref":"refs/heads/version-handling","pushedAt":"2024-07-12T14:45:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"bad05c53274d3624c318a46d153c1bfdcb40ab3a","after":"184b732a353bf774bcbcd346aaa92fd35d8100ac","ref":"refs/heads/version-handling","pushedAt":"2024-07-10T18:10:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":null,"after":"bad05c53274d3624c318a46d153c1bfdcb40ab3a","ref":"refs/heads/version-handling","pushedAt":"2024-07-10T18:09:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds\n\nIf we are installed via `go-install` rather than downloading a\ntagged binary from github, the `Tag` etc variables will all be\nempty, and therefore the `--version` flag is diked out. But there\nis a way around this!\n\nIf the version info is not filled in via build-time flags, use\n`debug.BuildInfo` to introspect as much information as we can\nout of the module metadata:\n\n```\n$ go install github.com/odenio/goimports-reviser/v3@v3.6.6-pre5\ngo: downloading github.com/odenio/goimports-reviser/v3 v3.6.6-pre5\n\n$ ~/go/bin/goimports-reviser --version\nversion: 3.6.6-pre5\nbuilt with: go1.22.4\ntag: v3.6.6-pre5\ncommit: n/a\nsource: github.com/odenio/goimports-reviser/v3\n```\n\nAdditionally, add a `--version-only` flag that prints only the version\nstring itself, handy for use in shell pipelines. Can be used on its own\nor in combination with the `--version` flag:\n\n```\n$ ./go/bin/goimports-reviser --version-only\n3.6.6-pre5\n```","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"9071764eb8af3d2b46bdaf0a87856c43a205706d","after":"768704303befa31080beb3abaef867daf1fbc876","ref":"refs/heads/release","pushedAt":"2024-07-10T14:45:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"use bi.Main, doofus","shortMessageHtmlLink":"use bi.Main, doofus"}},{"before":"81a7d7dec6e2971daaaadda9b018d537efb95668","after":"9071764eb8af3d2b46bdaf0a87856c43a205706d","ref":"refs/heads/release","pushedAt":"2024-07-09T21:01:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"ensure we return our own version!","shortMessageHtmlLink":"ensure we return our own version!"}},{"before":"5d02fbb284e307fb027eadfc5cdaa2700a9de945","after":"81a7d7dec6e2971daaaadda9b018d537efb95668","ref":"refs/heads/release","pushedAt":"2024-07-09T20:47:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"attempt to handle --version even in untagged builds","shortMessageHtmlLink":"attempt to handle --version even in untagged builds"}},{"before":"592d1dab656bd33aa273d5189f2b2389964c8533","after":"5d02fbb284e307fb027eadfc5cdaa2700a9de945","ref":"refs/heads/release","pushedAt":"2024-07-08T14:49:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"rename module for local release","shortMessageHtmlLink":"rename module for local release"}},{"before":null,"after":"592d1dab656bd33aa273d5189f2b2389964c8533","ref":"refs/heads/release","pushedAt":"2024-07-08T14:40:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"rename module for local release","shortMessageHtmlLink":"rename module for local release"}},{"before":"2c2a3a95d4083dfa3426b290860375eddcb951e9","after":"0bd2748a52a33a65f860c3d9ab3df9cc9879c6ec","ref":"refs/heads/multiple-argv","pushedAt":"2024-07-05T17:45:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"Allow multiple targets on command line\n\nThis addresses https://github.com/incu6us/goimports-reviser/issues/96\n\n- iterate over the list of remaining arguments treating\n each as an origin path\n\n- fully remove support for the -filePath option\n\n- defer printing deprecation warnings until after all paths\n are processed\n\n- print deprecation warnings to stderr, not stdout","shortMessageHtmlLink":"Allow multiple targets on command line"}},{"before":null,"after":"2c2a3a95d4083dfa3426b290860375eddcb951e9","ref":"refs/heads/multiple-argv","pushedAt":"2024-07-05T17:37:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"Allow multiple targets on command line\n\nThis addresses https://github.com/incu6us/goimports-reviser/issues/96\n\n- iterate over the list of remaining arguments treating\n each as an origin path\n\n- fully remove support for the -filePath option\n\n- defer printing deprecation warnings until after all paths\n are processed\n\n- print deprecation warnings to stderr, not stdout","shortMessageHtmlLink":"Allow multiple targets on command line"}},{"before":"85c88e0abef78bbd5d5d5903ac462ddfb587a390","after":"98972abb614150827aaef9f3f77f8aad430fce2e","ref":"refs/heads/master","pushedAt":"2024-07-03T21:05:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"Add option to separate named imports\n\nThis addresses https://github.com/incu6us/goimports-reviser/issues/116\n\nAdd a `-separate-named` boolean option. When activated, named/aliased\nimports are split off into a separate block below the relevant group,\ne.g. named std below std, named project below project, etc.","shortMessageHtmlLink":"Add option to separate named imports"}},{"before":"5f29621b9217398814dbf41a021f51536cb54be1","after":"85c88e0abef78bbd5d5d5903ac462ddfb587a390","ref":"refs/heads/master","pushedAt":"2024-07-03T16:33:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"n-oden","name":"Nathan J Mehl","path":"/n-oden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70606471?s=80&v=4"},"commit":{"message":"Add option to separate named imports\n\nThis addresses https://github.com/incu6us/goimports-reviser/issues/116\n\nAdd a `-separate-named` boolean option. When activated, named/aliased\nimports are split off into a separate block below the relevant group,\ne.g. named std below std, named project below project, etc.","shortMessageHtmlLink":"Add option to separate named imports"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEftAFqQA","startCursor":null,"endCursor":null}},"title":"Activity ยท odenio/goimports-reviser"}