Skip to content

Fix runtime exceptions in hybrid query for case when sub-query scorer… #50

Fix runtime exceptions in hybrid query for case when sub-query scorer…

Fix runtime exceptions in hybrid query for case when sub-query scorer… #50

Triggered via push March 11, 2024 16:21
Status Success
Total duration 24s
Artifacts
Update draft release notes
11s
Update draft release notes
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Update draft release notes
Resource not accessible by integration { name: 'HttpError', id: '8236246420', status: 403, response: { url: 'https://api.github.com/repos/martin-gaievski/neural-search/releases', status: 403, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Mon, 11 Mar 2024 16:21:54 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': '4481:2349:7498EA2:77B7B08:65EF2FA2', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4997', 'x-ratelimit-reset': '1710177707', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '3', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/martin-gaievski/neural-search/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"refs/heads/main","name":"Version (set here)","tag_name":"(None)","body":"Compatible with OpenSearch (**set version here**).\\n* No changes\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '8236246420', name: 'push', payload: { after: 'c9cdcc148cd176becfc1456c9f27ab90aa4bfcf5', base_ref: null, before: 'b97dbe80f0b1dd8578a2dcdbed702c7660849747', commits: [ { author: { email: '[email protected]', name: 'Gopala-Krishna Char', username: 'krishy91' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'ea49d3c5006efff9dfa36e69791ae9a8e468d25a', message: 'Handle case with nested list of objects (#477)\n' + '\n' + '* Handle case with nested list of objects\r\n' + '\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* fix validateEmbeddingsFieldValues Method\r\n' + '\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* spotless formatting\r\n' + '\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* Onboard jenkins prod docker images on github actions (#483)\r\n' + '\r\n' + 'Signed-off-by: Peter Zhu <[email protected]>\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* Update dependency org.json:json to v20231013 (#481)\r\n' + '\r\n' + 'C
Update draft release notes
HttpError: Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '8236246420', name: 'push', payload: { after: 'c9cdcc148cd176becfc1456c9f27ab90aa4bfcf5', base_ref: null, before: 'b97dbe80f0b1dd8578a2dcdbed702c7660849747', commits: [ { author: { email: '[email protected]', name: 'Gopala-Krishna Char', username: 'krishy91' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'ea49d3c5006efff9dfa36e69791ae9a8e468d25a', message: 'Handle case with nested list of objects (#477)\n' + '\n' + '* Handle case with nested list of objects\r\n' + '\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* fix validateEmbeddingsFieldValues Method\r\n' + '\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* spotless formatting\r\n' + '\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* Onboard jenkins prod docker images on github actions (#483)\r\n' + '\r\n' + 'Signed-off-by: Peter Zhu <[email protected]>\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* Update dependency org.json:json to v20231013 (#481)\r\n' + '\r\n' + 'Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* [Backport main manually][bug fix] Fix async actions are left in neural_sparse query (#438) (#479)\r\n' + '\r\n' + '* [bug fix] Fix async actions are left in neural_sparse query (#438)\r\n' + '\r\n' + '* add serialization and deserialization\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* hash, equals. + UT\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* tidy\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* add test\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '---------\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '(cherry picked from commit 51e6c00770d27fb4eabc20c38bdeff23c5c45997)\r\n' + '\r\n' + '* rm max_token_score\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* add changelog\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '* tidy\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + '\r\n' + '---------\r\n' + '\r\n' + 'Signed-off-by: zhichao-aws <[email protected]>\r\n' + 'Signed-off-by: Gopala-Krishna.Char <[email protected]>\r\n' + '\r\n' + '* Fixed exception for case when Hybrid query being wrapped into bool query (#490)\r\n' +
Update draft release notes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.