Skip to content

fix: added time range key for query and local storage handling #14056

fix: added time range key for query and local storage handling

fix: added time range key for query and local storage handling #14056

Triggered via pull request September 19, 2024 12:02
Status Success
Total duration 19s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
6s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} { name: 'HttpError', id: '10940541872', 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': '210', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Thu, 19 Sep 2024 12:03:03 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': 'F808:183D:7243D4:DEE82F:66EC12F7', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4988', 'x-ratelimit-reset': '1726750976', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '12', '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', status: '422' } }, 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/20.13.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: `{"target_commitish":"refs/pull/6009/merge","name":"v0.54.1","tag_name":"v0.54.1","body":"# What's Changed\\n* Integrate V4 QB (#5914) @nityanandagohain\\n* feat(ListAlert): update styles and button layout (#5931) @sharpshooter90\\n* logs v4 qb refactor (#5908) @nityanandagohain\\n\\n## 🚀 Features\\n\\n* feat: make the label value clickable if it's a link (#5927) @ahmadshaheer\\n* feat: send last log line time stamp for timestamp order-by desc (#5968) @vikrantgupta25\\n* feat: add support to configure units for pie chart values (#5960) @vikrantgupta25\\n* feat: collect telemetry for ch log queries in alerts and dashboards (#5967) @nityanandagohain\\n* feat: group by severity logs explorer page by default (#5772) @vikrantgupta25\\n* feat: logs list API, logic update for better perf (#5912) @nityanandagohain\\n* feat: use new schema flag (#5930) @nityanandagohain\\n* feat: alert history feedback changes (#5903) @ahmadshaheer\\n\\n## 🐛 Bug Fixes\\n\\n* fix: added safety check for query filter items (#6004) @vikrantgupta25\\n* fix: exists/nexists support for top level columns (#5990) @nityanandagohain\\n* fix: add back temlemetry for dashboard with logs queries (#5997) @nityanandagohain\\n* fix: use new table for default alerts (#5992) @nityanandagohain\\n* Fix: cheaper query for fetching log attribute values for filter suggestions (#5989) @raj-k-singh\\n* fix: dont request query progress reporting if reporting query start failed (#5958) @raj-k-singh\\n* fix: add limits to suggestion query (#5984) @nityanandagohain\\n* Fix/iscolumn (#5983) @nityanandagohain\\n* fix: use proper tableName (#5982) @nityanandagohain\\n* fix: do not use removed column in traces clickhouse query (#5953) @srikanthccv\\n* fix: missing related logs or traces links in
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 process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '10940541872', name: 'pull_request', payload: { action: 'synchronize', after: '2bb5d716a27c2bc771235561fbc4f3b12cf747c5', before: '14533ccbbf293af0a1a2b941c0d0802a8b6a9e6e', number: 6009, 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/6009/comments' }, commits: { href: 'https://api.github.com/repos/SigNoz/signoz/pulls/6009/commits' }, html: { href: 'https://github.com/SigNoz/signoz/pull/6009' }, issue: { href: 'https://api.github.com/repos/SigNoz/signoz/issues/6009' }, review_comment: { href: 'https://api.github.com/repos/SigNoz/signoz/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/SigNoz/signoz/pulls/6009/comments' }, self: { href: 'https://api.github.com/repos/SigNoz/signoz/pulls/6009' }, statuses: { href: 'https://api.github.com/repos/SigNoz/signoz/statuses/2bb5d716a27c2bc771235561fbc4f3b12cf747c5' } }, active_lock_reason: null, additions: 58, assignee: null, assignees: [], author_association: 'COLLABORATOR', auto_merge: null, base: { label: 'SigNoz:develop', ref: 'develop', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: true, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/SigNoz/signoz/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/SigNoz/signoz/assignees{/user}', blobs_url: 'https://api.github.com/repos/SigNoz/signoz/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/SigNoz/signoz/branches{/branch}', clone_url: 'https://github.com/SigNoz/signoz.git', collaborators_url: 'https://api.github.com/repos/SigNoz/signoz/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/SigNoz/signoz/comments{/number}', commits_url: 'https://api.github.com/repos/SigNoz/signoz/commits{/sha}', compare_url: 'https://api.github.com/repos/SigNoz/signoz/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/SigNoz/signoz/contents/{+path}', contributors_url: 'https://api.github.com/repos/SigNoz/signoz/contributors', created_at: '2021-01-03T12:44:36Z', default_branch: 'develop', delete_branch_on_merge: false, deployments_url: 'https://api.github.com/repos/SigNoz/signoz/deployments',
update_release_draft
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/