{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":49009676,"defaultBranch":"main","name":"elasticsearch","ownerLogin":"droberts195","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2016-01-04T16:42:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7405510?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710932605.0","currentOid":""},"activityList":{"items":[{"before":"190df621581bfd977d767c893dfb7ba547474599","after":null,"ref":"refs/heads/fork_stats_work","pushedAt":"2024-03-20T11:03:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":"98d45f8f01fc06f3bdd6127bf3775a03966b5af2","after":"190df621581bfd977d767c893dfb7ba547474599","ref":"refs/heads/fork_stats_work","pushedAt":"2024-03-20T10:16:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"Finishing off","shortMessageHtmlLink":"Finishing off"}},{"before":"ae2cb66680d7290b189ed55ef41fefade81b9bae","after":"98d45f8f01fc06f3bdd6127bf3775a03966b5af2","ref":"refs/heads/fork_stats_work","pushedAt":"2024-03-20T09:24:56.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"Merge pull request #1 from DaveCTurner/2024/03/19/99439-example\n\nSuggestions","shortMessageHtmlLink":"Merge pull request #1 from DaveCTurner/2024/03/19/99439-example"}},{"before":"d093fb31b1a3800b73043ef56b30edd300b27093","after":"ae2cb66680d7290b189ed55ef41fefade81b9bae","ref":"refs/heads/fork_stats_work","pushedAt":"2024-03-19T18:59:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"Track down failure given that it OOMs the test harness","shortMessageHtmlLink":"Track down failure given that it OOMs the test harness"}},{"before":"475e98e125be3db300023f5f376e19e1bef64fa8","after":"d093fb31b1a3800b73043ef56b30edd300b27093","ref":"refs/heads/fork_stats_work","pushedAt":"2024-03-19T16:53:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"Second attempt","shortMessageHtmlLink":"Second attempt"}},{"before":"c6e39dcfda73ed9168d5522d8613baae50802baf","after":"475e98e125be3db300023f5f376e19e1bef64fa8","ref":"refs/heads/fork_stats_work","pushedAt":"2024-03-19T15:31:18.000Z","pushType":"push","commitsCount":4057,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"Apply code review suggestions","shortMessageHtmlLink":"Apply code review suggestions"}},{"before":"afbcdd4ec4d8fc7cce2f0d6745532479bef27a9c","after":null,"ref":"refs/heads/fix_release_tests","pushedAt":"2024-03-08T15:26:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":null,"after":"afbcdd4ec4d8fc7cce2f0d6745532479bef27a9c","ref":"refs/heads/fix_release_tests","pushedAt":"2024-03-08T13:50:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Make two tests work regardless of failure store feature flag\n\nTwo ML unit tests make assertions that are sensitive to whether\nthe new failure store functionality is available or not. Since\nthis functionality is still in a state of flux, accept error\nmessages either with or without the new parts for now.\n\n(Even if the old text was left as an option forever it wouldn't\nreally harm the ability of the tests to detect regressions as\nit's virtually impossible that some other bug would cause the\ntext to go back to exactly what it was before.)\n\nFixes #106107\nFixes #106108","shortMessageHtmlLink":"[ML] Make two tests work regardless of failure store feature flag"}},{"before":"dd3c8a53b53b62e5ba9e7f186b376817a42d761d","after":null,"ref":"refs/heads/backport/8.13/pr-105987","pushedAt":"2024-03-06T10:55:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":null,"after":"dd3c8a53b53b62e5ba9e7f186b376817a42d761d","ref":"refs/heads/backport/8.13/pr-105987","pushedAt":"2024-03-06T10:09:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Fix `categorize_text` aggregation nested under empty buckets (#105987)\n\nPreviously the `categorize_text` aggregation could throw an\r\nexception if nested as a sub-aggregation of another aggregation\r\nthat produced empty buckets at the end of its results. This\r\nchange avoids this possibility.\r\n\r\nFixes #105836","shortMessageHtmlLink":"[ML] Fix categorize_text aggregation nested under empty buckets (el…"}},{"before":"0c19da763c47abdafeae78d89f3072341e9e460a","after":null,"ref":"refs/heads/fix_categorization_nested_under_empty_buckets","pushedAt":"2024-03-06T10:08:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":"93917cfd8827ac51f22b276b4dea1ff34411ce73","after":"0c19da763c47abdafeae78d89f3072341e9e460a","ref":"refs/heads/fix_categorization_nested_under_empty_buckets","pushedAt":"2024-03-05T16:55:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"Update docs/changelog/105987.yaml","shortMessageHtmlLink":"Update docs/changelog/105987.yaml"}},{"before":null,"after":"93917cfd8827ac51f22b276b4dea1ff34411ce73","ref":"refs/heads/fix_categorization_nested_under_empty_buckets","pushedAt":"2024-03-05T16:53:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Fix `categorize_text` aggregation nested under empty buckets\n\nPreviously the `categorize_text` aggregation could throw an\nexception if nested as a sub-aggregation of another aggregation\nthat produced empty buckets at the end of its results. This\nchange avoids this possibility.\n\nFixes #105836","shortMessageHtmlLink":"[ML] Fix categorize_text aggregation nested under empty buckets"}},{"before":"5bd33ccafec33f649fee504c1d0a36d5853b53a4","after":null,"ref":"refs/heads/fix_dfa_update_config_it","pushedAt":"2024-02-22T21:18:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":null,"after":"5bd33ccafec33f649fee504c1d0a36d5853b53a4","ref":"refs/heads/fix_dfa_update_config_it","pushedAt":"2024-02-22T17:59:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Fix DataFrameAnalyticsConfigProviderIT.testUpdate_UpdateCannotBeAppliedWhenTaskIsRunning\n\nThe test failed 1 in 32 times because if the value used in the update\nmatched the random value used in the original config created by\nDataFrameAnalyticsConfigTests.createRandom then the update would be\na no-op and no exception would be thrown.\n\nFixes #58814","shortMessageHtmlLink":"[ML] Fix DataFrameAnalyticsConfigProviderIT.testUpdate_UpdateCannotBe…"}},{"before":"705a84224a6e649b94dae432f8b3926bb079f692","after":null,"ref":"refs/heads/backport/8.13/pr-105735","pushedAt":"2024-02-22T15:08:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":null,"after":"705a84224a6e649b94dae432f8b3926bb079f692","ref":"refs/heads/backport/8.13/pr-105735","pushedAt":"2024-02-22T14:29:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Unmute KDETests.testCdfAndSf (#105735)\n\nThis test was supposed to be fixed by #102878, however,\r\nthe test was not unmuted in that PR.\r\n\r\nRelates #102876","shortMessageHtmlLink":"[ML] Unmute KDETests.testCdfAndSf (elastic#105735)"}},{"before":"42450a297eae57d2cc22af237cfad07d7c41676b","after":null,"ref":"refs/heads/unmute_fixed_test","pushedAt":"2024-02-22T14:28:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":"1d93db328143b7d0eecf487c9f81603d40874219","after":null,"ref":"refs/heads/backport/8.13/pr-105727","pushedAt":"2024-02-22T13:37:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":null,"after":"42450a297eae57d2cc22af237cfad07d7c41676b","ref":"refs/heads/unmute_fixed_test","pushedAt":"2024-02-22T13:06:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Unmute KDETests.testCdfAndSf\n\nThis test was supposed to be fixed by #102878, however,\nthe test was not unmuted in that PR.\n\nRelates #102876","shortMessageHtmlLink":"[ML] Unmute KDETests.testCdfAndSf"}},{"before":"2720e33886a941491e1b92868c67b930601c20a0","after":null,"ref":"refs/heads/unmute_model_deployment_bwc_tests","pushedAt":"2024-02-22T12:53:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":null,"after":"1d93db328143b7d0eecf487c9f81603d40874219","ref":"refs/heads/backport/8.13/pr-105727","pushedAt":"2024-02-22T12:53:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Fix AutodetectMemoryLimitIT.testManyDistinctOverFields (#105727)\n\nIt seems that the changes of https://github.com/elastic/ml-cpp/pull/2585\r\ncombined with the randomness of the test could cause it to fail\r\nvery occasionally, and by a tiny percentage over the expected\r\nupper bound. This change reenables the test by very slightly\r\nincreasing the upper bound.\r\n\r\nFixes #105347","shortMessageHtmlLink":"[ML] Fix AutodetectMemoryLimitIT.testManyDistinctOverFields (elastic#…"}},{"before":"9c6685b94ffc10dc945194ea8913d418f65ea334","after":null,"ref":"refs/heads/fix_mem_lim_test","pushedAt":"2024-02-22T12:52:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":null,"after":"2720e33886a941491e1b92868c67b930601c20a0","ref":"refs/heads/unmute_model_deployment_bwc_tests","pushedAt":"2024-02-22T10:46:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Unmute model deployment BWC tests\n\nThe failure of #103808 might be fixed by the upgrade to PyTorch 2.1.2.\nIt's not good that we have this entire suite muted, so I'll try\nunmuting for a bit and see if we get any repeat failures.","shortMessageHtmlLink":"[ML] Unmute model deployment BWC tests"}},{"before":null,"after":"9c6685b94ffc10dc945194ea8913d418f65ea334","ref":"refs/heads/fix_mem_lim_test","pushedAt":"2024-02-22T10:34:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Fix AutodetectMemoryLimitIT.testManyDistinctOverFields\n\nIt seems that the changes of https://github.com/elastic/ml-cpp/pull/2585\ncombined with the randomness of the test could cause it to fail\nvery occasionally, and by a tiny percentage over the expected\nupper bound. This change reenables the test by very slightly\nincreasing the upper bound.\n\nFixes #105347","shortMessageHtmlLink":"[ML] Fix AutodetectMemoryLimitIT.testManyDistinctOverFields"}},{"before":"d77c3079fc3f355e5492f9c2363af2796e164d5b","after":null,"ref":"refs/heads/efficient_regex","pushedAt":"2024-02-21T17:27:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":"4ed38eb8ea744c3e352997622758b007b45e0995","after":"d77c3079fc3f355e5492f9c2363af2796e164d5b","ref":"refs/heads/efficient_regex","pushedAt":"2024-02-21T16:28:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"Anchor the regex","shortMessageHtmlLink":"Anchor the regex"}},{"before":null,"after":"4ed38eb8ea744c3e352997622758b007b45e0995","ref":"refs/heads/efficient_regex","pushedAt":"2024-02-21T16:15:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"[ML] Make regex more efficient\n\nThe regex that was used to detect document IDs left over from\nversion 5.4 had a leading (.*) which can be very inefficient.\nIt's not hard to refactor the test for version 5.4 doc IDs to\nuse a more deterministic regex plus a simple scan for a single\ncharacter.","shortMessageHtmlLink":"[ML] Make regex more efficient"}},{"before":"89cbc9549c0382f4d69659f886e9618e8bb33ac7","after":null,"ref":"refs/heads/detect_8x_ml_nodes","pushedAt":"2024-02-20T13:42:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"}},{"before":"4fd3476ccb69fec9926b58b4ce88d7af992f1dad","after":"89cbc9549c0382f4d69659f886e9618e8bb33ac7","ref":"refs/heads/detect_8x_ml_nodes","pushedAt":"2024-02-20T12:19:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"droberts195","name":"David Roberts","path":"/droberts195","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7405510?s=80&v=4"},"commit":{"message":"Update docs/changelog/105653.yaml","shortMessageHtmlLink":"Update docs/changelog/105653.yaml"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEGo5OggA","startCursor":null,"endCursor":null}},"title":"Activity · droberts195/elasticsearch"}