{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":70227677,"defaultBranch":"master","name":"pyas2-lib","ownerLogin":"abhishek-ram","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-10-07T08:17:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7054720?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710954425.0","currentOid":""},"activityList":{"items":[{"before":"e4164db9f5a94e3a319dfc70be0bbe33038e5559","after":"40e321b0acd7e7251be836cf5daf69a3ccabcf7d","ref":"refs/heads/master","pushedAt":"2024-05-06T04:44:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abhishek-ram","name":"Abhishek Ram","path":"/abhishek-ram","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7054720?s=80&v=4"},"commit":{"message":"Add an option to send a partnership callback function.\n\n* Fix github action build fail due to:\r\nhttps://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click\r\n\r\n* Added partner setting to force canonicalize binary.\r\n\r\n* Formatted with black\r\n\r\n* Option to send a partnership callback option.\r\n\r\n* Raise missing partner/org errors also for partnership\r\n\r\n* Adding tests for invalid callback function combination","shortMessageHtmlLink":"Add an option to send a partnership callback function."}},{"before":"9b400b1e7661a414bfd4dda78cb4ec6f6337813a","after":"e4164db9f5a94e3a319dfc70be0bbe33038e5559","ref":"refs/heads/master","pushedAt":"2024-05-03T12:46:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abhishek-ram","name":"Abhishek Ram","path":"/abhishek-ram","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7054720?s=80&v=4"},"commit":{"message":"Fix: Original Message was not found when MDN is received.\n\n* Fix github action build fail due to:\r\nhttps://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click\r\n\r\n* Added partner setting to force canonicalize binary.\r\n\r\n* Formatted with black\r\n\r\n* Add specific error when MDN received, but Original Message was not found. Related to https://github.com/abhishek-ram/django-pyas2/issues/45 and will be implemented/used in django-pyas2.","shortMessageHtmlLink":"Fix: Original Message was not found when MDN is received."}},{"before":"499fd03e2e8c1e4b0ef67a6988db4ed7ff645ed8","after":"9b400b1e7661a414bfd4dda78cb4ec6f6337813a","ref":"refs/heads/master","pushedAt":"2024-05-02T14:49:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abhishek-ram","name":"Abhishek Ram","path":"/abhishek-ram","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7054720?s=80&v=4"},"commit":{"message":"Extending partner to accept key encryption algo and pass that down.\n\n* Fix github action build fail due to:\r\nhttps://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click\r\n\r\n* Added partner setting to force canonicalize binary.\r\n\r\n* Formatted with black\r\n\r\n* https://github.com/abhishek-ram/pyas2-lib/issues/62\r\n\r\n* Asserting error messages and _encrypted_data_with_faulty_key_algo","shortMessageHtmlLink":"Extending partner to accept key encryption algo and pass that down."}},{"before":"af63a9b6e39385f099ad3b9e94e5b730201ca293","after":"499fd03e2e8c1e4b0ef67a6988db4ed7ff645ed8","ref":"refs/heads/master","pushedAt":"2024-05-01T01:04:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abhishek-ram","name":"Abhishek Ram","path":"/abhishek-ram","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7054720?s=80&v=4"},"commit":{"message":"Extending Partner with Signature Algo and pass the setting to signing function.\n\n* Fix github action build fail due to:\r\nhttps://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click\r\n\r\n* Added partner setting to force canonicalize binary.\r\n\r\n* Formatted with black\r\n\r\n* https://github.com/abhishek-ram/pyas2-lib/issues/60\r\nExtending Partner with Signature Algo and pass the setting to signing function.","shortMessageHtmlLink":"Extending Partner with Signature Algo and pass the setting to signing…"}},{"before":null,"after":"11098be9996aa77e1ebee2fca67fb02c7a0384c8","ref":"refs/heads/dependabot/pip/black-24.3.0","pushedAt":"2024-03-20T17:07:05.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 black from 22.6.0 to 24.3.0\n\nBumps [black](https://github.com/psf/black) from 22.6.0 to 24.3.0.\n- [Release notes](https://github.com/psf/black/releases)\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\n- [Commits](https://github.com/psf/black/compare/22.6.0...24.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: black\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump black from 22.6.0 to 24.3.0"}},{"before":"b9dc0a29e8b57c607805ff6677a8078a132b3f7f","after":"af63a9b6e39385f099ad3b9e94e5b730201ca293","ref":"refs/heads/master","pushedAt":"2023-11-29T17:08:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abhishek-ram","name":"Abhishek Ram","path":"/abhishek-ram","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7054720?s=80&v=4"},"commit":{"message":"Add message_id parameter (#63)\n\n* Add message_id parameter\r\n\r\n* Validate length of message id when user provided\r\n\r\n* Formatting","shortMessageHtmlLink":"Add message_id parameter (#63)"}},{"before":"f15e8b90724069228ef6a5958b40113e388b6fea","after":"b9dc0a29e8b57c607805ff6677a8078a132b3f7f","ref":"refs/heads/master","pushedAt":"2023-08-21T02:13:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abhishek-ram","name":"Abhishek Ram","path":"/abhishek-ram","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7054720?s=80&v=4"},"commit":{"message":"pyOpenSSL/cryptography upgrade (#61)\n\nbump pyOpenSSL version to 23.2.0, which bumps cryptography version to 41.0.x which fixes CVE-2023-2650","shortMessageHtmlLink":"pyOpenSSL/cryptography upgrade (#61)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQiwgrAA","startCursor":null,"endCursor":null}},"title":"Activity · abhishek-ram/pyas2-lib"}