feat: uplot graph is added and some re-rendering is reduced #8825
release-drafter.yml
on: pull_request
update_release_draft
7s
Annotations
2 errors
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '6875674755',
status: 422,
response: {
url: 'https://api.github.com/repos/SigNoz/signoz/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',
connection: 'close',
'content-length': '195',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 15 Nov 2023 09:56:41 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': '8780:0F3D:C95C:1A8B6:655495D9',
'x-ratelimit-limit': '15000',
'x-ratelimit-remaining': '14919',
'x-ratelimit-reset': '1700042924',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '81',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'invalid',
field: 'target_commitish'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/SigNoz/signoz/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/pull/3771/merge","name":"v0.33.2","tag_name":"v0.33.2","body":"# What's Changed\\n* feat: happy flow for services from list view to all the three details tab rendering the correct tables (#3942) @Vikrant2520\\n* pkg/query-service/app: fix dropped error (#3842) @alrs\\n* docs: added ror onboarding docs (#3927) @Calm-Rock\\n* feat: added services page playwright tests (#3928) @Vikrant2520\\n* fix(tags): tag modification in triggered alerts page (#3873) @joemiltonm\\n* [Refactor]: global time range for promql query (#3935) @Rajat-Dabade\\n* Release/v0.33.1 (#3882) @prashant-shahi\\n\\n## 🚀 Features\\n\\n* feat(FE): dashboard alerts is added (#3908) @palashgdev\\n* fix: full View styles and saving feature (#3948) @palashgdev\\n* feat: uplot styles are fixed and build is fixed (#3941) @palashgdev\\n* feat: alert threshold is added (#3931) @palashgdev\\n* feat: replace time series graph in logs explorer and trace explorer w… (#3925) @YounixM\\n* feat: use spline renderer to plot curved line graphs, full view impor… (#3919) @YounixM\\n* [Feat]: Full View (#3896) @Rajat-Dabade\\n* feat: resize graph based on the y axis max label length (#3895) @YounixM\\n* feat: dashboard lock feature (#3880) @YounixM\\n\\n## 🐛 Bug Fixes\\n\\n* fix: loading over flow is fixed (#3969) @palashgdev\\n* fix: timestamp for start and end is updated for view trace (#3966) @palashgdev\\n* fix: adding 2 pipeline processors with same name should not break the UI (#3943) @rkssisodiya\\n* fix: full View styles and saving feature (#3948) @palashgdev\\n* Fix/app dex aligment (#3944) @palashgdev\\n* fix: try Signoz button is visible on success (#3906) @palashgdev\\n* feat: uplot styles are fixed and build is fixed (#3941) @palashgdev\\n* fix: trace_parser removed (#3937) @ni
|
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
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: '6875674755',
name: 'pull_request',
payload: {
action: 'synchronize',
after: '8976330ddf69e08f4e9619e3d8565cc33c39bba2',
before: '93d892cf11772a8604f935f557955b0b56b8020d',
number: 3771,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/76905799?v=4',
description: 'Open source Observability Platform',
events_url: 'https://api.github.com/orgs/SigNoz/events',
hooks_url: 'https://api.github.com/orgs/SigNoz/hooks',
id: 76905799,
issues_url: 'https://api.github.com/orgs/SigNoz/issues',
login: 'SigNoz',
members_url: 'https://api.github.com/orgs/SigNoz/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjc2OTA1Nzk5',
public_members_url: 'https://api.github.com/orgs/SigNoz/public_members{/member}',
repos_url: 'https://api.github.com/orgs/SigNoz/repos',
url: 'https://api.github.com/orgs/SigNoz'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/SigNoz/signoz/issues/3771/comments'
},
commits: {
href: 'https://api.github.com/repos/SigNoz/signoz/pulls/3771/commits'
},
html: { href: 'https://github.com/SigNoz/signoz/pull/3771' },
issue: {
href: 'https://api.github.com/repos/SigNoz/signoz/issues/3771'
},
review_comment: {
href: 'https://api.github.com/repos/SigNoz/signoz/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/SigNoz/signoz/pulls/3771/comments'
},
self: {
href: 'https://api.github.com/repos/SigNoz/signoz/pulls/3771'
},
statuses: {
href: 'https://api.github.com/repos/SigNoz/signoz/statuses/8976330ddf69e08f4e9619e3d8565cc33c39bba2'
}
},
active_lock_reason: null,
additions: 2019,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/88981777?v=4',
events_url: 'https://api.github.com/users/palashgdev/events{/privacy}',
followers_url: 'https://api.github.com/users/palashgdev/followers',
following_url: 'https://api.github.com/users/palashgdev/following{/other_user}',
gists_url: 'https://api.github.com/users/palashgdev/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/palashgdev',
id: 88981777,
login: 'palashgdev',
node_id: 'MDQ6VXNlcjg4OTgxNzc3',
organizations_url: 'https://api.github.com/users/palashgdev/orgs',
received_events_url: 'https://api.github.com/users/palashgdev/received_events',
repos_url: 'https://api.github.com/users/palashgdev/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/palashgdev/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/palashgdev/subscriptions',
type: 'User',
url: 'https://api.github.com/users/palashgdev'
},
assignees: [
{
avatar_url: 'https://avatars.githubusercontent.com/u/88981777?v=4',
events_url: 'https://api.github.com/users/palashgdev/events{/privacy}',
followers_url: 'https://api.github.com/users/palashgdev/followers',
following_url: 'https://api.github.com/users/palashgdev/following{/other_user}',
gists_url: 'https://api.github.com/users/palashgdev/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/palashgdev',
|