{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":114304008,"defaultBranch":"master","name":"artifacts-buildkite-plugin","ownerLogin":"buildkite-plugins","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-12-14T22:54:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/17957497?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720173358.0","currentOid":""},"activityList":{"items":[{"before":"2de7092187ac997d4aff97801eff71074053acea","after":null,"ref":"refs/heads/SUP-2419","pushedAt":"2024-07-05T09:55:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tomowatt","name":"Tom Watt","path":"/tomowatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43241063?s=80&v=4"}},{"before":"4d6315f7169a3d6efcf44d6b5f9be67fad6046f1","after":"7ef7d10af520643c9f695082fdffcf7eb75c1ae2","ref":"refs/heads/master","pushedAt":"2024-07-05T09:55:56.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"tomowatt","name":"Tom Watt","path":"/tomowatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43241063?s=80&v=4"},"commit":{"message":"Merge pull request #100 from buildkite-plugins/SUP-2419\n\nSUP-2419: Add CODEOWNERS","shortMessageHtmlLink":"Merge pull request #100 from buildkite-plugins/SUP-2419"}},{"before":null,"after":"2de7092187ac997d4aff97801eff71074053acea","ref":"refs/heads/SUP-2419","pushedAt":"2024-07-01T13:30:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tomowatt","name":"Tom Watt","path":"/tomowatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43241063?s=80&v=4"},"commit":{"message":"chore: Add CODEOWNERS file","shortMessageHtmlLink":"chore: Add CODEOWNERS file"}},{"before":"f16b35782205974444a2a331f86522d5136a008e","after":null,"ref":"refs/heads/from-to-uses-copy-not-move","pushedAt":"2024-04-04T00:54:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pda","name":"Paul Annesley","path":"/pda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15759?s=80&v=4"}},{"before":"95a63f969c225b98d65e2a1ad280b7cbe32e3108","after":null,"ref":"refs/heads/SUP-690","pushedAt":"2024-03-07T00:16:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"}},{"before":"b58244485375a3e2d529ae2755d8672761326df4","after":"4d6315f7169a3d6efcf44d6b5f9be67fad6046f1","ref":"refs/heads/master","pushedAt":"2024-03-07T00:16:03.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Merge pull request #98 from buildkite-plugins/SUP-690\n\nAdd Code of Conduct","shortMessageHtmlLink":"Merge pull request #98 from buildkite-plugins/SUP-690"}},{"before":null,"after":"95a63f969c225b98d65e2a1ad280b7cbe32e3108","ref":"refs/heads/SUP-690","pushedAt":"2024-03-06T13:41:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tomowatt","name":"Tom Watt","path":"/tomowatt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43241063?s=80&v=4"},"commit":{"message":"Add Code of Conduct","shortMessageHtmlLink":"Add Code of Conduct"}},{"before":"4533bc1280c53f0d52e422902ae753962355267e","after":"f16b35782205974444a2a331f86522d5136a008e","ref":"refs/heads/from-to-uses-copy-not-move","pushedAt":"2024-02-29T06:25:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pda","name":"Paul Annesley","path":"/pda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15759?s=80&v=4"},"commit":{"message":"from/to uses copy not move\n\nWe may be uploading an artifact that we can read but not write (e.g. the\ndirectory it's in is owned by root because it was produced by a\ncontainer with the Docker daemon running as root), which case this\natttempted move will fail:\n\n Moving [target/example-0.x.jar] to [example.jar]...\n mv: cannot move 'target/example-0.x.jar' to 'example.jar': Permission denied\n ~/builds/test-stack-i-01234567890abcdef-1/org/example\n\nAnd, something running after this plugin may reasonably assume that the\nfile still exists at its original location after being uploaded as an\nartifact. That's not highly likely, since we're doing this in a\npost-command hook, but another post-command or other hook could expect\nthat.\n\nThe main downside of `cp` instead of `mv` is the duplication of the\ndata, which may be large. Generally artifact uploads won't be huge\nenough for copying them to matter much, and the working directory will\nbe cleaned by the next build for that pipeline.","shortMessageHtmlLink":"from/to uses copy not move"}},{"before":null,"after":"4533bc1280c53f0d52e422902ae753962355267e","ref":"refs/heads/from-to-uses-copy-not-move","pushedAt":"2024-02-29T06:00:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pda","name":"Paul Annesley","path":"/pda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15759?s=80&v=4"},"commit":{"message":"from/to uses copy not move\n\nWe may be uploading an artifact that we can read but not write (e.g. the\ndirectory it's in is owned by root because it was produced by a\ncontainer with the Docker daemon running as root), which case this\natttempted move will fail:\n\n Moving [target/example-0.x.jar] to [example.jar]...\n mv: cannot move 'target/example-0.x.jar' to 'example.jar': Permission denied\n ~/builds/test-stack-i-01234567890abcdef-1/org/example\n\nAnd, something running after this plugin may reasonably assume that the\nfile still exists at its original location after being uploaded as an\nartifact. That's not highly likely, since we're doing this in a\npost-command hook, but another post-command or other hook could expect\nthat.\n\nThe main downside of `cp` instead of `mv` is the duplication of the\ndata, which may be large. Generally artifact uploads won't be huge\nenough for copying them to matter much, and the working directory will\nbe cleaned by the next build for that pipeline.","shortMessageHtmlLink":"from/to uses copy not move"}},{"before":"50fa4eee36967c90d42558998339cdea88a182e4","after":null,"ref":"refs/heads/renovate/plugin-tester-1.x","pushedAt":"2024-02-17T17:07:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"}},{"before":"242c6a693b9bd4283e3c308fcbb9fa203cfd243e","after":"b58244485375a3e2d529ae2755d8672761326df4","ref":"refs/heads/master","pushedAt":"2024-02-17T17:07:08.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Merge pull request #96 from buildkite-plugins/renovate/plugin-tester-1.x\n\nUpdate buildkite plugin plugin-tester to v1.1.1","shortMessageHtmlLink":"Merge pull request #96 from buildkite-plugins/renovate/plugin-tester-1.x"}},{"before":null,"after":"50fa4eee36967c90d42558998339cdea88a182e4","ref":"refs/heads/renovate/plugin-tester-1.x","pushedAt":"2024-02-17T01:54:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"Update buildkite plugin plugin-tester to v1.1.1","shortMessageHtmlLink":"Update buildkite plugin plugin-tester to v1.1.1"}},{"before":"439ca5eb48e739f42c7391c7ac0ebacf078b6605","after":null,"ref":"refs/heads/renovate/plugin-linter-3.x","pushedAt":"2024-02-13T14:41:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"}},{"before":"4aa28c77aeb5af2484a497db73c41c1fc9ac52a1","after":"242c6a693b9bd4283e3c308fcbb9fa203cfd243e","ref":"refs/heads/master","pushedAt":"2024-02-13T14:41:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Merge pull request #95 from buildkite-plugins/renovate/plugin-linter-3.x\n\nUpdate buildkite plugin plugin-linter to v3.3.0","shortMessageHtmlLink":"Merge pull request #95 from buildkite-plugins/renovate/plugin-linter-3.x"}},{"before":"8dfb94650dffe45cfce80a87eb2e5fb85ae606ac","after":"439ca5eb48e739f42c7391c7ac0ebacf078b6605","ref":"refs/heads/renovate/plugin-linter-3.x","pushedAt":"2024-02-13T14:40:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"Update buildkite plugin plugin-linter to v3.3.0","shortMessageHtmlLink":"Update buildkite plugin plugin-linter to v3.3.0"}},{"before":"2c26269d4b3d40faf37c41a332efbc89c380e60d","after":"4aa28c77aeb5af2484a497db73c41c1fc9ac52a1","ref":"refs/heads/master","pushedAt":"2024-02-13T14:37:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Update plugin version","shortMessageHtmlLink":"Update plugin version"}},{"before":null,"after":"8dfb94650dffe45cfce80a87eb2e5fb85ae606ac","ref":"refs/heads/renovate/plugin-linter-3.x","pushedAt":"2024-02-10T01:29:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"Update buildkite plugin plugin-linter to v3.3.0","shortMessageHtmlLink":"Update buildkite plugin plugin-linter to v3.3.0"}},{"before":"b2840968fde8e134369af65b38c1be2c7ad086e9","after":"2c26269d4b3d40faf37c41a332efbc89c380e60d","ref":"refs/heads/master","pushedAt":"2024-02-05T11:54:13.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Merge pull request #94 from buildkite-plugins/toote_to_option_is_optional\n\n`To` option is optional","shortMessageHtmlLink":"Merge pull request #94 from buildkite-plugins/toote_to_option_is_opti…"}},{"before":"346419a747c2f58810554c6f70045f0982e6cf04","after":null,"ref":"refs/heads/toote_to_option_is_optional","pushedAt":"2024-02-05T11:54:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"}},{"before":"3f8769b20089c0ebf4d7b6a2b65accfc7540e0e0","after":"346419a747c2f58810554c6f70045f0982e6cf04","ref":"refs/heads/toote_to_option_is_optional","pushedAt":"2024-02-03T14:25:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"toote","name":"Matías Bellone","path":"/toote","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4922352?s=80&v=4"},"commit":{"message":"Updated examples for next bugfix version","shortMessageHtmlLink":"Updated examples for next bugfix version"}},{"before":null,"after":"3f8769b20089c0ebf4d7b6a2b65accfc7540e0e0","ref":"refs/heads/toote_to_option_is_optional","pushedAt":"2024-02-03T14:23:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"toote","name":"Matías Bellone","path":"/toote","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4922352?s=80&v=4"},"commit":{"message":"to config in relocations is optional","shortMessageHtmlLink":"to config in relocations is optional"}},{"before":"ea98cde616004b5f12a0f69afc5932dfafedf2fb","after":null,"ref":"refs/heads/renovate/release-drafter-release-drafter-6.x","pushedAt":"2024-02-02T17:55:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"}},{"before":"4c8379df605d5d1d79046dbea749a72418044a29","after":"b2840968fde8e134369af65b38c1be2c7ad086e9","ref":"refs/heads/master","pushedAt":"2024-02-02T17:55:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Update release-drafter/release-drafter action to v6 (#93)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update release-drafter/release-drafter action to v6 (#93)"}},{"before":null,"after":"ea98cde616004b5f12a0f69afc5932dfafedf2fb","ref":"refs/heads/renovate/release-drafter-release-drafter-6.x","pushedAt":"2024-02-02T07:08:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"Update release-drafter/release-drafter action to v6","shortMessageHtmlLink":"Update release-drafter/release-drafter action to v6"}},{"before":"030a8354b594e6ba980adeedbf5d92e26d69c72f","after":"4c8379df605d5d1d79046dbea749a72418044a29","ref":"refs/heads/master","pushedAt":"2023-09-19T00:14:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Update plugin version","shortMessageHtmlLink":"Update plugin version"}},{"before":"3359ae19d749d0d1464616b5a4c50731f3d30223","after":null,"ref":"refs/heads/SUP-1372-fix-compressed","pushedAt":"2023-09-14T00:04:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"}},{"before":"9c64bcb2f82d41a53eafb045bfc80ca7628b1d68","after":"030a8354b594e6ba980adeedbf5d92e26d69c72f","ref":"refs/heads/master","pushedAt":"2023-09-14T00:04:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"SUP-1372 fix compressed when ignore-missing is set (#91)\n\n* Updated README.md version numbers\r\n\r\n* Removed compression expression wrap\r\n\r\n* Updated compression test, add new compression ignore-missing test\r\n\r\n* Removed mocked glob pathing in upload compressed tests\r\n\r\n* Add clarification when using compressed with ignore-missing\r\n\r\n* Update test title\r\n\r\n---------\r\n\r\nCo-authored-by: Pol (Paula) ","shortMessageHtmlLink":"SUP-1372 fix compressed when ignore-missing is set (#91)"}},{"before":"13f3aa1d9541a07653273843358b45ab4a0fa5dc","after":"3359ae19d749d0d1464616b5a4c50731f3d30223","ref":"refs/heads/SUP-1372-fix-compressed","pushedAt":"2023-09-13T21:36:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Update tests title","shortMessageHtmlLink":"Update tests title"}},{"before":"ea94cb1cb59585c6ce360815a56836adf2a8dc94","after":"13f3aa1d9541a07653273843358b45ab4a0fa5dc","ref":"refs/heads/SUP-1372-fix-compressed","pushedAt":"2023-09-13T21:36:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Update tests title","shortMessageHtmlLink":"Update tests title"}},{"before":"6b257d29441b5ec1c99c8ce138a666eaeaf595dd","after":"ea94cb1cb59585c6ce360815a56836adf2a8dc94","ref":"refs/heads/SUP-1372-fix-compressed","pushedAt":"2023-09-13T21:23:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pzeballos","name":"Pol (Paula)","path":"/pzeballos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6607375?s=80&v=4"},"commit":{"message":"Add clarification when using compressed with ignore-missing","shortMessageHtmlLink":"Add clarification when using compressed with ignore-missing"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEd6eUHQA","startCursor":null,"endCursor":null}},"title":"Activity · buildkite-plugins/artifacts-buildkite-plugin"}