fix map type validation issue in processors (#687) #65
draft-release-notes-workflow.yml
on: push
Update draft release notes
12s
Annotations
2 errors and 1 warning
Update draft release notes
Resource not accessible by integration
{
name: 'HttpError',
id: '9389990587',
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: 'Wed, 05 Jun 2024 19:18: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': 'D0C1:34341:1A464C:2C72C6:6660BA1E',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4997',
'x-ratelimit-reset': '1717618725',
'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: '9389990587',
name: 'push',
payload: {
after: '54ac672f6df792a8eb5746bfe835f474a7278227',
base_ref: null,
before: 'f0a4ac109f7780bd51bf88644333e0f4800e2016',
commits: [
{
author: {
email: '[email protected]',
name: 'Martin Gaievski',
username: 'martin-gaievski'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '940a7ea5850d7778b53a08ce806d5baf10141703',
message: 'Use lazy initialization for priority queue of hits and scores to improve latencies by 20% (#746)\n' +
'\n' +
'* Optimize PQ for hybrid scores\r\n' +
'\r\n' +
'Signed-off-by: Martin Gaievski <[email protected]>',
timestamp: '2024-05-21T11:45:57-07:00',
tree_id: 'd7d7e7437ed1a60fbb7f4884d3efdf32f59b184b',
url: 'https://github.com/martin-gaievski/neural-search/commit/940a7ea5850d7778b53a08ce806d5baf10141703'
},
{
author: {
email: '[email protected]',
name: 'Varun Jain',
username: 'vibrantvarun'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '70d0975305365fb8264ccbce05655f717a467f2d',
message: 'Bug fix for total hits counts mismatch in hybrid query (#757)',
timestamp: '2024-05-24T13:40:14-07:00',
|
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: '9389990587',
name: 'push',
payload: {
after: '54ac672f6df792a8eb5746bfe835f474a7278227',
base_ref: null,
before: 'f0a4ac109f7780bd51bf88644333e0f4800e2016',
commits: [
{
author: {
email: '[email protected]',
name: 'Martin Gaievski',
username: 'martin-gaievski'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '940a7ea5850d7778b53a08ce806d5baf10141703',
message: 'Use lazy initialization for priority queue of hits and scores to improve latencies by 20% (#746)\n' +
'\n' +
'* Optimize PQ for hybrid scores\r\n' +
'\r\n' +
'Signed-off-by: Martin Gaievski <[email protected]>',
timestamp: '2024-05-21T11:45:57-07:00',
tree_id: 'd7d7e7437ed1a60fbb7f4884d3efdf32f59b184b',
url: 'https://github.com/martin-gaievski/neural-search/commit/940a7ea5850d7778b53a08ce806d5baf10141703'
},
{
author: {
email: '[email protected]',
name: 'Varun Jain',
username: 'vibrantvarun'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '70d0975305365fb8264ccbce05655f717a467f2d',
message: 'Bug fix for total hits counts mismatch in hybrid query (#757)',
timestamp: '2024-05-24T13:40:14-07:00',
tree_id: '4efa333d44a867d74d6a8d222c4b558d6c66d76d',
url: 'https://github.com/martin-gaievski/neural-search/commit/70d0975305365fb8264ccbce05655f717a467f2d'
},
{
author: {
email: '[email protected]',
name: 'Varun Lodaya',
username: 'varun-lodaya'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '0255bf059771bf6ac0a9443826800aba0ae69985',
message: 'Updating security reachout email (#748)\n' +
'\n' +
'Signed-off-by: Varun Lodaya <[email protected]>',
timestamp: '2024-05-27T09:57:49+08:00',
tree_id: '4af0257397c3a9cb6ddbb47b6c6cb6a114cf6f37',
url: 'https://github.com/martin-gaievski/neural-search/commit/0255bf059771bf6ac0a9443826800aba0ae69985'
},
{
author: {
email: '[email protected]',
name: 'Liyun Xiu',
username: 'chishui'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'afd1215a930a14cb889ea8751997a8a18cce5d1a',
message: '[FEATURE] Support batch ingestion in TextEmbeddingProcessor & SparseEncodingProcessor (#744)\n' +
'\n' +
'* Support batch ingestion in TextEmbeddingProcess & SparseEncodingProcessor\r\n' +
'\r\n' +
'Signed-off-by: Liyun Xiu <[email protected]>\r\n' +
'\r\n' +
'* Update Changelog\r\n' +
'\r\n' +
'Signed-off-by: Liyun Xiu <[email protected]>\r\n' +
'\r\n' +
'* Add UT and IT\r\n' +
'\r\n' +
'Signed-off-by: Liyun Xiu <[email protected]>\r\n' +
'\r\n' +
'* Add comments\r\n' +
'\r\n' +
'Signed-off-by: Liyun Xiu <[email protected]>\r\n' +
'\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/.
|