{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":246939908,"defaultBranch":"main","name":"Slicer","ownerLogin":"Slicer","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-12T22:13:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/324362?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717202302.0","currentOid":""},"activityList":{"items":[{"before":"43024e6a8a9784d263ec692b88e35815f8116fa9","after":"eceb683eca4826df8592ca21fbc08f5a8e849d57","ref":"refs/heads/main","pushedAt":"2024-06-01T14:54:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lassoan","name":"Andras Lasso","path":"/lassoan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/307929?s=80&v=4"},"commit":{"message":"BUG: Mark translatable strings in ExtensionWizard and Terminologies","shortMessageHtmlLink":"BUG: Mark translatable strings in ExtensionWizard and Terminologies"}},{"before":"65bfcf54987971323d733ac10e7a9e9b8b9f4f68","after":"43024e6a8a9784d263ec692b88e35815f8116fa9","ref":"refs/heads/main","pushedAt":"2024-06-01T12:41:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lassoan","name":"Andras Lasso","path":"/lassoan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/307929?s=80&v=4"},"commit":{"message":"DOC: Add documentation for 3D view ctrl + left-click + drag","shortMessageHtmlLink":"DOC: Add documentation for 3D view ctrl + left-click + drag"}},{"before":"89c1f2b197722f782c3e39d2f0a2a96d12313880","after":"65bfcf54987971323d733ac10e7a9e9b8b9f4f68","ref":"refs/heads/main","pushedAt":"2024-06-01T12:36:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lassoan","name":"Andras Lasso","path":"/lassoan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/307929?s=80&v=4"},"commit":{"message":"BUG: Fix tensor image reading\n\nReading of tensor images (such as DTIBrain sample data set) crashed Slicer.\nThe root cause was that the image used a left-handed coordinate system, the recently added image orientation normalization function tried to flip the image, but the underlying vtkImageReslice filter crashes if the scalar point data in the input image is nullptr (which is the case for tensor images, where the tensor point data is valid but scalar point data is invalid).\n\nFixed by setting the array that contains the data to the scalar array for the time of running vtkImageReslice.\n\nFixes py_CompareVolumes test failure.","shortMessageHtmlLink":"BUG: Fix tensor image reading"}},{"before":"0ba837117efd61f5ffc57a94ea527627c760223f","after":"89c1f2b197722f782c3e39d2f0a2a96d12313880","ref":"refs/heads/main","pushedAt":"2024-06-01T00:38:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jamesobutler","name":"James Butler","path":"/jamesobutler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837524?s=80&v=4"},"commit":{"message":"ENH: Update pre-commit hooks\n\nupdates:\n- [astral-sh/ruff-pre-commit: v0.4.6 -> v0.4.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.6...v0.4.7)","shortMessageHtmlLink":"ENH: Update pre-commit hooks"}},{"before":"0a9f886f7ce26ad2ff1c424586bb069e7e74719e","after":null,"ref":"refs/heads/update/pre-commit-hooks","pushedAt":"2024-06-01T00:38:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jamesobutler","name":"James Butler","path":"/jamesobutler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837524?s=80&v=4"}},{"before":null,"after":"0a9f886f7ce26ad2ff1c424586bb069e7e74719e","ref":"refs/heads/update/pre-commit-hooks","pushedAt":"2024-06-01T00:32:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slicer-app[bot]","name":null,"path":"/apps/slicer-app","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/857164?s=80&v=4"},"commit":{"message":"ENH: Update pre-commit hooks\n\nupdates:\n- [astral-sh/ruff-pre-commit: v0.4.6 -> v0.4.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.6...v0.4.7)","shortMessageHtmlLink":"ENH: Update pre-commit hooks"}},{"before":"96f5ba9e029f51b780cf8a6509aa4d747d3c2a85","after":"0ba837117efd61f5ffc57a94ea527627c760223f","ref":"refs/heads/main","pushedAt":"2024-05-31T19:38:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lassoan","name":"Andras Lasso","path":"/lassoan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/307929?s=80&v=4"},"commit":{"message":"BUG: Fix reading of volume property (.vp) file\n\nColor transfer function line in .vp files can be several thousands character long when there are many control points but the reader had a hardcoded limit at 1024 bytes.\nFixed by switching to use an API that does not limit line length.\n\nAs a preventive action, all other line parsing where a hardcoded line length limit was set is replaced.\n\nFixes the issue reported at https://discourse.slicer.org/t/saving-volume-properties/36475/12","shortMessageHtmlLink":"BUG: Fix reading of volume property (.vp) file"}},{"before":"fcba379c077f5a6c3d1d7a0ec91e4a659b32fce4","after":"96f5ba9e029f51b780cf8a6509aa4d747d3c2a85","ref":"refs/heads/main","pushedAt":"2024-05-30T17:24:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pieper","name":"Steve Pieper","path":"/pieper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/126077?s=80&v=4"},"commit":{"message":"STYLE: Update surface toolbox and improve a test (#7769)\n\n* STYLE: Improve qMRMLThreeDWidgetTest1\r\n\r\nSimplify and add comments to qMRMLThreeDWidgetTest1 to make it an example of how to display a 3D view using MRML library.\r\n\r\n* DOC: Update SurfaceToolbox to include documentation/GUI update\r\n\r\nThe update includes a single commit:\r\n\r\nRevision: 09d5bf61655c1f276541797f6d2593a61eabf98d\r\nAuthor: Lee Newberg \r\nDate: 2024-05-14 4:42:49 PM\r\nMessage:\r\nDOC: Clarify meaning of negative and positive sides of plane\r\n\r\n* Change \"Clipped output model (negative side)\" to \"Output model\r\n (negative side)\"\r\n* Change \"Clipped output model (positive side)\" to \"Complement output\r\n model (positive side)\"\r\n* Change the order so that the output model form field is above the\r\n complement output model form field\r\n* Update the comments in the source code to refect these changes\r\n\r\nCo-authored-by: Andras Lasso ","shortMessageHtmlLink":"STYLE: Update surface toolbox and improve a test (#7769)"}},{"before":"2e6f53f27386dddacbb690956b35396ba47a53a5","after":"fcba379c077f5a6c3d1d7a0ec91e4a659b32fce4","ref":"refs/heads/main","pushedAt":"2024-05-30T14:07:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lassoan","name":"Andras Lasso","path":"/lassoan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/307929?s=80&v=4"},"commit":{"message":"DOC: Match updated interface in SlicerSurfaceToolbox Dynamic Modeler\n\nSee Slicer/SlicerSurfaceToolbox's Pull Request 62.\nCo-authored-by: Andras Lasso ","shortMessageHtmlLink":"DOC: Match updated interface in SlicerSurfaceToolbox Dynamic Modeler"}},{"before":"1d76d8879e2a6e668c9ad5420fab414223c331d7","after":"2e6f53f27386dddacbb690956b35396ba47a53a5","ref":"refs/heads/main","pushedAt":"2024-05-29T00:41:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jamesobutler","name":"James Butler","path":"/jamesobutler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837524?s=80&v=4"},"commit":{"message":"ENH: Update pre-commit hooks\n\nupdates:\n- [astral-sh/ruff-pre-commit: v0.4.5 -> v0.4.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.6)","shortMessageHtmlLink":"ENH: Update pre-commit hooks"}},{"before":"2b395746733497b703ba609bfdd53811d90d9d29","after":null,"ref":"refs/heads/update/pre-commit-hooks","pushedAt":"2024-05-29T00:41:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jamesobutler","name":"James Butler","path":"/jamesobutler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837524?s=80&v=4"}},{"before":null,"after":"2b395746733497b703ba609bfdd53811d90d9d29","ref":"refs/heads/update/pre-commit-hooks","pushedAt":"2024-05-29T00:31:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slicer-app[bot]","name":null,"path":"/apps/slicer-app","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/857164?s=80&v=4"},"commit":{"message":"ENH: Update pre-commit hooks\n\nupdates:\n- [astral-sh/ruff-pre-commit: v0.4.5 -> v0.4.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.6)","shortMessageHtmlLink":"ENH: Update pre-commit hooks"}},{"before":"56c5f5fb541cbcee94c3a37ebd07726e2b2ff0d8","after":"1d76d8879e2a6e668c9ad5420fab414223c331d7","ref":"refs/heads/main","pushedAt":"2024-05-28T14:03:12.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"STYLE: Use more explicit variable names in vtkMRMLSliceLogic","shortMessageHtmlLink":"STYLE: Use more explicit variable names in vtkMRMLSliceLogic"}},{"before":"3c823703d38f1191501515e5c7323869e96215ed","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.6","pushedAt":"2024-05-27T13:32:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jamesobutler","name":"James Butler","path":"/jamesobutler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837524?s=80&v=4"}},{"before":"d5535a5031f1803cb006641e75f0df3c057a0e03","after":"56c5f5fb541cbcee94c3a37ebd07726e2b2ff0d8","ref":"refs/heads/main","pushedAt":"2024-05-27T13:32:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jamesobutler","name":"James Butler","path":"/jamesobutler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837524?s=80&v=4"},"commit":{"message":"COMP: Bump github/codeql-action from 3.25.5 to 3.25.6\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/b7cec7526559c32f1616476ff32d17ba4c59b2d6...9fdb3e49720b44c48891d036bb502feb25684276)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"COMP: Bump github/codeql-action from 3.25.5 to 3.25.6"}},{"before":null,"after":"3c823703d38f1191501515e5c7323869e96215ed","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.6","pushedAt":"2024-05-27T11:58:29.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":"COMP: Bump github/codeql-action from 3.25.5 to 3.25.6\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/b7cec7526559c32f1616476ff32d17ba4c59b2d6...9fdb3e49720b44c48891d036bb502feb25684276)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"COMP: Bump github/codeql-action from 3.25.5 to 3.25.6"}},{"before":"90e055afd5b18027c2727dd08345ce908d89ec67","after":null,"ref":"refs/heads/update/pre-commit-hooks","pushedAt":"2024-05-24T15:05:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"}},{"before":"921e6ceb60b9a358e2538403f4b4da7d1d7e21dc","after":"d5535a5031f1803cb006641e75f0df3c057a0e03","ref":"refs/heads/main","pushedAt":"2024-05-24T15:05:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Update pre-commit hooks\n\nupdates:\n- [astral-sh/ruff-pre-commit: v0.4.4 -> v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)","shortMessageHtmlLink":"ENH: Update pre-commit hooks"}},{"before":"f9aa89b0f3fa3adc126509fa31fe443aae679845","after":"90e055afd5b18027c2727dd08345ce908d89ec67","ref":"refs/heads/update/pre-commit-hooks","pushedAt":"2024-05-24T14:53:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"slicer-app[bot]","name":null,"path":"/apps/slicer-app","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/857164?s=80&v=4"},"commit":{"message":"ENH: Update pre-commit hooks\n\nupdates:\n- [astral-sh/ruff-pre-commit: v0.4.4 -> v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)","shortMessageHtmlLink":"ENH: Update pre-commit hooks"}},{"before":"333c3aeb7d3ff95ad481bb7f389c72310b0a117c","after":"921e6ceb60b9a358e2538403f4b4da7d1d7e21dc","ref":"refs/heads/main","pushedAt":"2024-05-24T14:07:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"COMP: Add support for codespell 2.3.0 and fix identified typos","shortMessageHtmlLink":"COMP: Add support for codespell 2.3.0 and fix identified typos"}},{"before":null,"after":"f9aa89b0f3fa3adc126509fa31fe443aae679845","ref":"refs/heads/update/pre-commit-hooks","pushedAt":"2024-05-24T00:30:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slicer-app[bot]","name":null,"path":"/apps/slicer-app","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/857164?s=80&v=4"},"commit":{"message":"ENH: Update pre-commit hooks\n\nupdates:\n- [astral-sh/ruff-pre-commit: v0.4.4 -> v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)","shortMessageHtmlLink":"ENH: Update pre-commit hooks"}},{"before":"904438529b23478989a8b86d8ed4bb8980da9493","after":null,"ref":"refs/heads/snyk-fix-286c69921d6e3ff236df20e2bd9d967d","pushedAt":"2024-05-23T19:06:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"}},{"before":"8b6ddf814d78da3cfaa80f13c4f0512c98e8f0dd","after":"333c3aeb7d3ff95ad481bb7f389c72310b0a117c","ref":"refs/heads/main","pushedAt":"2024-05-23T19:06:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"BUG: Update requirements-docs.txt to reduce vulnerabilities\n\nUpdate requirements-docs.txt to explicitly require requests>=2.32.0\naddressing CVE-2024-35195 (Requests `Session` object does not verify\nrequests after making first request with verify=False)\n\nSee https://www.cve.org/CVERecord?id=CVE-2024-35195\nand https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867","shortMessageHtmlLink":"BUG: Update requirements-docs.txt to reduce vulnerabilities"}},{"before":"de54f259423ee27ad1e02d44a6ba53780bcc9294","after":"904438529b23478989a8b86d8ed4bb8980da9493","ref":"refs/heads/snyk-fix-286c69921d6e3ff236df20e2bd9d967d","pushedAt":"2024-05-23T19:02:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"BUG: Update requirements-docs.txt to reduce vulnerabilities\n\nUpdate requirements-docs.txt to explicitly require requests>=2.32.0\naddressing CVE-2024-35195 (Requests `Session` object does not verify\nrequests after making first request with verify=False)\n\nSee https://www.cve.org/CVERecord?id=CVE-2024-35195\nand https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867","shortMessageHtmlLink":"BUG: Update requirements-docs.txt to reduce vulnerabilities"}},{"before":"3be02fac7dcfac3989a0b320b8298853e26e4e19","after":"8b6ddf814d78da3cfaa80f13c4f0512c98e8f0dd","ref":"refs/heads/main","pushedAt":"2024-05-23T03:24:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lassoan","name":"Andras Lasso","path":"/lassoan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/307929?s=80&v=4"},"commit":{"message":"DOC: Improve segmentation DICOM export documentation","shortMessageHtmlLink":"DOC: Improve segmentation DICOM export documentation"}},{"before":"c06af8f680b24386a818aca20e6843b24d118a1c","after":"3be02fac7dcfac3989a0b320b8298853e26e4e19","ref":"refs/heads/main","pushedAt":"2024-05-22T17:01:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lassoan","name":"Andras Lasso","path":"/lassoan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/307929?s=80&v=4"},"commit":{"message":"BUG: Fix export of VTK unstructured grid\n\nMesh type hint was not copied. Node export makes a copy of the node before saving and it did not get the right mesh type hint,\nwhich made saving of unstructured grid mesh saving fail.\n\nFixes the issue reported at https://discourse.slicer.org/t/error-when-exporting-3d-mesh-model-to-vtu-file-and-invisible-vtk-file-in-paraview/25150","shortMessageHtmlLink":"BUG: Fix export of VTK unstructured grid"}},{"before":"7e21c2c4f45cecaba8d2f7a6f6f37d6ba5745ebe","after":null,"ref":"refs/heads/update/pre-commit-hooks","pushedAt":"2024-05-22T13:21:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"}},{"before":"3dc7dab15881ccef210dd05d7424ff368234ac68","after":"c06af8f680b24386a818aca20e6843b24d118a1c","ref":"refs/heads/main","pushedAt":"2024-05-22T13:21:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Update pre-commit hooks\n\nupdates:\n- [python-jsonschema/check-jsonschema: 0.28.3 -> 0.28.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.3...0.28.4)","shortMessageHtmlLink":"ENH: Update pre-commit hooks"}},{"before":"3dc7dab15881ccef210dd05d7424ff368234ac68","after":"de54f259423ee27ad1e02d44a6ba53780bcc9294","ref":"refs/heads/snyk-fix-286c69921d6e3ff236df20e2bd9d967d","pushedAt":"2024-05-22T09:31:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jamesobutler","name":"James Butler","path":"/jamesobutler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837524?s=80&v=4"},"commit":{"message":"fix: requirements-docs.txt to reduce vulnerabilities\n\n\nThe following vulnerabilities are fixed by pinning transitive dependencies:\n- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867","shortMessageHtmlLink":"fix: requirements-docs.txt to reduce vulnerabilities"}},{"before":null,"after":"3dc7dab15881ccef210dd05d7424ff368234ac68","ref":"refs/heads/snyk-fix-286c69921d6e3ff236df20e2bd9d967d","pushedAt":"2024-05-22T09:31:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jamesobutler","name":"James Butler","path":"/jamesobutler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15837524?s=80&v=4"},"commit":{"message":"COMP: Fix version extraction in pre-commit-autoupdate workflow\n\nAdd support for versions specified without the \"v\" prefix.","shortMessageHtmlLink":"COMP: Fix version extraction in pre-commit-autoupdate workflow"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWcVfCQA","startCursor":null,"endCursor":null}},"title":"Activity ยท Slicer/Slicer"}