{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":242661919,"defaultBranch":"master","name":"resholve","ownerLogin":"abathur","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-02-24T06:21:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2548365?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714786031.0","currentOid":""},"activityList":{"items":[{"before":"dc88cc92cf79a141c81f2a6df003025dcb27c0c8","after":"ebd7901b36a0830b67cf300e2ee5719b867a2059","ref":"refs/heads/master","pushedAt":"2024-05-22T12:29:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"Add msmtp and msmtpq parsers (#103)\n\nI created this script to help me test out this change:\r\n","shortMessageHtmlLink":"Add msmtp and msmtpq parsers (#103)"}},{"before":"4715114c59c4484e8a832ee973753a237010f004","after":"dc88cc92cf79a141c81f2a6df003025dcb27c0c8","ref":"refs/heads/master","pushedAt":"2024-05-09T14:05:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"flake: support quick-and-dirty resolution testing\n\nThis feels a bit dirty, but we can build a script that in turn invokes\nNix a few times in order to support resolving with the Nix builder and\nan invocation-time list of packages. (Hopefully flakes will have more\nidiomatic support for passing these in at some point, but this works\nfor now I think?)\n\nIntended to run like:\nnix run .#resholve-with-packages -- [...]\n\nWill output resolved script on stdout.","shortMessageHtmlLink":"flake: support quick-and-dirty resolution testing"}},{"before":null,"after":"dc88cc92cf79a141c81f2a6df003025dcb27c0c8","ref":"refs/heads/flake_quick_tester","pushedAt":"2024-05-04T01:27:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"flake: support quick-and-dirty resolution testing\n\nThis feels a bit dirty, but we can build a script that in turn invokes\nNix a few times in order to support resolving with the Nix builder and\nan invocation-time list of packages. (Hopefully flakes will have more\nidiomatic support for passing these in at some point, but this works\nfor now I think?)\n\nIntended to run like:\nnix run .#resholve-with-packages -- [...]\n\nWill output resolved script on stdout.","shortMessageHtmlLink":"flake: support quick-and-dirty resolution testing"}},{"before":"50db1a6a97baa7d7543a8abe33dddda62b487c65","after":"4715114c59c4484e8a832ee973753a237010f004","ref":"refs/heads/master","pushedAt":"2024-04-21T21:25:21.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"update changelog for 0.10.5","shortMessageHtmlLink":"update changelog for 0.10.5"}},{"before":null,"after":"d5334aa0b02592aeb369ce827d6d8a4733699da3","ref":"refs/heads/fix_sedparse_exceptions","pushedAt":"2024-04-21T21:12:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"expand passthru tests\n\nThis cribs from my WIP PR to move binlore overrides into nixpkgs. It\ncarries some testing improvements that are worth taking advantage of\nsooner rather than later. If this lands before that is ready to move,\nthen I can drop the copy there.","shortMessageHtmlLink":"expand passthru tests"}},{"before":"cfce30349dd8b1feffcc9f93106fd15c910432cf","after":"50db1a6a97baa7d7543a8abe33dddda62b487c65","ref":"refs/heads/master","pushedAt":"2024-04-13T17:14:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"fix test break in bats 1.11\n\nA shift in when/where bats executes the setup hook (it was previously\nrun at the start of each test; now it's run right before the start of\neach test) causes a test that dynamically generates a script (in order\nto embed an absolute path in the build sandbox) to be unable to find\nthe file at test time.\n\nThe key part of the fix is to generate the file in the test body. The\nrest of this is just shortening paths and shifting to lean on per-test\ntmpdirs bats already makes for us. These include the test number in\nthe path, making it marginally easier to debug test-specific issues if\nthey touch the tmpdir.\n\nNote that tests/{behavior.bats,helpers.bash} carry some small ~quirks\nfor now in order to maintain compat with bats 1.10 and 1.11. This\nprobably isn't essential, but I'd rather have the bit of flexibility\nand not need it than vice versa.","shortMessageHtmlLink":"fix test break in bats 1.11"}},{"before":"245ff54a58caa7af2b3e5a383d8644414fbcf319","after":"cfce30349dd8b1feffcc9f93106fd15c910432cf","ref":"refs/heads/master","pushedAt":"2024-04-13T16:57:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"fix test break in bats 1.11\n\nA shift in when/where bats executes the setup hook (it was previously\nrun at the start of each test; now it's run right before the start of\neach test) causes a test that dynamically generates a script (in order\nto embed an absolute path in the build sandbox) to be unable to find\nthe file at test time.\n\nThe key part of the fix is to generate the file in the test body. The\nrest of this is just shortening paths and shifting to lean on per-test\ntmpdirs bats already makes for us. These include the test number in\nthe path, making it marginally easier to debug test-specific issues if\nthey touch the tmpdir.\n\nNote that tests/{behavior.bats,helpers.bash} carry some small ~quirks\nfor now in order to maintain compat with bats 1.10 and 1.11. This\nprobably isn't essential, but I'd rather have the bit of flexibility\nand not need it than vice versa.","shortMessageHtmlLink":"fix test break in bats 1.11"}},{"before":null,"after":"4c3b319c7f5171b4c15fc1a25c40a5dab54add3c","ref":"refs/heads/support_bats_1_10_and_1_11","pushedAt":"2024-04-13T16:46:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"fix test break in bats 1.11\n\nA shift in when/where bats executes the setup hook (it was previously\nrun at the start of each test; now it's run right before the start of\neach test) causes a test that dynamically generates a script (in order\nto embed an absolute path in the build sandbox) to be unable to find\nthe file at test time.\n\nThe key part of the fix is to generate the file in the test body. The\nrest of this is just shortening paths and shifting to lean on per-test\ntmpdirs bats already makes for us. These include the test number in\nthe path, making it marginally easier to debug test-specific issues if\nthey touch the tmpdir.\n\nNote that tests/{behavior.bats,helpers.bash} carry some small ~quirks\nfor now in order to maintain compat with bats 1.10 and 1.11. This\nprobably isn't essential, but I'd rather have the bit of flexibility\nand not need it than vice versa.","shortMessageHtmlLink":"fix test break in bats 1.11"}},{"before":"043d044c09542d7b46f621a9489c844c958ef6b2","after":"245ff54a58caa7af2b3e5a383d8644414fbcf319","ref":"refs/heads/master","pushedAt":"2024-03-28T22:28:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"fix popen hang on invoking awk in cross builds\n\nThis mirrors the sed -> sedparse change, except that I was not able\nto readily find a Python awk parser. If we can locate one, we can\nrevisit this and make it a little smarter.","shortMessageHtmlLink":"fix popen hang on invoking awk in cross builds"}},{"before":null,"after":"e0b0ac6209c9ba9d1672a8bd4123f72161acbf01","ref":"refs/heads/evaluate_parse_error_3","pushedAt":"2024-03-28T22:28:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"test resholve 0.10.2 + xdg_utils cross","shortMessageHtmlLink":"test resholve 0.10.2 + xdg_utils cross"}},{"before":null,"after":"245ff54a58caa7af2b3e5a383d8644414fbcf319","ref":"refs/heads/fix_xdg_utils","pushedAt":"2024-03-28T22:20:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"fix popen hang on invoking awk in cross builds\n\nThis mirrors the sed -> sedparse change, except that I was not able\nto readily find a Python awk parser. If we can locate one, we can\nrevisit this and make it a little smarter.","shortMessageHtmlLink":"fix popen hang on invoking awk in cross builds"}},{"before":"1862ce4a5a7b8972d929acb3b890ae3814e2fa7c","after":"7ca493c3e670622f4a0489d587cb22a91057c291","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T19:44:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"try testing again","shortMessageHtmlLink":"try testing again"}},{"before":"85c0bbf3e70522d4966ed7efdde0faa605a37ce8","after":"1862ce4a5a7b8972d929acb3b890ae3814e2fa7c","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T19:37:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"silence!","shortMessageHtmlLink":"silence!"}},{"before":"fc73875b4898a3ebae6f19f60f104aa66792178d","after":"85c0bbf3e70522d4966ed7efdde0faa605a37ce8","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T19:36:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"silence!","shortMessageHtmlLink":"silence!"}},{"before":"57fbfe9c98158b6176fa8558b5ef8e77887ae53f","after":"fc73875b4898a3ebae6f19f60f104aa66792178d","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T19:27:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"try patching nixpkgs","shortMessageHtmlLink":"try patching nixpkgs"}},{"before":"c7d5ea482c6d4c5c226c96a0eca0a0e9ebae4cfc","after":"57fbfe9c98158b6176fa8558b5ef8e77887ae53f","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T18:20:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"try reworking awk detection","shortMessageHtmlLink":"try reworking awk detection"}},{"before":"d39b4fcf2976a2c0ac63f8cbb8493baabfa73065","after":"c7d5ea482c6d4c5c226c96a0eca0a0e9ebae4cfc","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T17:13:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"re-enable resholve debug","shortMessageHtmlLink":"re-enable resholve debug"}},{"before":"813916d5272369107a0784c68cecded232ff0767","after":"d39b4fcf2976a2c0ac63f8cbb8493baabfa73065","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T16:56:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"try disabling non-cross tests?","shortMessageHtmlLink":"try disabling non-cross tests?"}},{"before":"11844673bf00384e72c557bcb69a2ac1bb428a32","after":"813916d5272369107a0784c68cecded232ff0767","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T16:41:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"increase nix verbosity?","shortMessageHtmlLink":"increase nix verbosity?"}},{"before":"98a586d64459340c0eab32268a804110cc5ad2c9","after":"11844673bf00384e72c557bcb69a2ac1bb428a32","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T16:38:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"increase nix verbosity?","shortMessageHtmlLink":"increase nix verbosity?"}},{"before":"14d28073e0179a8762d63b0191aa7f9521b500f2","after":"98a586d64459340c0eab32268a804110cc5ad2c9","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T16:20:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"try to debug harder","shortMessageHtmlLink":"try to debug harder"}},{"before":"3501dcf070cb656167fa4fc0fbff3db0a3ef61ca","after":"14d28073e0179a8762d63b0191aa7f9521b500f2","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T16:14:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"try step debug?","shortMessageHtmlLink":"try step debug?"}},{"before":"0b04c44e42f49a30569687ff4c3432854e9fd295","after":"3501dcf070cb656167fa4fc0fbff3db0a3ef61ca","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T15:50:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"force latest rev?","shortMessageHtmlLink":"force latest rev?"}},{"before":"7b122629c486f33fb67fe05d8199dd4fece3e172","after":"0b04c44e42f49a30569687ff4c3432854e9fd295","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T15:45:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"try not uploading?","shortMessageHtmlLink":"try not uploading?"}},{"before":"a5ef02afbd79759be8da84ee7818bc3df3b9a1a2","after":"7b122629c486f33fb67fe05d8199dd4fece3e172","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T15:41:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"did cache action regress?","shortMessageHtmlLink":"did cache action regress?"}},{"before":"0c6e36d892e8a117859e6d509866e24f6b7000e1","after":"a5ef02afbd79759be8da84ee7818bc3df3b9a1a2","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T15:36:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"did cache action regress?","shortMessageHtmlLink":"did cache action regress?"}},{"before":"55ee9d080c64c9d4b25ab244db1328769bc4f61a","after":"0c6e36d892e8a117859e6d509866e24f6b7000e1","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T15:17:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"un-debug","shortMessageHtmlLink":"un-debug"}},{"before":"6f4f0ac4dc20f5f600e3f2fb851d2b12b2122695","after":"55ee9d080c64c9d4b25ab244db1328769bc4f61a","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T14:14:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"lbfyl?","shortMessageHtmlLink":"lbfyl?"}},{"before":"63d60a2488192aac9be71e69091f4e75866ffd0b","after":"6f4f0ac4dc20f5f600e3f2fb851d2b12b2122695","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T14:07:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"lbfyl?","shortMessageHtmlLink":"lbfyl?"}},{"before":"20152045f4a34c941b70cf61e959b922fc27cff2","after":"63d60a2488192aac9be71e69091f4e75866ffd0b","ref":"refs/heads/evaluate_parse_error","pushedAt":"2024-03-28T14:01:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abathur","name":"Travis A. Everett","path":"/abathur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2548365?s=80&v=4"},"commit":{"message":"lbfyl?","shortMessageHtmlLink":"lbfyl?"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUOjYAwA","startCursor":null,"endCursor":null}},"title":"Activity ยท abathur/resholve"}