{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":844975800,"defaultBranch":"master","name":"cockroach","ownerLogin":"sanchit-CRL","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-08-20T10:38:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/178891898?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726733372.0","currentOid":""},"activityList":{"items":[{"before":"4cea168b5ec9c9e2f5d583be2138e747818ffb74","after":"d0d7c01044619831b974527e6105232a3cbe6eed","ref":"refs/heads/sanchit_ldap_connection_latency","pushedAt":"2024-09-19T09:38:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"roachtest: Add LDAP conn. latency test via roachtest\n\nNo test previously existed to compute and monitor LDAP\nconnection latency\n\nCreated a roachtest which leverages the workload\nto get the stats for LDAP connection latency\nThe test uses an Azure LDAP server and it's user `testuser`\nwhich is authenticated on the CRDB via LDAP.\nThe test\n* Creates a user named testuser into CRDB\n* Sets the HBA conf and custim CA into the cluster settings\n* runs the workload binary to compute the connection latency\n\nEpic: CRDB-40412\nFixes: #127358","shortMessageHtmlLink":"roachtest: Add LDAP conn. latency test via roachtest"}},{"before":"76ab3b72993acc83487c23966cd0ce92858f4747","after":"4cea168b5ec9c9e2f5d583be2138e747818ffb74","ref":"refs/heads/sanchit_ldap_connection_latency","pushedAt":"2024-09-19T08:14:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"roachtest: Add LDAP conn. latency test via roachtest\n\nNo test previously existed to compute and monitor LDAP\nconnection latency\n\nCreated a roachtest which leverages the workload\nto get the stats for LDAP connection latency\nThe test uses an Azure LDAP server and it's user `testuser`\nwhich is authenticated on the CRDB via LDAP.\nThe test\n* Creates a user named testuser into CRDB\n* Sets the HBA conf and custim CA into the cluster settings\n* runs the workload binary to compute the connection latency\n\nEpic: CRDB-40412\nFixes: #127358","shortMessageHtmlLink":"roachtest: Add LDAP conn. latency test via roachtest"}},{"before":null,"after":"76ab3b72993acc83487c23966cd0ce92858f4747","ref":"refs/heads/sanchit_ldap_connection_latency","pushedAt":"2024-09-19T08:09:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"roachtest: Add LDAP conn. latency test via roachtest\n\nNo test previously existed to compute and monitor LDAP\nconnection latency\n\nCreated a roachtest which leverages the workload\nto get the stats for LDAP connection latency\nThe test uses an Azure LDAP server and it's user `testuser`\nwhich is authenticated on the CRDB via LDAP.\nThe test\n* Creates a user named testuser into CRDB\n* Sets the HBA conf and custim CA into the cluster settings\n* runs the workload binary to compute the connection latency\n\nEpic: CRDB-40412\nFixes: #127358","shortMessageHtmlLink":"roachtest: Add LDAP conn. latency test via roachtest"}},{"before":"8551145a0c99c4c95a28ec470e699d0c20ca97ab","after":"285460a47358406e65df9ff3deb5a0764f58a2bf","ref":"refs/heads/master","pushedAt":"2024-09-19T08:09:21.000Z","pushType":"push","commitsCount":557,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"Merge #130862\n\n130862: roachprod: use NVMe when provisioning clusters on Azure. r=renatolabs,srosenberg,herkolategan a=shailendra-patel\n\n Currently, when provisioning clusters on Azure, we interface with the\r\n data disk via SCSI (the default). For improved performance and\r\n uniformity with other clouds use NVMe.\r\n\r\n Azure support DiskControllerType NVMe for `E Series v5` VM family.\r\n OS disk and network disks are interfaced with NVMe.\r\n Local storage are interfaced via SCSI, NVMe is not supported for\r\n local disk.\r\n\r\n Changes as part of this PR:\r\n - For `E Series v5` VM family enabled NVMe.\r\n\r\nEpic: none\r\nFixes: #129009\r\n\r\nRelease note: None\n\nCo-authored-by: Shailendra Patel ","shortMessageHtmlLink":"Merge cockroachdb#130862"}},{"before":"0e295a018e65aa07dffabc850960ab0e98a074e9","after":"06a57aa453fd1863c234a3d61abf15b9b2808a24","ref":"refs/heads/sanchit_jwx_v2","pushedAt":"2024-09-02T10:42:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"jwtauthccl: update jwx library to jwx/v2\n\n* jwx library was used for technologies such as JWT, JWS, JWE, etc in Go.\n* jwx_v2 allows better functions in-house which would reduce the\noverall code for validation, verification of the JWT tokens and caching\nof the jwks_uri, reducing the need to make http API calls\n* The library was upgraded and all the incompatible changes from v1 to v2\nwere addressed as mentioned in\nhttps://github.com/lestrrat-go/jwx/blob/develop/v2/Changes-v2.md\n\nEpic: CRDB-39964\nFixes: CRDB-35990\n\nRelease note: none","shortMessageHtmlLink":"jwtauthccl: update jwx library to jwx/v2"}},{"before":"7512f81be1591cde8e3b5d34bb0b9b1101f22d24","after":"8551145a0c99c4c95a28ec470e699d0c20ca97ab","ref":"refs/heads/master","pushedAt":"2024-09-02T09:25:55.000Z","pushType":"push","commitsCount":124,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"Merge #129840\n\n129840: changefeedccl: emit mvcc_timestamp for avro format r=andyyang890 a=rharding6373\n\nThis PR adds support for the mvcc_timestamp option with the avro format. Before this change, changefeeds using avro would not fail if mvcc_timestamp was specified, but would ignore the option. Now avro supports the mvcc_timestamp by adding mvcc_timestamp to the schema and emitting the mvcc value with the row data.\r\n\r\nEpic: none\r\nFixes: #123078\r\n\r\nRelease note (enterprise change): Adds changefeed support for the mvcc_timestamp option with the avro format. If both options are specified, the avro schema includes an mvcc_timestamp metadata field and emits the row's mvcc timestamp with the row data.\n\nCo-authored-by: rharding6373 ","shortMessageHtmlLink":"Merge cockroachdb#129840"}},{"before":"af01afbf66c9ebcd1e76fecb1dc22b95736d8f90","after":"0e295a018e65aa07dffabc850960ab0e98a074e9","ref":"refs/heads/sanchit_jwx_v2","pushedAt":"2024-09-02T07:33:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"jwtauthccl: update jwx library to jwx/v2\n\n* jwx library was used for technologies such as JWT, JWS, JWE, etc in Go.\n* jwx_v2 allows better functions in-house which would reduce the\noverall code for validation, verification of the JWT tokens and caching\nof the jwks_uri, reducing the need to make http API calls\n* The library was upgraded and all the incompatible changes from v1 to v2\nwere addressed as mentioned in\nhttps://github.com/lestrrat-go/jwx/blob/develop/v2/Changes-v2.md\n\nEpic: CRDB-39964\nFixes: CRDB-35990\n\nRelease note: none","shortMessageHtmlLink":"jwtauthccl: update jwx library to jwx/v2"}},{"before":"f864058623c8cefdd289f40d14f3c8301ff22a93","after":"af01afbf66c9ebcd1e76fecb1dc22b95736d8f90","ref":"refs/heads/sanchit_jwx_v2","pushedAt":"2024-08-29T05:40:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"jwtauthccl: update jwx library to jwx/v2\n\n* jwx library was used for technologies such as JWT, JWS, JWE, etc in Go.\n* jwx_v2 allows better functions in-house which would reduce the\noverall code for validation, verification of the JWT tokens and caching\nof the jwks_uri, reducing the need to make http API calls\n* The library was upgraded and all the incompatible changes from v1 to v2\nwere addressed as mentioned in\nhttps://github.com/lestrrat-go/jwx/blob/develop/v2/Changes-v2.md\n\nEpic: CRDB-39964\nFixes: CRDB-35990\n\nRelease note: none","shortMessageHtmlLink":"jwtauthccl: update jwx library to jwx/v2"}},{"before":"eb45a0f428bf9e9c8b868e739dd36050c62e4a4e","after":"f864058623c8cefdd289f40d14f3c8301ff22a93","ref":"refs/heads/sanchit_jwx_v2","pushedAt":"2024-08-28T07:10:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"jwtauthccl: update jwx library to jwx/v2\n\n* jwx library was used for technologies such as JWT, JWS, JWE, etc in Go.\n* jwx_v2 allows better functions in-house which would reduce the overall code for validation, verification and caching\n* The library was upgraded and all the incompatible changes from v1 to v2 were addressed as mentioned in https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes-v2.md\n\nEpic: CRDB-39964\nFixes: CRDB-35990\n\nRelease note: none","shortMessageHtmlLink":"jwtauthccl: update jwx library to jwx/v2"}},{"before":null,"after":"eb45a0f428bf9e9c8b868e739dd36050c62e4a4e","ref":"refs/heads/sanchit_jwx_v2","pushedAt":"2024-08-28T06:56:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"jwtauthccl: update jwx library to jwx/v2\n\n* jwx library was used for technologies such as JWT, JWS, JWE, etc in Go.\n* jwx_v2 allows better functions in-house which would reduce the overall code for validation, verification and caching\n* The library was upgraded and all the incompatible changes from v1 to v2 were addressed as mentioned in https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes-v2.md\n\nEpic: CRDB-39964\nFixes: CRDB-35990\n\nRelease note: none","shortMessageHtmlLink":"jwtauthccl: update jwx library to jwx/v2"}},{"before":"b42ad6451071f395758903e547e3ec008642da50","after":"7512f81be1591cde8e3b5d34bb0b9b1101f22d24","ref":"refs/heads/master","pushedAt":"2024-08-28T06:56:27.000Z","pushType":"push","commitsCount":250,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"Merge #129571\n\n129571: sql: support disabling read committed and enabling repeatable read r=nvanbenschoten a=nvanbenschoten\n\nThis commit fixes the isolation level upgrade logic to upgrade `READ UNCOMMITTED` and `READ COMMITTED` to `REPEATABLE READ` (i.e. `SNAPSHOT`) when read committed isolation is disabled but repeatable read is enabled. Previously, this combination would upgrade the isolation level all the way to `SERIALIZABLE` isolation.\r\n\r\nEpic: None\r\nRelease note: None\n\nCo-authored-by: Nathan VanBenschoten ","shortMessageHtmlLink":"Merge cockroachdb#129571"}},{"before":null,"after":"8f81a174d9fba378197249ab59f07c360339326d","ref":"refs/heads/sanchit_authors","pushedAt":"2024-08-20T10:41:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sanchit-CRL","name":null,"path":"/sanchit-CRL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/178891898?s=80&v=4"},"commit":{"message":"Epic: None\nRelease note: None","shortMessageHtmlLink":"Epic: None"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQwOTozODowMS4wMDAwMDBazwAAAAS6qQ1C","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQwOTozODowMS4wMDAwMDBazwAAAAS6qQ1C","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yMFQxMDo0MTowNy4wMDAwMDBazwAAAASe-PZo"}},"title":"Activity ยท sanchit-CRL/cockroach"}