{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":467960240,"defaultBranch":"main","name":"terraform-provider-cockroach","ownerLogin":"cockroachdb","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-03-09T14:26:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6748139?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719428719.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"9345719322c7789e16cad90ef1dbc0d3485f7167","ref":"refs/heads/wait-for-all-services","pushedAt":"2024-06-26T19:05:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"private_endpoints_service: wait for all regions\n\nPreviously, when waiting for private endpoints service creation, the\nresource could be considered ready if a single resource was ready and\nothers were not yet created. This commit fixes the bug by explicitly\nwaiting for all regional services to be AVAILABLE.","shortMessageHtmlLink":"private_endpoints_service: wait for all regions"}},{"before":"c7fd21a84543e487464a37d971956508f34209b1","after":null,"ref":"refs/heads/release-1.7.7","pushedAt":"2024-06-20T17:55:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"}},{"before":"dcacd8aa31ee005c487622c6c1b6cdf681fb79ed","after":"f65cdf9e1eb5f41491f463c484d422cc0bcfc3a8","ref":"refs/heads/main","pushedAt":"2024-06-20T17:55:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"release v1.7.7 (#220)","shortMessageHtmlLink":"release v1.7.7 (#220)"}},{"before":null,"after":"c7fd21a84543e487464a37d971956508f34209b1","ref":"refs/heads/release-1.7.7","pushedAt":"2024-06-20T17:00:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"release v1.7.7","shortMessageHtmlLink":"release v1.7.7"}},{"before":"3f57a8868cc4797dc10e7cf3cb7bf61032133954","after":null,"ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-20T16:49:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"}},{"before":"bc77c785711359186db6cdd57cacfb42c2cde52c","after":"dcacd8aa31ee005c487622c6c1b6cdf681fb79ed","ref":"refs/heads/main","pushedAt":"2024-06-20T16:49:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"Adding a warning to the README about the need to use a recent version of the provider for private endpoints (#218)\n\n* Update README.md\r\n\r\nAdding a warning to the README about the need to use a recent version of the provider for private endpoints to avoid a recently discovered bug in older versions.\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\n* Update README.md\r\n\r\n* adding warning to /docs\r\n\r\n* Update private_endpoint_connection.md\r\n\r\n* Update private_endpoint_services.md\r\n\r\n* source of docs\r\n\r\n* fixed placement of warning and generated docs\r\n\r\n* updated changelog for privaet endpoint version warning\r\n\r\n---------\r\n\r\nCo-authored-by: Mark Soper \r\nCo-authored-by: Christopher Fitzner ","shortMessageHtmlLink":"Adding a warning to the README about the need to use a recent version…"}},{"before":"d995c09e9ff85f2426e861bac706502e55efab64","after":"3f57a8868cc4797dc10e7cf3cb7bf61032133954","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-20T16:48:04.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"Merge branch 'main' into marksoper-patch-private-endpoint-version-warning","shortMessageHtmlLink":"Merge branch 'main' into marksoper-patch-private-endpoint-version-war…"}},{"before":"c010d0230e05bb1eb46fa0756bf67b746ba9b280","after":null,"ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T15:33:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"}},{"before":"052f11cddfac5882088c96cb1bc3dfdb2616d9cd","after":"bc77c785711359186db6cdd57cacfb42c2cde52c","ref":"refs/heads/main","pushedAt":"2024-06-19T15:33:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services (#219)\n\nPreviously, the private_endpoint_services resource contains the regional\r\nservices in a list. This made it hard for users to access the service\r\nfor a given region. This commit adds a service map that contains all the\r\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services (#219)"}},{"before":"c1e6c25231e77c7b720c579e84df7cba01d352c1","after":"c010d0230e05bb1eb46fa0756bf67b746ba9b280","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T02:03:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"37872c600b2354646f0b30f283b4246bffae0d81","after":"c1e6c25231e77c7b720c579e84df7cba01d352c1","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T02:01:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"ca7acfce4693b3b5d723720d5497abdd45f64237","after":"37872c600b2354646f0b30f283b4246bffae0d81","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T01:52:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"8a187468843c2be20f16bfa94b79ee2c48084fae","after":"ca7acfce4693b3b5d723720d5497abdd45f64237","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T01:44:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"7668288bfcd773f8b0b41ba9fa3383651fb7f5e9","after":"8a187468843c2be20f16bfa94b79ee2c48084fae","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T01:06:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"5bedd1251b4cfc686c2ff6bbda2f127bbbd491ed","after":"7668288bfcd773f8b0b41ba9fa3383651fb7f5e9","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T01:05:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"17ae53d485bf4b3d8ffd381b6784a97c3d9c91b8","after":"5bedd1251b4cfc686c2ff6bbda2f127bbbd491ed","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T00:42:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"f7850d6b53a223fa0ae599d2c20e6cb2c283c9c7","after":"17ae53d485bf4b3d8ffd381b6784a97c3d9c91b8","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-19T00:29:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"1eed491dbea9c50a38237f0c8d71245c4f450db9","after":"d995c09e9ff85f2426e861bac706502e55efab64","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-17T22:18:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fantapop","name":"Christopher Fitzner","path":"/fantapop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6658984?s=80&v=4"},"commit":{"message":"updated changelog for privaet endpoint version warning","shortMessageHtmlLink":"updated changelog for privaet endpoint version warning"}},{"before":"d312dd0700bcc6d754db64c641cc8b7c6978c2c9","after":"1eed491dbea9c50a38237f0c8d71245c4f450db9","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-17T21:18:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"source of docs","shortMessageHtmlLink":"source of docs"}},{"before":"28eb7e9a907467528549ccf15606bbb35795aa5e","after":"d312dd0700bcc6d754db64c641cc8b7c6978c2c9","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-17T20:51:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"Update private_endpoint_services.md","shortMessageHtmlLink":"Update private_endpoint_services.md"}},{"before":"c8b1765f5ab6a41da287fc790fa19f0d224d82d4","after":"28eb7e9a907467528549ccf15606bbb35795aa5e","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-17T20:51:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"Update private_endpoint_connection.md","shortMessageHtmlLink":"Update private_endpoint_connection.md"}},{"before":"aa2c6bbc2fdba5b6e7c450be4df44a5f90840d77","after":"c8b1765f5ab6a41da287fc790fa19f0d224d82d4","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-17T20:47:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"adding warning to /docs","shortMessageHtmlLink":"adding warning to /docs"}},{"before":"9d57b2484bd0cb7027e035942217db53681e0977","after":"aa2c6bbc2fdba5b6e7c450be4df44a5f90840d77","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-17T20:27:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"c1aff8db519243e4d37a3d0d36a7e5ae18bc49bc","after":"9d57b2484bd0cb7027e035942217db53681e0977","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-17T20:17:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"449d932c0177dd6aab5fb9b018a5cd259ad6a141","after":"c1aff8db519243e4d37a3d0d36a7e5ae18bc49bc","ref":"refs/heads/marksoper-patch-private-endpoint-version-warning","pushedAt":"2024-06-17T20:08:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marksoper","name":"Mark Soper","path":"/marksoper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/193360?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":null,"after":"f7850d6b53a223fa0ae599d2c20e6cb2c283c9c7","ref":"refs/heads/add-services-map-to-pes","pushedAt":"2024-06-13T19:44:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"carloruiz","name":null,"path":"/carloruiz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19453305?s=80&v=4"},"commit":{"message":"provider: add services map to private_endpoint_services\n\nPreviously, the private_endpoint_services resource contains the regional\nservices in a list. This made it hard for users to access the service\nfor a given region. This commit adds a service map that contains all the\nservices but are keyed by the cloud region.","shortMessageHtmlLink":"provider: add services map to private_endpoint_services"}},{"before":"4aaddf359bf84bfbf04ecd0efa98228b2b0f2722","after":null,"ref":"refs/heads/fantapop/update-roles-resource-docs","pushedAt":"2024-06-12T17:34:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fantapop","name":"Christopher Fitzner","path":"/fantapop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6658984?s=80&v=4"}},{"before":"0490c284bdef676de1e6c40f535826f6bc6a9197","after":"052f11cddfac5882088c96cb1bc3dfdb2616d9cd","ref":"refs/heads/main","pushedAt":"2024-06-12T17:34:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fantapop","name":"Christopher Fitzner","path":"/fantapop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6658984?s=80&v=4"},"commit":{"message":"updated user_role_grants docs\n\nPreviously, it was unknown that ORG_MEMBER was required to be passed.\nIdeally this would not be the case but as a quick fix, we update the\ndocs and examples to indicate that it is required.","shortMessageHtmlLink":"updated user_role_grants docs"}},{"before":"8b3bc18bd2f6737305ea8d1711ced55e80f8de63","after":"4aaddf359bf84bfbf04ecd0efa98228b2b0f2722","ref":"refs/heads/fantapop/update-roles-resource-docs","pushedAt":"2024-06-12T17:32:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fantapop","name":"Christopher Fitzner","path":"/fantapop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6658984?s=80&v=4"},"commit":{"message":"updated user_role_grants docs\n\nPreviously, it was unknown that ORG_MEMBER was required to be passed.\nIdeally this would not be the case but as a quick fix, we update the\ndocs and examples to indicate that it is required.","shortMessageHtmlLink":"updated user_role_grants docs"}},{"before":"530094cf5097c4631670a0a8c7ec2ca8c3ab0a9a","after":null,"ref":"refs/heads/fantapop/fix-private-endpoint-connection-examples","pushedAt":"2024-06-12T17:30:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fantapop","name":"Christopher Fitzner","path":"/fantapop","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6658984?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcBTyPgA","startCursor":null,"endCursor":null}},"title":"Activity · cockroachdb/terraform-provider-cockroach"}