build: unifying build scripts with dev branch #241
Annotations
3 errors and 4 warnings
build
Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"}
{
name: 'HttpError',
id: '13522664074',
status: 422,
response: {
url: 'https://api.github.com/repos/FgForrest/evitaDB/releases',
status: 422,
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',
'content-length': '257',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Tue, 25 Feb 2025 13:55:53 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
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': 'F440:5B796:350FEA:366A23:67BDCBE9',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4997',
'x-ratelimit-reset': '1740495131',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '3',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'custom',
field: 'body',
message: 'body is too long (maximum is 125000 characters)'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '422'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/FgForrest/evitaDB/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.18.0 (linux; x64)',
'x-github-delivery': '13522664074',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/heads/release_2024-12","name":"v2024.12.9","tag_name":"v2024.12.9","body":"## What’s Changed\\n\\n- **build: syncing workflows with dev branch** @novoj (#792)<br/>\\n- **Cumulative hotfix** @novoj (#776)<br/>Refs: #774\\n- **chore: set time travel to disabled by default** @novoj (#773)<br/>Although time travel works on its own, we\'ve found that it\'s impractical to use in production because it takes up too much disk space. These issues need to be addressed first so that this feature doesn\'t cause problems on production systems:\\r\\n\\r\\n- https://github.com/FgForrest/evitaDB/issues/760\\r\\n- https://github.com/FgForrest/evitaDB/issues/421\\r\\n- https://github.com/FgForrest/evitaDB/issues/761\\r\\n\\r\\nThat\'s why we temporarily disable this feature in the default settings.\\r\\n\\r\\nRefs: #772\\n- **Release `2024.12`** @novoj (#765)<br/>\\n- **Update evitaLab to v2024.4.2** @lukashornych (#764)<br/>This PR updates embedded evitaLab with new released version.\\n- **ci(release-notes): better communicate changes in release notes. Refs: #758** @lukashornych (#763)<br/>Resolves #758 \\n- **fix(#755): Cannot use facetGroup conjunction/disjunction/negation on …** @novoj (#756)<br/>…non managed referenced groups\\n- **feat(#677): in scope container constraints fixes** @lukashornych (#754)<br/>\\n- **feat(#677): in scope container constraints** @novoj (#751)<br/>\\n- **Update evitaLab to v2024.4.1** @lukashornych (#750)<br/>This PR updates embedded evitaLab with new released version.\\n- **Update evitaLab to v2024.4.0** @lukashornych (#749)<br/>This PR updates embedded evitaLab with new relea
|
build
HttpError: Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"}
at /home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '13522664074',
name: 'push',
payload: {
after: '76e66a4d97b380b0c3875ea2d7b2fb5f5d1d019d',
base_ref: null,
before: '0000000000000000000000000000000000000000',
commits: [
{
author: {
email: '[email protected]',
name: 'Jan Novotný',
username: 'novoj'
},
committer: {
email: '[email protected]',
name: 'Jan Novotný',
username: 'novoj'
},
distinct: true,
id: 'a8ecf9a9be4ea445d3ca0018e3b3d03d852c1096',
message: 'fix: Reference with name X in entity Y is not indexed in scope LIVE and cannot be filtered by. Filtering by without index would be slow.\n' +
'\n' +
'Error was incorrectly issued when engine fails to find non existing index in correctly indexed scope.\n' +
'\n' +
'Ref: #815',
timestamp: '2025-02-25T14:41:23+01:00',
tree_id: 'c926ca3245169d448f972a6a528b0edefc64cd5d',
url: 'https://github.com/FgForrest/evitaDB/commit/a8ecf9a9be4ea445d3ca0018e3b3d03d852c1096'
},
{
author: {
email: '[email protected]',
name: 'Jan Novotný',
username: 'novoj'
},
committer: {
email: '[email protected]',
name: 'Jan Novotný',
username: 'novoj'
},
distinct: true,
id: '76e66a4d97b380b0c3875ea2d7b2fb5f5d1d019d',
message: 'build: unifying build scripts with dev branch',
timestamp: '2025-02-25T14:43:12+01:00',
tree_id: '96cdddb4b08fc79e73074c5878458ad9a1718477',
url: 'https://github.com/FgForrest/evitaDB/commit/76e66a4d97b380b0c3875ea2d7b2fb5f5d1d019d'
}
],
compare: 'https://github.com/FgForrest/evitaDB/compare/a8ecf9a9be4e^...76e66a4d97b3',
created: true,
deleted: false,
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Jan Novotný',
username: 'novoj'
},
committer: {
email: '[email protected]',
name: 'Jan Novotný',
username: 'novoj'
},
distinct: true,
id: '76e66a4d97b380b0c3875ea2d7b2fb5f5d1d019d',
message: 'build: unifying build scripts with dev branch',
timestamp: '2025-02-25T14:43:12+01:00',
tree_id: '96cdddb4b08fc79e73074c5878458ad9a1718477',
url: 'https://github.com/FgForrest/evitaDB/commit/76e66a4d97b380b0c3875ea2d7b2fb5f5d1d019d'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/797401?v=4',
description: '',
events_url: 'https://api.github.com/orgs/FgForrest/events',
hooks_url: 'https://api.github.com/orgs/FgForrest/hooks',
id: 797401,
issues_url: 'https://api.github.com/orgs/FgForrest/issues',
login: 'FgForrest',
members_url: 'https://api.github.com/orgs/FgForrest/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjc5NzQwMQ==',
public_members_url: 'https://api.github.com/orgs/FgForrest/public_members{/member}',
repos_url: 'https://api.github.com/orgs/FgForrest/repos',
url: 'https://api.github.com/orgs/FgForrest'
},
pusher: { email: '[email protected]', name: 'novoj' },
ref: 'refs/heads/release_2024-12',
repository: {
allow_forking: true,
archive_url: 'https://ap
|
build
Input required and not supplied: upload_url
|
build
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
build
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
build
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
build
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|