{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":252368391,"defaultBranch":"main","name":"xnvme","ownerLogin":"xnvme","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-04-02T05:57:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/55213694?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718664116.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"f7d8a16180ef4c090c886d5244429ca5ee69564b","ref":"refs/heads/dependabot/pip/docs/autogen/urllib3-2.2.2","pushedAt":"2024-06-17T22:41:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): Bump urllib3 from 2.1.0 to 2.2.2 in /docs/autogen\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: urllib3\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): Bump urllib3 from 2.1.0 to 2.2.2 in /docs/autogen"}},{"before":"3662ec8c4a32d5b77c28c2ac30382044a189ce20","after":"01a946adc23975ca4b72e9150f620095d23f6ae3","ref":"refs/heads/next","pushedAt":"2024-06-17T11:42:32.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(tests/enum): avoid silent failure when using SPDK\n\nSPDK doesn't set errno, thus if the test fails it won't give an error\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"fix(tests/enum): avoid silent failure when using SPDK"}},{"before":"e76e34d30e584d128d9255079e65d5ded98f5c3e","after":"3662ec8c4a32d5b77c28c2ac30382044a189ce20","ref":"refs/heads/next","pushedAt":"2024-06-17T08:25:48.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(cli/sanitize): add cmd options\n\nWe use the options in `sub_sanitize()`, but we never set them - fix this\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"fix(cli/sanitize): add cmd options"}},{"before":"3abd97f38cf2f7e09890be37cf8daeb0ec9152db","after":"e76e34d30e584d128d9255079e65d5ded98f5c3e","ref":"refs/heads/next","pushedAt":"2024-06-14T04:51:42.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(cijoe/tests/enum): leverage cijoe infra\n\nInstead of having tests that manually toggle the driver, leverage the\nbuiltin functionality of doing so.\nThis makes skipping tests on specific backends easier, as well as making\ngrouping the tests clearer, i.e. not running a userspace test in the\nmiddle of kernel tests.\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"fix(cijoe/tests/enum): leverage cijoe infra"}},{"before":"67dee8c2da9d1d67f0e8798a207fac35248488c4","after":"3abd97f38cf2f7e09890be37cf8daeb0ec9152db","ref":"refs/heads/next","pushedAt":"2024-06-13T20:25:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(build/spdk): bump to v24.05\n\nThis allows us to build with SPDK on FreeBSD 14\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"feat(build/spdk): bump to v24.05"}},{"before":"7865c61fef59c225cdf644597a16ff40b01c23ba","after":"67dee8c2da9d1d67f0e8798a207fac35248488c4","ref":"refs/heads/next","pushedAt":"2024-06-13T19:11:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(debug): remove wrong symbols from debug prints\n\nOn Freebsd and Windows, where we rarely compile with debug enabled, we\nhad errors causing compilation to fail.\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"fix(debug): remove wrong symbols from debug prints"}},{"before":"d48c67e41bd4f92110a1d70a9e985745bdafcdd3","after":"7865c61fef59c225cdf644597a16ff40b01c23ba","ref":"refs/heads/next","pushedAt":"2024-06-13T18:19:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(mk): change docker-image to use citools\n\nWith the change to clang-format (18.1.6), then one might not have\nit readily available. Thus, to run 'make format-all' one can rely on\nthe same docker-image that the CI is using by running 'make docker',\ndropping in and running 'make format-all'.\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(mk): change docker-image to use citools"}},{"before":"7f340b92fe599649b4e3904f363babca9b77a8c2","after":"d48c67e41bd4f92110a1d70a9e985745bdafcdd3","ref":"refs/heads/next","pushedAt":"2024-06-13T15:30:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(dev): add defensive check for 'dev_uri' in xnvme_dev_open()\n\nAdd a check for 'dev_uri' in xnvme_dev_open() to prevent segmentation\nfaults.\n\nThis defensive check helps avoid potential crashes when 'dev_uri' is\nnot specified, such as when calling xnvme_dev_open(argv[1], ...) without\nproviding an argument. Arguably, improving the initial experience for\nnew users by ensuring a valid argument is provided.\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(dev): add defensive check for 'dev_uri' in xnvme_dev_open()"}},{"before":"e7add8f390bed5531ef377924a201e9002a00d24","after":"7f340b92fe599649b4e3904f363babca9b77a8c2","ref":"refs/heads/next","pushedAt":"2024-06-13T13:51:10.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(cijoe/version): bump to v0.9.34\n\n* Bump cijoe to v0.9.34, thereby providing\n - refactoring of config-item (transport.ssh -> cijoe.transport.ssh)\n - randomized testing in pytest-plugin (currently disabled)\n - merge of cijoe-pkg-{linux,fio,qemu} into cijoe\n\n* Adjust Makefile to install v0.9.34 and drop installation of packages\n now included in the cijoe package\n\n* Adjust xnvme_bindings_py_install_tgz.py to install v0.9.34\n\nSigned-off-by: Nadja Brix Koch ","shortMessageHtmlLink":"fix(cijoe/version): bump to v0.9.34"}},{"before":"9aa9bed79273e21fc2844ae249627b83c17eda16","after":"e7add8f390bed5531ef377924a201e9002a00d24","ref":"refs/heads/next","pushedAt":"2024-06-12T12:43:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(cijoe/tests): remove unnecessary skip\n\nRunning the tests, I don't see the behaviour described, thus run the test\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"fix(cijoe/tests): remove unnecessary skip"}},{"before":"94f3c4e848a23adf54105f30909c872bab6743e1","after":"9aa9bed79273e21fc2844ae249627b83c17eda16","ref":"refs/heads/next","pushedAt":"2024-06-07T11:11:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(docs/toolbox): permanently set up paths and verify tools at the end\n\n* Replaced windows-2022.bat with an equivalent PowerShell script\n to streamline tool usage on Windows. PowerShell is essential for\n bootstrapping choco, making it a more consistent choice.\n\n* Removed build.bat as the installation script now includes 'make' and\n permanently sets up the PATH. Regular helpers are accessible via the\n Makefile, rendering build.bat obsolete.\n\nAdjust the script-emitter temnplates these changes.\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"fix(docs/toolbox): permanently set up paths and verify tools at the end"}},{"before":"301fb294ae90b3a3db51e89f2a1d727e1bf610a5","after":null,"ref":"refs/heads/current","pushedAt":"2024-06-07T11:05:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"}},{"before":"52031a01b7b1c4e31347e2aacfb56f18e2fd71d8","after":null,"ref":"refs/heads/multi_versions","pushedAt":"2024-06-07T11:05:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"}},{"before":"1e2fe8ae93c47b1dcd31bb5eb0d304f2dfc5589b","after":null,"ref":"refs/heads/drop_wpdk","pushedAt":"2024-06-07T11:05:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"}},{"before":"b9ef920c049fa0599cf066d0093701f2378ea5c0","after":"94f3c4e848a23adf54105f30909c872bab6743e1","ref":"refs/heads/next","pushedAt":"2024-06-05T13:18:32.000Z","pushType":"pr_merge","commitsCount":10,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(cijoe/sysinfo): add true check for dmesg\n\nIf command `dmesg` does not contain \"memory\", the command fails.\n\nSigned-off-by: Nadja Brix Koch ","shortMessageHtmlLink":"fix(cijoe/sysinfo): add true check for dmesg"}},{"before":null,"after":"1e2fe8ae93c47b1dcd31bb5eb0d304f2dfc5589b","ref":"refs/heads/drop_wpdk","pushedAt":"2024-05-31T10:14:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(docs/toolbox): permanently set up paths and verify tools at the end\n\n* Replaced windows-2022.bat with an equivalent PowerShell script\n to streamline tool usage on Windows. PowerShell is essential for\n bootstrapping choco, making it a more consistent choice.\n\n* Removed build.bat as the installation script now includes 'make' and\n permanently sets up the PATH. Regular helpers are accessible via the\n Makefile, rendering build.bat obsolete.\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"fix(docs/toolbox): permanently set up paths and verify tools at the end"}},{"before":"a013f3decbd41136aa6a168f07388a741e375344","after":"c2198ef9092245911105aecfabfc9cc1b3c7b46d","ref":"refs/heads/docs","pushedAt":"2024-05-31T10:08:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(docs): re-formulate and add link to conventional commits\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(docs): re-formulate and add link to conventional commits"}},{"before":"85ed98d2b75a640a7c390be447cba1fcf33ebf05","after":"b9ef920c049fa0599cf066d0093701f2378ea5c0","ref":"refs/heads/next","pushedAt":"2024-05-28T15:05:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"fix(docs/autogen): always populate site-root\n\nThe organization script always removes everything but the items in the\nKEEPLIST. Thus, the content of the site-root is removed. Afterwards,\neither the latest version, or 'docs' is added to the site-root.\n\nDue to a logic-error, then the site-root was not re-populated as\nintended. This fixes it.\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"fix(docs/autogen): always populate site-root"}},{"before":"f34ad5c53365fe14d28c6fee68abc2c92fb7f116","after":"85ed98d2b75a640a7c390be447cba1fcf33ebf05","ref":"refs/heads/next","pushedAt":"2024-05-28T13:25:09.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"karlowich","name":"Karl Bonde Torp","path":"/karlowich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21054037?s=80&v=4"},"commit":{"message":"feat(build): bump libvfn to v4.0.1\n\nThis includes the necessary adjustments to match the API changes.\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"feat(build): bump libvfn to v4.0.1"}},{"before":"d49a216f2842986607ff9eeace67cc417ff2d61b","after":"679101960d8aaf55290ed455b29626caaab64323","ref":"refs/heads/dockerize-for-next","pushedAt":"2024-05-28T09:05:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karlowich","name":"Karl Bonde Torp","path":"/karlowich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21054037?s=80&v=4"},"commit":{"message":"fix(ci/fedora): drop EOL versions\n\nAll of our fedora versions are in EOL, swap them for currently supported\nversions.\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"fix(ci/fedora): drop EOL versions"}},{"before":"77371edef751ce1371d069d41e2db9277b421fc2","after":"d49a216f2842986607ff9eeace67cc417ff2d61b","ref":"refs/heads/dockerize-for-next","pushedAt":"2024-05-27T13:43:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"karlowich","name":"Karl Bonde Torp","path":"/karlowich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21054037?s=80&v=4"},"commit":{"message":"feat(build): bump libvfn to v4.0.1\n\nThis includes the necessary adjustments to match the API changes.\n\nSigned-off-by: Karl Bonde Torp ","shortMessageHtmlLink":"feat(build): bump libvfn to v4.0.1"}},{"before":"a71346ed8d5f80d6199583f659900e5abd115d63","after":"f34ad5c53365fe14d28c6fee68abc2c92fb7f116","ref":"refs/heads/next","pushedAt":"2024-05-27T13:21:16.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"refactor(docs): move toolchain section down after troubleshooting\n\nThe natural step of the getting started guide, after building and\ninstalling xNVMe would be to build and run an xNVMe example program.\nThus, moving the toolchain subsection to the bottom.\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"refactor(docs): move toolchain section down after troubleshooting"}},{"before":"73dc370e7ee3a00bb98cee4d8050f42c343efdc4","after":"a71346ed8d5f80d6199583f659900e5abd115d63","ref":"refs/heads/next","pushedAt":"2024-05-27T12:16:20.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(docs): change convention for docs./website updates\n\n* Drop the '--current' argument to dest.py, the current / preferred\n version is now always the latest version\n\n* The version of xNVMe is added to the theme options\n \"html_theme_options.switcher.version_match\" to enable correct behavior\n or the multi-version switcher\n\n* Added visual indicators when looking at an old version\n and inform when looking at the development version via the\n \"html_theme_options.show_version_warning_banner\"\n\n* Update the documentation describing what the branch named docs** is\n **for, this was previously the task of **current**\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(docs): change convention for docs./website updates"}},{"before":"52031a01b7b1c4e31347e2aacfb56f18e2fd71d8","after":"a013f3decbd41136aa6a168f07388a741e375344","ref":"refs/heads/docs","pushedAt":"2024-05-24T22:19:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(docs): change convention for docs./website updates\n\n* Drop the '--current' argument to dest.py, the current / preferred\n version is now always the latest version\n\n* The version of xNVMe is added to the theme options\n \"html_theme_options.switcher.version_match\" to enable correct behavior\n or the multi-version switcher\n\n* Added visual indicators when looking at an old version\n and inform when looking at the development version via the\n \"html_theme_options.show_version_warning_banner\"\n\n* Update the documentation describing what the branch named docs** is\n **for, this was previously the task of **current**\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(docs): change convention for docs./website updates"}},{"before":null,"after":"52031a01b7b1c4e31347e2aacfb56f18e2fd71d8","ref":"refs/heads/multi_versions","pushedAt":"2024-05-24T21:15:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(docs): change convention for docs./website updates\n\n* Drop the '--current' argument to dest.py, the current / preferred\n version is now always the latest version\n\n* The version of xNVMe is added to the theme options\n \"html_theme_options.switcher.version_match\" to enable correct behavior\n or the multi-version switcher\n\n* Added visual indicators when looking at an old version\n and inform when looking at the development version via the\n \"html_theme_options.show_version_warning_banner\"\n\n* Update the documentation describing what the branch named docs** is\n **for, this was previously the task of **current**\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(docs): change convention for docs./website updates"}},{"before":"84f884b32ecb80bb05f3e97aec34ca84b072d568","after":"52031a01b7b1c4e31347e2aacfb56f18e2fd71d8","ref":"refs/heads/docs","pushedAt":"2024-05-24T21:15:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(docs): change convention for docs./website updates\n\n* Drop the '--current' argument to dest.py, the current / preferred\n version is now always the latest version\n\n* The version of xNVMe is added to the theme options\n \"html_theme_options.switcher.version_match\" to enable correct behavior\n or the multi-version switcher\n\n* Added visual indicators when looking at an old version\n and inform when looking at the development version via the\n \"html_theme_options.show_version_warning_banner\"\n\n* Update the documentation describing what the branch named docs** is\n **for, this was previously the task of **current**\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(docs): change convention for docs./website updates"}},{"before":"0f308e8a3c66f1004d0d7198e992b92557c81784","after":"84f884b32ecb80bb05f3e97aec34ca84b072d568","ref":"refs/heads/docs","pushedAt":"2024-05-24T21:04:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(docs): change convention for docs./website updates\n\n* Drop the '--current' argument to dest.py, the current / preferred\n version is now always the latest version\n\n* The version of xNVMe is added to the theme options\n \"html_theme_options.switcher.version_match\" to enable correct behavior\n or the multi-version switcher\n\n* Added visual indicators when looking at an old version\n and inform when looking at the development version via the\n \"html_theme_options.show_version_warning_banner\"\n\n* Update the documentation describing what the branch named docs** is\n **for, this was previously the task of **current**\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(docs): change convention for docs./website updates"}},{"before":"490abfe06058c9f8608ee7e12aa93bccfb01068e","after":null,"ref":"refs/heads/multi_versions","pushedAt":"2024-05-24T20:37:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"}},{"before":null,"after":"490abfe06058c9f8608ee7e12aa93bccfb01068e","ref":"refs/heads/multi_versions","pushedAt":"2024-05-24T20:37:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"safl","name":"Simon A. F. Lund","path":"/safl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/608657?s=80&v=4"},"commit":{"message":"feat(docs): change convention for docs./website updates\n\n* Drop the '--current' argument to dest.py, the current / preferred\n version is now always the latest version\n\n* The version of xNVMe is added to the theme options\n \"html_theme_options.switcher.version_match\" to enable correct behavior\n or the multi-version switcher\n\n* Added visual indicators when looking at an old version\n and inform when looking at the development version via the\n \"html_theme_options.show_version_warning_banner\"\n\n* Update the documentation describing what the branch named docs** is\n **for, this was previously the task of **current**\n\nSigned-off-by: Simon A. F. Lund ","shortMessageHtmlLink":"feat(docs): change convention for docs./website updates"}},{"before":"057d541c52c5ac22721b16eafbd93234c2b50159","after":null,"ref":"refs/heads/dependabot/pip/docs/autogen/requests-2.32.0","pushedAt":"2024-05-24T12:12:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZ9qB2AA","startCursor":null,"endCursor":null}},"title":"Activity ยท xnvme/xnvme"}