{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":20787122,"defaultBranch":"main","name":"postgrest","ownerLogin":"PostgREST","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-06-13T00:23:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/15115011?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725449397.0","currentOid":""},"activityList":{"items":[{"before":"921591abb9c2dbc28c36150e57831f4d816dd45d","after":null,"ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-09-04T11:29:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"}},{"before":"1fff248c78e0a0b412703ad890d4f7bf544031c4","after":"6fe82d9e945742ec9845b04e13e8885f5202d229","ref":"refs/heads/v12","pushedAt":"2024-09-04T11:29:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"},"commit":{"message":"chore(deps): update actions/upload-artifact action to v4.4.0","shortMessageHtmlLink":"chore(deps): update actions/upload-artifact action to v4.4.0"}},{"before":"0ecc3d887054570164bf382781f13f26234caa98","after":null,"ref":"refs/heads/renovate/main-actions-upload-artifact-4.x","pushedAt":"2024-09-04T11:29:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"}},{"before":"f21053dbee524bc12fe3e68fcee687c4a31a962d","after":"678103bbfa798f62ef50ac6f6ecd1ab29672a757","ref":"refs/heads/main","pushedAt":"2024-09-04T11:29:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"},"commit":{"message":"chore(deps): update actions/upload-artifact action to v4.4.0","shortMessageHtmlLink":"chore(deps): update actions/upload-artifact action to v4.4.0"}},{"before":null,"after":"921591abb9c2dbc28c36150e57831f4d816dd45d","ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-08-30T19:07:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update actions/upload-artifact action to v4.4.0","shortMessageHtmlLink":"chore(deps): update actions/upload-artifact action to v4.4.0"}},{"before":null,"after":"0ecc3d887054570164bf382781f13f26234caa98","ref":"refs/heads/renovate/main-actions-upload-artifact-4.x","pushedAt":"2024-08-30T19:07:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update actions/upload-artifact action to v4.4.0","shortMessageHtmlLink":"chore(deps): update actions/upload-artifact action to v4.4.0"}},{"before":"ded2e997e90bc0dfd0309e43359f4e68259b600a","after":"f21053dbee524bc12fe3e68fcee687c4a31a962d","ref":"refs/heads/main","pushedAt":"2024-08-23T18:01:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"steve-chavez","name":"Steve Chavez","path":"/steve-chavez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1829294?s=80&v=4"},"commit":{"message":"docs: rpc example for array of json objects\n\nThis change adds an explanation of how to handle an array of JSON objects within an RPC call. To pass multiple objects, an array of JSON objects must be the JSON value, with the key being the json or jsonb variable name of the Postgres function.\r\n\r\nFor people who want to perform multiple tasks/inserts/updates within a single API call, this is a needed explanation for that use-case.","shortMessageHtmlLink":"docs: rpc example for array of json objects"}},{"before":"f5264c5aa39b055890b30c5d3e66c0849b038763","after":"1fff248c78e0a0b412703ad890d4f7bf544031c4","ref":"refs/heads/v12","pushedAt":"2024-08-23T18:00:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"steve-chavez","name":"Steve Chavez","path":"/steve-chavez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1829294?s=80&v=4"},"commit":{"message":"docs: rpc example for array of json objects\n\nThis change adds an explanation of how to handle an array of JSON objects within an RPC call. To pass multiple objects, an array of JSON objects must be the JSON value, with the key being the json or jsonb variable name of the Postgres function.\r\n\r\nFor people who want to perform multiple tasks/inserts/updates within a single API call, this is a needed explanation for that use-case.","shortMessageHtmlLink":"docs: rpc example for array of json objects"}},{"before":"9a079607ddd7d942593f64b447f607ded0eec30a","after":"ded2e997e90bc0dfd0309e43359f4e68259b600a","ref":"refs/heads/main","pushedAt":"2024-08-21T21:56:33.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"laurenceisla","name":"Laurence Isla","path":"/laurenceisla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18169764?s=80&v=4"},"commit":{"message":"fix: spread embeds failing when using the \"count()\" aggregate without a field - @laurenceisla\n\n- Fixed \"column reference is ambiguous\" error when selecting \"?select=...table(col,count())\"\n- Fixed \"column . does not exist\" error when selecting \"?select=...table(aias:count())\"","shortMessageHtmlLink":"fix: spread embeds failing when using the \"count()\" aggregate without…"}},{"before":"5827efc6381b8d1aff0840850cedbcc0662b365b","after":null,"ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-08-18T12:04:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"}},{"before":"5de55ea14129dcf6b920f5d7c5cd40d31a9cfe1b","after":"f5264c5aa39b055890b30c5d3e66c0849b038763","ref":"refs/heads/v12","pushedAt":"2024-08-18T12:04:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"},"commit":{"message":"chore(deps): update ubuntu:noble docker digest to 8a37d68","shortMessageHtmlLink":"chore(deps): update ubuntu:noble docker digest to 8a37d68"}},{"before":"f7c117f6073b6833399b76af188353d8e72157ec","after":null,"ref":"refs/heads/renovate/main-haskell-actions-setup-2.x","pushedAt":"2024-08-18T12:04:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"}},{"before":"07febf41cc5bd56199caf1fe11666784c5494126","after":"9a079607ddd7d942593f64b447f607ded0eec30a","ref":"refs/heads/main","pushedAt":"2024-08-18T12:04:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"},"commit":{"message":"chore(deps): update haskell-actions/setup action to v2.7.6","shortMessageHtmlLink":"chore(deps): update haskell-actions/setup action to v2.7.6"}},{"before":"e1da6fa819fd61c96d378eacfc16f82c5708bbaf","after":null,"ref":"refs/heads/renovate/main-ubuntu-noble","pushedAt":"2024-08-18T12:04:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"}},{"before":"a9ba14837320c6676a7e7738c1f107987f2ab8c9","after":"07febf41cc5bd56199caf1fe11666784c5494126","ref":"refs/heads/main","pushedAt":"2024-08-18T12:04:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"},"commit":{"message":"chore(deps): update ubuntu:noble docker digest to 8a37d68","shortMessageHtmlLink":"chore(deps): update ubuntu:noble docker digest to 8a37d68"}},{"before":"f78680a810638042e42bbf85a6721cde4c70fb76","after":"5827efc6381b8d1aff0840850cedbcc0662b365b","ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-08-17T08:26:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update ubuntu:noble docker digest to 8a37d68","shortMessageHtmlLink":"chore(deps): update ubuntu:noble docker digest to 8a37d68"}},{"before":"bcdb782fc874132c322b6ea1cdf838032494dfa5","after":"e1da6fa819fd61c96d378eacfc16f82c5708bbaf","ref":"refs/heads/renovate/main-ubuntu-noble","pushedAt":"2024-08-17T08:26:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update ubuntu:noble docker digest to 8a37d68","shortMessageHtmlLink":"chore(deps): update ubuntu:noble docker digest to 8a37d68"}},{"before":null,"after":"f78680a810638042e42bbf85a6721cde4c70fb76","ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-08-17T01:57:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update ubuntu:noble docker digest to a68b7d8","shortMessageHtmlLink":"chore(deps): update ubuntu:noble docker digest to a68b7d8"}},{"before":null,"after":"bcdb782fc874132c322b6ea1cdf838032494dfa5","ref":"refs/heads/renovate/main-ubuntu-noble","pushedAt":"2024-08-17T01:57:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update ubuntu:noble docker digest to a68b7d8","shortMessageHtmlLink":"chore(deps): update ubuntu:noble docker digest to a68b7d8"}},{"before":"4847dee3230051a50444ef1c50ca2bcbe7514096","after":null,"ref":"refs/heads/renovate/main-actions-upload-artifact-4.x","pushedAt":"2024-08-13T18:25:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"laurenceisla","name":"Laurence Isla","path":"/laurenceisla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18169764?s=80&v=4"}},{"before":"6c7963c1c4b419bff14f1f6e5df17f57f3070897","after":"a9ba14837320c6676a7e7738c1f107987f2ab8c9","ref":"refs/heads/main","pushedAt":"2024-08-13T18:25:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurenceisla","name":"Laurence Isla","path":"/laurenceisla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18169764?s=80&v=4"},"commit":{"message":"chore(deps): update actions/upload-artifact action to v4.3.6","shortMessageHtmlLink":"chore(deps): update actions/upload-artifact action to v4.3.6"}},{"before":"49cc4cd88fb48a6d713e7396235a391ede6efa16","after":null,"ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-08-13T18:25:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"laurenceisla","name":"Laurence Isla","path":"/laurenceisla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18169764?s=80&v=4"}},{"before":"1ef83d37324568dc890a59813f2e9ccf658c8b37","after":"5de55ea14129dcf6b920f5d7c5cd40d31a9cfe1b","ref":"refs/heads/v12","pushedAt":"2024-08-13T18:25:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurenceisla","name":"Laurence Isla","path":"/laurenceisla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18169764?s=80&v=4"},"commit":{"message":"chore(deps): update all dependencies","shortMessageHtmlLink":"chore(deps): update all dependencies"}},{"before":"df884adbb5807e0ba2f531869695d8d6500e3c75","after":"49cc4cd88fb48a6d713e7396235a391ede6efa16","ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-08-12T08:34:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update all dependencies","shortMessageHtmlLink":"chore(deps): update all dependencies"}},{"before":null,"after":"f7c117f6073b6833399b76af188353d8e72157ec","ref":"refs/heads/renovate/main-haskell-actions-setup-2.x","pushedAt":"2024-08-12T08:33:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update haskell-actions/setup action to v2.7.6","shortMessageHtmlLink":"chore(deps): update haskell-actions/setup action to v2.7.6"}},{"before":null,"after":"df884adbb5807e0ba2f531869695d8d6500e3c75","ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-08-06T17:24:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update actions/upload-artifact action to v4.3.6","shortMessageHtmlLink":"chore(deps): update actions/upload-artifact action to v4.3.6"}},{"before":null,"after":"4847dee3230051a50444ef1c50ca2bcbe7514096","ref":"refs/heads/renovate/main-actions-upload-artifact-4.x","pushedAt":"2024-08-06T17:24:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update actions/upload-artifact action to v4.3.6","shortMessageHtmlLink":"chore(deps): update actions/upload-artifact action to v4.3.6"}},{"before":"08b710c96ce3c3f305c8c963f72a47a54d4dd092","after":null,"ref":"refs/heads/renovate/v12-all-dependencies","pushedAt":"2024-08-02T19:07:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"}},{"before":"519615d5fbe3c19218baf0aeff8f5e3920d390e5","after":"1ef83d37324568dc890a59813f2e9ccf658c8b37","ref":"refs/heads/v12","pushedAt":"2024-08-02T19:07:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"},"commit":{"message":"chore(deps): update actions/upload-artifact action to v4.3.5","shortMessageHtmlLink":"chore(deps): update actions/upload-artifact action to v4.3.5"}},{"before":"a41f707a1b3c2df34a27bff4439057c2eb4a9564","after":null,"ref":"refs/heads/renovate/main-actions-upload-artifact-4.x","pushedAt":"2024-08-02T19:07:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wolfgangwalther","name":"Wolfgang Walther","path":"/wolfgangwalther","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9132420?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAErJ9KAAA","startCursor":null,"endCursor":null}},"title":"Activity · PostgREST/postgrest"}