{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":357510578,"defaultBranch":"main","name":"OpenSearch","ownerLogin":"jainankitk","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-04-13T10:19:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8193480?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726081327.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"3459e530af2f7951dc4e85b909730716d24ab513","ref":"refs/heads/fix-cl","pushedAt":"2024-09-11T19:02:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Fixing the CHANGELOG.md by removing change published in 2.17\n\nSigned-off-by: Ankit Jain ","shortMessageHtmlLink":"Fixing the CHANGELOG.md by removing change published in 2.17"}},{"before":"eb1cbb807298145e40b533d35a70d3e416f7bfc3","after":"9354dd92db5b2e50e0f9067dc4a3eba59282daf1","ref":"refs/heads/main","pushedAt":"2024-09-11T18:59:40.000Z","pushType":"push","commitsCount":62,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"updating release-notes for 2.17 (#15884)\n\nSigned-off-by: Rajiv Kumar Vaidyanathan ","shortMessageHtmlLink":"updating release-notes for 2.17 (opensearch-project#15884)"}},{"before":"d1ace7c6b7dc04389c17f1e34ec4b8b892473c1e","after":null,"ref":"refs/heads/revert-15328","pushedAt":"2024-09-04T00:25:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"}},{"before":null,"after":"d1ace7c6b7dc04389c17f1e34ec4b8b892473c1e","ref":"refs/heads/revert-15328","pushedAt":"2024-09-03T23:00:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Revert \"Add fieldType to AbstractQueryBuilder and SortBuilder (#15328)\"\n\nThis reverts commit 839ba0bca05f8a9aefdbabd023dc75741265bd6c.\n\nSigned-off-by: Ankit Jain ","shortMessageHtmlLink":"Revert \"Add fieldType to AbstractQueryBuilder and SortBuilder (opense…"}},{"before":"03d9a249e47b99b33c6de3625f43b12bef29c1cb","after":"eb1cbb807298145e40b533d35a70d3e416f7bfc3","ref":"refs/heads/main","pushedAt":"2024-09-03T22:54:11.000Z","pushType":"push","commitsCount":35,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Fix flaky test in 91_flat_object_null_value.yml (#15545)\n\nThis test assumed that the order of returned hits will match the order\r\nof insertion. That's not generally true, especially if there was a\r\nflush partway through, so documents end up in different segments.\r\n\r\nThis fixes it by explicitly sorting the returned documents to\r\nguarantee that they come back in the correct order.\r\n\r\nAlso, we were getting a NPE when trying to output the failure message\r\nbecause the expected value was intentionally null. I fixed that too.\r\n\r\nSigned-off-by: Michael Froh ","shortMessageHtmlLink":"Fix flaky test in 91_flat_object_null_value.yml (opensearch-project#1…"}},{"before":"1e9fdb452101476a24737cc1b3aa1fad15df8fca","after":"03d9a249e47b99b33c6de3625f43b12bef29c1cb","ref":"refs/heads/main","pushedAt":"2024-08-31T00:20:33.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Handle unsupported media type properly for streaming requests (#15531)\n\nSigned-off-by: Andriy Redko ","shortMessageHtmlLink":"Handle unsupported media type properly for streaming requests (opense…"}},{"before":"461e2b3e8d284c93f2f6319a460ca9d443023f46","after":"dcd21c087adbff670e77fa5571ab0c3741a32351","ref":"refs/heads/2.x","pushedAt":"2024-08-30T19:18:45.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Fix null values when indexing in flat_object field (#14069) (#15515)\n\n(cherry picked from commit 9194b7affdf0fc560d884918e490de010f5673ce)\r\n\r\nSigned-off-by: kkewwei \r\nSigned-off-by: github-actions[bot] \r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Fix null values when indexing in flat_object field (opensearch-projec…"}},{"before":"1d5082e76f28ed2519ccc004f26d502b680ad419","after":"1e9fdb452101476a24737cc1b3aa1fad15df8fca","ref":"refs/heads/main","pushedAt":"2024-08-30T19:18:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Initial commit to support a search only replica for RW separation. (#15410)\n\n* Initial commit for search only replica.\r\nThis PR contains the following:\r\n1. Introduce searchOnly flag on ShardRouting.\r\n2. Added feature flag to enable/disable the feature.\r\n3. supports both create and update APIs to toggle search replica count.\r\n4. Changes to exclude search replicas from primary eligibility.\r\n5. Changes to prevent replicationOperations from routing to search replicas.\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* add some missing feature flag checks\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* Pr feedback from @andrross\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* Add more unit tests for settings create and update\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* Fix broken tests from setting rename\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* Fix broken tests and add changelog entry\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* More PR feedback.\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* add missing searchOnly property to initializeTargetRelocatingShard.\r\n\r\nWithout this search replicas will become regular replicas on relocation.\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* test fixes\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n* spotless\r\n\r\nSigned-off-by: Marc Handalian \r\n\r\n---------\r\n\r\nSigned-off-by: Marc Handalian ","shortMessageHtmlLink":"Initial commit to support a search only replica for RW separation. (o…"}},{"before":"5663b4ae5c5553b358226f15f17b89aa843f9479","after":"1d5082e76f28ed2519ccc004f26d502b680ad419","ref":"refs/heads/main","pushedAt":"2024-08-30T17:44:44.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Remove some unused code in the search backpressure package (#15518)\n\n* Remove some unused code in the search backpressure package\r\n\r\nSigned-off-by: Gao Binlong \r\n\r\n* Add change log\r\n\r\nSigned-off-by: Gao Binlong \r\n\r\n* Modify change log\r\n\r\nSigned-off-by: Gao Binlong \r\n\r\n---------\r\n\r\nSigned-off-by: Gao Binlong ","shortMessageHtmlLink":"Remove some unused code in the search backpressure package (opensearc…"}},{"before":"d7e7d948617dc91992a80c10b450b6d7f21b69d0","after":"461e2b3e8d284c93f2f6319a460ca9d443023f46","ref":"refs/heads/2.x","pushedAt":"2024-08-29T01:51:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Fixing backward incompatibility check from #15473 (#15486)\n\n* Fixing backward incompatibility check\r\n\r\nSigned-off-by: Ankit Jain \r\n\r\n* Fixing spotless violations\r\n\r\nSigned-off-by: Ankit Jain \r\n\r\n* Adding missing javadocs\r\n\r\nSigned-off-by: Ankit Jain \r\n\r\n---------\r\n\r\nSigned-off-by: Ankit Jain ","shortMessageHtmlLink":"Fixing backward incompatibility check from opensearch-project#15473 (o…"}},{"before":"f5da8c8d8da644a92bcf5690182742d04b69e039","after":"5663b4ae5c5553b358226f15f17b89aa843f9479","ref":"refs/heads/main","pushedAt":"2024-08-29T01:51:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Change abstraction point for transport protocol (#15432)\n\n* Revert \"Replacing InboundMessage with NativeInboundMessage for deprecation (#13126)\"\r\n\r\nThis reverts commit f5c3ef9fa329df83083dc607ccdb74f5c65b3198.\r\n\r\nSigned-off-by: Andrew Ross \r\n\r\n* Change abstraction point for transport protocol\r\n\r\nThe previous implementation had a transport switch point in\r\nInboundPipeline when the bytes were initially pulled off the wire. There\r\nwas no implementation for any other protocol as the `canHandleBytes`\r\nmethod was hardcoded to return true. I believe this is the wrong point\r\nto switch on the protocol. This change makes NativeInboundBytesHandler\r\nprotocol agnostic beyond the header. With this change, a complete\r\nmessage is parsed from the stream of bytes, with the header schema being\r\nunchanged from what exists today. The protocol switch point will now be\r\nat `InboundHandler::inboundMessage`. The header will indicate what\r\nprotocol was used to serialize the the non-header bytes of the message\r\nand then invoke the appropriate handler based on that field.\r\n\r\nSigned-off-by: Andrew Ross \r\n\r\n---------\r\n\r\nSigned-off-by: Andrew Ross ","shortMessageHtmlLink":"Change abstraction point for transport protocol (opensearch-project#1…"}},{"before":"eff0f25ad19b7ca0f25b3e40f90ad93bb0edd75d","after":null,"ref":"refs/heads/bwc-fix","pushedAt":"2024-08-29T01:44:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"}},{"before":"b22e94bfd2b357d84b0c3e3a86cfe05fde0bbe1b","after":"eff0f25ad19b7ca0f25b3e40f90ad93bb0edd75d","ref":"refs/heads/bwc-fix","pushedAt":"2024-08-29T00:13:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Adding missing javadocs\n\nSigned-off-by: Ankit Jain ","shortMessageHtmlLink":"Adding missing javadocs"}},{"before":"601e350967197f70a24a27a1a1883dadecfb3c8a","after":"b22e94bfd2b357d84b0c3e3a86cfe05fde0bbe1b","ref":"refs/heads/bwc-fix","pushedAt":"2024-08-29T00:07:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Fixing spotless violations\n\nSigned-off-by: Ankit Jain ","shortMessageHtmlLink":"Fixing spotless violations"}},{"before":null,"after":"601e350967197f70a24a27a1a1883dadecfb3c8a","ref":"refs/heads/bwc-fix","pushedAt":"2024-08-29T00:03:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Fixing backward incompatibility check\n\nSigned-off-by: Ankit Jain ","shortMessageHtmlLink":"Fixing backward incompatibility check"}},{"before":"2e6c5dec5d455ee4c5422ae948116143b60095da","after":"d7e7d948617dc91992a80c10b450b6d7f21b69d0","ref":"refs/heads/2.x","pushedAt":"2024-08-28T20:00:30.000Z","pushType":"push","commitsCount":59,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Throw UnsupportedOperationException in unused methods (#15446) (#15449)\n\nThese methods infinitely recurse as currently implemented. This change\r\nmakes them throw UnsupportedOperationException similar to many other\r\nmethods in this class.\r\n\r\n\r\n(cherry picked from commit 20ebe6e0c03eaa167a082a3e0522fdb0a8d54d0b)\r\n\r\nSigned-off-by: Andrew Ross \r\nSigned-off-by: github-actions[bot] \r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Throw UnsupportedOperationException in unused methods (opensearch-pro…"}},{"before":"54c13a6ae6afcdb18a8ffb1b1ef8044ec3b1ce56","after":"f5da8c8d8da644a92bcf5690182742d04b69e039","ref":"refs/heads/main","pushedAt":"2024-08-28T19:44:02.000Z","pushType":"push","commitsCount":59,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Bump icu4j from 70.1 to 75.1 (#15469)\n\nSigned-off-by: Andriy Redko ","shortMessageHtmlLink":"Bump icu4j from 70.1 to 75.1 (opensearch-project#15469)"}},{"before":null,"after":"79a1cb5163e8bd8995329827a623513452130f07","ref":"refs/heads/backport/backport-14680-to-2.x","pushedAt":"2024-08-13T16:59:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Add Create QueryGroup API Logic (#14680)\n\n* add logic for Create QueryGroup API\nSigned-off-by: Ruirui Zhang \n\n* remove wildcard imports\nSigned-off-by: Ruirui Zhang \n\n* change jvm to memeory\nSigned-off-by: Ruirui Zhang \n\n* modify querygroup\nSigned-off-by: Ruirui Zhang \n\n* fix javadoc and add more tests\nSigned-off-by: Ruirui Zhang \n\n* add more tests\nSigned-off-by: Ruirui Zhang \n\n* address comments\nSigned-off-by: Ruirui Zhang \n\n* fix the persist logic\nSigned-off-by: Ruirui Zhang \n\n* remove inflight checks as they are not necessary\nSigned-off-by: Ruirui Zhang \n\n* remove persistable interface\nSigned-off-by: Ruirui Zhang \n\n* modify QueryGroupServiceSettings\nSigned-off-by: Ruirui Zhang \n\n* add in an action package in the plugin\nSigned-off-by: Ruirui Zhang \n\n* modify based on commments\nSigned-off-by: Ruirui Zhang \n\n* address comments on QueryGroupPersistenceService\nSigned-off-by: Ruirui Zhang \n\n* address comments on persistence service\nSigned-off-by: Ruirui Zhang \n\n* address comments\nSigned-off-by: Ruirui Zhang \n\n* fix unit test\nSigned-off-by: Ruirui Zhang \n\n* address comments\nSigned-off-by: Ruirui Zhang \n\n* add IT\nSigned-off-by: Ruirui Zhang \n\n* add coverage\nSigned-off-by: Ruirui Zhang \n(cherry picked from commit d442f7c1684af2c58e3de8c9b054c65072a03bea)","shortMessageHtmlLink":"Add Create QueryGroup API Logic (opensearch-project#14680)"}},{"before":"23111954cdeb1f0430e2c87641dc8a24591b02d4","after":"54c13a6ae6afcdb18a8ffb1b1ef8044ec3b1ce56","ref":"refs/heads/main","pushedAt":"2024-08-13T16:57:26.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Bump dnsjava version to 3.6.0 to address CVE-2024-25638 (#15173)\n\n* Bump dnsjava version\r\n\r\nSigned-off-by: Derek Ho \r\n\r\n* Change to implementation\r\n\r\nSigned-off-by: Derek Ho \r\n\r\n* Update test/fixtures/hdfs-fixture/build.gradle\r\n\r\nCo-authored-by: Andriy Redko \r\nSigned-off-by: Derek Ho \r\n\r\n---------\r\n\r\nSigned-off-by: Derek Ho \r\nSigned-off-by: Derek Ho \r\nCo-authored-by: Andriy Redko ","shortMessageHtmlLink":"Bump dnsjava version to 3.6.0 to address CVE-2024-25638 (opensearch-p…"}},{"before":"79b25fa8f574156d3d5ab4da5408be0000045e91","after":"2e6c5dec5d455ee4c5422ae948116143b60095da","ref":"refs/heads/2.x","pushedAt":"2024-08-13T16:55:09.000Z","pushType":"push","commitsCount":30,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Refactor remote writeable entity and store to make it more reusable (#15210) (#15221)\n\n* Refactor remote writeable entity and store to make it more reusable\r\n\r\nSigned-off-by: Bukhtawar Khan ","shortMessageHtmlLink":"Refactor remote writeable entity and store to make it more reusable (o…"}},{"before":"f829a9f2a59aa2d864c197b58d8b20095d0081fb","after":"23111954cdeb1f0430e2c87641dc8a24591b02d4","ref":"refs/heads/main","pushedAt":"2024-08-12T16:38:27.000Z","pushType":"push","commitsCount":40,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Bump com.azure:azure-xml from 1.0.0 to 1.1.0 in /plugins/repository-azure (#15206)\n\n* Bump com.azure:azure-xml in /plugins/repository-azure\r\n\r\nBumps [com.azure:azure-xml](https://github.com/Azure/azure-sdk-for-java) from 1.0.0 to 1.1.0.\r\n- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)\r\n- [Commits](https://github.com/Azure/azure-sdk-for-java/compare/v1.0.0...v1.1.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.azure:azure-xml\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\n* Updating SHAs\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\n* Update changelog\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: dependabot[bot] ","shortMessageHtmlLink":"Bump com.azure:azure-xml from 1.0.0 to 1.1.0 in /plugins/repository-a…"}},{"before":"a5f335f94b135bf9e7f921f7b3859a019d910f22","after":"79b25fa8f574156d3d5ab4da5408be0000045e91","ref":"refs/heads/2.x","pushedAt":"2024-08-02T19:17:13.000Z","pushType":"push","commitsCount":525,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Add MacOS aarch64 to precommit since we rolled out the support for such distribution (#15082) (#15087)\n\n(cherry picked from commit 7c471a0f02bfded2e987608f45254bbce1bd4734)\r\n\r\nSigned-off-by: Andriy Redko \r\nSigned-off-by: github-actions[bot] \r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Add MacOS aarch64 to precommit since we rolled out the support for su…"}},{"before":"67a2e4c7275afa93ce2c6fc2107ca0f7a8c461bd","after":"f829a9f2a59aa2d864c197b58d8b20095d0081fb","ref":"refs/heads/main","pushedAt":"2024-08-02T18:37:57.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Decommission the Core Triage meeting (#15085)\n\nResolves: https://github.com/opensearch-project/OpenSearch/issues/14706\r\n\r\nSigned-off-by: Peter Nied ","shortMessageHtmlLink":"Decommission the Core Triage meeting (opensearch-project#15085)"}},{"before":"cb743710b2ee5c8ed7de7123891463fc3a7a7fde","after":"67a2e4c7275afa93ce2c6fc2107ca0f7a8c461bd","ref":"refs/heads/main","pushedAt":"2024-08-01T20:55:41.000Z","pushType":"push","commitsCount":64,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Add javadoc about ThreadContextPermission for stashWithOrigin and stashAndMergeHeaders (#15051)\n\nSigned-off-by: Craig Perkins ","shortMessageHtmlLink":"Add javadoc about ThreadContextPermission for stashWithOrigin and sta…"}},{"before":"8ae728c5610900888449af2eae2ef8b23d664538","after":"cb743710b2ee5c8ed7de7123891463fc3a7a7fde","ref":"refs/heads/main","pushedAt":"2024-07-19T05:51:55.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"fix constant_keyword field type (#14807)\n\nSigned-off-by: kkewwei \r\n\r\ntest\r\n\r\nSigned-off-by: Daniel (dB.) Doubrovkine \r\nCo-authored-by: Daniel (dB.) Doubrovkine ","shortMessageHtmlLink":"fix constant_keyword field type (opensearch-project#14807)"}},{"before":"243e8db04edb1339dc308b877c3fd26bdc92acc9","after":"8ae728c5610900888449af2eae2ef8b23d664538","ref":"refs/heads/main","pushedAt":"2024-07-16T20:54:12.000Z","pushType":"push","commitsCount":50,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Fix bulk upsert ignores the default_pipeline and final_pipeline when the auto-created index matches the index template (#12891)\n\n* Fix bulk upsert ignores the default_pipeline and final_pipeline when auto-created index matches with the index template\r\n\r\nSigned-off-by: Gao Binlong \r\n\r\n* Modify changelog & comment\r\n\r\nSigned-off-by: Gao Binlong \r\n\r\n* Use new approach\r\n\r\nSigned-off-by: Gao Binlong \r\n\r\n* Fix test failure\r\n\r\nSigned-off-by: Gao Binlong \r\n\r\n---------\r\n\r\nSigned-off-by: Gao Binlong ","shortMessageHtmlLink":"Fix bulk upsert ignores the default_pipeline and final_pipeline when …"}},{"before":"0fff8082d7ef88582183ce935d274a46d2a9d48b","after":"243e8db04edb1339dc308b877c3fd26bdc92acc9","ref":"refs/heads/main","pushedAt":"2024-06-27T23:05:06.000Z","pushType":"push","commitsCount":75,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Bump Apache Lucene to 9.11.1 (#14576) (#14581)\n\n(cherry picked from commit 0095fd1a44b583a7457b4d4578cdf6a0ed1fd2f3)\r\n\r\nSigned-off-by: Andriy Redko ","shortMessageHtmlLink":"Bump Apache Lucene to 9.11.1 (opensearch-project#14576) (opensearch-p…"}},{"before":"a8017d84c45c5a32fbb35f84770ce4963cea8b1f","after":"0fff8082d7ef88582183ce935d274a46d2a9d48b","ref":"refs/heads/main","pushedAt":"2024-06-12T23:32:19.000Z","pushType":"push","commitsCount":158,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"Update to Apache Lucene 9.11.0 (#14074) (#14241)\n\nSigned-off-by: Andriy Redko ","shortMessageHtmlLink":"Update to Apache Lucene 9.11.0 (opensearch-project#14074) (opensearch…"}},{"before":"23c45d503534cdb1223a8b0b6294901eb19d6b03","after":null,"ref":"refs/heads/inner-hits-fix","pushedAt":"2024-05-03T01:50:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"}},{"before":"37df569367c5f57ee80785dbd446bd7ed7e49faa","after":"a8017d84c45c5a32fbb35f84770ce4963cea8b1f","ref":"refs/heads/main","pushedAt":"2024-05-03T01:50:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jainankitk","name":"Ankit Jain","path":"/jainankitk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8193480?s=80&v=4"},"commit":{"message":"[Tiered Caching] Adds stats implementation for TieredSpilloverCache (#13236)\n\nStats rework part 4 of 4 \r\n---------\r\n\r\nSigned-off-by: Peter Alfonsi \r\nCo-authored-by: Peter Alfonsi ","shortMessageHtmlLink":"[Tiered Caching] Adds stats implementation for TieredSpilloverCache (o…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxOTowMjowNy4wMDAwMDBazwAAAASzkl6P","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxOTowMjowNy4wMDAwMDBazwAAAASzkl6P","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0wM1QwMTo1MDozNS4wMDAwMDBazwAAAARAWRn3"}},"title":"Activity · jainankitk/OpenSearch"}