{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":105162155,"defaultBranch":"master","name":"plantuml","ownerLogin":"sphinx-contrib","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-09-28T14:57:19.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/31936682?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716384893.0","currentOid":""},"activityList":{"items":[{"before":"cab5d4c7f88ec94ed1ce4e6a6a3f7706d1f25890","after":"09f9d13c44bdbfb73974159cedd29bb1d2e08f69","ref":"refs/heads/master","pushedAt":"2024-05-22T13:31:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"bump version to 0.30","shortMessageHtmlLink":"bump version to 0.30"}},{"before":"74e31ad4dd8f4fefd5b9e430e4d9caea3002fd97","after":"cab5d4c7f88ec94ed1ce4e6a6a3f7706d1f25890","ref":"refs/heads/master","pushedAt":"2024-05-20T07:37:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"Use SVG format for generating images to embed into the RST prior to rst2pdf creating a PDF","shortMessageHtmlLink":"Use SVG format for generating images to embed into the RST prior to r…"}},{"before":"f3510208492d06b8a71a63d85e74749ef818a71f","after":null,"ref":"refs/heads/push-sqvwtwyxmypy","pushedAt":"2024-03-10T11:37:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"}},{"before":"f43171b4399ce196c5b6aec27104a6b3b1e1adbd","after":"74e31ad4dd8f4fefd5b9e430e4d9caea3002fd97","ref":"refs/heads/master","pushedAt":"2024-03-10T11:37:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"tests: rename setup/teardown functions for pytest 8.1.1 compatibility\n\nI don't know if that's intended, but nose-style setup() is no longer called.","shortMessageHtmlLink":"tests: rename setup/teardown functions for pytest 8.1.1 compatibility"}},{"before":null,"after":"f3510208492d06b8a71a63d85e74749ef818a71f","ref":"refs/heads/push-sqvwtwyxmypy","pushedAt":"2024-03-10T11:35:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"tests: rename setup/teardown functions for pytest 8.1.1 compatibility\n\nI don't know if that's intended, but nose-style setup() is no longer called.","shortMessageHtmlLink":"tests: rename setup/teardown functions for pytest 8.1.1 compatibility"}},{"before":"7ef52e40a46918a9a8d7d6fb0404929dea47088c","after":"f43171b4399ce196c5b6aec27104a6b3b1e1adbd","ref":"refs/heads/master","pushedAt":"2024-03-10T10:33:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"bump version to 0.29","shortMessageHtmlLink":"bump version to 0.29"}},{"before":"cbb07777bb72eaacbfd9479bae7c0d7f7450a412","after":null,"ref":"refs/heads/push-tmwopkylzykm","pushedAt":"2024-03-06T10:51:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"}},{"before":"913c6efddc921af1ee4851fe383c8f90c5be7c03","after":"7ef52e40a46918a9a8d7d6fb0404929dea47088c","ref":"refs/heads/master","pushedAt":"2024-03-06T10:51:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"pass max width to latex adjustbox\n\nProblem:\nWhen creating large diagrams using plantuml, they can quickly get too wide for a\npdf page. For images in the png, pdf and svg format, this problem is handled by\nthe sphinx-provided \"sphinxincludegraphics\" latex command, which resizes the\nincluded graphic if needed. As tikz images are embedded using the \"\\input\"\ncommand, this resize logic is not applicable for them.\n\nSolution:\nI would suggest to use the \"max-width\" option (which is already somehow\nimplemented but not documented) to allow the user to specify a maximum width.\nThe \"adjustbox\" macro, which is already being used for giving an absolute size\nfor an image, also supports this type of maximum size. This way, the image is\nnot resized if it fits, but only if it would exceed the given size.","shortMessageHtmlLink":"pass max width to latex adjustbox"}},{"before":null,"after":"cbb07777bb72eaacbfd9479bae7c0d7f7450a412","ref":"refs/heads/push-tmwopkylzykm","pushedAt":"2024-03-06T10:48:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"pass max width to latex adjustbox\n\nProblem:\nWhen creating large diagrams using plantuml, they can quickly get too wide for a\npdf page. For images in the png, pdf and svg format, this problem is handled by\nthe sphinx-provided \"sphinxincludegraphics\" latex command, which resizes the\nincluded graphic if needed. As tikz images are embedded using the \"\\input\"\ncommand, this resize logic is not applicable for them.\n\nSolution:\nI would suggest to use the \"max-width\" option (which is already somehow\nimplemented but not documented) to allow the user to specify a maximum width.\nThe \"adjustbox\" macro, which is already being used for giving an absolute size\nfor an image, also supports this type of maximum size. This way, the image is\nnot resized if it fits, but only if it would exceed the given size.","shortMessageHtmlLink":"pass max width to latex adjustbox"}},{"before":"cfe4b4b4adda80a8d0478ca9e342f411591d48ed","after":"913c6efddc921af1ee4851fe383c8f90c5be7c03","ref":"refs/heads/master","pushedAt":"2024-02-21T03:59:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"fix markdown-ness in README.rst","shortMessageHtmlLink":"fix markdown-ness in README.rst"}},{"before":"4b5d2aa9bb85867faab5635df592d1a3561e610a","after":"cfe4b4b4adda80a8d0478ca9e342f411591d48ed","ref":"refs/heads/master","pushedAt":"2024-02-21T03:57:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"bump version to 0.28","shortMessageHtmlLink":"bump version to 0.28"}},{"before":"c35d57d3ca7fe100448d2a447a68e4b07646494e","after":"4b5d2aa9bb85867faab5635df592d1a3561e610a","ref":"refs/heads/master","pushedAt":"2024-02-21T03:52:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"Add plantuml directive as alias to uml directive\n\nThis allows to render PlantUML when using a Markdown parser such as MyST.\r\n\r\nCloses #88.","shortMessageHtmlLink":"Add plantuml directive as alias to uml directive"}},{"before":"3e202c713751682d4dd2d7a0f15765b526a18beb","after":"c35d57d3ca7fe100448d2a447a68e4b07646494e","ref":"refs/heads/master","pushedAt":"2024-01-17T12:21:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"Fix deprecation warning during batch processing\n\nSince Sphinx 6.1, sphinx.util.progress_message is deprecated in favor of\nsphinx.util.display.progress_message. The former should dissapear in\nSphinx 8.0. Adapt the code to use the right API depending the Sphinx\nversion.","shortMessageHtmlLink":"Fix deprecation warning during batch processing"}},{"before":"d8a2eb065967bac5730586c0fd8d9bc993c17974","after":"3e202c713751682d4dd2d7a0f15765b526a18beb","ref":"refs/heads/master","pushedAt":"2023-10-31T09:38:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"bump version to 0.27","shortMessageHtmlLink":"bump version to 0.27"}},{"before":"d1cc8af3541432a368c6eb78f26dab57474d538a","after":null,"ref":"refs/heads/push-zkpzxqsrswwy","pushedAt":"2023-10-25T23:01:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"}},{"before":"c93a6cd585c61e56fa92be08dd0982e9e19bc818","after":"d8a2eb065967bac5730586c0fd8d9bc993c17974","ref":"refs/heads/master","pushedAt":"2023-10-25T23:01:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"create output file with unique file name (fixes #84)","shortMessageHtmlLink":"create output file with unique file name (fixes #84)"}},{"before":null,"after":"d1cc8af3541432a368c6eb78f26dab57474d538a","ref":"refs/heads/push-zkpzxqsrswwy","pushedAt":"2023-10-25T22:55:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"create output file with unique file name (fixes #84)","shortMessageHtmlLink":"create output file with unique file name (fixes #84)"}},{"before":"36716425827d26502552f23f1582069878934514","after":"c93a6cd585c61e56fa92be08dd0982e9e19bc818","ref":"refs/heads/master","pushedAt":"2023-09-18T13:55:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"Remove redundant wheel dep from pyproject.toml\n\nRemove the redundant `wheel` dependency, as it is added by the backend\nautomatically. Listing it explicitly in the documentation was\na historical mistake and has been fixed since, see:\nhttps://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a","shortMessageHtmlLink":"Remove redundant wheel dep from pyproject.toml"}},{"before":"299b01b24819ea37d595b79fbe131df265d9ed97","after":"36716425827d26502552f23f1582069878934514","ref":"refs/heads/master","pushedAt":"2023-08-26T09:11:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"bump version to 0.26","shortMessageHtmlLink":"bump version to 0.26"}},{"before":"c345dfab97d71912452dd4e475831da6f7e6c048","after":null,"ref":"refs/heads/push-qpxqvkkqvwrr","pushedAt":"2023-08-25T09:04:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"}},{"before":"8eda17883447ccae01e2d7cefcc3e7b7f0453ed8","after":"299b01b24819ea37d595b79fbe131df265d9ed97","ref":"refs/heads/master","pushedAt":"2023-08-25T09:04:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"Improve sphinx warnings\n\nThis commit intends to improve the warning emitted by the extension; to include\nsource mapping to the error origin, and set the type for all warning (this means\ne.g. you can suppress them:\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-suppress_warnings)","shortMessageHtmlLink":"Improve sphinx warnings"}},{"before":null,"after":"c345dfab97d71912452dd4e475831da6f7e6c048","ref":"refs/heads/push-qpxqvkkqvwrr","pushedAt":"2023-08-25T08:58:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"Improve sphinx warnings\n\nThis commit intends to improve the warning emitted by the extension; to include\nsource mapping to the error origin, and set the type for all warning (this means\ne.g. you can suppress them:\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-suppress_warnings)","shortMessageHtmlLink":"Improve sphinx warnings"}},{"before":"7acc64bac357e6447e1d610d8a29d204c0c1a1ef","after":null,"ref":"refs/heads/push-zxrmtmlpsxwx","pushedAt":"2023-08-25T08:53:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"}},{"before":"309b12c4e9edced7bfcd65978e062efc788d5692","after":"8eda17883447ccae01e2d7cefcc3e7b7f0453ed8","ref":"refs/heads/master","pushedAt":"2023-08-25T08:53:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"reformat sources with black, adjust flake8 rules accordingly\n\nI don't wanna be bothered to reformat sources manually, and I think black is\nrock solid.","shortMessageHtmlLink":"reformat sources with black, adjust flake8 rules accordingly"}},{"before":null,"after":"7acc64bac357e6447e1d610d8a29d204c0c1a1ef","ref":"refs/heads/push-zxrmtmlpsxwx","pushedAt":"2023-08-25T08:48:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"reformat sources with black, adjust flake8 rules accordingly\n\nI don't wanna be bothered to reformat sources manually, and I think black is\nrock solid.","shortMessageHtmlLink":"reformat sources with black, adjust flake8 rules accordingly"}},{"before":"4e573e1b0a947bba929a5061f583986890f7d712","after":null,"ref":"refs/heads/push-kpvomvqyllol","pushedAt":"2023-05-13T06:15:42.525Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"}},{"before":"f0897da727e548e4ec69784a2028d06cd324a427","after":"309b12c4e9edced7bfcd65978e062efc788d5692","ref":"refs/heads/master","pushedAt":"2023-05-13T06:15:37.731Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"add minimal pyproject.toml to silence pip warning\n\nI don't know the exact meaning, but I guess it would teach pip to use\nsetup.py.\n\nFixes #75","shortMessageHtmlLink":"add minimal pyproject.toml to silence pip warning"}},{"before":null,"after":"4e573e1b0a947bba929a5061f583986890f7d712","ref":"refs/heads/push-kpvomvqyllol","pushedAt":"2023-04-29T05:57:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"add minimal pyproject.toml to silence pip warning\n\nI don't know the exact meaning, but I guess it would teach pip to use\nsetup.py.\n\nFixes #75","shortMessageHtmlLink":"add minimal pyproject.toml to silence pip warning"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUPpVgQA","startCursor":null,"endCursor":null}},"title":"Activity · sphinx-contrib/plantuml"}