{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":649017649,"defaultBranch":"devel","name":"ansible","ownerLogin":"KairoQalb","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-06-03T14:12:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/91794365?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1685801534.7839081","currentOid":""},"activityList":{"items":[{"before":"da63f32d59fe882bc77532e734af7348b65cb6cb","after":"7d9889fcb321e458e017342ba7301c06be1a237e","ref":"refs/heads/devel","pushedAt":"2023-09-23T13:50:00.000Z","pushType":"push","commitsCount":56,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"Fix typo in action_core.py (#81763)\n\nFixes typo 'obeys' vs 'objeys' in doc_fragments/action_core.py","shortMessageHtmlLink":"Fix typo in action_core.py (ansible#81763)"}},{"before":"f3a15a4a95d011741885942cad7187f1f7c572fe","after":"da63f32d59fe882bc77532e734af7348b65cb6cb","ref":"refs/heads/devel","pushedAt":"2023-08-27T22:26:22.000Z","pushType":"push","commitsCount":38,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"script: add argument validation (#81469)\n\npartially fixes: #81349\r\n\r\nSigned-off-by: Abhijeet Kasurde ","shortMessageHtmlLink":"script: add argument validation (ansible#81469)"}},{"before":"73dde45f0f7fc87ccaa849e9de69d88120be7d2f","after":"f3a15a4a95d011741885942cad7187f1f7c572fe","ref":"refs/heads/devel","pushedAt":"2023-08-07T20:18:45.000Z","pushType":"push","commitsCount":93,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"filters vault/unvault fix vault_id parameter usage (#81422)\n\n* vault/unvault filters, fixed id field to match documented.\r\n\r\nfixes #81420\r\n\r\nCo-authored-by: Felix Fontein ","shortMessageHtmlLink":"filters vault/unvault fix vault_id parameter usage (ansible#81422)"}},{"before":"da2cd157f151ad1244296df54603698075faf5d2","after":"73dde45f0f7fc87ccaa849e9de69d88120be7d2f","ref":"refs/heads/devel","pushedAt":"2023-07-05T18:03:06.030Z","pushType":"push","commitsCount":17,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"ansible-galaxy - add pre-release hint to dependency resolution error (#81147)\n\n* add pre-release hint to dependency resolution error if --pre wasn't provided\r\n\r\nCo-authored-by: Sviatoslav Sydorenko ","shortMessageHtmlLink":"ansible-galaxy - add pre-release hint to dependency resolution error (a…"}},{"before":"da2cd157f151ad1244296df54603698075faf5d2","after":"73dde45f0f7fc87ccaa849e9de69d88120be7d2f","ref":"refs/heads/devel","pushedAt":"2023-07-05T18:03:06.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"ansible-galaxy - add pre-release hint to dependency resolution error (#81147)\n\n* add pre-release hint to dependency resolution error if --pre wasn't provided\r\n\r\nCo-authored-by: Sviatoslav Sydorenko ","shortMessageHtmlLink":"ansible-galaxy - add pre-release hint to dependency resolution error (a…"}},{"before":"38067860e271ce2f68d6d5d743d70286e5209623","after":"da2cd157f151ad1244296df54603698075faf5d2","ref":"refs/heads/devel","pushedAt":"2023-06-23T09:59:27.489Z","pushType":"push","commitsCount":3,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"Fix arg splitting and key/value parsing (#80030)\n\n* Improve readability of unit test output\r\n\r\nThis drops the trailing `-expectedXXX` suffixes from test names generated by parametrize.\r\n\r\n* Add more splitter unit tests\r\n\r\nThis fills in code coverage gaps in the exising unit tests.\r\n\r\n* Bug fixes and code cleanup\r\n\r\n- Fix IndexError exceptions caused by parsing a leading newline, space or escaped space.\r\n- Fix an AttributeError exception in `parse_args` when parsing `None`.\r\n- Fix incorrect parsing of multi-line Jinja2 blocks, which resulted in doubling newlines.\r\n- Remove unreachable exception handlers in the `parse_kv` function.\r\n The unreachable code was verified through analysis of the code as well as use of the `atheris` fuzzer.\r\n- Remove unnecessary code in the `split_args` function.\r\n- Add an optimization to `split_args` for the empty args case.\r\n\r\n* Add unit tests for bug fixes\r\n\r\nThe splitter code is now fully covered by unit tests.\r\n\r\n* Add another issue ref in changelog","shortMessageHtmlLink":"Fix arg splitting and key/value parsing (ansible#80030)"}},{"before":"38067860e271ce2f68d6d5d743d70286e5209623","after":"da2cd157f151ad1244296df54603698075faf5d2","ref":"refs/heads/devel","pushedAt":"2023-06-23T09:59:27.421Z","pushType":"push","commitsCount":3,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"Fix arg splitting and key/value parsing (#80030)\n\n* Improve readability of unit test output\r\n\r\nThis drops the trailing `-expectedXXX` suffixes from test names generated by parametrize.\r\n\r\n* Add more splitter unit tests\r\n\r\nThis fills in code coverage gaps in the exising unit tests.\r\n\r\n* Bug fixes and code cleanup\r\n\r\n- Fix IndexError exceptions caused by parsing a leading newline, space or escaped space.\r\n- Fix an AttributeError exception in `parse_args` when parsing `None`.\r\n- Fix incorrect parsing of multi-line Jinja2 blocks, which resulted in doubling newlines.\r\n- Remove unreachable exception handlers in the `parse_kv` function.\r\n The unreachable code was verified through analysis of the code as well as use of the `atheris` fuzzer.\r\n- Remove unnecessary code in the `split_args` function.\r\n- Add an optimization to `split_args` for the empty args case.\r\n\r\n* Add unit tests for bug fixes\r\n\r\nThe splitter code is now fully covered by unit tests.\r\n\r\n* Add another issue ref in changelog","shortMessageHtmlLink":"Fix arg splitting and key/value parsing (ansible#80030)"}},{"before":"cf803d6d587f43337752a2fd223b048e4ac7d015","after":"38067860e271ce2f68d6d5d743d70286e5209623","ref":"refs/heads/devel","pushedAt":"2023-06-22T17:39:06.019Z","pushType":"push","commitsCount":14,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"template escaping: use configured variable start instead of default one (#81001)\n\n\r\nthis will handle escaping correctly in tempaltes that override the default jinja variable tokens\r\nalso fix optimization for single var path when overrides happen","shortMessageHtmlLink":"template escaping: use configured variable start instead of default o…"}},{"before":"cf803d6d587f43337752a2fd223b048e4ac7d015","after":"38067860e271ce2f68d6d5d743d70286e5209623","ref":"refs/heads/devel","pushedAt":"2023-06-22T17:39:05.955Z","pushType":"push","commitsCount":14,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"template escaping: use configured variable start instead of default one (#81001)\n\n\r\nthis will handle escaping correctly in tempaltes that override the default jinja variable tokens\r\nalso fix optimization for single var path when overrides happen","shortMessageHtmlLink":"template escaping: use configured variable start instead of default o…"}},{"before":"0982d5fa98e64d241249cfd6dd024e70ae20d0c3","after":"cf803d6d587f43337752a2fd223b048e4ac7d015","ref":"refs/heads/devel","pushedAt":"2023-06-13T16:13:58.043Z","pushType":"push","commitsCount":36,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"Improved return docs (#81006)\n\n* Improved the return docs for modules `sysvinit`\r\n and `systemd_service`\r\n\r\nSigned-off-by: Abhijeet Kasurde ","shortMessageHtmlLink":"Improved return docs (ansible#81006)"}},{"before":"0982d5fa98e64d241249cfd6dd024e70ae20d0c3","after":"cf803d6d587f43337752a2fd223b048e4ac7d015","ref":"refs/heads/devel","pushedAt":"2023-06-13T16:13:57.974Z","pushType":"push","commitsCount":36,"pusher":{"login":"KairoQalb","name":"Namra Ishrat","path":"/KairoQalb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91794365?s=80&v=4"},"commit":{"message":"Improved return docs (#81006)\n\n* Improved the return docs for modules `sysvinit`\r\n and `systemd_service`\r\n\r\nSigned-off-by: Abhijeet Kasurde ","shortMessageHtmlLink":"Improved return docs (ansible#81006)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADhzk1YgA","startCursor":null,"endCursor":null}},"title":"Activity · KairoQalb/ansible"}