{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":439750209,"defaultBranch":"main","name":"mkdocs-multirepo-plugin","ownerLogin":"jdoiro3","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-12-19T01:25:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/57968347?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1705671953.0","currentOid":""},"activityList":{"items":[{"before":"3ce10854592f70537fced28bc86b74b41628f4c9","after":"2f6543d2c418d4b489e92a7d3eabc3fa1cfd6adb","ref":"refs/heads/main","pushedAt":"2024-06-04T02:38:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Fix edit_uri starting with http when using ssh (#120)","shortMessageHtmlLink":"Fix edit_uri starting with http when using ssh (#120)"}},{"before":"5f5da14ed496cd78bf0c6b31f5da705fb4a45479","after":"3ce10854592f70537fced28bc86b74b41628f4c9","ref":"refs/heads/main","pushedAt":"2024-01-19T13:39:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Remove deprecation warning (#131)\n\n* Remove usage of _filter_files\r\n\r\nAccording to the logs this function is deprecated and also filtering of\r\nfiles can have an impact to some projects. By default it's not possible\r\nto add dot directories, dot files or the folder templates to the\r\ndocumentation.\r\n\r\nINFO - DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon. All messages on the `mkdocs` logger get counted automatically.\r\n File \"xxx/.venv/lib/python3.9/site-packages/mkdocs_multirepo_plugin/util.py\", line 10, in \r\n from mkdocs.utils import warning_filter\r\n File \"xxx/.venv/lib/python3.9/site-packages/mkdocs/utils/__init__.py\", line 453, in __getattr__\r\n warnings.warn(\r\n\r\n* Remove usage of warning_filter\r\n\r\nAccording to the logs this function is deprecated (a NOP).\r\n\r\n* Update CHANGELOG.md\r\n\r\n* Update pyproject.toml\r\n\r\n* Update CHANGELOG.md\r\n\r\nCo-authored-by: Joseph Doiron <57968347+jdoiro3@users.noreply.github.com>\r\n\r\n* Update CHANGELOG.md\r\n\r\nCo-authored-by: Joseph Doiron <57968347+jdoiro3@users.noreply.github.com>\r\n\r\n* Update pyproject.toml\r\n\r\nCo-authored-by: Joseph Doiron <57968347+jdoiro3@users.noreply.github.com>\r\n\r\n* CHANGELOG.md aktualisieren\r\n\r\nCo-authored-by: Joseph Doiron <57968347+jdoiro3@users.noreply.github.com>\r\n\r\n* Update CHANGELOG.md as requested\r\n\r\n---------\r\n\r\nCo-authored-by: Michael Foerderer (F29233) \r\nCo-authored-by: Joseph Doiron <57968347+jdoiro3@users.noreply.github.com>","shortMessageHtmlLink":"Remove deprecation warning (#131)"}},{"before":"ebcb65de16fae2c12dc9eef2f29d41b96e0b0811","after":"5f5da14ed496cd78bf0c6b31f5da705fb4a45479","ref":"refs/heads/main","pushedAt":"2023-12-06T00:10:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"fixed executables and update changelog so users know version isn't released","shortMessageHtmlLink":"fixed executables and update changelog so users know version isn't re…"}},{"before":"af5e678f493c48e28562977c5e9896fc3f34073e","after":"ebcb65de16fae2c12dc9eef2f29d41b96e0b0811","ref":"refs/heads/main","pushedAt":"2023-12-05T23:53:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Fix section case (#127)\n\n* disable slugify default lowercase option\r\n\r\n* removing version update in pyproject.toml","shortMessageHtmlLink":"Fix section case (#127)"}},{"before":"edb63a313b1f3d770a4ba84112ddba7c61730f35","after":"af5e678f493c48e28562977c5e9896fc3f34073e","ref":"refs/heads/main","pushedAt":"2023-09-07T17:32:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Update deploy.yml","shortMessageHtmlLink":"Update deploy.yml"}},{"before":"f5a6114aa54e5858472ead7d67c016a5af8af601","after":"edb63a313b1f3d770a4ba84112ddba7c61730f35","ref":"refs/heads/main","pushedAt":"2023-09-07T17:20:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Only exclude mkdocs config YAML files. (#117)\n\n* Only exclude mkdocs config YAML files.\r\n\r\nThere was a blanket exclusion of all YAML files introduced to fix\r\nissue #9. There are certain use-cases where non-mkdocs YAML files\r\nshould be included in the documentation - e.g. OpenAPI spec files.\r\n\r\nThis change only excludes YAML files that are marked as mkdocs\r\nconfig file for the repo being imported.\r\n\r\nThis passes the existing test \"Make sure imported repo's mkdocs.yml\r\nisn't in build output\".\r\n\r\nFix for issue #107\r\n\r\n* Dummy commit to force PR check re-runs\r\n\r\n* Revert dummy commit\r\n\r\n* Update version and changelog\r\n\r\n---------\r\n\r\nCo-authored-by: Joseph Doiron <57968347+jdoiro3@users.noreply.github.com>","shortMessageHtmlLink":"Only exclude mkdocs config YAML files. (#117)"}},{"before":"d0cf9d90f28312636359667c4278801b2d09c400","after":null,"ref":"refs/heads/jdoiro3-patch-1","pushedAt":"2023-09-07T14:26:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"}},{"before":"b0cac1252f7e7b5ceb505e02e71f5c60275a560d","after":"f5a6114aa54e5858472ead7d67c016a5af8af601","ref":"refs/heads/main","pushedAt":"2023-09-07T14:26:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Drop testing Python 3.7 since Poetry dropped it (#118)\n\n* Drop testing Python 3.7 since Poetry dropped it\r\n\r\n* Update test.yml","shortMessageHtmlLink":"Drop testing Python 3.7 since Poetry dropped it (#118)"}},{"before":"ec3e4e4719fd41466166515ec82976a8d0b0ef50","after":"d0cf9d90f28312636359667c4278801b2d09c400","ref":"refs/heads/jdoiro3-patch-1","pushedAt":"2023-09-07T14:11:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Update test.yml","shortMessageHtmlLink":"Update test.yml"}},{"before":null,"after":"ec3e4e4719fd41466166515ec82976a8d0b0ef50","ref":"refs/heads/jdoiro3-patch-1","pushedAt":"2023-09-07T14:10:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Drop testing Python 3.7 since Poetry dropped it","shortMessageHtmlLink":"Drop testing Python 3.7 since Poetry dropped it"}},{"before":"53b7099e88500c01e44b2152ab41316c6f49881b","after":"b0cac1252f7e7b5ceb505e02e71f5c60275a560d","ref":"refs/heads/main","pushedAt":"2023-07-28T12:34:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Fix asyncio and urllib3 dependencies to support python 3.10 (#104)\n\n* Fix:\r\n1. asyncio is not needed on modern python (say > 3.8). Moreover, it breaks virtualenv when poetry 1.5.1 installs it on python 3.10\r\n2. urllib3 has been resolved to version 1.22 that knows nothing about python 3.10, so it doesn't work. I've updated it to 1.26.16 which seems ok\r\n\r\n* add entries according github-actions bot","shortMessageHtmlLink":"Fix asyncio and urllib3 dependencies to support python 3.10 (#104)"}},{"before":"05fc915fcb64cb1b3d7f45a5eeed08bfb0cf9043","after":"53b7099e88500c01e44b2152ab41316c6f49881b","ref":"refs/heads/main","pushedAt":"2023-06-13T12:23:57.775Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"3f5e629bd35b194937f816214d2c9b078291a20f","after":"05fc915fcb64cb1b3d7f45a5eeed08bfb0cf9043","ref":"refs/heads/main","pushedAt":"2023-05-29T16:37:33.910Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"fix yaml markup in README (#96)","shortMessageHtmlLink":"fix yaml markup in README (#96)"}},{"before":"2e29f6480be52d6fb76bc7d5309f8654e501cf1f","after":"3f5e629bd35b194937f816214d2c9b078291a20f","ref":"refs/heads/main","pushedAt":"2023-04-01T03:35:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"bec2b1ff905dafd26ea506bb528b7afbc40e1876","after":"2e29f6480be52d6fb76bc7d5309f8654e501cf1f","ref":"refs/heads/main","pushedAt":"2023-03-29T13:03:25.372Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Disable globbing in clone scripts (#86)\n\n* Disable globbing in clone scripts\r\n\r\n* Bump version to 0.6.1\r\n\r\n---------\r\n\r\nCo-authored-by: Joseph Doiron <57968347+jdoiro3@users.noreply.github.com>","shortMessageHtmlLink":"Disable globbing in clone scripts (#86)"}},{"before":"b5fd5c0413f9d4dd8b644cd4d92e7013656a20c9","after":"bec2b1ff905dafd26ea506bb528b7afbc40e1876","ref":"refs/heads/main","pushedAt":"2023-03-29T12:41:44.049Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Fix keep docs dir (#89)\n\n* Make the global keep_docs_dir have an effect\r\n\r\nPreviously this value didn't matter, only the setting on each import had\r\nan effect. Now we use the global value (False by default) unless a\r\nrepo overrides the value with either True or False.\r\n\r\n* Extend keep_docs_dir test\r\n\r\nNow we test all possible combinations of settings instead","shortMessageHtmlLink":"Fix keep docs dir (#89)"}},{"before":"6842f2938659d81a470db8873cd804b28aeed65a","after":"b5fd5c0413f9d4dd8b644cd4d92e7013656a20c9","ref":"refs/heads/main","pushedAt":"2023-03-27T14:03:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Update check_version.yml","shortMessageHtmlLink":"Update check_version.yml"}},{"before":"e8c17da3b5e11d4491ff879c27c54578c289dcc0","after":"6842f2938659d81a470db8873cd804b28aeed65a","ref":"refs/heads/main","pushedAt":"2023-03-21T15:05:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdoiro3","name":"Joseph Doiron","path":"/jdoiro3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57968347?s=80&v=4"},"commit":{"message":"Update check_version.yml","shortMessageHtmlLink":"Update check_version.yml"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEW4yMTQA","startCursor":null,"endCursor":null}},"title":"Activity · jdoiro3/mkdocs-multirepo-plugin"}