Rename Handler.response
to Handler.fromResponse
#15067
ci.yml
on: pull_request
Matrix: Build and Test
Matrix: Jmh Publish
Matrix: Unsafe Scoverage
Matrix: Release Drafter
Matrix: Publish Artifacts
Annotations
13 errors and 1 warning
Release Drafter (ubuntu-latest, 2.13.10, temurin@8)
Resource not accessible by integration
{
name: 'HttpError',
id: '7801171465',
status: 403,
response: {
url: 'https://api.github.com/repos/zio/zio-http/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: 'Tue, 06 Feb 2024 14:23:08 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': '37C6:4720:4AC3B8:97246A:65C240CC',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '995',
'x-ratelimit-reset': '1707232985',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '5',
'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/zio/zio-http/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/2664/merge","name":"v3.0.0 🌈","tag_name":"v3.0.0","body":"## Changes\\n\\n- Update Examples @khajavi (#2656)\\n- Try to read oneOf, before handling empty schema type as Object (#2623) @987Nabil (#2657)\\n- Intoroduce query parameters with multiple values to Endpoint API @ekhov (#2631)\\n- Avoid unnecessary parsing of `content-type` header in `ServerInboundHandler` @kyri-petrou (#2644)\\n- OpenAPI code gen collections fix (#2620) @987Nabil (#2643)\\n- Fix OpenAPI example extraction @987Nabil (#2635)\\n- Micro-optimizations and improved `IOException` error handling @kyri-petrou (#2638)\\n- Fix #2622: don\'t remove \'val\' from case classes\' parameters with names containing \'val\' in them @ekhov (#2634)\\n- Remove inactive contributor amitksingh1490 from CODEOWNERS @987Nabil (#2642)\\n- chore: update project plugins @ezhil56x (#2618)\\n- Fallback to smaller priority Accept headers @kyri-petrou (#2636)\\n- Initial scala.js setup @987Nabil (#2630)\\n- Fixed #2373: don\'t propagate ReadTimeoutExceptions @ekhov (#2619)\\n- Update sbt-github-actions to 0.22.0 @scala-steward (#2611)\\n- Update zio, zio-streams, zio-test, ... to 2.0.21 @scala-steward (#2612)\\n- Update slf4j-api, slf4j-simple to 2.0.11 @scala-steward (#2616)\\n- Update sbt to 1.9.8 @scala-steward (#2615)\\n- Speedup test suite execution @kyri-petrou (#2624)\\n- Fix Client hanging on unexpected Channel closures @kyri-petrou (#2610)\\n- Update zio-schema, zio-schema-json, ... to 0.4.17 @scala-steward (#2613)\\n- feat: htmx attributes @neo773 (#2589)\\n- Implement QueryParam ordering @easel (#2591)\\n- Update testkit to use common DSL (#2559) @987Nabil (#2601)\\n- Only Handlers with Request input can have HandlerAspects applied (#2527) @987Nabil (#2600)\\n- Fix hanging on stream response errors @kyri-petrou (#2599)\\n- Handle defects in handled routes (#2580) @987Nabil (#2596)\\n- Use `zio.Config.Secr
|
Release Drafter (ubuntu-latest, 2.13.10, temurin@8)
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: '7801171465',
name: 'pull_request',
payload: {
action: 'opened',
number: 2664,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/49655448?v=4',
description: 'ZIO — Real World Functional Programming',
events_url: 'https://api.github.com/orgs/zio/events',
hooks_url: 'https://api.github.com/orgs/zio/hooks',
id: 49655448,
issues_url: 'https://api.github.com/orgs/zio/issues',
login: 'zio',
members_url: 'https://api.github.com/orgs/zio/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjQ5NjU1NDQ4',
public_members_url: 'https://api.github.com/orgs/zio/public_members{/member}',
repos_url: 'https://api.github.com/orgs/zio/repos',
url: 'https://api.github.com/orgs/zio'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/zio/zio-http/issues/2664/comments'
},
commits: {
href: 'https://api.github.com/repos/zio/zio-http/pulls/2664/commits'
},
html: { href: 'https://github.com/zio/zio-http/pull/2664' },
issue: {
href: 'https://api.github.com/repos/zio/zio-http/issues/2664'
},
review_comment: {
href: 'https://api.github.com/repos/zio/zio-http/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/zio/zio-http/pulls/2664/comments'
},
self: {
href: 'https://api.github.com/repos/zio/zio-http/pulls/2664'
},
statuses: {
href: 'https://api.github.com/repos/zio/zio-http/statuses/ab0a294882ed9e78029baec5abfe20231a047b2d'
}
},
active_lock_reason: null,
additions: 16,
assignee: null,
assignees: [],
author_association: 'MEMBER',
auto_merge: null,
base: {
label: 'zio:main',
ref: 'main',
repo: {
allow_auto_merge: true,
allow_forking: true,
allow_merge_commit: false,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: true,
archive_url: 'https://api.github.com/repos/zio/zio-http/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/zio/zio-http/assignees{/user}',
blobs_url: 'https://api.github.com/repos/zio/zio-http/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/zio/zio-http/branches{/branch}',
clone_url: 'https://github.com/zio/zio-http.git',
collaborators_url: 'https://api.github.com/repos/zio/zio-http/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/zio/zio-http/comments{/number}',
commits_url: 'https://api.github.com/repos/zio/zio-http/commits{/sha}',
compare_url: 'https://api.github.com/repos/zio/zio-http/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/zio/zio-http/contents/{+path}',
contributors_url: 'https://api.github.com/repos/zio/zio-http/contributors',
created_at: '2021-02-17T17:16:23Z',
default_branch: 'main',
delete_branch_on_merge: true,
deployments_url: 'https://api.github.com/repos/zio/zio-http/deployments',
description: 'A next-generation Scala framework for building scalable, correct, and efficient HTTP clients and servers',
disabled: false,
downloads_url: 'https://api.github.com/repos/zio/zio-http/downloads',
|
Build and Test (ubuntu-latest, 2.13.12, graal_graalvm@17)
Process completed with exit code 1.
|
Build and Test (ubuntu-latest, 2.12.18, temurin@8)
The job was canceled because "ubuntu-latest_2_13_12_gra" failed.
|
Build and Test (ubuntu-latest, 2.12.18, temurin@8)
The operation was canceled.
|
Build and Test (ubuntu-latest, 2.13.12, temurin@8)
The job was canceled because "ubuntu-latest_2_13_12_gra" failed.
|
Build and Test (ubuntu-latest, 2.13.12, temurin@8)
The operation was canceled.
|
Build and Test (ubuntu-latest, 2.12.18, graal_graalvm@17)
The job was canceled because "ubuntu-latest_2_13_12_gra" failed.
|
Build and Test (ubuntu-latest, 3.3.1, temurin@8)
The job was canceled because "ubuntu-latest_2_13_12_gra" failed.
|
Build and Test (ubuntu-latest, 2.12.18, graal_graalvm@17)
The operation was canceled.
|
Build and Test (ubuntu-latest, 3.3.1, temurin@8)
The operation was canceled.
|
Build and Test (ubuntu-latest, 3.3.1, graal_graalvm@17)
The job was canceled because "ubuntu-latest_2_13_12_gra" failed.
|
Build and Test (ubuntu-latest, 3.3.1, graal_graalvm@17)
The operation was canceled.
|
Release Drafter (ubuntu-latest, 2.13.10, temurin@8)
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/.
|