{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":33704150,"defaultBranch":"master","name":"aquameta","ownerLogin":"aquametalabs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-10T02:33:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/200585?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1703439879.0","currentOid":""},"activityList":{"items":[{"before":"f031ba899fb36b3ec18094405f81011387b3beb2","after":"ff4d8e22a45f11ac9bb4066d0f96e108b293be78","ref":"refs/heads/master","pushedAt":"2023-12-28T22:43:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"semantics: fix bug in field_component","shortMessageHtmlLink":"semantics: fix bug in field_component"}},{"before":"f76883bf67ebe6b910875fe7f4b10fbd79a17e06","after":"f031ba899fb36b3ec18094405f81011387b3beb2","ref":"refs/heads/master","pushedAt":"2023-12-24T17:57:21.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"Merge pull request #291 from aquametalabs/mb-resource-schema-id\n\nFix schema_id reference in server resource_function invocation","shortMessageHtmlLink":"Merge pull request #291 from aquametalabs/mb-resource-schema-id"}},{"before":null,"after":"392f2331e63e6ca7ef31e35480f80275d2a0881e","ref":"refs/heads/mb-resource-schema-id","pushedAt":"2023-12-24T17:44:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"micburks","name":"Mickey Burks","path":"/micburks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6025752?s=80&v=4"},"commit":{"message":"Fix schema_id reference in server resource_function invocation","shortMessageHtmlLink":"Fix schema_id reference in server resource_function invocation"}},{"before":"b7f4f8627034367f567c8c777eb49a869094928b","after":"f76883bf67ebe6b910875fe7f4b10fbd79a17e06","ref":"refs/heads/master","pushedAt":"2023-12-14T16:28:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"daemon: specify exteionsion version on meta, meta_triggers","shortMessageHtmlLink":"daemon: specify exteionsion version on meta, meta_triggers"}},{"before":null,"after":"b7f4f8627034367f567c8c777eb49a869094928b","ref":"refs/heads/v0.5.0","pushedAt":"2023-12-14T04:47:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"bundle: search_path fixes","shortMessageHtmlLink":"bundle: search_path fixes"}},{"before":"07ca23dd52529e23e54aed8cd06598778d2971af","after":"b7f4f8627034367f567c8c777eb49a869094928b","ref":"refs/heads/master","pushedAt":"2023-12-03T23:46:23.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"bundle: search_path fixes","shortMessageHtmlLink":"bundle: search_path fixes"}},{"before":"5b8c9b66943bc42f340b953f3536b17c663ae137","after":"07ca23dd52529e23e54aed8cd06598778d2971af","ref":"refs/heads/master","pushedAt":"2023-12-03T18:36:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"bundle: get_row_status() function pulls it all together WIP","shortMessageHtmlLink":"bundle: get_row_status() function pulls it all together WIP"}},{"before":"8abb1dd5c8121c2ff1b38df089a72c4290c44a69","after":"5b8c9b66943bc42f340b953f3536b17c663ae137","ref":"refs/heads/master","pushedAt":"2023-12-01T21:42:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"bundle: disable offstage_field_changed()\n\nThere's a bug, and I'm rewriting the whole thing entirely anyway. Back to slowness.","shortMessageHtmlLink":"bundle: disable offstage_field_changed()"}},{"before":"6ddc9a172bdf6be1422a36df2e62037b746ea133","after":"8abb1dd5c8121c2ff1b38df089a72c4290c44a69","ref":"refs/heads/master","pushedAt":"2023-11-30T05:33:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"bundle: WIP rewriting head_db_stage\n\nNow a single dynamic query gets the sha256 of every field of every row of every\nrelation in a bundle, instead of banging on meta.field_id_literal_valuewith\na query per field x row x relation. Much faster.\n\ne.g:\n\n```\nselect head.field_id, head.value_hash, db.db_value_hash\nfrom head_commit_field head\n join head_row_field_with_value((select id from bundle.bundle where name like '%.ide')) db\n on db.field_id = head.field_id\nwhere head.bundle_id=(select id from bundle.bundle where name like '%.ide')\nand head.value_hash != db.db_value_hash;\nNOTICE: literals_stmt:\n select\n meta.field_id((row_id).schema_name, (row_id).relation_name, (row_id).pk_column_name, (row_id).pk_value, (keyval).key),\n (keyval).value as db_value,\n public.digest((keyval).value, 'sha256')::text as value_hash\n from (\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join endpoint.resource x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'endpoint' and\n (hcr.row_id).relation_name = 'resource'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'endpoint'\n and (hcr.row_id).relation_name = 'resource'\nunion\n\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join widget.widget x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'widget' and\n (hcr.row_id).relation_name = 'widget'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'widget'\n and (hcr.row_id).relation_name = 'widget'\nunion\n\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join endpoint.js_module x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'endpoint' and\n (hcr.row_id).relation_name = 'js_module'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'endpoint'\n and (hcr.row_id).relation_name = 'js_module'\nunion\n\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join endpoint.template x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'endpoint' and\n (hcr.row_id).relation_name = 'template'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'endpoint'\n and (hcr.row_id).relation_name = 'template'\nunion\n\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join widget.dependency_js x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'widget' and\n (hcr.row_id).relation_name = 'dependency_js'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'widget'\n and (hcr.row_id).relation_name = 'dependency_js'\nunion\n\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join widget.widget_dependency_js x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'widget' and\n (hcr.row_id).relation_name = 'widget_dependency_js'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'widget'\n and (hcr.row_id).relation_name = 'widget_dependency_js'\nunion\n\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join endpoint.template_route x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'endpoint' and\n (hcr.row_id).relation_name = 'template_route'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'endpoint'\n and (hcr.row_id).relation_name = 'template_route'\nunion\n\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join documentation.bundle_doc x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'documentation' and\n (hcr.row_id).relation_name = 'bundle_doc'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'documentation'\n and (hcr.row_id).relation_name = 'bundle_doc'\nunion\n\n select hcr.row_id, jsonb_each_text(to_jsonb(x)) as keyval\n from bundle.head_commit_row hcr\n left join widget.snippet x on\n (hcr.row_id).pk_value = x.id::text and\n (hcr.row_id).schema_name = 'widget' and\n (hcr.row_id).relation_name = 'snippet'\n where hcr.bundle_id = '47f8c9ba-d69b-4fe5-9c4b-5d54b300f78c'\n and (hcr.row_id).schema_name = 'widget'\n and (hcr.row_id).relation_name = 'snippet') fields;\n-[ RECORD 1 ]-+--------------------------------------------------------------------\nfield_id | (endpoint,template,id,b106f6f1-a157-424a-9209-cd64f6293edd,content)\nvalue_hash | \\x4a5c1faeeb5354c587ce2390a2d60b20d58cf8b844694b7396981f5ad52c4450\ndb_value_hash | \\xb1b41819942bf2d9a98a13cab8b45789ea34507e424527cf913d2b9f142cad4f\n\nTime: 55.530 ms\n```","shortMessageHtmlLink":"bundle: WIP rewriting head_db_stage"}},{"before":"8622273b117ee1e5a166d7c2604845df4e95ee94","after":"6ddc9a172bdf6be1422a36df2e62037b746ea133","ref":"refs/heads/master","pushedAt":"2023-11-29T17:16:24.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"bundle: convert head_commit_row and head_commit_field to mat-views\n\nBig speedups. Working around what sure seems to be a PostgreSQL bug #285. If\nwe keep this approach, would be nice to add write-blocking triggers on the\ninternal rowset* tables, as they should never be modified directly, #286.","shortMessageHtmlLink":"bundle: convert head_commit_row and head_commit_field to mat-views"}},{"before":"777ad2a46282928d332c8757f78bd84e67b740ab","after":"8622273b117ee1e5a166d7c2604845df4e95ee94","ref":"refs/heads/master","pushedAt":"2023-11-25T19:06:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"optimize bundle.offstage_field_changed, update meta submodules","shortMessageHtmlLink":"optimize bundle.offstage_field_changed, update meta submodules"}},{"before":"5b1d258f9793433611b9da206579ae7777afc9a9","after":"777ad2a46282928d332c8757f78bd84e67b740ab","ref":"refs/heads/master","pushedAt":"2023-11-25T09:13:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"function rewrite submodules, bundle timing script","shortMessageHtmlLink":"function rewrite submodules, bundle timing script"}},{"before":"53d5c798eaea3b25d3f79f670478c748748c458c","after":"5b1d258f9793433611b9da206579ae7777afc9a9","ref":"refs/heads/master","pushedAt":"2023-11-23T05:47:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"ide: more fixes from the flattening","shortMessageHtmlLink":"ide: more fixes from the flattening"}},{"before":"561a81dee5c722b9463a83e49c4ad99c837cf35d","after":"53d5c798eaea3b25d3f79f670478c748748c458c","ref":"refs/heads/master","pushedAt":"2023-11-23T04:01:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"extension-to-bundle: experimental use of materialized views, more bug squash","shortMessageHtmlLink":"extension-to-bundle: experimental use of materialized views, more bug…"}},{"before":"f54572b089130da03f20595f2847ddd78b65078a","after":"561a81dee5c722b9463a83e49c4ad99c837cf35d","ref":"refs/heads/master","pushedAt":"2023-11-21T06:52:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"Install: Explicitly checkout core bundles by name, not just one catch-all query","shortMessageHtmlLink":"Install: Explicitly checkout core bundles by name, not just one catch…"}},{"before":"0019e1652c9e73649d7547352566ef00dcf0224a","after":null,"ref":"refs/heads/feature/function_rewrite","pushedAt":"2023-11-21T05:25:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"}},{"before":"b48ee2b7c822fb98ca5cca3f5ce7c5285e232034","after":"f54572b089130da03f20595f2847ddd78b65078a","ref":"refs/heads/master","pushedAt":"2023-11-21T05:24:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"- refactor meta.type, add triggers\n- remove is_visible(oid) from all views in meta -- show everything regardless of search_path\n- fix handling of function parameters that are arrays\n- WIP on supporting IN/OUT/INOUT parameters in meta.function","shortMessageHtmlLink":"- refactor meta.type, add triggers"}},{"before":"19f25ae04c9af74e9b1996ba09609ea09f62d8ca","after":"b48ee2b7c822fb98ca5cca3f5ce7c5285e232034","ref":"refs/heads/master","pushedAt":"2023-11-20T19:15:52.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"Merge pull request #284 from aquametalabs/feature/function_rewrite\n\nFeature/function rewrite","shortMessageHtmlLink":"Merge pull request #284 from aquametalabs/feature/function_rewrite"}},{"before":"9fe0ea7a62d700d1874de6e38143c2e44e8661ab","after":"0019e1652c9e73649d7547352566ef00dcf0224a","ref":"refs/heads/feature/function_rewrite","pushedAt":"2023-11-20T19:15:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"function-rewrite: update meta and meta_triggers submodules","shortMessageHtmlLink":"function-rewrite: update meta and meta_triggers submodules"}},{"before":null,"after":"9fe0ea7a62d700d1874de6e38143c2e44e8661ab","ref":"refs/heads/feature/function_rewrite","pushedAt":"2023-11-20T09:29:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"update meta, meta_trigger submodule refs","shortMessageHtmlLink":"update meta, meta_trigger submodule refs"}},{"before":"7a4515f97e648fff342bd1feedcc929e30be37b9","after":"19f25ae04c9af74e9b1996ba09609ea09f62d8ca","ref":"refs/heads/master","pushedAt":"2023-11-16T08:24:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"bundle: extention_to_bundle() function - WIP","shortMessageHtmlLink":"bundle: extention_to_bundle() function - WIP"}},{"before":"bfd6b12ee231e688ea168ec374b8a08e3f8a5235","after":"7a4515f97e648fff342bd1feedcc929e30be37b9","ref":"refs/heads/master","pushedAt":"2023-11-16T01:52:08.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"update meta submodule to latest commit","shortMessageHtmlLink":"update meta submodule to latest commit"}},{"before":"5064fdf055e228dda265e049542c494cad3f840e","after":"7940904a26b772f4f24d474c4c3e4c4ba839d7ab","ref":"refs/heads/feature/versioned_ids","pushedAt":"2023-11-15T22:57:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"more working around the \"anonymous composite types are not implemented\" issue in pg\n\n... this isn't looking good","shortMessageHtmlLink":"more working around the \"anonymous composite types are not implemente…"}},{"before":"adc1c47f76f328be0bc91b1b7b609853e6ac9ec0","after":"5064fdf055e228dda265e049542c494cad3f840e","ref":"refs/heads/feature/versioned_ids","pushedAt":"2023-11-14T01:27:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"endpoint: cast everything in the where clause of a request to text\n\nbecause \"anonymous composite types are not yet implemented\". There shouldn't\nbe much of a performance hit for this, but it isn't ideal. endpoint.suffix_clause()\nshould be aware of the types of columns, and only cast when necessary. Just working\naround it right now so I can test vids.","shortMessageHtmlLink":"endpoint: cast everything in the where clause of a request to text"}},{"before":null,"after":"adc1c47f76f328be0bc91b1b7b609853e6ac9ec0","ref":"refs/heads/feature/versioned_ids","pushedAt":"2023-11-14T01:23:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erichanson","name":"Eric Hanson","path":"/erichanson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117281?s=80&v=4"},"commit":{"message":"versioned ids\n\nA new type of primary key, for use with bundles, designed to allow\nmultiple versions of the same bundle to be checked out simultaneously.\nIt is a composit type that contains two variables, id and commit_id.\n\nid is a unique \"identity\" id, that serves the same function as normal\nprimary keys. It is instantiated at row creation time and should never\nbe changed.\n\ncommit_id is a reference to the commit that this row is a member of.\n\nBundle.commit() will need to be modified to update these on commit,\nand the whole logic of co-existence of checkouts needs to be worked out.","shortMessageHtmlLink":"versioned ids"}},{"before":"91743280c6b3efb8a9182fb26f3078caf9cb680d","after":"dc7725f6e357fec956aa8e506674e682412df797","ref":"refs/heads/mb-pushing","pushedAt":"2023-08-06T20:09:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"micburks","name":"Mickey Burks","path":"/micburks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6025752?s=80&v=4"},"commit":{"message":"IDE updates","shortMessageHtmlLink":"IDE updates"}},{"before":"89f37a190fdc0885a901bb841bf040a399240d97","after":"91743280c6b3efb8a9182fb26f3078caf9cb680d","ref":"refs/heads/mb-pushing","pushedAt":"2023-07-25T12:46:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"micburks","name":"Mickey Burks","path":"/micburks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6025752?s=80&v=4"},"commit":{"message":"Fix cache misses for components","shortMessageHtmlLink":"Fix cache misses for components"}},{"before":"fb2a78dc40ddd58ff9a21255328dafbc99fe5b00","after":"89f37a190fdc0885a901bb841bf040a399240d97","ref":"refs/heads/mb-pushing","pushedAt":"2023-07-25T12:11:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"micburks","name":"Mickey Burks","path":"/micburks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6025752?s=80&v=4"},"commit":{"message":"Update for semantics","shortMessageHtmlLink":"Update for semantics"}},{"before":null,"after":"fb2a78dc40ddd58ff9a21255328dafbc99fe5b00","ref":"refs/heads/mb-pushing","pushedAt":"2023-07-24T23:48:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"micburks","name":"Mickey Burks","path":"/micburks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6025752?s=80&v=4"},"commit":{"message":"Testing new bundles","shortMessageHtmlLink":"Testing new bundles"}},{"before":null,"after":"72d7b7e478f9203eeec0e51d56eed42fc5549177","ref":"refs/heads/mb-before-push-bundles","pushedAt":"2023-07-24T23:44:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"micburks","name":"Mickey Burks","path":"/micburks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6025752?s=80&v=4"},"commit":{"message":"reconjigered","shortMessageHtmlLink":"reconjigered"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD07p0OgA","startCursor":null,"endCursor":null}},"title":"Activity · aquametalabs/aquameta"}