{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":169832124,"defaultBranch":"master","name":"pybuildkite","ownerLogin":"pyasi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-02-09T04:38:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6590699?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716270697.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"bc05b80555b99be858d9d2c614dd1aa56562dc05","ref":"refs/heads/dependabot/pip/requests-2.32.0","pushedAt":"2024-05-21T05:51:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: requests\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"1164a9b8bec3ecec4646f78be1f723863b4093e1","after":"f70631a4683b41e00ba58298a2b5f714963f7405","ref":"refs/heads/master","pushedAt":"2023-06-17T13:29:36.328Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pyasi","name":"Peter Yasi","path":"/pyasi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6590699?s=80&v=4"},"commit":{"message":"support pyproject.toml (#92)\n\n* support pyproject.toml\r\n\r\n* consolidate configuration files\r\n* ran black\r\n\r\n* update pipeline","shortMessageHtmlLink":"support pyproject.toml (#92)"}},{"before":"3b26231516f842f1eaf5f88829d40d0256c0a048","after":"1164a9b8bec3ecec4646f78be1f723863b4093e1","ref":"refs/heads/master","pushedAt":"2023-06-16T13:26:03.815Z","pushType":"push","commitsCount":1,"pusher":{"login":"pyasi","name":"Peter Yasi","path":"/pyasi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6590699?s=80&v=4"},"commit":{"message":"bump to version 1.2.3","shortMessageHtmlLink":"bump to version 1.2.3"}},{"before":"69b731f44a205cdf9176e927d130258be2a40a77","after":null,"ref":"refs/heads/dependabot/pip/requests-2.31.0","pushedAt":"2023-06-16T13:24:50.357Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"30f2ce24a87ae3211332c29877f8d258ec7a0229","after":"3b26231516f842f1eaf5f88829d40d0256c0a048","ref":"refs/heads/master","pushedAt":"2023-06-16T13:24:41.405Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pyasi","name":"Peter Yasi","path":"/pyasi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6590699?s=80&v=4"},"commit":{"message":"Bump requests from 2.26.0 to 2.31.0 (#88)\n\nBumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0.\r\n- [Release notes](https://github.com/psf/requests/releases)\r\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\r\n- [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.31.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: requests\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump requests from 2.26.0 to 2.31.0 (#88)"}},{"before":null,"after":"69b731f44a205cdf9176e927d130258be2a40a77","ref":"refs/heads/dependabot/pip/requests-2.31.0","pushedAt":"2023-05-23T02:04:20.811Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump requests from 2.26.0 to 2.31.0\n\nBumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0.\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.31.0)\n\n---\nupdated-dependencies:\n- dependency-name: requests\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump requests from 2.26.0 to 2.31.0"}},{"before":"24922c1435cbf2616274c39a4621c7ce46cd5bec","after":"30f2ce24a87ae3211332c29877f8d258ec7a0229","ref":"refs/heads/master","pushedAt":"2023-04-18T15:31:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pyasi","name":"Peter Yasi","path":"/pyasi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6590699?s=80&v=4"},"commit":{"message":"Add support for multiple branches in builds API calls (#87)\n\n* builds: add support for multiple `branch` values\r\n\r\nBuildKite docs allow support for multiple branches when filtering. Works\r\nthe same way the `state` parameter does.\r\n\r\nThe `branch` value can be a scalar value, which we presume is a single\r\nname of a branch, or it can be a list.\r\n\r\n* deps: bump typing-extensions version to latest\r\n\r\nUnable to build successfully with specifically 3.7.4.2 because `black`\r\nspecifically requires something newer than that, so it conflicts.\r\n\r\n* tests: add tests for multi-branch values\r\n\r\n* client: for `branch`, just add the raw value","shortMessageHtmlLink":"Add support for multiple branches in builds API calls (#87)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAET3b1MAA","startCursor":null,"endCursor":null}},"title":"Activity ยท pyasi/pybuildkite"}