{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":729855442,"defaultBranch":"master","name":"cockroach","ownerLogin":"dikshant","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-12-10T15:10:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9084804?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716265518.0","currentOid":""},"activityList":{"items":[{"before":"bece3fbdaf9e48f6d0580b1fd052563836bf99f0","after":"b62f136fdf934ba92e1968ff79a594979a12dcf3","ref":"refs/heads/macaddr","pushedAt":"2024-05-21T20:40:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"fix: encoding","shortMessageHtmlLink":"fix: encoding"}},{"before":null,"after":"bece3fbdaf9e48f6d0580b1fd052563836bf99f0","ref":"refs/heads/macaddr","pushedAt":"2024-05-21T04:25:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"fix encoding bugs","shortMessageHtmlLink":"fix encoding bugs"}},{"before":"62440fdb2d19e6c156a17eea38a0bf25f5281a5d","after":"43bd0603546792e28467ce9c91a5e2538ca5e648","ref":"refs/heads/macaddr-type","pushedAt":"2024-05-20T04:54:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"fix: incorrect sql grammar","shortMessageHtmlLink":"fix: incorrect sql grammar"}},{"before":"4c091787e8fa76a96dd829015101bbdabba13004","after":"62440fdb2d19e6c156a17eea38a0bf25f5281a5d","ref":"refs/heads/macaddr-type","pushedAt":"2024-05-20T04:28:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"fix: circular dependency","shortMessageHtmlLink":"fix: circular dependency"}},{"before":"d535700cb8af8130fc031b6b6441025521098363","after":"4c091787e8fa76a96dd829015101bbdabba13004","ref":"refs/heads/macaddr-type","pushedAt":"2024-05-20T03:36:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"pkg: update sql to handle encoding/decoding","shortMessageHtmlLink":"pkg: update sql to handle encoding/decoding"}},{"before":"a65a268d1bf9006dec28b101ef8c6f5a2e2b4cb6","after":"d535700cb8af8130fc031b6b6441025521098363","ref":"refs/heads/macaddr-type","pushedAt":"2024-05-19T22:45:19.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"docs: regenerate","shortMessageHtmlLink":"docs: regenerate"}},{"before":"fecaad7dfd4e2998e41187a8a512b0a8e9e74f52","after":"a65a268d1bf9006dec28b101ef8c6f5a2e2b4cb6","ref":"refs/heads/macaddr-type","pushedAt":"2024-05-18T04:11:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"pkg/util/encoding: handle macaddr encoding and decoding","shortMessageHtmlLink":"pkg/util/encoding: handle macaddr encoding and decoding"}},{"before":"aad006d09b3780c140b14476bb7aca3138e9c37b","after":"fecaad7dfd4e2998e41187a8a512b0a8e9e74f52","ref":"refs/heads/macaddr-type","pushedAt":"2024-05-18T03:14:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"pkg/sql/types: add macaddr to type definitions along with oid mapping","shortMessageHtmlLink":"pkg/sql/types: add macaddr to type definitions along with oid mapping"}},{"before":null,"after":"aad006d09b3780c140b14476bb7aca3138e9c37b","ref":"refs/heads/macaddr-type","pushedAt":"2024-05-18T03:11:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"pkg/sql/types: add macaddr to type definitions along with oid mapping","shortMessageHtmlLink":"pkg/sql/types: add macaddr to type definitions along with oid mapping"}},{"before":"915469ca814b46f2e644e6339d8dd674f71d694a","after":"e60b492dcbb2be398523cfddd9dae75e16f7cae1","ref":"refs/heads/master","pushedAt":"2024-05-18T03:10:46.000Z","pushType":"push","commitsCount":3435,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"Merge #124254\n\n124254: pgwire: log session start and end unconditionally r=rafiss a=rafiss\n\n### pgwire: remove redundant log for JWT auth\r\n\r\nThis already gets logged in the processCommands function, right before\r\nthe server enters the main command processing loop.\r\n\r\n### pgwire: log auth info message as redactable string\r\n\r\nPreviously, the entire info text would be redacted, which made\r\ndebugging harder. This improves it so we use the built in\r\nredaction facilities in order to get more detail.\r\n\r\n### pgwire: log session start and end unconditionally\r\n\r\nRelease note (ops change): The client_authentication_ok and\r\nclient_session_end messages are now logged to the SESSIONS log channel\r\nunconditionally. Previously, these would only be logged if the\r\nserver.auth_log.sql_sessions.enabled cluster setting was changed to\r\ntrue. All other SESSIONS log messages are still only logged if\r\nserver.auth_log.sql_sessions.enabled or\r\nserver.auth_log.sql_connections.enabled are set to true.\r\n\r\nIf you do not want to see client_authentication_ok or client_session_end\r\nmessages, then the SESSIONS log channel can be disabled entirely.\r\n\r\nfixes https://github.com/cockroachdb/cockroach/issues/122684\r\n\n\nCo-authored-by: Rafi Shamim ","shortMessageHtmlLink":"Merge cockroachdb#124254"}},{"before":"4d7dd628c14deb0071961e95633715a5edf5d4fd","after":null,"ref":"refs/heads/release-23.1","pushedAt":"2024-04-08T19:54:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"}},{"before":"277104d845877a6fadee5964fa18a8555c99146b","after":"7f4ccdd3bd93fc0a02949f0d85456d9dae7a8062","ref":"refs/heads/rt-op-add-ttl-job","pushedAt":"2024-03-25T20:42:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"roachtest: add operation to add a ttl job\n\nThis adds a TTL job to run on a randomly determined\npre-existing table.\n\nRelease note: none","shortMessageHtmlLink":"roachtest: add operation to add a ttl job"}},{"before":null,"after":"277104d845877a6fadee5964fa18a8555c99146b","ref":"refs/heads/rt-op-add-ttl-job","pushedAt":"2024-03-22T21:30:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"}},{"before":null,"after":"4d7dd628c14deb0071961e95633715a5edf5d4fd","ref":"refs/heads/release-23.1","pushedAt":"2024-03-15T15:05:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"Revert \"kvadmission,sql: disable row-level TTL/CPU limiter integration\"\n\nThis reverts commit ab6a1a2bdb7891ac0a3c2ab76b692e764a3a8b3d.\n\nEpic: CRDB-35306\n\nRelease note (performance improvement): This change enables CPU limiter for\nrow-level TTL to reduce latency impact from CPU-intensive scans issued as part\nof row-level TTL jobs.","shortMessageHtmlLink":"Revert \"kvadmission,sql: disable row-level TTL/CPU limiter integration\""}},{"before":"4d7dd628c14deb0071961e95633715a5edf5d4fd","after":null,"ref":"refs/heads/release-23.1","pushedAt":"2024-03-15T15:05:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"}},{"before":"667f8d48e558240ccaa290881341bce7feee3db6","after":"4d7dd628c14deb0071961e95633715a5edf5d4fd","ref":"refs/heads/release-23.1","pushedAt":"2024-03-14T20:22:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"Revert \"kvadmission,sql: disable row-level TTL/CPU limiter integration\"\n\nThis reverts commit ab6a1a2bdb7891ac0a3c2ab76b692e764a3a8b3d.\n\nEpic: CRDB-35306\n\nRelease note (performance improvement): This change enables CPU limiter for\nrow-level TTL to reduce latency impact from CPU-intensive scans issued as part\nof row-level TTL jobs.","shortMessageHtmlLink":"Revert \"kvadmission,sql: disable row-level TTL/CPU limiter integration\""}},{"before":"38aa5da466bff33a9d026303df505abdf7fa91a0","after":"667f8d48e558240ccaa290881341bce7feee3db6","ref":"refs/heads/release-23.1","pushedAt":"2024-03-14T20:11:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"}},{"before":"64c564eada0fc29ada37783f32d29d041d5aba2a","after":"38aa5da466bff33a9d026303df505abdf7fa91a0","ref":"refs/heads/release-23.1","pushedAt":"2024-03-14T20:03:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"}},{"before":null,"after":"64c564eada0fc29ada37783f32d29d041d5aba2a","ref":"refs/heads/release-23.1","pushedAt":"2024-03-14T19:48:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"}},{"before":"e747f6e6857a19d6048cb184b0f55c52cb8a6390","after":"915469ca814b46f2e644e6339d8dd674f71d694a","ref":"refs/heads/master","pushedAt":"2024-03-14T19:39:46.000Z","pushType":"push","commitsCount":2445,"pusher":{"login":"dikshant","name":"Dikshant Adhikari","path":"/dikshant","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9084804?s=80&v=4"},"commit":{"message":"Merge #120255\n\n120255: changefeedccl: add ignore_disable_changefeed_replication option r=rharding6373 a=andyyang890\n\nFixes #119891 \r\n\r\nRelease note (enterprise change): A new boolean changefeed option\r\nnamed `ignore_disable_changefeed_replication` has been added.\r\nWhen set, the changefeed will not filter events even if CDC\r\nfiltering is configured, which is currently available via the\r\n`disable_changefeed_replication` session variable,\r\n`sql.ttl.changefeed_replication.disabled` cluster setting, and the\r\n`ttl_disable_changefeed_replication` table storage parameter.\n\nCo-authored-by: Andy Yang ","shortMessageHtmlLink":"Merge cockroachdb#120255"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yMVQyMDo0MDozNy4wMDAwMDBazwAAAARQRR7s","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yMVQyMDo0MDozNy4wMDAwMDBazwAAAARQRR7s","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xNFQxOTozOTo0Ni4wMDAwMDBazwAAAAQWCK7M"}},"title":"Activity ยท dikshant/cockroach"}