{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":294426596,"defaultBranch":"main","name":"tap-airtable","ownerLogin":"goes-funky","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-09-10T14:01:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/55189340?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1709195407.0","currentOid":""},"activityList":{"items":[{"before":"ed8a4b3abd73643d9b99fb58e4fa188e8a9e4de5","after":null,"ref":"refs/heads/SRC-767","pushedAt":"2024-03-19T13:33:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"}},{"before":"ec53f1e620c0354f378dc1b175fa9f85875d2540","after":"e83e2cc7debe1aa204332301f8fd5f4b3c2bf777","ref":"refs/heads/main","pushedAt":"2024-03-19T13:33:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"SRC-767: Added token refreshing mechanism to the tap (#23)\n\n* Added token refresh function with a backoff strategy.\r\n\r\n* Re-organized versions of required packages.\r\n\r\n* Added one alternative way for backoff\r\n\r\n* Removed backoff just for trying\r\n\r\n* Re-added backoff with refreshing\r\n\r\n* Added some helpful logs for debugging\r\n\r\n* Re-organized the logs and backoff strategy\r\n\r\n* Removed redundant commas in credentials_changed event.\r\n\r\n* Added refreshing at start in order to replicate the error.\r\nAlso, added one empty line after credentials_changed event in order to understand the issue.\r\n\r\n* Removed refreshing at start.\r\n\r\n* Added meaningful description to the failure case of refreshing credentials.","shortMessageHtmlLink":"SRC-767: Added token refreshing mechanism to the tap (#23)"}},{"before":"45debf90805c93bd0ce478d65f6f3541655cd9a3","after":"ed8a4b3abd73643d9b99fb58e4fa188e8a9e4de5","ref":"refs/heads/SRC-767","pushedAt":"2024-03-18T22:29:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Added meaningful description to the failure case of refreshing credentials.","shortMessageHtmlLink":"Added meaningful description to the failure case of refreshing creden…"}},{"before":"5c2805ce4be78a0e51ff3608f41a1dd591427cae","after":"45debf90805c93bd0ce478d65f6f3541655cd9a3","ref":"refs/heads/SRC-767","pushedAt":"2024-03-18T12:34:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Removed refreshing at start.","shortMessageHtmlLink":"Removed refreshing at start."}},{"before":"5c270512699218cac6e66051e27676e1f91a0df4","after":"5c2805ce4be78a0e51ff3608f41a1dd591427cae","ref":"refs/heads/SRC-767","pushedAt":"2024-03-18T09:52:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Added refreshing at start in order to replicate the error.\nAlso, added one empty line after credentials_changed event in order to understand the issue.","shortMessageHtmlLink":"Added refreshing at start in order to replicate the error."}},{"before":"8557a50db9c18798928aa6d7fa53f6bb5702e680","after":"5c270512699218cac6e66051e27676e1f91a0df4","ref":"refs/heads/SRC-767","pushedAt":"2024-03-15T13:19:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Removed redundant commas in credentials_changed event.","shortMessageHtmlLink":"Removed redundant commas in credentials_changed event."}},{"before":"b2f07ff7464c3aa235e201ebe47a5d4f26e378c5","after":"8557a50db9c18798928aa6d7fa53f6bb5702e680","ref":"refs/heads/SRC-767","pushedAt":"2024-03-06T06:46:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Re-organized the logs and backoff strategy","shortMessageHtmlLink":"Re-organized the logs and backoff strategy"}},{"before":"abad911151595b975401d57325f3668a7ee615d2","after":"b2f07ff7464c3aa235e201ebe47a5d4f26e378c5","ref":"refs/heads/SRC-767","pushedAt":"2024-03-05T05:15:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Added some helpful logs for debugging","shortMessageHtmlLink":"Added some helpful logs for debugging"}},{"before":"c20d69ff3f0d3b770c793e7f1373bc72d54e1ce3","after":"abad911151595b975401d57325f3668a7ee615d2","ref":"refs/heads/SRC-767","pushedAt":"2024-03-04T21:32:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Re-added backoff with refreshing","shortMessageHtmlLink":"Re-added backoff with refreshing"}},{"before":"7615f6acdfd5336bc749916e2cbe376ba9022726","after":"c20d69ff3f0d3b770c793e7f1373bc72d54e1ce3","ref":"refs/heads/SRC-767","pushedAt":"2024-03-04T20:43:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Added one alternative way for backoff","shortMessageHtmlLink":"Added one alternative way for backoff"}},{"before":"f06a98a323ab4a0eb249d7d72a1e699fe1202613","after":"7615f6acdfd5336bc749916e2cbe376ba9022726","ref":"refs/heads/SRC-767","pushedAt":"2024-02-29T22:47:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Re-organized versions of required packages.","shortMessageHtmlLink":"Re-organized versions of required packages."}},{"before":null,"after":"f06a98a323ab4a0eb249d7d72a1e699fe1202613","ref":"refs/heads/SRC-767","pushedAt":"2024-02-29T08:30:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Added token refresh function with a backoff strategy.","shortMessageHtmlLink":"Added token refresh function with a backoff strategy."}},{"before":null,"after":"d45d2049df506890d940a2eeb3c00a4bacdd8400","ref":"refs/heads/SRC-29_v1","pushedAt":"2024-02-22T16:36:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Update required packages","shortMessageHtmlLink":"Update required packages"}},{"before":"aae45dfca789e59ef86bd296201437345e55f8f5","after":null,"ref":"refs/heads/SRC-29","pushedAt":"2024-02-08T09:16:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"}},{"before":"f726690ca92f1b5d2fdddd0fee3c91690ebb0740","after":"ec53f1e620c0354f378dc1b175fa9f85875d2540","ref":"refs/heads/main","pushedAt":"2024-02-08T09:16:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"SRC-29: OAuth transformation (#22)\n\n* Updated metadata url\r\n\r\n* Removed urllib requirement since it breaks the container dependencies.","shortMessageHtmlLink":"SRC-29: OAuth transformation (#22)"}},{"before":"2d7d43fba47319a706fc9dd84bf9d92e3debd24a","after":"aae45dfca789e59ef86bd296201437345e55f8f5","ref":"refs/heads/SRC-29","pushedAt":"2024-02-07T09:17:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Removed urllib requirement since it breaks the container dependencies.","shortMessageHtmlLink":"Removed urllib requirement since it breaks the container dependencies."}},{"before":null,"after":"2d7d43fba47319a706fc9dd84bf9d92e3debd24a","ref":"refs/heads/SRC-29","pushedAt":"2024-02-07T09:12:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"salihtuc","name":"Salih Tuc","path":"/salihtuc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10263516?s=80&v=4"},"commit":{"message":"Updated metadata url","shortMessageHtmlLink":"Updated metadata url"}},{"before":"68eafd5a467774664d7e7820092a13272628b02a","after":null,"ref":"refs/heads/dependabot/pip/certifi-2022.12.7","pushedAt":"2023-07-25T15:21:30.000Z","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":null,"after":"189b0d7b6a35f4f763f82baf76464e334b9af5b9","ref":"refs/heads/dependabot/pip/certifi-2023.7.22","pushedAt":"2023-07-25T15:21:25.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":"build(deps): bump certifi from 2018.11.29 to 2023.7.22\n\nBumps [certifi](https://github.com/certifi/python-certifi) from 2018.11.29 to 2023.7.22.\n- [Commits](https://github.com/certifi/python-certifi/compare/2018.11.29...2023.07.22)\n\n---\nupdated-dependencies:\n- dependency-name: certifi\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump certifi from 2018.11.29 to 2023.7.22"}},{"before":null,"after":"ec18ec2d5cf53bc0ab8d771c189da9f51343ada7","ref":"refs/heads/dependabot/pip/requests-2.31.0","pushedAt":"2023-05-23T03:07:16.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":"build(deps): 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":"build(deps): bump requests from 2.26.0 to 2.31.0"}},{"before":"8df3ae4be7d9f62f58a4098d1ff9fa05b1b7fa5a","after":null,"ref":"refs/heads/TECH-14496","pushedAt":"2023-03-09T15:34:06.160Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amberboriciy42","name":null,"path":"/amberboriciy42","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101639769?s=80&v=4"}},{"before":"aaab04c5f72defdc7c4b28f1d9e8100866d7b627","after":"f726690ca92f1b5d2fdddd0fee3c91690ebb0740","ref":"refs/heads/main","pushedAt":"2023-03-09T15:34:04.368Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amberboriciy42","name":null,"path":"/amberboriciy42","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101639769?s=80&v=4"},"commit":{"message":"fix requests (#19)","shortMessageHtmlLink":"fix requests (#19)"}},{"before":null,"after":"8df3ae4be7d9f62f58a4098d1ff9fa05b1b7fa5a","ref":"refs/heads/TECH-14496","pushedAt":"2023-03-09T14:53:39.489Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amberboriciy42","name":null,"path":"/amberboriciy42","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101639769?s=80&v=4"},"commit":{"message":"fix requests","shortMessageHtmlLink":"fix requests"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEGaVZhgA","startCursor":null,"endCursor":null}},"title":"Activity · goes-funky/tap-airtable"}