{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":547162834,"defaultBranch":"master","name":"tripper","ownerLogin":"EMMC-ASBL","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-10-07T08:28:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/95747326?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727354984.0","currentOid":""},"activityList":{"items":[{"before":"9bf410b4b83893ab9f14ca4c048e7c236fd06796","after":null,"ref":"refs/heads/push-action/11052512789/25408-3695-16371","pushedAt":"2024-09-26T12:49:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"}},{"before":"07c9d8296a4c7e123e537594e392dbd20635cd8e","after":"9bf410b4b83893ab9f14ca4c048e7c236fd06796","ref":"refs/heads/ci/dependency-updates","pushedAt":"2024-09-26T12:49:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"},"commit":{"message":"Added option to Triplestore.value() to return a generator over all matching values (#252)\n\n# Description\r\nAdded option to Triplestore.value() to return a generator over all\r\nmatching values. Also added more tests.\r\n\r\n**Question**: Is there a better way to indicate that we should return\r\nall matches? Using `any=None` to indicate that is not very intuitive.\r\nBut using a special value of the `any` argument is logical, since\r\nreturning any match (`any=True`), returning all matches (`any=None`) and\r\nrequire only one match (`any=False`) are mutually exclusive.\r\n\r\n> How about using matches=\"all\", \"any\", \"unique\" and have unique as default? I suppose it needs to be added in addition to any, to be deprecated.\r\n\r\nThe above suggestion can be a new PR\r\n\r\n## Type of change\r\n- [ ] Bug fix and code cleanup\r\n- [x] New feature\r\n- [ ] Documentation update\r\n- [x] Testing\r\n\r\nCo-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>","shortMessageHtmlLink":"Added option to Triplestore.value() to return a generator over all ma…"}},{"before":null,"after":"9bf410b4b83893ab9f14ca4c048e7c236fd06796","ref":"refs/heads/push-action/11052512789/25408-3695-16371","pushedAt":"2024-09-26T12:47:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"},"commit":{"message":"Added option to Triplestore.value() to return a generator over all matching values (#252)\n\n# Description\r\nAdded option to Triplestore.value() to return a generator over all\r\nmatching values. Also added more tests.\r\n\r\n**Question**: Is there a better way to indicate that we should return\r\nall matches? Using `any=None` to indicate that is not very intuitive.\r\nBut using a special value of the `any` argument is logical, since\r\nreturning any match (`any=True`), returning all matches (`any=None`) and\r\nrequire only one match (`any=False`) are mutually exclusive.\r\n\r\n> How about using matches=\"all\", \"any\", \"unique\" and have unique as default? I suppose it needs to be added in addition to any, to be deprecated.\r\n\r\nThe above suggestion can be a new PR\r\n\r\n## Type of change\r\n- [ ] Bug fix and code cleanup\r\n- [x] New feature\r\n- [ ] Documentation update\r\n- [x] Testing\r\n\r\nCo-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>","shortMessageHtmlLink":"Added option to Triplestore.value() to return a generator over all ma…"}},{"before":"026ff02c957a98ea49cb5c81fe8116cd2b530a29","after":"6ed9b2d38b4085090966d209a7898a7dd917c05d","ref":"refs/heads/gh-pages","pushedAt":"2024-09-26T12:47:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 9bf410b to latest with MkDocs 1.5.3 and mike 2.1.2","shortMessageHtmlLink":"Deployed 9bf410b to latest with MkDocs 1.5.3 and mike 2.1.2"}},{"before":"75ba10153c2c40822c1d83659cccfeff243044ac","after":null,"ref":"refs/heads/value-list","pushedAt":"2024-09-26T12:45:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"}},{"before":"07c9d8296a4c7e123e537594e392dbd20635cd8e","after":"9bf410b4b83893ab9f14ca4c048e7c236fd06796","ref":"refs/heads/master","pushedAt":"2024-09-26T12:45:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Added option to Triplestore.value() to return a generator over all matching values (#252)\n\n# Description\r\nAdded option to Triplestore.value() to return a generator over all\r\nmatching values. Also added more tests.\r\n\r\n**Question**: Is there a better way to indicate that we should return\r\nall matches? Using `any=None` to indicate that is not very intuitive.\r\nBut using a special value of the `any` argument is logical, since\r\nreturning any match (`any=True`), returning all matches (`any=None`) and\r\nrequire only one match (`any=False`) are mutually exclusive.\r\n\r\n> How about using matches=\"all\", \"any\", \"unique\" and have unique as default? I suppose it needs to be added in addition to any, to be deprecated.\r\n\r\nThe above suggestion can be a new PR\r\n\r\n## Type of change\r\n- [ ] Bug fix and code cleanup\r\n- [x] New feature\r\n- [ ] Documentation update\r\n- [x] Testing\r\n\r\nCo-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>","shortMessageHtmlLink":"Added option to Triplestore.value() to return a generator over all ma…"}},{"before":"3fe3890806be685a26f842a661a90e6b01bed270","after":"75ba10153c2c40822c1d83659cccfeff243044ac","ref":"refs/heads/value-list","pushedAt":"2024-09-26T11:15:07.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Merge branch 'master' into value-list","shortMessageHtmlLink":"Merge branch 'master' into value-list"}},{"before":"07c9d8296a4c7e123e537594e392dbd20635cd8e","after":null,"ref":"refs/heads/push-action/11050278378/20811-859-27140","pushedAt":"2024-09-26T10:23:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"}},{"before":"53efcf638598eb036f4a4f673dd9d37f416be3f4","after":"07c9d8296a4c7e123e537594e392dbd20635cd8e","ref":"refs/heads/ci/dependency-updates","pushedAt":"2024-09-26T10:23:51.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"},"commit":{"message":"Backend info to triplestore instance (#248)\n\n# Description\r\nAdded backend info to triplestore instance\r\n\r\n## Type of change\r\n- [ ] Bug fix and code cleanup\r\n- [x] New feature\r\n- [ ] Documentation update\r\n- [ ] Testing\r\n\r\n\r\n## Checklist for the reviewer\r\nThis checklist should be used as a help for the reviewer.\r\n\r\n- [ ] Is the change limited to one issue?\r\n- [ ] Does this PR close the issue?\r\n- [ ] Is the code easy to read and understand?\r\n- [ ] Do all new feature have an accompanying new test?\r\n- [ ] Has the documentation been updated as necessary?\r\n- [ ] Is the code properly tested?","shortMessageHtmlLink":"Backend info to triplestore instance (#248)"}},{"before":null,"after":"07c9d8296a4c7e123e537594e392dbd20635cd8e","ref":"refs/heads/push-action/11050278378/20811-859-27140","pushedAt":"2024-09-26T10:21:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"},"commit":{"message":"Backend info to triplestore instance (#248)\n\n# Description\r\nAdded backend info to triplestore instance\r\n\r\n## Type of change\r\n- [ ] Bug fix and code cleanup\r\n- [x] New feature\r\n- [ ] Documentation update\r\n- [ ] Testing\r\n\r\n\r\n## Checklist for the reviewer\r\nThis checklist should be used as a help for the reviewer.\r\n\r\n- [ ] Is the change limited to one issue?\r\n- [ ] Does this PR close the issue?\r\n- [ ] Is the code easy to read and understand?\r\n- [ ] Do all new feature have an accompanying new test?\r\n- [ ] Has the documentation been updated as necessary?\r\n- [ ] Is the code properly tested?","shortMessageHtmlLink":"Backend info to triplestore instance (#248)"}},{"before":"39e124aab3aa0cad4574ea8cdc3e6de1fb9ac33e","after":"026ff02c957a98ea49cb5c81fe8116cd2b530a29","ref":"refs/heads/gh-pages","pushedAt":"2024-09-26T10:21:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 07c9d82 to latest with MkDocs 1.5.3 and mike 2.1.2","shortMessageHtmlLink":"Deployed 07c9d82 to latest with MkDocs 1.5.3 and mike 2.1.2"}},{"before":"f0794520ee7765530292c0b6efb991ce223fa598","after":null,"ref":"refs/heads/backend_info","pushedAt":"2024-09-26T10:19:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"francescalb","name":"Francesca L. Bleken","path":"/francescalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48128015?s=80&v=4"}},{"before":"53efcf638598eb036f4a4f673dd9d37f416be3f4","after":"07c9d8296a4c7e123e537594e392dbd20635cd8e","ref":"refs/heads/master","pushedAt":"2024-09-26T10:19:52.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"francescalb","name":"Francesca L. Bleken","path":"/francescalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48128015?s=80&v=4"},"commit":{"message":"Backend info to triplestore instance (#248)\n\n# Description\r\nAdded backend info to triplestore instance\r\n\r\n## Type of change\r\n- [ ] Bug fix and code cleanup\r\n- [x] New feature\r\n- [ ] Documentation update\r\n- [ ] Testing\r\n\r\n\r\n## Checklist for the reviewer\r\nThis checklist should be used as a help for the reviewer.\r\n\r\n- [ ] Is the change limited to one issue?\r\n- [ ] Does this PR close the issue?\r\n- [ ] Is the code easy to read and understand?\r\n- [ ] Do all new feature have an accompanying new test?\r\n- [ ] Has the documentation been updated as necessary?\r\n- [ ] Is the code properly tested?","shortMessageHtmlLink":"Backend info to triplestore instance (#248)"}},{"before":"77d5b610263d655147ca63881910798921f97ec3","after":"3fe3890806be685a26f842a661a90e6b01bed270","ref":"refs/heads/value-list","pushedAt":"2024-09-24T15:11:06.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Fixed indentation","shortMessageHtmlLink":"Fixed indentation"}},{"before":"53efcf638598eb036f4a4f673dd9d37f416be3f4","after":null,"ref":"refs/heads/push-action/11016349436/14850-24773-24505","pushedAt":"2024-09-24T14:56:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"}},{"before":"d8ba50204035223e868d93459836967058f42d57","after":"53efcf638598eb036f4a4f673dd9d37f416be3f4","ref":"refs/heads/ci/dependency-updates","pushedAt":"2024-09-24T14:56:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"},"commit":{"message":"Fix empty prefix (#250)\n\n# Description\r\nCorrected handling of empty prefixes in `Triplestore.expand_iri()` and\r\n`Triplestore.prefix_iri()`.\r\nAdded corresponding tests.\r\n\r\n## Type of change\r\n- [x] Bug fix and code cleanup\r\n- [ ] New feature\r\n- [ ] Documentation update\r\n- [ ] Testing\r\n\r\n\r\n## Checklist for the reviewer\r\nThis checklist should be used as a help for the reviewer.\r\n\r\n- [ ] Is the change limited to one issue?\r\n- [ ] Does this PR close the issue?\r\n- [ ] Is the code easy to read and understand?\r\n- [ ] Do all new feature have an accompanying new test?\r\n- [ ] Has the documentation been updated as necessary?\r\n- [ ] Is the code properly tested?\r\n\r\n---------\r\n\r\nCo-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>","shortMessageHtmlLink":"Fix empty prefix (#250)"}},{"before":null,"after":"53efcf638598eb036f4a4f673dd9d37f416be3f4","ref":"refs/heads/push-action/11016349436/14850-24773-24505","pushedAt":"2024-09-24T14:54:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"},"commit":{"message":"Fix empty prefix (#250)\n\n# Description\r\nCorrected handling of empty prefixes in `Triplestore.expand_iri()` and\r\n`Triplestore.prefix_iri()`.\r\nAdded corresponding tests.\r\n\r\n## Type of change\r\n- [x] Bug fix and code cleanup\r\n- [ ] New feature\r\n- [ ] Documentation update\r\n- [ ] Testing\r\n\r\n\r\n## Checklist for the reviewer\r\nThis checklist should be used as a help for the reviewer.\r\n\r\n- [ ] Is the change limited to one issue?\r\n- [ ] Does this PR close the issue?\r\n- [ ] Is the code easy to read and understand?\r\n- [ ] Do all new feature have an accompanying new test?\r\n- [ ] Has the documentation been updated as necessary?\r\n- [ ] Is the code properly tested?\r\n\r\n---------\r\n\r\nCo-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>","shortMessageHtmlLink":"Fix empty prefix (#250)"}},{"before":"b26d289cf41f56db343266bfc84e1b7f386d65ac","after":"39e124aab3aa0cad4574ea8cdc3e6de1fb9ac33e","ref":"refs/heads/gh-pages","pushedAt":"2024-09-24T14:54:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 53efcf6 to latest with MkDocs 1.5.3 and mike 2.1.2","shortMessageHtmlLink":"Deployed 53efcf6 to latest with MkDocs 1.5.3 and mike 2.1.2"}},{"before":"ca6dee8877a0b318f4b7af5b21342b3202e9fbba","after":"f0794520ee7765530292c0b6efb991ce223fa598","ref":"refs/heads/backend_info","pushedAt":"2024-09-24T14:52:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Merge branch 'master' into backend_info","shortMessageHtmlLink":"Merge branch 'master' into backend_info"}},{"before":"309b2e52108c30f5dab584a31bf36c4792b0a80a","after":null,"ref":"refs/heads/fix-empty-prefix","pushedAt":"2024-09-24T14:51:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"}},{"before":"d8ba50204035223e868d93459836967058f42d57","after":"53efcf638598eb036f4a4f673dd9d37f416be3f4","ref":"refs/heads/master","pushedAt":"2024-09-24T14:51:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Fix empty prefix (#250)\n\n# Description\r\nCorrected handling of empty prefixes in `Triplestore.expand_iri()` and\r\n`Triplestore.prefix_iri()`.\r\nAdded corresponding tests.\r\n\r\n## Type of change\r\n- [x] Bug fix and code cleanup\r\n- [ ] New feature\r\n- [ ] Documentation update\r\n- [ ] Testing\r\n\r\n\r\n## Checklist for the reviewer\r\nThis checklist should be used as a help for the reviewer.\r\n\r\n- [ ] Is the change limited to one issue?\r\n- [ ] Does this PR close the issue?\r\n- [ ] Is the code easy to read and understand?\r\n- [ ] Do all new feature have an accompanying new test?\r\n- [ ] Has the documentation been updated as necessary?\r\n- [ ] Is the code properly tested?\r\n\r\n---------\r\n\r\nCo-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>","shortMessageHtmlLink":"Fix empty prefix (#250)"}},{"before":"47069fb3999249f409d992e57acd002feaa225be","after":"77d5b610263d655147ca63881910798921f97ec3","ref":"refs/heads/value-list","pushedAt":"2024-09-24T14:51:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit hooks\n\nFor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit hooks"}},{"before":"b727a4321371e42199222a90046fb25cfe37e27c","after":"47069fb3999249f409d992e57acd002feaa225be","ref":"refs/heads/value-list","pushedAt":"2024-09-24T14:51:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Update tripper/triplestore.py\n\nCo-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>","shortMessageHtmlLink":"Update tripper/triplestore.py"}},{"before":"68195edd4dac6cafd74346e0bc21e6916d8d177b","after":"309b2e52108c30f5dab584a31bf36c4792b0a80a","ref":"refs/heads/fix-empty-prefix","pushedAt":"2024-09-24T09:51:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Added examples to expand_iri and prefix_iri() methods","shortMessageHtmlLink":"Added examples to expand_iri and prefix_iri() methods"}},{"before":"d599b108120d6f90b8c34cf43ce92c6fb7cb52a8","after":"ca6dee8877a0b318f4b7af5b21342b3202e9fbba","ref":"refs/heads/backend_info","pushedAt":"2024-09-24T09:29:25.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Merge branch 'master' into backend_info","shortMessageHtmlLink":"Merge branch 'master' into backend_info"}},{"before":"639b439b1a0ead47db78bc535456e24f20a615f8","after":"b727a4321371e42199222a90046fb25cfe37e27c","ref":"refs/heads/value-list","pushedAt":"2024-09-24T09:29:11.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"jesper-friis","name":"Jesper Friis","path":"/jesper-friis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2192877?s=80&v=4"},"commit":{"message":"Merge branch 'master' into value-list","shortMessageHtmlLink":"Merge branch 'master' into value-list"}},{"before":"bed496ca921ba716994490b10ca0f4dc9e5104ed","after":"d8ba50204035223e868d93459836967058f42d57","ref":"refs/heads/ci/dependency-updates","pushedAt":"2024-09-24T07:38:32.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#249)\n\n\r\nupdates:\r\n- [github.com/PyCQA/bandit: 1.7.9 →\r\n1.7.10](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10)\r\n","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#249)"}},{"before":"d8ba50204035223e868d93459836967058f42d57","after":null,"ref":"refs/heads/push-action/11009160844/2068-15873-20065","pushedAt":"2024-09-24T07:38:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"}},{"before":null,"after":"d8ba50204035223e868d93459836967058f42d57","ref":"refs/heads/push-action/11009160844/2068-15873-20065","pushedAt":"2024-09-24T07:36:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TEAM4-0","name":"TEAM 4.0[bot]","path":"/TEAM4-0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97688989?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#249)\n\n\r\nupdates:\r\n- [github.com/PyCQA/bandit: 1.7.9 →\r\n1.7.10](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10)\r\n","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#249)"}},{"before":"9252293e4a55938ebe477d5843733049735a6e1a","after":"b26d289cf41f56db343266bfc84e1b7f386d65ac","ref":"refs/heads/gh-pages","pushedAt":"2024-09-24T07:36:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed d8ba502 to latest with MkDocs 1.5.3 and mike 2.1.2","shortMessageHtmlLink":"Deployed d8ba502 to latest with MkDocs 1.5.3 and mike 2.1.2"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNlQxMjo0OTo0NC4wMDAwMDBazwAAAATBfEyu","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNFQwNzozNjoxMS4wMDAwMDBazwAAAAS-0qYC"}},"title":"Activity · EMMC-ASBL/tripper"}