{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":265066748,"defaultBranch":"master","name":"penquins","ownerLogin":"dmitryduev","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-18T21:29:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7557205?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1706138566.0","currentOid":""},"activityList":{"items":[{"before":"bd58f4f81b069f7cd9c37b5947bb8ee087016c22","after":"3157924939ec3a0b8a0c8962b66a6f106cb6be82","ref":"refs/heads/master","pushedAt":"2024-06-25T09:39:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"2.4.2 (bugfix: don't ignore `name` for batch queries) (#39)\n\nThis PR corrects a bug where the name specified when running multiple queries at once was ignored.","shortMessageHtmlLink":"2.4.2 (bugfix: don't ignore name for batch queries) (#39)"}},{"before":"ee006b261d1c23793ac0973d2d6c21182a41734f","after":"bd58f4f81b069f7cd9c37b5947bb8ee087016c22","ref":"refs/heads/master","pushedAt":"2024-05-17T02:21:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"2.4.1 (#38)\n\nThis PR updates version number to 2.4.1 so we can release this minor/bugfix version to pypi.","shortMessageHtmlLink":"2.4.1 (#38)"}},{"before":"a92d1734f1576237a8b4fa7b92b19890452145bb","after":"ee006b261d1c23793ac0973d2d6c21182a41734f","ref":"refs/heads/master","pushedAt":"2024-05-09T22:15:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"use the timeout specified in the multi instance config (#37)","shortMessageHtmlLink":"use the timeout specified in the multi instance config (#37)"}},{"before":"4b4891ff6420139cf9838dd036958bd775e57c0a","after":"a92d1734f1576237a8b4fa7b92b19890452145bb","ref":"refs/heads/master","pushedAt":"2024-04-01T22:28:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"os.path.join -> urljoin to allow windows support (#36)\n\nThis PR uses urllib to join urls to avoid issues on windows where the slash in path is a backslash.","shortMessageHtmlLink":"os.path.join -> urljoin to allow windows support (#36)"}},{"before":"a861af8b1c427892af6d2d509480facc135023d5","after":"4b4891ff6420139cf9838dd036958bd775e57c0a","ref":"refs/heads/master","pushedAt":"2024-01-24T23:40:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"2.4.0 (#35)\n\nThis PR updates to 2.4.0.","shortMessageHtmlLink":"2.4.0 (#35)"}},{"before":"6943466db202b157e0a29fc80acc4d6db0a4ae14","after":"a861af8b1c427892af6d2d509480facc135023d5","ref":"refs/heads/master","pushedAt":"2024-01-22T18:05:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"use imap unordered to increase speed (#34)\n\nThis PR updates to pool.imap_unordered to prevent it from blocking, meaning increased speeds when batch querying.","shortMessageHtmlLink":"use imap unordered to increase speed (#34)"}},{"before":"3c01d74d1e2ece6203da2ea634dcd2ddd86beedf","after":"6943466db202b157e0a29fc80acc4d6db0a4ae14","ref":"refs/heads/master","pushedAt":"2023-10-23T21:48:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"Multi-instances documentation fix (#33)\n\nThis PR updates README for multiple instances of Kowalski.","shortMessageHtmlLink":"Multi-instances documentation fix (#33)"}},{"before":"78e310d0a1e5c1264da8813666125f272fc179b2","after":"3c01d74d1e2ece6203da2ea634dcd2ddd86beedf","ref":"refs/heads/master","pushedAt":"2023-09-20T20:08:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"Update readme.md (#32)\n\nThis PR updates the readme with instructions for multi instance querying.","shortMessageHtmlLink":"Update readme.md (#32)"}},{"before":"30ccca622ac836f86ba95e22d691ece66cf844e7","after":"78e310d0a1e5c1264da8813666125f272fc179b2","ref":"refs/heads/master","pushedAt":"2023-06-30T02:34:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"always update instance catalogs list (#31)\n\nThis PR makes sure that the 'get_catalogs' and by extension 'get_all_catalogs' method updates the list every time.","shortMessageHtmlLink":"always update instance catalogs list (#31)"}},{"before":"15847b20e88af0182c4d09627970fe6daf691e61","after":"30ccca622ac836f86ba95e22d691ece66cf844e7","ref":"refs/heads/master","pushedAt":"2023-06-28T08:01:56.444Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"2.3.2: bugfixes (#30)\n\nThis PR prepares release 2.3.2, which enables the use of the newer kowalski skymap query endpoint.","shortMessageHtmlLink":"2.3.2: bugfixes (#30)"}},{"before":"9160c61c30fd8eef10839ead11d2dca6cb24c35a","after":"15847b20e88af0182c4d09627970fe6daf691e61","ref":"refs/heads/master","pushedAt":"2023-06-23T07:14:14.437Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"Update penquins.py (#29)\n\nThis PR fixes an issue with the multiple instance authentication.","shortMessageHtmlLink":"Update penquins.py (#29)"}},{"before":"1feb28ecb7366d56eb9018ccdfc5b2ee60fd4f6b","after":"9160c61c30fd8eef10839ead11d2dca6cb24c35a","ref":"refs/heads/master","pushedAt":"2023-06-06T19:53:29.144Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"2.3.1 release changes (#28)\n\nThis PR prepares 2.3.1","shortMessageHtmlLink":"2.3.1 release changes (#28)"}},{"before":"072885d216ad4e80b973f80156fda15ff046cd38","after":"1feb28ecb7366d56eb9018ccdfc5b2ee60fd4f6b","ref":"refs/heads/master","pushedAt":"2023-05-02T18:47:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"Add separate constraints for jd and jdstarthist (#25)\n\nThis PR adds separate constraints for jd and jdstarthist .","shortMessageHtmlLink":"Add separate constraints for jd and jdstarthist (#25)"}},{"before":"a64192f65aa3a7a173d2a6a8a00668bd4f7e8811","after":"072885d216ad4e80b973f80156fda15ff046cd38","ref":"refs/heads/master","pushedAt":"2023-04-06T16:11:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"Update kowalski link in readme (#24)\n\nThis PR updates the readme link to Kowalski to connect to the up-to-date repo.","shortMessageHtmlLink":"Update kowalski link in readme (#24)"}},{"before":"3de7d8fc9959ecafe9cb0f24401b3751f7b203b3","after":"a64192f65aa3a7a173d2a6a8a00668bd4f7e8811","ref":"refs/heads/master","pushedAt":"2023-04-05T03:03:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mcoughlin","name":"Michael Coughlin","path":"/mcoughlin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2291947?s=80&v=4"},"commit":{"message":"Multiple Kowalski instances (#23)\n\nThis PR makes interacting with multiple Kowalski instances possible.","shortMessageHtmlLink":"Multiple Kowalski instances (#23)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbm32agA","startCursor":null,"endCursor":null}},"title":"Activity ยท dmitryduev/penquins"}