{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":453485519,"defaultBranch":"main","name":"pgcat","ownerLogin":"postgresml","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-29T18:34:44.000Z","ownerAvatar":"https://github.com/avatars/u/103390393?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715920843.0","currentOid":""},"activityList":{"items":[{"before":"731aa047ba169011aff344c4d2a8271117195136","after":"cbf4d58144481c41dd931fd15598d286fe1ccbf6","ref":"refs/heads/main","pushedAt":"2024-07-16T03:30:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"montanalow","name":"Montana Low","path":"/montanalow","primaryAvatarUrl":"https://github.com/avatars/u/276125?s=80&v=4"},"commit":{"message":"Fix lint warnings for rust-1.79 (#769)\n\n2 things that are recommended by rust-lang - implementing `std::fmt::Display` rather than ToString (1) and using clone_from (2).\r\n\r\n[1] https://rust-lang.github.io/rust-clippy/master/index.html#/to_string_trait_impl\r\n[2] https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones\r\n\r\nSigned-off-by: Brandon Pike ","shortMessageHtmlLink":"Fix lint warnings for rust-1.79 (#769)"}},{"before":"88dbcc21d1d5646fa94ea2f022ce027118209529","after":"731aa047ba169011aff344c4d2a8271117195136","ref":"refs/heads/main","pushedAt":"2024-06-24T15:57:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"levkk","name":"Lev Kokotov","path":"/levkk","primaryAvatarUrl":"https://github.com/avatars/u/9561483?s=80&v=4"},"commit":{"message":"Add ExecReload option to pgcat.service for configuration reloads (#760)","shortMessageHtmlLink":"Add ExecReload option to pgcat.service for configuration reloads (#760)"}},{"before":"c34b15bddcb7cdff375f60e0b1ba64c2426909f0","after":"88dbcc21d1d5646fa94ea2f022ce027118209529","ref":"refs/heads/main","pushedAt":"2024-06-24T15:51:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"levkk","name":"Lev Kokotov","path":"/levkk","primaryAvatarUrl":"https://github.com/avatars/u/9561483?s=80&v=4"},"commit":{"message":"update rust version in docker image (#762)","shortMessageHtmlLink":"update rust version in docker image (#762)"}},{"before":"0b034a6831a36c4c02b8eb1ccf852ec419548a6b","after":"c34b15bddcb7cdff375f60e0b1ba64c2426909f0","ref":"refs/heads/main","pushedAt":"2024-06-21T06:23:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"levkk","name":"Lev Kokotov","path":"/levkk","primaryAvatarUrl":"https://github.com/avatars/u/9561483?s=80&v=4"},"commit":{"message":"Add STOPSIGNAL to Dockerfile (#758)","shortMessageHtmlLink":"Add STOPSIGNAL to Dockerfile (#758)"}},{"before":"966b8e093cc77b9ac8db15732a8ae321a8abfcbd","after":"0b034a6831a36c4c02b8eb1ccf852ec419548a6b","ref":"refs/heads/main","pushedAt":"2024-05-26T21:47:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"levkk","name":"Lev Kokotov","path":"/levkk","primaryAvatarUrl":"https://github.com/avatars/u/9561483?s=80&v=4"},"commit":{"message":"Add TCP_NODELAY option to improve performance for large response queries (#749)\n\nThis commit adds the TCP_NODELAY option to the socket configuration in\r\n`configure_socket` function. Without this option, we observed significant\r\nperformance issues when executing SELECT queries with large responses.\r\n\r\nBefore the fix:\r\npostgres=> SELECT repeat('a', 1); SELECT repeat('a', 8153);\r\nTime: 1.368 ms\r\nTime: 41.364 ms\r\n\r\nAfter the fix:\r\npostgres=> SELECT repeat('a', 1); SELECT repeat('a', 8153);\r\nTime: 1.332 ms\r\nTime: 1.528 ms\r\n\r\nBy setting TCP_NODELAY, we eliminate the Nagle's algorithm delay, which\r\nresults in a substantial improvement in response times for large queries.\r\n\r\nThis problem was discussed in https://github.com/postgresml/pgcat/issues/616.","shortMessageHtmlLink":"Add TCP_NODELAY option to improve performance for large response quer…"}},{"before":"a9c3841204072444d338e765d8179a244dfbec3d","after":null,"ref":"refs/heads/dependabot/cargo/itertools-0.12.1","pushedAt":"2024-05-17T04:40:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"26dd78d0aa4cedca61f70e4615f05d555db88f38","ref":"refs/heads/dependabot/cargo/itertools-0.13.0","pushedAt":"2024-05-17T04:40:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump itertools from 0.10.5 to 0.13.0\n\nBumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.13.0.\n- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: itertools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump itertools from 0.10.5 to 0.13.0"}},{"before":null,"after":"0ab13cd816fa5c7d2f45d3ae7809540df7745e94","ref":"refs/heads/dependabot/bundler/tests/ruby/rexml-3.2.8","pushedAt":"2024-05-16T19:53:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump rexml from 3.2.5 to 3.2.8 in /tests/ruby\n\nBumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.\n- [Release notes](https://github.com/ruby/rexml/releases)\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)\n\n---\nupdated-dependencies:\n- dependency-name: rexml\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump rexml from 3.2.5 to 3.2.8 in /tests/ruby"}},{"before":"c9270a47d42c94dc26900dae198155d50120d267","after":"966b8e093cc77b9ac8db15732a8ae321a8abfcbd","ref":"refs/heads/main","pushedAt":"2024-05-08T17:18:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"drdrsh","name":"Mostafa Abdelraouf","path":"/drdrsh","primaryAvatarUrl":"https://github.com/avatars/u/202050?s=80&v=4"},"commit":{"message":"Report checkout error when all servers are down (#736)\n\nWe shouldn't report checkout_success when we are going to return Error.","shortMessageHtmlLink":"Report checkout error when all servers are down (#736)"}},{"before":null,"after":"3c95a271c525d67c3f97e1eba9349aeaa350f1bd","ref":"refs/heads/mostafa_fix-stat-error","pushedAt":"2024-05-08T16:13:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"drdrsh","name":"Mostafa Abdelraouf","path":"/drdrsh","primaryAvatarUrl":"https://github.com/avatars/u/202050?s=80&v=4"},"commit":{"message":"Report checkout error when all servers are down","shortMessageHtmlLink":"Report checkout error when all servers are down"}},{"before":"f0574c98f7d51042204165be4275721c53650347","after":null,"ref":"refs/heads/dependabot/cargo/sqlparser-0.45.0","pushedAt":"2024-05-06T04:46:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"2f4d7262ab0851112c6e9e56ba6e5cc7d2d4e607","ref":"refs/heads/dependabot/cargo/sqlparser-0.46.0","pushedAt":"2024-05-06T04:46:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump sqlparser from 0.41.0 to 0.46.0\n\nBumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.41.0 to 0.46.0.\n- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.41.0...v0.46.0)\n\n---\nupdated-dependencies:\n- dependency-name: sqlparser\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump sqlparser from 0.41.0 to 0.46.0"}},{"before":"9b1b2382ff3ad766dea4bdef696c7f27455eace0","after":null,"ref":"refs/heads/dependabot/cargo/base64-0.22.0","pushedAt":"2024-05-01T05:02:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"69f68146281b5998fa26fd6fbc50ff5cb603ae46","ref":"refs/heads/dependabot/cargo/base64-0.22.1","pushedAt":"2024-05-01T05:02:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump base64 from 0.21.2 to 0.22.1\n\nBumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.2 to 0.22.1.\n- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)\n- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.22.1)\n\n---\nupdated-dependencies:\n- dependency-name: base64\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump base64 from 0.21.2 to 0.22.1"}},{"before":"86e57d78f29782b97abc02eb8147e65186a3531d","after":null,"ref":"refs/heads/dependabot/github_actions/helm/kind-action-1.9.0","pushedAt":"2024-04-29T16:24:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"1302b5f6702f4eb26bf9e0e857b14dc72863ecc7","ref":"refs/heads/dependabot/github_actions/helm/kind-action-1.10.0","pushedAt":"2024-04-29T16:24:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump helm/kind-action from 1.7.0 to 1.10.0\n\nBumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.10.0.\n- [Release notes](https://github.com/helm/kind-action/releases)\n- [Commits](https://github.com/helm/kind-action/compare/v1.7.0...v1.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: helm/kind-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump helm/kind-action from 1.7.0 to 1.10.0"}},{"before":null,"after":"1b91e92b696b17bab777ea8826f279b131f93b21","ref":"refs/heads/dependabot/cargo/rustls-0.21.12","pushedAt":"2024-04-29T04:35:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump rustls from 0.21.5 to 0.21.12\n\nBumps [rustls](https://github.com/rustls/rustls) from 0.21.5 to 0.21.12.\n- [Release notes](https://github.com/rustls/rustls/releases)\n- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rustls/rustls/compare/v/0.21.5...v/0.21.12)\n\n---\nupdated-dependencies:\n- dependency-name: rustls\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump rustls from 0.21.5 to 0.21.12"}},{"before":null,"after":"80a7145e6e7324f965328c38e4af71eddd93e881","ref":"refs/heads/dependabot/cargo/rustls-0.21.11","pushedAt":"2024-04-19T19:59:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump rustls from 0.21.5 to 0.21.11\n\nBumps [rustls](https://github.com/rustls/rustls) from 0.21.5 to 0.21.11.\n- [Release notes](https://github.com/rustls/rustls/releases)\n- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rustls/rustls/compare/v/0.21.5...v/0.21.11)\n\n---\nupdated-dependencies:\n- dependency-name: rustls\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump rustls from 0.21.5 to 0.21.11"}},{"before":"0d94d0b90a2ba257b0462dd140e6af4818462e44","after":"c9270a47d42c94dc26900dae198155d50120d267","ref":"refs/heads/main","pushedAt":"2024-04-19T16:12:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"levkk","name":"Lev Kokotov","path":"/levkk","primaryAvatarUrl":"https://github.com/avatars/u/9561483?s=80&v=4"},"commit":{"message":"Use rust:bullseye as base image (#725)\n\nUse rust:bullseye base image\r\n\r\nWith the original rust:1.70-bullseye image, the container cannot be\r\nbuilt:\r\n\r\n17.06 Installing /usr/local/cargo/bin/rustfilt\r\n17.06 Installed package `rustfilt v0.2.1` (executable `rustfilt`)\r\n17.06 error: failed to compile `cargo-binutils v0.3.6`, intermediate artifacts can be found at `/tmp/cargo-installrc6mPb`\r\n17.06\r\n17.06 Caused by:\r\n17.06 package `cargo-platform v0.1.8` cannot be built because it requires rustc 1.73 or newer, while the currently active rustc version is 1.70.0\r\n17.06 Try re-running cargo install with `--locked`\r\n17.06 Summary Successfully installed rustfilt! Failed to install cargo-binutils (see error(s) above).\r\n17.06 error: some crates failed to install\r\n\r\nThis is the same base image used on tests/docker/Dockerfile","shortMessageHtmlLink":"Use rust:bullseye as base image (#725)"}},{"before":"98c00a7420af22a147d102554ac81bcd3d98f6ef","after":null,"ref":"refs/heads/dependabot/cargo/chrono-0.4.37","pushedAt":"2024-04-16T04:17:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"b5fe854d7f0186c3100148564c2897fe6b2c6408","ref":"refs/heads/dependabot/cargo/chrono-0.4.38","pushedAt":"2024-04-16T04:17:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump chrono from 0.4.26 to 0.4.38\n\nBumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.38.\n- [Release notes](https://github.com/chronotope/chrono/releases)\n- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/chronotope/chrono/compare/v0.4.26...v0.4.38)\n\n---\nupdated-dependencies:\n- dependency-name: chrono\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump chrono from 0.4.26 to 0.4.38"}},{"before":"8a964d88941bc9b225318daa101ccb6c4b1b1182","after":null,"ref":"refs/heads/dependabot/cargo/sqlparser-0.44.0","pushedAt":"2024-04-15T04:14:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"f0574c98f7d51042204165be4275721c53650347","ref":"refs/heads/dependabot/cargo/sqlparser-0.45.0","pushedAt":"2024-04-15T04:14:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump sqlparser from 0.41.0 to 0.45.0\n\nBumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.41.0 to 0.45.0.\n- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.41.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: sqlparser\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump sqlparser from 0.41.0 to 0.45.0"}},{"before":"358724f7a979ce5e5f0cb211873125865dccf220","after":"0d94d0b90a2ba257b0462dd140e6af4818462e44","ref":"refs/heads/main","pushedAt":"2024-04-13T05:12:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"levkk","name":"Lev Kokotov","path":"/levkk","primaryAvatarUrl":"https://github.com/avatars/u/9561483?s=80&v=4"},"commit":{"message":"Update sqlparser to 0.41 (#666)","shortMessageHtmlLink":"Update sqlparser to 0.41 (#666)"}},{"before":"118669c2a60757039b7261014e43abe6dc6c8d09","after":null,"ref":"refs/heads/dependabot/cargo/h2-0.3.24","pushedAt":"2024-04-05T16:03:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"1e841eba60b5e539df569aeba1ce7eaf51d5d34b","ref":"refs/heads/dependabot/cargo/h2-0.3.26","pushedAt":"2024-04-05T16:03:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump h2 from 0.3.20 to 0.3.26\n\nBumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.26.\n- [Release notes](https://github.com/hyperium/h2/releases)\n- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)\n- [Commits](https://github.com/hyperium/h2/compare/v0.3.20...v0.3.26)\n\n---\nupdated-dependencies:\n- dependency-name: h2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump h2 from 0.3.20 to 0.3.26"}},{"before":null,"after":"ca97a0e4ffb71f320ac468d9afcc81de548240e5","ref":"refs/heads/dependabot/cargo/tests/rust/whoami-1.5.1","pushedAt":"2024-04-05T15:44:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump whoami from 1.4.0 to 1.5.1 in /tests/rust\n\nBumps [whoami](https://github.com/ardaku/whoami) from 1.4.0 to 1.5.1.\n- [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md)\n- [Commits](https://github.com/ardaku/whoami/compare/v1.4.0...v1.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: whoami\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump whoami from 1.4.0 to 1.5.1 in /tests/rust"}},{"before":"9e8dac94dfd189bb9b9cbe117cca7813246f300b","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-python-5.0.0","pushedAt":"2024-04-01T16:30:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":null,"after":"052263c8af5ff4c7dbe4c5e98854a81a7a236c47","ref":"refs/heads/dependabot/github_actions/actions/setup-python-5.1.0","pushedAt":"2024-04-01T16:30:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump actions/setup-python from 4.1.0 to 5.1.0\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 5.1.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v4.1.0...v5.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump actions/setup-python from 4.1.0 to 5.1.0"}},{"before":"6862de08f7dbf83ea9192256dedc2f3bb8724efb","after":null,"ref":"refs/heads/dependabot/cargo/chrono-0.4.35","pushedAt":"2024-03-28T04:37:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgFKYjgA","startCursor":null,"endCursor":null}},"title":"Activity · postgresml/pgcat"}