{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":424247027,"defaultBranch":"develop","name":"covalent","ownerLogin":"AgnostiqHQ","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-11-03T14:02:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/83542680?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717066389.0","currentOid":""},"activityList":{"items":[{"before":"5486a1493cc91646e2e243acce5f0e1510b64420","after":"c08d2a9b24d3a663b7c91adbd042a7fa4aa1cca7","ref":"refs/heads/master","pushedAt":"2024-05-30T09:42:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"wjcunningham7","name":"Will Cunningham","path":"/wjcunningham7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7665334?s=80&v=4"},"commit":{"message":"The new version will be 0.235.0-rc.0","shortMessageHtmlLink":"The new version will be 0.235.0-rc.0"}},{"before":"f939961ea698c5b374e8c08ad036b7fc2242f50f","after":"c08d2a9b24d3a663b7c91adbd042a7fa4aa1cca7","ref":"refs/heads/develop","pushedAt":"2024-05-29T23:15:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wjcunningham7","name":"Will Cunningham","path":"/wjcunningham7","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7665334?s=80&v=4"},"commit":{"message":"The new version will be 0.235.0-rc.0","shortMessageHtmlLink":"The new version will be 0.235.0-rc.0"}},{"before":"40b509db5053a441dbdfedaf3270f5965aecbc5c","after":"f98d1eb49555eb77a0f1690ac90345ee81d8e6c2","ref":"refs/heads/improve-result-api","pushedAt":"2024-05-29T18:42:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"API: refactor and fix `get_result(wait=True)`\n\nThe previous `GET /dispatches/{dispatch_id}` endpoint was trying to do\ntoo much. Its responsibilities are now separated into two endpoints:\n\n* `GET /dispatches`: bulk query dispatch summaries (including status)\nwith options to filter by `dispatch_id`, sort chronologically, and\nalso limit the output to status only.\n\n* `GET /dispatches/{dispatch_id}`: download manifest\n\nTo achieve the desired behavior of `get_result(id, wait=True)`, the\nclient\n\n1. Polls the dispatch status by querying the first endpoint.\n\n2. Downloads the manifest after the dispatch has reached a final\nstatus.\n\nThe server no longer returns 503 errors when the dispatch is not yet\n\"ready\". A 503 status code is not entirely accurate here because it is\nintended to convey temporary service unavailablity resulting from\nserver overload or rate limiting. However, the fact that the workflow\nis still running does not indicate any fault of the server.\n\nThese changes will allow `get_result(dispatch_id, wait=True)` to wait\nas long as required instead of erroring out after some time.\n\nSupporting improvements:\n\nDAL: Add sorting and pagination to Controller\n\nDAL: improve bulk get when retrieving only some columns\n\nDirectly select the specified columns instead of retrieving the whole\nORM entities and deferring column loading using load_only","shortMessageHtmlLink":"API: refactor and fix get_result(wait=True)"}},{"before":"5f4adfbe33726b6af783557acc41fab2f16a74ab","after":"40b509db5053a441dbdfedaf3270f5965aecbc5c","ref":"refs/heads/improve-result-api","pushedAt":"2024-05-29T18:41:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"API: redesign implementation of `get_result(wait=True)`\n\nThe previous `GET /dispatches/{dispatch_id}` endpoint was trying to do\ntoo much. Its responsibilities are now separated into two endpoints:\n\n* `GET /dispatches`: bulk query dispatch summaries (including status)\nwith options to filter by `dispatch_id`, sort chronologically, and\nalso limit the output to status only.\n\n* `GET /dispatches/{dispatch_id}`: download manifest\n\nTo achieve the desired behavior of `get_result(id, wait=True)`, the\nclient\n\n1. Polls the dispatch status by querying the first endpoint.\n\n2. Downloads the manifest after the dispatch has reached a final\nstatus.\n\nThe server no longer returns 503 errors when the dispatch is not yet\n\"ready\". A 503 status code is not entirely accurate here because it is\nintended to convey temporary service unavailablity resulting from\nserver overload or rate limiting. However, the fact that the workflow\nis still running does not indicate any fault of the server.\n\nThese changes will allow `get_result(dispatch_id, wait=True)` to wait\nas long as required instead of erroring out after some time.\n\nSupporting improvements:\n\nDAL: Add sorting and pagination to Controller\n\nDAL: improve bulk get when retrieving only some columns\n\nDirectly select the specified columns instead of retrieving the whole\nORM entities and deferring column loading using load_only","shortMessageHtmlLink":"API: redesign implementation of get_result(wait=True)"}},{"before":"7b3be6dff27d66a7f05f637a707a22b8767a0683","after":null,"ref":"refs/heads/abstract-apis-backup","pushedAt":"2024-05-29T18:40:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"}},{"before":"d855231adaeb4571912cbc1829cd82919021a5a1","after":"f939961ea698c5b374e8c08ad036b7fc2242f50f","ref":"refs/heads/develop","pushedAt":"2024-05-29T17:58:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kessler-frost","name":"Sankalp Sanand","path":"/kessler-frost","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17881378?s=80&v=4"},"commit":{"message":"Abstract API base endpoint (#1950)","shortMessageHtmlLink":"Abstract API base endpoint (#1950)"}},{"before":"8df33f06bc06025cd92771b056314f62e4114982","after":null,"ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T17:58:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kessler-frost","name":"Sankalp Sanand","path":"/kessler-frost","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17881378?s=80&v=4"}},{"before":"26d6091a59566bd049b46790e282d6f10bcd4625","after":"8df33f06bc06025cd92771b056314f62e4114982","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T13:19:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Re-enable test","shortMessageHtmlLink":"Re-enable test"}},{"before":"7075fac830429c666b068e652120afcaab8ce962","after":"26d6091a59566bd049b46790e282d6f10bcd4625","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T11:15:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Changelog","shortMessageHtmlLink":"Changelog"}},{"before":"7036b150b78715225e5175a7488098f9f3f060a9","after":"7075fac830429c666b068e652120afcaab8ce962","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T10:57:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Changelog","shortMessageHtmlLink":"Changelog"}},{"before":"ca95ba31802f7c1512c6fedc66ad2ababcee9108","after":"7036b150b78715225e5175a7488098f9f3f060a9","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T10:55:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Remove references to migrate-pickled-result-object cmd\n\nThis no longer works and should no longer be needed anyway since the\nmigration from Result pickles to DB two years ago.","shortMessageHtmlLink":"Remove references to migrate-pickled-result-object cmd"}},{"before":"be741910e35fc268d7f8ceb324c487e65d0eaf43","after":"ca95ba31802f7c1512c6fedc66ad2ababcee9108","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T01:43:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Fix reqs\n\nRemove debug parameter in `uvicorn.run` (see uvicorn PR #1640)","shortMessageHtmlLink":"Fix reqs"}},{"before":"f6b6ba9473e619c1460d041bf38b3526af5e0c9b","after":"be741910e35fc268d7f8ceb324c487e65d0eaf43","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T01:33:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Fix reqs","shortMessageHtmlLink":"Fix reqs"}},{"before":"6c7165348e9589deb5d7cc0b10fab4d67925c827","after":"e5465bc7a977c40e5da6b33f2dbb2eedb247ff14","ref":"refs/heads/test-ci","pushedAt":"2024-05-29T01:32:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Fix reqs","shortMessageHtmlLink":"Fix reqs"}},{"before":"f6b6ba9473e619c1460d041bf38b3526af5e0c9b","after":"6c7165348e9589deb5d7cc0b10fab4d67925c827","ref":"refs/heads/test-ci","pushedAt":"2024-05-29T01:24:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Fix reqs","shortMessageHtmlLink":"Fix reqs"}},{"before":"6c7165348e9589deb5d7cc0b10fab4d67925c827","after":"f6b6ba9473e619c1460d041bf38b3526af5e0c9b","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T01:23:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Allow disabling legacy sublattice path","shortMessageHtmlLink":"Allow disabling legacy sublattice path"}},{"before":"f6b6ba9473e619c1460d041bf38b3526af5e0c9b","after":"6c7165348e9589deb5d7cc0b10fab4d67925c827","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T01:14:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Fix reqs","shortMessageHtmlLink":"Fix reqs"}},{"before":"7b3be6dff27d66a7f05f637a707a22b8767a0683","after":"f6b6ba9473e619c1460d041bf38b3526af5e0c9b","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-29T01:05:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Allow disabling legacy sublattice path","shortMessageHtmlLink":"Allow disabling legacy sublattice path"}},{"before":"8cf7858cb668563959b641fc11727bbff37bbc16","after":"f6b6ba9473e619c1460d041bf38b3526af5e0c9b","ref":"refs/heads/test-ci","pushedAt":"2024-05-29T00:48:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Allow disabling legacy sublattice path","shortMessageHtmlLink":"Allow disabling legacy sublattice path"}},{"before":"6b8406dc486993c1a115b97c0f8900a3f5db9a58","after":"8cf7858cb668563959b641fc11727bbff37bbc16","ref":"refs/heads/test-ci","pushedAt":"2024-05-29T00:38:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Handle Covalent version mismatches more gracefully\n\nAccessing electron attributes directly in `Electron.__call__` can\ncause problems if those attributes happen to be missing.","shortMessageHtmlLink":"Handle Covalent version mismatches more gracefully"}},{"before":"97c42b3c0f178a15f8b577cc445d8f83b1731c64","after":"6b8406dc486993c1a115b97c0f8900a3f5db9a58","ref":"refs/heads/test-ci","pushedAt":"2024-05-29T00:30:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Allow attaching custom metadata to lattices and electrons","shortMessageHtmlLink":"Allow attaching custom metadata to lattices and electrons"}},{"before":"7b3be6dff27d66a7f05f637a707a22b8767a0683","after":"97c42b3c0f178a15f8b577cc445d8f83b1731c64","ref":"refs/heads/test-ci","pushedAt":"2024-05-29T00:21:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"setup.py: allow installing a specific commit sha","shortMessageHtmlLink":"setup.py: allow installing a specific commit sha"}},{"before":"fb9f825f11668a08689265b3aa405b01338dc0e5","after":"7b3be6dff27d66a7f05f637a707a22b8767a0683","ref":"refs/heads/test-ci","pushedAt":"2024-05-29T00:08:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Remove unused lattice attributes\n\n- named_args\n- named_kwargs\n- cova_imports\n- lattice_imports","shortMessageHtmlLink":"Remove unused lattice attributes"}},{"before":null,"after":"fb9f825f11668a08689265b3aa405b01338dc0e5","ref":"refs/heads/test-ci","pushedAt":"2024-05-28T23:55:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"setup.py: allow installing a specific commit sha","shortMessageHtmlLink":"setup.py: allow installing a specific commit sha"}},{"before":"96cf9336fa0ccc91ed1b390f9a582383385e76cc","after":"7b3be6dff27d66a7f05f637a707a22b8767a0683","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-28T23:54:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Remove unused lattice attributes\n\n- named_args\n- named_kwargs\n- cova_imports\n- lattice_imports","shortMessageHtmlLink":"Remove unused lattice attributes"}},{"before":null,"after":"7b3be6dff27d66a7f05f637a707a22b8767a0683","ref":"refs/heads/abstract-apis-backup","pushedAt":"2024-05-28T22:28:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Remove unused lattice attributes\n\n- named_args\n- named_kwargs\n- cova_imports\n- lattice_imports","shortMessageHtmlLink":"Remove unused lattice attributes"}},{"before":"7b3be6dff27d66a7f05f637a707a22b8767a0683","after":"96cf9336fa0ccc91ed1b390f9a582383385e76cc","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-28T22:26:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Changelog","shortMessageHtmlLink":"Changelog"}},{"before":"3ce589f18e3d5fda49c1d44ef92829c937f1d8c5","after":"7b3be6dff27d66a7f05f637a707a22b8767a0683","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-28T22:15:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Remove unused lattice attributes\n\n- named_args\n- named_kwargs\n- cova_imports\n- lattice_imports","shortMessageHtmlLink":"Remove unused lattice attributes"}},{"before":"2a2b22fb95a761bdaabd0ecb0a8e2c320330b6cb","after":"3ce589f18e3d5fda49c1d44ef92829c937f1d8c5","ref":"refs/heads/abstract-apis","pushedAt":"2024-05-28T19:10:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cjao","name":"Casey Jao","path":"/cjao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15801897?s=80&v=4"},"commit":{"message":"Fix reqs","shortMessageHtmlLink":"Fix reqs"}},{"before":"c6101b61e1260fe9f00728a8b341486e4dc780df","after":null,"ref":"refs/heads/slurm-oci-docs-updates","pushedAt":"2024-05-28T18:07:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"araghukas","name":"Ara Ghukasyan","path":"/araghukas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38226926?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV9etsQA","startCursor":null,"endCursor":null}},"title":"Activity ยท AgnostiqHQ/covalent"}