{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":4932343,"defaultBranch":"master","name":"btest","ownerLogin":"zeek","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-07-06T23:22:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1194067?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712766944.0","currentOid":""},"activityList":{"items":[{"before":"5ac5fe779ecec2eaa85135be30fdccc3de3c455c","after":null,"ref":"refs/heads/topic/timw/unify-python-pre-commits","pushedAt":"2024-04-10T16:35:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timwoj","name":"Tim Wojtulewicz","path":"/timwoj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2653616?s=80&v=4"}},{"before":"f3d7e29a610cb6f43613bca69426dfe777e6c98c","after":"989c7513c3b6056a429a5d48dacdc9a2c1b216a7","ref":"refs/heads/master","pushedAt":"2024-04-10T16:35:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"timwoj","name":"Tim Wojtulewicz","path":"/timwoj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2653616?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/topic/timw/unify-python-pre-commits'\n\n* origin/topic/timw/unify-python-pre-commits:\n Standardize on ruff for python formatting/linting via pre-commits","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/topic/timw/unify-python-pre-comm…"}},{"before":"c9dd88967696fc2e1c0b5ae1ade266402fea2b7f","after":"5ac5fe779ecec2eaa85135be30fdccc3de3c455c","ref":"refs/heads/topic/timw/unify-python-pre-commits","pushedAt":"2024-03-01T23:29:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"timwoj","name":"Tim Wojtulewicz","path":"/timwoj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2653616?s=80&v=4"},"commit":{"message":"Standardize on ruff for python formatting/linting via pre-commits","shortMessageHtmlLink":"Standardize on ruff for python formatting/linting via pre-commits"}},{"before":"905c8fe66b49884da6fdc34810e2b1ad35d028d2","after":"c9dd88967696fc2e1c0b5ae1ade266402fea2b7f","ref":"refs/heads/topic/timw/unify-python-pre-commits","pushedAt":"2024-03-01T23:28:24.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"timwoj","name":"Tim Wojtulewicz","path":"/timwoj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2653616?s=80&v=4"},"commit":{"message":"Standardize on ruff for python formatting/linting via pre-commits","shortMessageHtmlLink":"Standardize on ruff for python formatting/linting via pre-commits"}},{"before":null,"after":"905c8fe66b49884da6fdc34810e2b1ad35d028d2","ref":"refs/heads/topic/timw/unify-python-pre-commits","pushedAt":"2024-03-01T23:25:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timwoj","name":"Tim Wojtulewicz","path":"/timwoj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2653616?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/topic/bbannier/use-mktemp'","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/topic/bbannier/use-mktemp'"}},{"before":"3a17cc11aa1916a13a24afe7fb75f22942586b9a","after":null,"ref":"refs/heads/topic/robin/tests-from-file","pushedAt":"2024-01-09T08:16:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rsmmr","name":"Robin Sommer","path":"/rsmmr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1934232?s=80&v=4"}},{"before":"905c8fe66b49884da6fdc34810e2b1ad35d028d2","after":"f3d7e29a610cb6f43613bca69426dfe777e6c98c","ref":"refs/heads/master","pushedAt":"2024-01-09T08:16:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rsmmr","name":"Robin Sommer","path":"/rsmmr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1934232?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/topic/robin/tests-from-file'\n\n* origin/topic/robin/tests-from-file:\n Add option to read lists of tests from file.","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/topic/robin/tests-from-file'"}},{"before":"fc3b03080d5d3ccd9e7be7c880db19143f2aa6b7","after":"3a17cc11aa1916a13a24afe7fb75f22942586b9a","ref":"refs/heads/topic/robin/tests-from-file","pushedAt":"2024-01-09T07:47:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rsmmr","name":"Robin Sommer","path":"/rsmmr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1934232?s=80&v=4"},"commit":{"message":"Add option to read lists of tests from file.\n\n```\n-i FILE, --tests-file=FILE\n Loads the list of tests to execute from a file. Each line in the\n file is interpreted as the name of a test, or a group of tests, to\n execute, just like the tests would be specified on the command\n line. Empty lines and lines starting with ``#`` are ignored. (This\n format is compatible with that of the ``btest`` `StateFile\n `_.)\n```","shortMessageHtmlLink":"Add option to read lists of tests from file."}},{"before":"24605b7d91f12ae1a40a70b94f2424531f73a754","after":"fc3b03080d5d3ccd9e7be7c880db19143f2aa6b7","ref":"refs/heads/topic/robin/tests-from-file","pushedAt":"2024-01-08T15:01:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rsmmr","name":"Robin Sommer","path":"/rsmmr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1934232?s=80&v=4"},"commit":{"message":"Add option to read lists of tests from file.\n\n```\n-i FILE, --tests-file=FILE\n Loads the list of tests to execute from a file. Each line in the\n file is interpreted as the name of a test, or a group of tests, to\n execute, just like the tests would be specified on the command\n line. Empty lines and lines starting with ``#`` are ignored. (This\n format is compatible with that of the ``btest`` `StateFile\n `_.)\n```","shortMessageHtmlLink":"Add option to read lists of tests from file."}},{"before":"b582d5f2c0c3d42b511ed6891d72551b7d92ee37","after":"24605b7d91f12ae1a40a70b94f2424531f73a754","ref":"refs/heads/topic/robin/tests-from-file","pushedAt":"2024-01-08T15:00:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rsmmr","name":"Robin Sommer","path":"/rsmmr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1934232?s=80&v=4"},"commit":{"message":"Update btest\n\nCo-authored-by: Benjamin Bannier ","shortMessageHtmlLink":"Update btest"}},{"before":null,"after":"b582d5f2c0c3d42b511ed6891d72551b7d92ee37","ref":"refs/heads/topic/robin/tests-from-file","pushedAt":"2024-01-08T09:23:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rsmmr","name":"Robin Sommer","path":"/rsmmr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1934232?s=80&v=4"},"commit":{"message":"Add option to read lists of tests from file.\n\n```\n-i FILE, --tests-file=FILE\n Loads the list of tests to execute from a file. Each line in the\n file is interpreted as the name of a test, or a group of tests, to\n execute, just like the tests would be specified on the command\n line. Empty lines and lines starting with ``#`` are ignored. (This\n format is compatible with that of the ``btest`` `StateFile\n `_.)\n```","shortMessageHtmlLink":"Add option to read lists of tests from file."}},{"before":"22fbdf9dae5e4f3e36368301799d818a60a42e4f","after":null,"ref":"refs/heads/topic/bbannier/use-mktemp","pushedAt":"2023-10-04T09:31:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bbannier","name":"Benjamin Bannier","path":"/bbannier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/324957?s=80&v=4"}},{"before":"6339085fa2d09ff44ab0e4c00905f92b8f79217f","after":"905c8fe66b49884da6fdc34810e2b1ad35d028d2","ref":"refs/heads/master","pushedAt":"2023-10-04T09:31:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bbannier","name":"Benjamin Bannier","path":"/bbannier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/324957?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/topic/bbannier/use-mktemp'","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/topic/bbannier/use-mktemp'"}},{"before":"f40cf0f6f03a48ca424aa7074fe685fa76f0d99a","after":"22fbdf9dae5e4f3e36368301799d818a60a42e4f","ref":"refs/heads/topic/bbannier/use-mktemp","pushedAt":"2023-10-02T08:43:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bbannier","name":"Benjamin Bannier","path":"/bbannier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/324957?s=80&v=4"},"commit":{"message":"Simplify generation of temporary files\n\nInstead of manuall relying in `$$` being unique, with this patch we\ninstead use `mktemp` which creates a unique, temporary file which we can\nuse later. This also removes the possibility that we accidentially\noverwrite other existing files in the final location, e.g., from\nprevious, failed runs.\n\nVia the default behavior of `mktemp` with this patch we also switch from\nforced generation of temporary files in `/tmp` to possibly `$TMPDIR` if\nset.","shortMessageHtmlLink":"Simplify generation of temporary files"}},{"before":null,"after":"f40cf0f6f03a48ca424aa7074fe685fa76f0d99a","ref":"refs/heads/topic/bbannier/use-mktemp","pushedAt":"2023-10-02T08:33:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bbannier","name":"Benjamin Bannier","path":"/bbannier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/324957?s=80&v=4"},"commit":{"message":"Simplify generation of temporary files\n\nInstead of manuall relying in `$$` being unique, with this patch we\ninstead use `mktemp` which creates a unique, temporary file which we can\nuse later. This also removes the possibility that we accidentially\noverwrite other existing files in the final location, e.g., from\nprevious, failed runs.\n\nVia the default behavior of `mktemp` with this patch we also switch from\nforced generation of temporary files in `/tmp` to possibly `$TMPDIR` if\nset.","shortMessageHtmlLink":"Simplify generation of temporary files"}},{"before":"3a6a0acf9a29a9d281650ddcfe93f97756b1e602","after":null,"ref":"refs/heads/topic/bbannier/bump-pre-commit-hooks","pushedAt":"2023-08-09T13:21:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bbannier","name":"Benjamin Bannier","path":"/bbannier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/324957?s=80&v=4"}},{"before":"46f982cd6fafd34639c2f97628a57f1457f7e56a","after":"6339085fa2d09ff44ab0e4c00905f92b8f79217f","ref":"refs/heads/master","pushedAt":"2023-08-09T13:21:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bbannier","name":"Benjamin Bannier","path":"/bbannier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/324957?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/topic/bbannier/bump-pre-commit-hooks'","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/topic/bbannier/bump-pre-commit-h…"}},{"before":null,"after":"3a6a0acf9a29a9d281650ddcfe93f97756b1e602","ref":"refs/heads/topic/bbannier/bump-pre-commit-hooks","pushedAt":"2023-08-07T11:11:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bbannier","name":"Benjamin Bannier","path":"/bbannier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/324957?s=80&v=4"},"commit":{"message":"Bump pre-commit hooks.","shortMessageHtmlLink":"Bump pre-commit hooks."}},{"before":"27c37c237a71f8aaf23dccb01415c9f691a74e6d","after":null,"ref":"refs/heads/topic/christian/ci-pypi","pushedAt":"2023-07-05T16:53:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"}},{"before":"0c3cafb2ed638f88a446732fa03d90af9bcf796c","after":"46f982cd6fafd34639c2f97628a57f1457f7e56a","ref":"refs/heads/master","pushedAt":"2023-07-05T16:53:46.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"},"commit":{"message":"Updating CHANGES and VERSION.","shortMessageHtmlLink":"Updating CHANGES and VERSION."}},{"before":"747438147cca0fb647ae540c48457c9b0a6a32cc","after":"27c37c237a71f8aaf23dccb01415c9f691a74e6d","ref":"refs/heads/topic/christian/ci-pypi","pushedAt":"2023-07-05T16:41:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"},"commit":{"message":"CI: automatically push to PyPI when pushing a git tag","shortMessageHtmlLink":"CI: automatically push to PyPI when pushing a git tag"}},{"before":null,"after":"747438147cca0fb647ae540c48457c9b0a6a32cc","ref":"refs/heads/topic/christian/ci-pypi","pushedAt":"2023-06-30T22:53:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"},"commit":{"message":"CI: automatically push to PyPI when pushing a git tag","shortMessageHtmlLink":"CI: automatically push to PyPI when pushing a git tag"}},{"before":"1aeb3591278f8e0c061e911c1d868c130cae3f8a","after":null,"ref":"refs/heads/topic/christian/alpine-fixes","pushedAt":"2023-04-20T20:10:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"}},{"before":"c6e382712f24280a44f88e46bc12e9456ce84cc4","after":"0c3cafb2ed638f88a446732fa03d90af9bcf796c","ref":"refs/heads/master","pushedAt":"2023-04-20T20:10:48.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"},"commit":{"message":"Merge branch 'topic/christian/alpine-fixes'\n\n* topic/christian/alpine-fixes:\n Add sphinx-related directory to gitignore\n Recognize \"date\" without nanosecond support in btest-progress\n Avoid diff --strip-trailing-cr since it's not available everywhere.","shortMessageHtmlLink":"Merge branch 'topic/christian/alpine-fixes'"}},{"before":"e875c8cdebf4811da624f33c1fdd145e9942fb56","after":"1aeb3591278f8e0c061e911c1d868c130cae3f8a","ref":"refs/heads/topic/christian/alpine-fixes","pushedAt":"2023-04-20T19:53:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"},"commit":{"message":"Add sphinx-related directory to gitignore","shortMessageHtmlLink":"Add sphinx-related directory to gitignore"}},{"before":"304020134617820e4637e317f6597177e8e21574","after":"e875c8cdebf4811da624f33c1fdd145e9942fb56","ref":"refs/heads/topic/christian/alpine-fixes","pushedAt":"2023-04-20T19:51:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"},"commit":{"message":"Add sphinx-related directory to gitignore","shortMessageHtmlLink":"Add sphinx-related directory to gitignore"}},{"before":"ceb86e7d330245b640b6faeecfaa5bdc95bc35c8","after":"304020134617820e4637e317f6597177e8e21574","ref":"refs/heads/topic/christian/alpine-fixes","pushedAt":"2023-04-20T18:27:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"},"commit":{"message":"Add sphinx-related directory to gitignore","shortMessageHtmlLink":"Add sphinx-related directory to gitignore"}},{"before":null,"after":"ceb86e7d330245b640b6faeecfaa5bdc95bc35c8","ref":"refs/heads/topic/christian/alpine-fixes","pushedAt":"2023-04-20T16:54:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"},"commit":{"message":"Recognize \"date\" without nanosecond support in btest-progress\n\nAlpine's default BusyBox \"date\" does not support %N substitution.","shortMessageHtmlLink":"Recognize \"date\" without nanosecond support in btest-progress"}},{"before":"ab2e750734541203cb6dab140133081972a62126","after":null,"ref":"refs/heads/topic/jsiwek/port-command","pushedAt":"2023-04-20T16:54:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"}},{"before":"ec159a3babce14a69f118ef65856e9ced43f3e8d","after":null,"ref":"refs/heads/topic/christian/clean-up-after-tests","pushedAt":"2023-04-20T16:54:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ckreibich","name":"Christian Kreibich","path":"/ckreibich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/493785?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAELURzcAA","startCursor":null,"endCursor":null}},"title":"Activity · zeek/btest"}