Skip to content

[BUG-Fixed] #1466 - create observability dashboard after creating wit… #34

[BUG-Fixed] #1466 - create observability dashboard after creating wit…

[BUG-Fixed] #1466 - create observability dashboard after creating wit… #34

Triggered via push July 1, 2024 20:47
Status Success
Total duration 50s
Artifacts
Update draft release notes
41s
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: '9750849259', status: 403, response: { url: 'https://api.github.com/repos/TackAdam/dashboards-observability/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, 01 Jul 2024 20:47:47 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'istio-envoy', '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-envoy-upstream-service-time': '94', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': 'FC42:214AC3:A541FF:127965D:668315F3', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4993', 'x-ratelimit-reset': '1719870429', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '7', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release', status: '403' } }, request: { method: 'POST', url: 'https://api.github.com/repos/TackAdam/dashboards-observability/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 0.0.0","tag_name":"(None)","body":"Compatible with OpenSearch and OpenSearch Dashboards Version 0.0.0\\n* No changes\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '9750849259', name: 'push', payload: { after: 'b328720c11811d45da9d0594c5c28a18dd8fa2d0', base_ref: null, before: '47e85789575ba2a92d10a81201dbf00f60457c73', commits: [ { author: { email: '40266973+Mahima081@users.noreply.github.com', name: 'Mahima Arora', username: 'Mahima081' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'b328720c11811d45da9d0594c5c28a18dd8fa2d0', message: '[BUG-Fixed] #1466 - create observability dashboard after creating with Invalid name (#1730)\n' + '\n' + '### Fix for [BUG] Cannot create observability dashboard after creating with invalid name #1466 - https://github.com/opensearch-project/dashboards-observability/issues/1466\r\n' + '\r\n' + '### Description\r\n' + 'Cannot create Observability Dashboards after creating with an Invalid Name\r\n' + '\r\n' + '### Issues Resolved\r\n' + 'Dialog asking user to input Dashboard Name even if invalid Dashboard name is entered\r\n' + '\r\n' + '### Check List\r\n' + '- [x] New functionality includes testing.\r\n' + ' - [x] All tests pass, including unit test, integration test and doctest\r\n' + '- [ ] New functionality has been documented.\r\n' + '
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: '9750849259', name: 'push', payload: { after: 'b328720c11811d45da9d0594c5c28a18dd8fa2d0', base_ref: null, before: '47e85789575ba2a92d10a81201dbf00f60457c73', commits: [ { author: { email: '40266973+Mahima081@users.noreply.github.com', name: 'Mahima Arora', username: 'Mahima081' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'b328720c11811d45da9d0594c5c28a18dd8fa2d0', message: '[BUG-Fixed] #1466 - create observability dashboard after creating with Invalid name (#1730)\n' + '\n' + '### Fix for [BUG] Cannot create observability dashboard after creating with invalid name #1466 - https://github.com/opensearch-project/dashboards-observability/issues/1466\r\n' + '\r\n' + '### Description\r\n' + 'Cannot create Observability Dashboards after creating with an Invalid Name\r\n' + '\r\n' + '### Issues Resolved\r\n' + 'Dialog asking user to input Dashboard Name even if invalid Dashboard name is entered\r\n' + '\r\n' + '### Check List\r\n' + '- [x] New functionality includes testing.\r\n' + ' - [x] All tests pass, including unit test, integration test and doctest\r\n' + '- [ ] New functionality has been documented.\r\n' + ' - [ ] New functionality has javadoc added\r\n' + ' - [ ] New functionality has user manual doc added\r\n' + '- [x] Commits are signed per the DCO using --signoff\r\n' + '\r\n' + 'By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.\r\n' + 'For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).\r\n' + '\r\n' + 'Signed-off-by: Mahima Arora <40266973+Mahima081@users.noreply.github.com>', timestamp: '2024-06-28T13:38:50-07:00', tree_id: '3d91666216378f708c9d61cb4778536122560756', url: 'https://github.com/TackAdam/dashboards-observability/commit/b328720c11811d45da9d0594c5c28a18dd8fa2d0' } ], compare: 'https://github.com/TackAdam/dashboards-observability/compare/47e85789575b...b328720c1181', created: false, deleted: false, forced: false, head_commit: { author: { email: '40266973+Mahima081@users.noreply.github.com', name: 'Mahima Arora', username: 'Mahima081' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'b328720c11811d45da9d0594c5c28a18dd8fa2d0', message: '[BUG-Fixed] #1466 - create observability dashboard after creating with Invalid name (#1730)\n' + '\n' + '### Fix for [BUG] Cannot create observability dashboard after creating with invalid name #1466 - https://github.com/opensearch-project/dashboards-observability/issues/1466\r\n' + '\r\n' + '### Description\r\n' + 'Cannot create Observability Dashboards after creating with an Invalid Name\r\n' + '\r\n' + '### Issues Resolved\r\n' + 'Dialog asking user to input Dashboard Name even if invalid Dashboard name is entered\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/.