{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":590659968,"defaultBranch":"main","name":"search-processor","ownerLogin":"mingshl","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-01-18T22:51:14.000Z","ownerAvatar":"https://github.com/avatars/u/113382730?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1689371576.0","currentOid":""},"activityList":{"items":[{"before":"4311845dab83799c3df8620f1edeb71cf292f9bc","after":"7818957cb36a33ac70c679b405559ec910f20fb8","ref":"refs/heads/pass-environment-setting-to-personalize","pushedAt":"2023-07-17T19:57:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"add test coverage\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"add test coverage"}},{"before":"747cc440779d95ee3096f97dcc0ecfd2fcc4e9ec","after":"4311845dab83799c3df8620f1edeb71cf292f9bc","ref":"refs/heads/pass-environment-setting-to-personalize","pushedAt":"2023-07-14T21:58:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"pass environment setting to personalized setting while cluster is up\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"pass environment setting to personalized setting while cluster is up"}},{"before":null,"after":"747cc440779d95ee3096f97dcc0ecfd2fcc4e9ec","ref":"refs/heads/pass-environment-setting-to-personalize","pushedAt":"2023-07-14T21:52:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"pass environment setting to personalized setting while cluster is up\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"pass environment setting to personalized setting while cluster is up"}},{"before":"10776c99ad8b6076291a6ad3964fd8c8fe4e0231","after":"721a695312c38e62b12d2a5d166b9257598ab26d","ref":"refs/heads/main","pushedAt":"2023-07-14T21:51:46.300Z","pushType":"push","commitsCount":2,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Add Release Note 2.9.0 (#154)\n\n* add release note 2.9.0\r\n\r\nSigned-off-by: Mingshi Liu \r\n\r\n* rename Prs to be more descriptive\r\n\r\nSigned-off-by: Mingshi Liu \r\n\r\n---------\r\n\r\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"Add Release Note 2.9.0 (opensearch-project#154)"}},{"before":"10776c99ad8b6076291a6ad3964fd8c8fe4e0231","after":"721a695312c38e62b12d2a5d166b9257598ab26d","ref":"refs/heads/main","pushedAt":"2023-07-14T21:51:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Add Release Note 2.9.0 (#154)\n\n* add release note 2.9.0\r\n\r\nSigned-off-by: Mingshi Liu \r\n\r\n* rename Prs to be more descriptive\r\n\r\nSigned-off-by: Mingshi Liu \r\n\r\n---------\r\n\r\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"Add Release Note 2.9.0 (opensearch-project#154)"}},{"before":null,"after":"06a2e19fba3e88ef6f668d65097f656e17deef3a","ref":"refs/heads/pass-setting-to-personalize","pushedAt":"2023-07-14T21:49:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main'\n\n# Conflicts:\n#\tsrc/main/java/org/opensearch/search/relevance/SearchRelevancePlugin.java\n#\tsrc/main/java/org/opensearch/search/relevance/transformer/personalizeintelligentranking/client/PersonalizeClientSettings.java","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main'"}},{"before":null,"after":"bdfd68678b40a31288be5c7553abd99b2782fea0","ref":"refs/heads/fix-personalized-setting","pushedAt":"2023-07-14T21:42:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"pass environment setting to personalized setting while cluster is up\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"pass environment setting to personalized setting while cluster is up"}},{"before":null,"after":"e4329847fd07d7e70447dccea9d6e5769d1c9684","ref":"refs/heads/backport/backport-135-to-2.8","pushedAt":"2023-07-12T23:01:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Fetch index settings asynchronously (#135)\n\nIn some cases, like using ./gradlew run, I've run into issues where\nOpenSearch crashes, complaining that we're making a blocking call on a\nlistener thread, because we fetch index settings to see if a result\ntransformer has been configured for the current index.\n\nI'm kind of surprised that we haven't run into this in production\nuse-cases, but it may just be because assertions are not enabled in\nproduction. Regardless, blocking calls on listener threads are a bad\nidea, since that's how you run out of listener threads.\n\nThis change makes the index settings call asynchronous and chains the\nremaining logic off of that.\n\nSigned-off-by: Michael Froh ","shortMessageHtmlLink":"Fetch index settings asynchronously (opensearch-project#135)"}},{"before":"d543d7ae5c1e433aae612705093816a346015e12","after":"38db37b232446cb3f095fef9d5ff268c7459e05a","ref":"refs/heads/add-release-note-2.9.0","pushedAt":"2023-07-12T18:38:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"rename Prs to be more descriptive\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"rename Prs to be more descriptive"}},{"before":null,"after":"cb19dcbe4afc9b0b326073f47929c5d32ddf15c7","ref":"refs/heads/backport/backport-135-to-2.x","pushedAt":"2023-07-12T01:57:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Fetch index settings asynchronously (#135)\n\nIn some cases, like using ./gradlew run, I've run into issues where\nOpenSearch crashes, complaining that we're making a blocking call on a\nlistener thread, because we fetch index settings to see if a result\ntransformer has been configured for the current index.\n\nI'm kind of surprised that we haven't run into this in production\nuse-cases, but it may just be because assertions are not enabled in\nproduction. Regardless, blocking calls on listener threads are a bad\nidea, since that's how you run out of listener threads.\n\nThis change makes the index settings call asynchronous and chains the\nremaining logic off of that.\n\nSigned-off-by: Michael Froh ","shortMessageHtmlLink":"Fetch index settings asynchronously (opensearch-project#135)"}},{"before":"e31367d9b94e0562f60b82013687aec4bc6810fe","after":"d49b2c191fc7b4b7e0a781f76c3741841a007631","ref":"refs/heads/backport/backport-152-to-2.x","pushedAt":"2023-07-12T01:26:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Add ignoreFailure and pipelineContext (#152)\n\n* Add ignoreFailure and pipelineContext\n\nSigned-off-by: Mingshi Liu \n\n* use lowercase\n\nSigned-off-by: Mingshi Liu \n\n---------\n\nSigned-off-by: Mingshi Liu \n(cherry picked from commit c15274e83c425197b3cfdcf9f5c487d37d9f733b)\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"Add ignoreFailure and pipelineContext (opensearch-project#152)"}},{"before":"49e264759e6e8bb68ebb8d846af6a749cd6bc455","after":"fcde84e15cc67e66b4e8431731620879d6186119","ref":"refs/heads/backport/backport-134-to-2.x","pushedAt":"2023-07-12T01:18:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"cherry pick 3704821ce373516f9da18e07deec6e22360918e9\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"cherry pick 3704821"}},{"before":null,"after":"49e264759e6e8bb68ebb8d846af6a749cd6bc455","ref":"refs/heads/backport/backport-134-to-2.x","pushedAt":"2023-07-12T01:12:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"cherry pick 3704821ce373516f9da18e07deec6e22360918e9","shortMessageHtmlLink":"cherry pick 3704821"}},{"before":"b4564ec89dd03f5e43ec4f57ea901568c39da07f","after":"8a3f0e627c33ed531d11150994c92a5862b92e51","ref":"refs/heads/2.x","pushedAt":"2023-07-12T01:03:14.792Z","pushType":"push","commitsCount":1,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Bump httpclient to 4.5.14 and httpcore to 4.4.16 (#156) (#157)\n\nSigned-off-by: Mingshi Liu \r\n(cherry picked from commit 10776c99ad8b6076291a6ad3964fd8c8fe4e0231)\r\n\r\nCo-authored-by: Mingshi Liu <113382730+mingshl@users.noreply.github.com>","shortMessageHtmlLink":"Bump httpclient to 4.5.14 and httpcore to 4.4.16 (opensearch-project#156"}},{"before":"b4564ec89dd03f5e43ec4f57ea901568c39da07f","after":"8a3f0e627c33ed531d11150994c92a5862b92e51","ref":"refs/heads/2.x","pushedAt":"2023-07-12T01:03:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Bump httpclient to 4.5.14 and httpcore to 4.4.16 (#156) (#157)\n\nSigned-off-by: Mingshi Liu \r\n(cherry picked from commit 10776c99ad8b6076291a6ad3964fd8c8fe4e0231)\r\n\r\nCo-authored-by: Mingshi Liu <113382730+mingshl@users.noreply.github.com>","shortMessageHtmlLink":"Bump httpclient to 4.5.14 and httpcore to 4.4.16 (opensearch-project#156"}},{"before":"0858c1fbaf2a69cc69a0d45115f477bf6e44196a","after":"10776c99ad8b6076291a6ad3964fd8c8fe4e0231","ref":"refs/heads/main","pushedAt":"2023-07-12T01:02:34.239Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Bump httpclient to 4.5.14 and httpcore to 4.4.16 (#156)\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"Bump httpclient to 4.5.14 and httpcore to 4.4.16 (opensearch-project#156"}},{"before":"0858c1fbaf2a69cc69a0d45115f477bf6e44196a","after":"10776c99ad8b6076291a6ad3964fd8c8fe4e0231","ref":"refs/heads/main","pushedAt":"2023-07-12T01:02:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Bump httpclient to 4.5.14 and httpcore to 4.4.16 (#156)\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"Bump httpclient to 4.5.14 and httpcore to 4.4.16 (opensearch-project#156"}},{"before":"de43e910dcccd707fb76a9054d1dfeb6fae59623","after":"603027bd98a7f45f6f6bffbc12add6f89dfa2d61","ref":"refs/heads/add-ignoreFailure-and-pipelineContext","pushedAt":"2023-07-12T00:43:12.248Z","pushType":"push","commitsCount":4,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Merge branch 'opensearch-project:main' into add-ignoreFailure-and-pipelineContext","shortMessageHtmlLink":"Merge branch 'opensearch-project:main' into add-ignoreFailure-and-pip…"}},{"before":"de43e910dcccd707fb76a9054d1dfeb6fae59623","after":"603027bd98a7f45f6f6bffbc12add6f89dfa2d61","ref":"refs/heads/add-ignoreFailure-and-pipelineContext","pushedAt":"2023-07-12T00:43:12.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Merge branch 'opensearch-project:main' into add-ignoreFailure-and-pipelineContext","shortMessageHtmlLink":"Merge branch 'opensearch-project:main' into add-ignoreFailure-and-pip…"}},{"before":"80cdc59284cdaf78b844bff9f479ce4b9079edd9","after":"e31367d9b94e0562f60b82013687aec4bc6810fe","ref":"refs/heads/backport/backport-152-to-2.x","pushedAt":"2023-07-12T00:38:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Add ignoreFailure and pipelineContext (#152)\n\n* Add ignoreFailure and pipelineContext\n\nSigned-off-by: Mingshi Liu \n\n* use lowercase\n\nSigned-off-by: Mingshi Liu \n\n---------\n\nSigned-off-by: Mingshi Liu \n(cherry picked from commit c15274e83c425197b3cfdcf9f5c487d37d9f733b)","shortMessageHtmlLink":"Add ignoreFailure and pipelineContext (opensearch-project#152)"}},{"before":null,"after":"80cdc59284cdaf78b844bff9f479ce4b9079edd9","ref":"refs/heads/backport/backport-152-to-2.x","pushedAt":"2023-07-12T00:36:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Add ignoreFailure and pipelineContext (#152)\n\n* Add ignoreFailure and pipelineContext\n\nSigned-off-by: Mingshi Liu \n\n* use lowercase\n\nSigned-off-by: Mingshi Liu \n\n---------\n\nSigned-off-by: Mingshi Liu \n(cherry picked from commit c15274e83c425197b3cfdcf9f5c487d37d9f733b)","shortMessageHtmlLink":"Add ignoreFailure and pipelineContext (opensearch-project#152)"}},{"before":null,"after":"0858c1fbaf2a69cc69a0d45115f477bf6e44196a","ref":"refs/heads/bump-version","pushedAt":"2023-07-11T23:05:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Bump httpclient to 4.5.14 and httpcore to 4.4.16\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"Bump httpclient to 4.5.14 and httpcore to 4.4.16"}},{"before":"174ae5fa21da221bc5d75225e9a019e115b56d2e","after":"0858c1fbaf2a69cc69a0d45115f477bf6e44196a","ref":"refs/heads/main","pushedAt":"2023-07-11T23:02:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Bump httpclient to 4.5.14 and httpcore to 4.4.16\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"Bump httpclient to 4.5.14 and httpcore to 4.4.16"}},{"before":"c15274e83c425197b3cfdcf9f5c487d37d9f733b","after":"174ae5fa21da221bc5d75225e9a019e115b56d2e","ref":"refs/heads/main","pushedAt":"2023-07-11T22:57:11.639Z","pushType":"push","commitsCount":1,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"add release note 2.8.0 (#153)\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"add release note 2.8.0 (opensearch-project#153)"}},{"before":"c15274e83c425197b3cfdcf9f5c487d37d9f733b","after":"174ae5fa21da221bc5d75225e9a019e115b56d2e","ref":"refs/heads/main","pushedAt":"2023-07-11T22:57:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"add release note 2.8.0 (#153)\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"add release note 2.8.0 (opensearch-project#153)"}},{"before":"44ab5fe6bd51ce2c5a461320910b24ba2a9132da","after":"b4564ec89dd03f5e43ec4f57ea901568c39da07f","ref":"refs/heads/2.x","pushedAt":"2023-07-11T22:40:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Implementing scoring logic for reranking open search hits based on personalize campaign response (#147) (#149)\n\nSigned-off-by: Prashant Mishra \r\n(cherry picked from commit 25d3e085de46050441f31606bfff0d86373679e5)\r\n\r\nCo-authored-by: mishprs <134436274+mishprs@users.noreply.github.com>","shortMessageHtmlLink":"Implementing scoring logic for reranking open search hits based on pe…"}},{"before":"064d64af062f27624de6c712db1eef370edc9ce5","after":"44ab5fe6bd51ce2c5a461320910b24ba2a9132da","ref":"refs/heads/2.x","pushedAt":"2023-07-11T22:32:19.731Z","pushType":"push","commitsCount":3,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Merge branch 'opensearch-project:2.x' into 2.x","shortMessageHtmlLink":"Merge branch 'opensearch-project:2.x' into 2.x"}},{"before":"064d64af062f27624de6c712db1eef370edc9ce5","after":"44ab5fe6bd51ce2c5a461320910b24ba2a9132da","ref":"refs/heads/2.x","pushedAt":"2023-07-11T22:32:19.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"Merge branch 'opensearch-project:2.x' into 2.x","shortMessageHtmlLink":"Merge branch 'opensearch-project:2.x' into 2.x"}},{"before":null,"after":"d543d7ae5c1e433aae612705093816a346015e12","ref":"refs/heads/add-release-note-2.9.0","pushedAt":"2023-07-11T22:29:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"add release note 2.9.0\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"add release note 2.9.0"}},{"before":"2f3e8db91e6334061e43cc7819fe19d565a9c7f3","after":"e42763e650b4e719931f8c31e05cdf649f7f1acd","ref":"refs/heads/add-release-note-2.8.0","pushedAt":"2023-07-11T22:20:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mingshl","name":"Mingshi Liu","path":"/mingshl","primaryAvatarUrl":"https://github.com/avatars/u/113382730?s=80&v=4"},"commit":{"message":"add release note 2.8.0\n\nSigned-off-by: Mingshi Liu ","shortMessageHtmlLink":"add release note 2.8.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0xN1QxOTo1NzozNi4wMDAwMDBazwAAAANXWP5m","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0xN1QxOTo1NzozNi4wMDAwMDBazwAAAANXWP5m","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0xMVQyMjoyMDoyNC4wMDAwMDBazwAAAANThjfJ"}},"title":"Activity · mingshl/search-processor"}