{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":214190929,"defaultBranch":"main","name":"toolbox","ownerLogin":"debarshiray","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-10-10T13:31:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3208107?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717623396.0","currentOid":""},"activityList":{"items":[{"before":"956d62729324182f33f183d1d4aa063d4ee797a3","after":"d8b6686ccfdeee6703a424f2ceac728095b5a8dd","ref":"refs/heads/wip/rishi/enable-nvidia-proprietary","pushedAt":"2024-06-06T18:18:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"update cache configuration","shortMessageHtmlLink":"update cache configuration"}},{"before":"f008155789abed5917fd8b65fa704f4b771cda2b","after":"956d62729324182f33f183d1d4aa063d4ee797a3","ref":"refs/heads/wip/rishi/enable-nvidia-proprietary","pushedAt":"2024-06-06T15:17:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"cmd, pkg/nvidia: Enable the proprietary NVIDIA driver\n\nThis uses the NVIDIA Container Toolkit [1] to generate a Container\nDevice Interface specification [2] on the host during 'enter' and 'run'\ncommands. The specification is saved as JSON in the runtime directories\nat /run/toolbox or $XDG_RUNTIME_DIR/toolbox to make it available to the\nToolbx container's entry point. The environment variables mentioned in\nthe specification are directly passed to 'podman exec', while the hooks\nand mounts are handled by the entry point.\n\nToolbx containers already have access to all the devices in the host\noperating system's /dev, and containers share the kernel space driver\nwith the host. So, this is only about making the user space driver\navailable to the container. It's done by bind mounting the files\nmentioned in the generated CDI specification from the host to the\ncontainer, and then updating the container's dynamic linker cache.\n\nThis neither depends on 'nvidia-ctk cdi generate' to generate the\nContainer Device Interface specification nor on 'podman create --device'\nto consume it.\n\nThe main problem with nvidia-ctk and 'podman create' is that the\nspecification must be saved in /etc/cdi or /var/run/cdi, both of which\nrequire root access, for it to be visible to 'podman create --device'.\nToolbx containers are often used rootless, so requiring root privileges\nfor hardware support, something that's not necessary on the host, will\nbe a problem.\n\nSecondly, updating the toolbox(1) binary won't let existing containers\nuse the proprietary NVIDIA driver, because 'podman create' only affects\nnew containers.\n\nTherefore, toolbox(1) uses the Go APIs used by 'nvidia-ctk cdi generate'\nand 'podman create --device' to generate, save, load and apply the CDI\nspecification itself. This removes the need for root privileges due to\n/etc/cdi or /var/run/cdi, and makes driver avaiable to existing\ncontainers.\n\nBased on an idea from Ievgen Popovych.\n\n[1] https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/\n https://github.com/NVIDIA/nvidia-container-toolkit\n\n[2] https://github.com/cncf-tags/container-device-interface\n\nhttps://github.com/containers/toolbox/issues/116","shortMessageHtmlLink":"cmd, pkg/nvidia: Enable the proprietary NVIDIA driver"}},{"before":"8abac7f2963badbb1aa7fb7159f2f23f41abbfae","after":"f008155789abed5917fd8b65fa704f4b771cda2b","ref":"refs/heads/wip/rishi/enable-nvidia-proprietary","pushedAt":"2024-06-06T12:39:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"cmd, pkg/nvidia: Enable the proprietary NVIDIA driver\n\nBased on an idea from Ievgen Popovych.\n\nhttps://github.com/containers/toolbox/issues/116","shortMessageHtmlLink":"cmd, pkg/nvidia: Enable the proprietary NVIDIA driver"}},{"before":"e16a6e6c9f00a48aeee849109306006b743c0e90","after":"8abac7f2963badbb1aa7fb7159f2f23f41abbfae","ref":"refs/heads/wip/rishi/enable-nvidia-proprietary","pushedAt":"2024-06-06T11:17:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"foo","shortMessageHtmlLink":"foo"}},{"before":"37af873d497899a22c0409c4febb51eabf7d926c","after":"e16a6e6c9f00a48aeee849109306006b743c0e90","ref":"refs/heads/wip/rishi/enable-nvidia-proprietary","pushedAt":"2024-06-06T10:24:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"ldconfig","shortMessageHtmlLink":"ldconfig"}},{"before":"05c5074e74adc372c8d032bb178e5e2663b5f31a","after":"37af873d497899a22c0409c4febb51eabf7d926c","ref":"refs/heads/wip/rishi/enable-nvidia-proprietary","pushedAt":"2024-06-05T23:26:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"rename variable","shortMessageHtmlLink":"rename variable"}},{"before":"c22b09d095c7a8ac75696b701a1daeea951eb7a3","after":null,"ref":"refs/heads/wip/rishi/github-workflows-enable-more-tests-on-ubuntu-22.04-set-SHELL","pushedAt":"2024-06-05T21:36:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"}},{"before":"05e700af2ad346bfe9516dfd2083ac884787171c","after":null,"ref":"refs/heads/wip/rishi/test-system-sudo-id-rewrite","pushedAt":"2024-06-05T21:00:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"}},{"before":"9055aa157eba3bdc429675d4ecd824d12ca5f293","after":"c22b09d095c7a8ac75696b701a1daeea951eb7a3","ref":"refs/heads/wip/rishi/github-workflows-enable-more-tests-on-ubuntu-22.04-set-SHELL","pushedAt":"2024-06-05T20:54:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":".github/workflows: Enable more tests on Ubuntu 22.04 by setting SHELL\n\nThe SHELL environment variable goes mysteriously missing from the\nruntime environment of the GitHub Actions workflow [1]. This breaks the\n'create' and 'enter' commands with:\n Error: failed to get the current user's default shell\n\n... and therefore tests involving them can't be run until this is\nresolved.\n\nIt's been a year since this problem was first encountered and no\nsolution is in sight. Therefore, it will be better to work around this\nby explicitly setting the SHELL environment variable on Ubuntu 22.04 to\nincrease the number of tests run by the CI.\n\nThe 'list' tests couldn't be enabled due to:\n $ bats test/system\n ...\n not ok 110 list: Containers and images\n # (from function `assert_line' in file\n test/system/libs/bats-assert/src/assert.bash, line 479,\n # in test file test/system/102-list.bats, line 502)\n # `assert_line --index 1 --partial\n \"registry.fedoraproject.org/fedora-toolbox:34\"' failed\n #\n # -- line does not contain substring --\n # index : 1\n # substring : registry.fedoraproject.org/fedora-toolbox:34\n # line : 5c5b1421750d quay.io/toolbx/ubuntu-toolbox:22.04\n 28 hours ago\n # --\n #\n ...\n\nThe 'run' tests couldn't be enabled due to:\n $ bats --print-output-on-failure --verbose-run test/system\n ...\n not ok 134 run: 'sudo id' inside the default container\n # (from function `assert_success' in file\n test/system/libs/bats-assert/src/assert.bash, line 114,\n # in test file test/system/104-run.bats, line 208)\n # `assert_success' failed\n # ~ ~/work/toolbox/toolbox/containers/toolbox\n # stderr:\n # runner is not in the sudoers file. This incident will be reported.\n #\n # -- command failed --\n # status : 1\n # output :\n # --\n #\n ...\n\nThe 'user' tests couldn't be enabled due to:\n $ bats test/system\n ...\n not ok 243 user: runner in passwd(5) inside the default container\n # (from function `assert_line' in file\n test/system/libs/bats-assert/src/assert.bash, line 509,\n # in test file test/system/206-user.bats, line 190)\n # `assert_line --regexp\n \"^$USER::$user_id_real:$user_id_real:$user_gecos:$HOME:$SHELL$\"'\n failed\n # ~ ~/work/toolbox/toolbox/containers/toolbox\n #\n # -- no output line matches regular expression --\n # regexp : ^runner::1001:1001:,,,:/home/runner:/bin/bash$\n # output (27 lines):\n # root:x:0:0:root:/root:/bin/bash\n # ...\n # runner::1001:127::/home/runner:/bin/bash\n # --\n #\n ...\n\nThe 'ulimit' tests couldn't be enabled due to:\n $ bats test/system\n ...\n not ok 271 ulimit: real-time non-blocking time (hard) in 3504ms\n # (from function `assert_line' in file\n test/system/libs/bats-assert/src/assert.bash, line 488,\n # in test file test/system/210-ulimit.bats, line 43)\n # `assert_line --index 0 \"$limit\"' failed\n # ~ ~/work/toolbox/toolbox/containers/toolbox\n #\n # -- line differs --\n # index : 0\n # expected : unlimited\n # actual :\n # --\n #\n ...\n\nThe 'dbus' tests couldn't be enabled due to:\n $ bats --print-output-on-failure --verbose-run test/system\n ...\n not ok 206 dbus: session bus inside the default container\n # (from function `assert_success' in file\n test/system/libs/bats-assert/src/assert.bash, line 114,\n # in test file test/system/211-dbus.bats, line 50)\n # `assert_success' failed\n # ~ ~/work/toolbox/toolbox/containers/toolbox\n # stderr:\n # bash: line 1: exec: gdbus: not found\n # Error: command gdbus not found in container ubuntu-toolbox-22.04\n #\n # -- command failed --\n # status : 127\n # output :\n # --\n #\n ...\n\n[1] https://github.com/orgs/community/discussions/59413\n\nhttps://github.com/containers/toolbox/pull/1507","shortMessageHtmlLink":".github/workflows: Enable more tests on Ubuntu 22.04 by setting SHELL"}},{"before":"6e99f1bc47041369ea747d45efd6ccabdde8dfd9","after":"9055aa157eba3bdc429675d4ecd824d12ca5f293","ref":"refs/heads/wip/rishi/github-workflows-enable-more-tests-on-ubuntu-22.04-set-SHELL","pushedAt":"2024-06-05T20:26:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":".github/workflows: Enable more tests on Ubuntu 22.04 by setting SHELL\n\nThe SHELL environment variable goes mysteriously missing from the\nruntime environment of the GitHub Actions workflow [1]. This breaks the\n'create' and 'enter' commands with:\n Error: failed to get the current user's default shell\n\n... and therefore tests involving them can't be run until this is\nresolved.\n\nIt's been a year since this problem was first encountered and no\nsolution is in sight. Therefore, it will be better to work around this\nby explicitly setting the SHELL environment variable on Ubuntu 22.04 to\nincrease the number of tests run by the CI.\n\nThe 'list' tests couldn't be enabled due to:\n $ bats test/system\n ...\n not ok 110 list: Containers and images in 28310ms\n # (from function `assert_line' in file\n test/system/libs/bats-assert/src/assert.bash, line 479,\n # in test file test/system/102-list.bats, line 502)\n # `assert_line --index 1 --partial\n \"registry.fedoraproject.org/fedora-toolbox:34\"' failed\n #\n # -- line does not contain substring --\n # index : 1\n # substring : registry.fedoraproject.org/fedora-toolbox:34\n # line : 5c5b1421750d quay.io/toolbx/ubuntu-toolbox:22.04\n 28 hours ago\n # --\n #\n ...\n\nThe 'run' tests couldn't be enabled due to:\n $ bats --print-output-on-failure --verbose-run test/system\n ...\n not ok 134 run: 'sudo id' inside the default container in 3180ms\n # (from function `assert_success' in file\n test/system/libs/bats-assert/src/assert.bash, line 114,\n # in test file test/system/104-run.bats, line 208)\n # `assert_success' failed\n # ~ ~/work/toolbox/toolbox/containers/toolbox\n # stderr:\n # runner is not in the sudoers file. This incident will be reported.\n #\n # -- command failed --\n # status : 1\n # output :\n # --\n #\n ...\n\n[1] https://github.com/orgs/community/discussions/59413\n\nhttps://github.com/containers/toolbox/pull/1507","shortMessageHtmlLink":".github/workflows: Enable more tests on Ubuntu 22.04 by setting SHELL"}},{"before":"8fbd6012d47ea3db177b5ee506bfb7be12ace919","after":"05e700af2ad346bfe9516dfd2083ac884787171c","ref":"refs/heads/wip/rishi/test-system-sudo-id-rewrite","pushedAt":"2024-06-05T20:18:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"test/system: Rewrite a test using the standard Bats helpers\n\nThe test was earlier rewritten in commit b0beb68255374392 with custom\ncode in the hope that it would make it more reliable. The test has\nproven to be reliable in recent times, and the cause for its past\nunreliability is unclear. Therefore, it will be better to remove the\ncustom code in favour of the standard Bats helpers for the sake of\nconsistency and readability.\n\nUntil Bats 1.10.0, 'run --keep-empty-lines' had a bug where it counted\nthe trailing newline on the last line as a separate line [1]. However,\nBats 1.10.0 is only available in Fedora >= 39 and is absent from Fedora\n38.\n\n[1] Bats commit 6648e2143bffb933\n https://github.com/bats-core/bats-core/commit/6648e2143bffb933\n https://github.com/bats-core/bats-core/issues/708\n\nhttps://github.com/containers/toolbox/pull/1506","shortMessageHtmlLink":"test/system: Rewrite a test using the standard Bats helpers"}},{"before":null,"after":"6e99f1bc47041369ea747d45efd6ccabdde8dfd9","ref":"refs/heads/wip/rishi/github-workflows-enable-more-tests-on-ubuntu-22.04-set-SHELL","pushedAt":"2024-06-05T18:42:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":".github/workflows: Enable more tests on Ubuntu 22.04 by setting SHELL\n\nThe SHELL environment variable goes mysteriously missing from the\nruntime environment of the GitHub Actions workflow [1]. This breaks the\n'create' and 'enter' commands with:\n Error: failed to get the current user's default shell\n\n... and therefore tests involving them can't be run until this is\nresolved.\n\nIt's been a year since this problem was first encountered and no\nsolution is in sight. Therefore, it will be better to work around this\nby explicitly setting the SHELL environment variable on Ubuntu 22.04 to\nincrease the number of tests run by the CI.\n\n[1] https://github.com/orgs/community/discussions/59413","shortMessageHtmlLink":".github/workflows: Enable more tests on Ubuntu 22.04 by setting SHELL"}},{"before":"a90daa7c61071c49c896ec32260350b4b8ebf032","after":"8c3e57b820e6a425c0e0322298218e8b56a39d49","ref":"refs/heads/wip/rishi/run-tests-on-ubuntu-24.04-SHELL","pushedAt":"2024-06-05T18:22:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"foo","shortMessageHtmlLink":"foo"}},{"before":"2270836baadaa4746994b404d4ca700d05636627","after":"8fbd6012d47ea3db177b5ee506bfb7be12ace919","ref":"refs/heads/wip/rishi/test-system-sudo-id-rewrite","pushedAt":"2024-06-05T18:09:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"test/system: Remove an unnecessary --verbose\n\nThe extra debug logs from 'toolbox --verbose' are not needed for the\ntest case to work, and other tests don't gratuitously use --verbose\neither.\n\nFallout from 55b5018026ff6dfd66b4d108545b2efb0aa2c5b0\n\nhttps://github.com/containers/toolbox/pull/1506","shortMessageHtmlLink":"test/system: Remove an unnecessary --verbose"}},{"before":null,"after":"2270836baadaa4746994b404d4ca700d05636627","ref":"refs/heads/wip/rishi/test-system-sudo-id-rewrite","pushedAt":"2024-06-05T18:08:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"test/system: Remove an unnecessary --verbose\n\nThe extra debug logs from 'toolbox --verbose' are not needed for the\ntest case to work, and other tests don't gratuitously use --verbose\neither.\n\nFallout from 55b5018026ff6dfd66b4d108545b2efb0aa2c5b0","shortMessageHtmlLink":"test/system: Remove an unnecessary --verbose"}},{"before":"11725b9ce27518a3247eaf932729adcad9074a1c","after":"a90daa7c61071c49c896ec32260350b4b8ebf032","ref":"refs/heads/wip/rishi/run-tests-on-ubuntu-24.04-SHELL","pushedAt":"2024-06-05T17:44:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"test/system: rewrite test","shortMessageHtmlLink":"test/system: rewrite test"}},{"before":"be8627bb7077a55df09a2a0f514747eab1c53e5f","after":"11725b9ce27518a3247eaf932729adcad9074a1c","ref":"refs/heads/wip/rishi/run-tests-on-ubuntu-24.04-SHELL","pushedAt":"2024-06-05T17:26:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"test/system: rewrite test","shortMessageHtmlLink":"test/system: rewrite test"}},{"before":"ffb7d8ac70ac063895e1e23e8f56e5974e2fb613","after":"be8627bb7077a55df09a2a0f514747eab1c53e5f","ref":"refs/heads/wip/rishi/run-tests-on-ubuntu-24.04-SHELL","pushedAt":"2024-06-05T16:44:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":".github/workflows: Try to enable all tests on Ubuntu 24.04\n\nhttps://github.com/containers/toolbox/pull/1505","shortMessageHtmlLink":".github/workflows: Try to enable all tests on Ubuntu 24.04"}},{"before":"b78413f71621cb086fb27e9a94e313edabc96540","after":"ffb7d8ac70ac063895e1e23e8f56e5974e2fb613","ref":"refs/heads/wip/rishi/run-tests-on-ubuntu-24.04-SHELL","pushedAt":"2024-06-05T16:36:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":".github/workflows: Try to enable all tests on Ubuntu 24.04\n\nhttps://github.com/containers/toolbox/pull/1505","shortMessageHtmlLink":".github/workflows: Try to enable all tests on Ubuntu 24.04"}},{"before":"3de56c0c31788df0505ce01dcae5d3d9a5588412","after":null,"ref":"refs/heads/wip/rishi/github.com-sirupsen-logrus-1.9.3","pushedAt":"2024-06-05T16:30:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"}},{"before":"d8dc8bb0529c8b97f03f59ae678d16b8e4978e5b","after":null,"ref":"refs/heads/wip/rishi/github.com-fsnotify-testify-1.7.0","pushedAt":"2024-06-05T16:28:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"}},{"before":null,"after":"b78413f71621cb086fb27e9a94e313edabc96540","ref":"refs/heads/wip/rishi/run-tests-on-ubuntu-24.04-SHELL","pushedAt":"2024-06-05T16:14:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":".github/workflows: Try to enable all tests on Ubuntu 24.04","shortMessageHtmlLink":".github/workflows: Try to enable all tests on Ubuntu 24.04"}},{"before":"639b6acd78a69441906245a4bb0919c18baa4099","after":"ec0f4c3f91cfeca094ce3a11b5d68964c3ca4b2e","ref":"refs/heads/wip/rishi/run-tests-on-ubuntu-24.04","pushedAt":"2024-06-05T15:45:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":".github/workflows: Enable testing on Ubuntu 24.04\n\nhttps://github.com/containers/toolbox/pull/1504","shortMessageHtmlLink":".github/workflows: Enable testing on Ubuntu 24.04"}},{"before":"120e86cb31a7610be1f1e12955b5d432b2842910","after":"d8dc8bb0529c8b97f03f59ae678d16b8e4978e5b","ref":"refs/heads/wip/rishi/github.com-fsnotify-testify-1.7.0","pushedAt":"2024-06-05T15:42:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"build: Bump github.com/fsnotify/fsnotify to 1.7.0\n\nThe src/go.sum file was updated with 'go mod tidy'.\n\nhttps://github.com/containers/toolbox/pull/1501","shortMessageHtmlLink":"build: Bump github.com/fsnotify/fsnotify to 1.7.0"}},{"before":null,"after":"639b6acd78a69441906245a4bb0919c18baa4099","ref":"refs/heads/wip/rishi/run-tests-on-ubuntu-24.04","pushedAt":"2024-06-05T15:40:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"simplify","shortMessageHtmlLink":"simplify"}},{"before":"efa8da9c4918a4d3b72d2fe3dd4d94bdfac71316","after":"3de56c0c31788df0505ce01dcae5d3d9a5588412","ref":"refs/heads/wip/rishi/github.com-sirupsen-logrus-1.9.3","pushedAt":"2024-06-05T14:49:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"build: Bump github.com/sirupsen/logrus to 1.9.3\n\nThe src/go.sum file was updated with 'go mod tidy'.\n\nhttps://github.com/containers/toolbox/pull/1503","shortMessageHtmlLink":"build: Bump github.com/sirupsen/logrus to 1.9.3"}},{"before":"ae963b13a5202bdff87f8cee3a23dba10eb9dc8b","after":"120e86cb31a7610be1f1e12955b5d432b2842910","ref":"refs/heads/wip/rishi/github.com-fsnotify-testify-1.7.0","pushedAt":"2024-06-05T14:48:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"build: Bump github.com/fsnotify/fsnotify to 1.6.0\n\nThe src/go.sum file was updated with 'go mod tidy'.\n\nhttps://github.com/containers/toolbox/pull/1501","shortMessageHtmlLink":"build: Bump github.com/fsnotify/fsnotify to 1.6.0"}},{"before":"37c5c9fbe62b66697a49ff7ceadabb1d274b1d2b","after":null,"ref":"refs/heads/wip/rishi/golang.org-x-sys-0.19.0","pushedAt":"2024-06-05T14:47:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"}},{"before":"d62b612bce856cd08cb8b44d15ed56b27942fd86","after":"efa8da9c4918a4d3b72d2fe3dd4d94bdfac71316","ref":"refs/heads/wip/rishi/github.com-sirupsen-logrus-1.9.3","pushedAt":"2024-06-05T12:22:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"build: Bump github.com/sirupsen/logrus to 1.8.3\n\nThe src/go.sum file was updated with 'go mod tidy'.\n\nhttps://github.com/containers/toolbox/pull/1503","shortMessageHtmlLink":"build: Bump github.com/sirupsen/logrus to 1.8.3"}},{"before":"bdf82cdf72bbbad2fef0100cc9bd7d6afd04ef8b","after":"ae963b13a5202bdff87f8cee3a23dba10eb9dc8b","ref":"refs/heads/wip/rishi/github.com-fsnotify-testify-1.7.0","pushedAt":"2024-06-05T12:22:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"debarshiray","name":"Debarshi Ray","path":"/debarshiray","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3208107?s=80&v=4"},"commit":{"message":"build: Bump github.com/fsnotify/fsnotify to 1.5.4\n\nThe src/go.sum file was updated with 'go mod tidy'.\n\nhttps://github.com/containers/toolbox/pull/1501","shortMessageHtmlLink":"build: Bump github.com/fsnotify/fsnotify to 1.5.4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXn844wA","startCursor":null,"endCursor":null}},"title":"Activity ยท debarshiray/toolbox"}