{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":21273155,"defaultBranch":"master","name":"robotframework","ownerLogin":"robotframework","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-06-27T11:10:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/574284?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718049759.0","currentOid":""},"activityList":{"items":[{"before":"e4646bc4406264050bc2090e4f0591f3c3642a85","after":"55a493d7e199909fa00644a850445b8a533137b6","ref":"refs/heads/gh-pages","pushedAt":"2024-06-10T20:03:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Updated to 7.0.1","shortMessageHtmlLink":"Updated to 7.0.1"}},{"before":"f92fce9aafa3e3f2d917b05be2f7f49fee62ee6b","after":"596128156cf59bbccb248fba7bd5a4d41ed5869d","ref":"refs/heads/master","pushedAt":"2024-06-10T20:01:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Updated version to 7.0.1","shortMessageHtmlLink":"Updated version to 7.0.1"}},{"before":"21854595de8aa670affc5436f5fe99dd09518f0d","after":"f92fce9aafa3e3f2d917b05be2f7f49fee62ee6b","ref":"refs/heads/master","pushedAt":"2024-06-10T08:14:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"UG: Add section about coding style (#5134)","shortMessageHtmlLink":"UG: Add section about coding style (#5134)"}},{"before":"49edc58fbd5ee5e65280bdeffdfef122164eceaa","after":"21854595de8aa670affc5436f5fe99dd09518f0d","ref":"refs/heads/master","pushedAt":"2024-06-07T15:33:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Avoid repetition","shortMessageHtmlLink":"Avoid repetition"}},{"before":"570ff7135988537b9e3a4fd6972f2d0367adea65","after":"49edc58fbd5ee5e65280bdeffdfef122164eceaa","ref":"refs/heads/master","pushedAt":"2024-06-07T15:06:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Updated version to 7.0.1rc2","shortMessageHtmlLink":"Updated version to 7.0.1rc2"}},{"before":"7d7dfbd8b148b4d1e645e7b51e560e1d7f38a396","after":"570ff7135988537b9e3a4fd6972f2d0367adea65","ref":"refs/heads/master","pushedAt":"2024-06-07T09:59:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Add temporary API for creating named args with non-string values.\n\nFixes #5031.","shortMessageHtmlLink":"Add temporary API for creating named args with non-string values."}},{"before":"2f375e6b85b31e0bdabba9f52d2f64d546e06a90","after":"7d7dfbd8b148b4d1e645e7b51e560e1d7f38a396","ref":"refs/heads/master","pushedAt":"2024-06-04T15:54:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Back to dev version","shortMessageHtmlLink":"Back to dev version"}},{"before":"3db74b1e0c6e02618acb51ec034acfbb1eb7131d","after":"2f375e6b85b31e0bdabba9f52d2f64d546e06a90","ref":"refs/heads/master","pushedAt":"2024-06-04T15:53:14.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Updated version to 7.0.1rc1","shortMessageHtmlLink":"Updated version to 7.0.1rc1"}},{"before":"6c6476de8cf92348c5cc8909b6848bb56c393fa0","after":"3db74b1e0c6e02618acb51ec034acfbb1eb7131d","ref":"refs/heads/master","pushedAt":"2024-06-02T13:43:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Remove possibility to set named args as objects programmatically.\n\nThis basically reverts the following changes done as part of #5000:\n\n- It isn't anymore possible to specify named argumens as two-item\n tuples like `('name', 'value')` where the value could also be a\n non-string.\n\n- It isn't anymore possible to specify positional and named arguments\n separately like `(['pos', 'args'], {'name': 'value'})`.\n\nThe main reason this functionality was reverted is that it caused\nproblems when using `BuiltIn.run_keyword` if arguments used with it\naccidentally matched the special syntax explained below. In general\nthe whole API was too hacky.\n\nFixes #5031.","shortMessageHtmlLink":"Remove possibility to set named args as objects programmatically."}},{"before":"b7b8c6fb02008cc9e7a8a35e6e0afd90fd3de450","after":"6c6476de8cf92348c5cc8909b6848bb56c393fa0","ref":"refs/heads/master","pushedAt":"2024-05-29T22:07:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Make --test and --include non-cumulative again.\n\nThese options were made cumulative in RF 7.0 (#4721), but that\nbehavior caused backwards incompatibility problems with Pabot and with\n--rerunfailed. The benefits of the change weren't that big and the\nbehavior was changed back to original in RF 7.0.1.\n\nFixes #5023.","shortMessageHtmlLink":"Make --test and --include non-cumulative again."}},{"before":"f873eefb7c55279b24207ef06c2cd6ad27fb5a1e","after":"b7b8c6fb02008cc9e7a8a35e6e0afd90fd3de450","ref":"refs/heads/master","pushedAt":"2024-05-29T19:35:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Workaround GitHub bug rendering reST code blocks\n\nSee https://github.com/github/markup/issues/1806","shortMessageHtmlLink":"Workaround GitHub bug rendering reST code blocks"}},{"before":"031f05c28e9a322abe0b0effd43beb044e64e8a0","after":"f873eefb7c55279b24207ef06c2cd6ad27fb5a1e","ref":"refs/heads/master","pushedAt":"2024-05-29T19:28:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Try to workaround GitHub bug rendering reST code blocks\n\nSee #1806.","shortMessageHtmlLink":"Try to workaround GitHub bug rendering reST code blocks"}},{"before":"2ebb1d99e02c20a62e60a0c84a09b7f41abc5e2b","after":"031f05c28e9a322abe0b0effd43beb044e64e8a0","ref":"refs/heads/master","pushedAt":"2024-05-29T18:44:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Fixed broken link for ATDD (#5062)\n\nThe link for description of ATDD was broken, changed to a link to the Wikipedia ATDD page","shortMessageHtmlLink":"Fixed broken link for ATDD (#5062)"}},{"before":"6ca087b2900552a0bad99bc1cf180f642ef8de7e","after":null,"ref":"refs/heads/dependabot/github_actions/octokit/request-action-2.3.1","pushedAt":"2024-05-29T18:41:23.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"}},{"before":"96a72b13cbfd406c0ed6c135a6ba0fba3e2dde0f","after":"2ebb1d99e02c20a62e60a0c84a09b7f41abc5e2b","ref":"refs/heads/master","pushedAt":"2024-05-29T18:37:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Fix trace logging named-only user keyword args.\n\nFixes #5128.","shortMessageHtmlLink":"Fix trace logging named-only user keyword args."}},{"before":"4899eb32687b77dcbc637bb561f4bdabc7de02d9","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-python-5.1.0","pushedAt":"2024-05-29T18:37:45.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"}},{"before":"7aff8f4d1ccca4a7eb652273b567b159f3864bfd","after":"96a72b13cbfd406c0ed6c135a6ba0fba3e2dde0f","ref":"refs/heads/master","pushedAt":"2024-05-29T18:37:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Bump actions/setup-python from 5.0.0 to 5.1.0 (#5095)\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0.\r\n- [Release notes](https://github.com/actions/setup-python/releases)\r\n- [Commits](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/setup-python\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/setup-python from 5.0.0 to 5.1.0 (#5095)"}},{"before":"dcf0f91d2230de43cf59659715a19d8eaa6a034d","after":"7aff8f4d1ccca4a7eb652273b567b159f3864bfd","ref":"refs/heads/master","pushedAt":"2024-05-29T18:37:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Bump octokit/request-action from 2.1.9 to 2.3.1 (#5129)\n\nBumps [octokit/request-action](https://github.com/octokit/request-action) from 2.1.9 to 2.3.1.\r\n- [Release notes](https://github.com/octokit/request-action/releases)\r\n- [Commits](https://github.com/octokit/request-action/compare/89697eb6635e52c6e1e5559f15b5c91ba5100cb0...872c5c97b3c85c23516a572f02b31401ef82415d)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: octokit/request-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump octokit/request-action from 2.1.9 to 2.3.1 (#5129)"}},{"before":"1504efdc836b98516bafeda6e85b877902a98cad","after":null,"ref":"refs/heads/dependabot/github_actions/octokit/request-action-2.3.0","pushedAt":"2024-05-14T04:40:05.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"}},{"before":null,"after":"6ca087b2900552a0bad99bc1cf180f642ef8de7e","ref":"refs/heads/dependabot/github_actions/octokit/request-action-2.3.1","pushedAt":"2024-05-14T04:40:01.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":"Bump octokit/request-action from 2.1.9 to 2.3.1\n\nBumps [octokit/request-action](https://github.com/octokit/request-action) from 2.1.9 to 2.3.1.\n- [Release notes](https://github.com/octokit/request-action/releases)\n- [Commits](https://github.com/octokit/request-action/compare/89697eb6635e52c6e1e5559f15b5c91ba5100cb0...872c5c97b3c85c23516a572f02b31401ef82415d)\n\n---\nupdated-dependencies:\n- dependency-name: octokit/request-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump octokit/request-action from 2.1.9 to 2.3.1"}},{"before":"1b5143ce350268c4ac04ebd7bc0e2acd77c2ae3a","after":"dcf0f91d2230de43cf59659715a19d8eaa6a034d","ref":"refs/heads/master","pushedAt":"2024-04-26T11:44:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Parsing: Build FOR loops always with valid flavor.\n\nThis avoid issues, at least with string representation used in the log\nfile, if the flavor is `None`. Alternatively could handle `None` in\nthe model object, but them we kind of should handle also other invalid\nflavors. There's also already typing using `Literal` that specifies\nwhat are the valid values.\n\nFixes #5120.","shortMessageHtmlLink":"Parsing: Build FOR loops always with valid flavor."}},{"before":"f85d4394ca542e401493e6d886691a2d7cc57591","after":"1b5143ce350268c4ac04ebd7bc0e2acd77c2ae3a","ref":"refs/heads/master","pushedAt":"2024-04-24T00:54:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"typing_extensions needed in tests also w/ Py 3.9/10","shortMessageHtmlLink":"typing_extensions needed in tests also w/ Py 3.9/10"}},{"before":"fb099c9bda38c34cfd71aa186cd555983c096e14","after":"f85d4394ca542e401493e6d886691a2d7cc57591","ref":"refs/heads/master","pushedAt":"2024-04-22T10:31:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Handle typing_extensions.Required/NotRequired properly.\n\nThese are handled automatically by Python 3.11+ (they are supported\nnatively), but with earlier versions they appear in type hints and\nneed to be handled separately. Fixes #5115.","shortMessageHtmlLink":"Handle typing_extensions.Required/NotRequired properly."}},{"before":"250588e8126a479d21f051bdff6bd391a321a763","after":"fb099c9bda38c34cfd71aa186cd555983c096e14","ref":"refs/heads/master","pushedAt":"2024-04-11T15:47:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Replace WITH NAME by AS in BuiltIn documentation (#5111)","shortMessageHtmlLink":"Replace WITH NAME by AS in BuiltIn documentation (#5111)"}},{"before":"2733368e9fc5c112934dd4af0a55ad1fc0041923","after":null,"ref":"refs/heads/dependabot/github_actions/octokit/request-action-2.2.0","pushedAt":"2024-04-05T04:08:56.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"}},{"before":null,"after":"1504efdc836b98516bafeda6e85b877902a98cad","ref":"refs/heads/dependabot/github_actions/octokit/request-action-2.3.0","pushedAt":"2024-04-05T04:08:53.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":"Bump octokit/request-action from 2.1.9 to 2.3.0\n\nBumps [octokit/request-action](https://github.com/octokit/request-action) from 2.1.9 to 2.3.0.\n- [Release notes](https://github.com/octokit/request-action/releases)\n- [Commits](https://github.com/octokit/request-action/compare/89697eb6635e52c6e1e5559f15b5c91ba5100cb0...21d174fc38ff59af9cf4d7e07347d29df6dbaa99)\n\n---\nupdated-dependencies:\n- dependency-name: octokit/request-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump octokit/request-action from 2.1.9 to 2.3.0"}},{"before":"af7c18ffe19db227894df721e26081772cf195dc","after":"250588e8126a479d21f051bdff6bd391a321a763","ref":"refs/heads/master","pushedAt":"2024-04-04T20:17:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Fix acceptance tests if directory path contains spaces (#5101)\n\nFixes #5100.","shortMessageHtmlLink":"Fix acceptance tests if directory path contains spaces (#5101)"}},{"before":null,"after":"4899eb32687b77dcbc637bb561f4bdabc7de02d9","ref":"refs/heads/dependabot/github_actions/actions/setup-python-5.1.0","pushedAt":"2024-03-27T04:09:19.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":"Bump actions/setup-python from 5.0.0 to 5.1.0\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-python from 5.0.0 to 5.1.0"}},{"before":"7cffc2050f44c4583d016be6c87d055dab501f6b","after":"af7c18ffe19db227894df721e26081772cf195dc","ref":"refs/heads/master","pushedAt":"2024-03-22T21:41:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"Remove code used for testing #5063. #ooops","shortMessageHtmlLink":"Remove code used for testing #5063. #ooops"}},{"before":null,"after":"5b54c37d3f2705af08036e66ce267ed5fea3edd1","ref":"refs/heads/lfighter-issue/Crash-when-in-Dialogs-window-is-closed-#4993","pushedAt":"2024-03-19T02:21:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pekkaklarck","name":"Pekka Klärck","path":"/pekkaklarck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114985?s=80&v=4"},"commit":{"message":"ooops, remove debug code","shortMessageHtmlLink":"ooops, remove debug code"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYYEy7QA","startCursor":null,"endCursor":null}},"title":"Activity · robotframework/robotframework"}