Skip to content

Add context method to request context #15641

Add context method to request context

Add context method to request context #15641

Triggered via pull request April 26, 2024 12:11
Status Success
Total duration 11m 10s
Artifacts

ci.yml

on: pull_request
Matrix: Build and Test
Matrix: Jmh CachedDateHeaderBenchmark
Matrix: Jmh CookieDecodeBenchmark
Matrix: Jmh EndpointBenchmark
Matrix: Jmh HttpCollectEval
Matrix: Jmh HttpCombineEval
Matrix: Jmh HttpNestedFlatMapEval
Matrix: Jmh HttpRouteTextPerf
Matrix: Jmh ProbeContentTypeBenchmark
Matrix: Jmh SchemeDecodeBenchmark
Matrix: Jmh ServerInboundHandlerBenchmark
Matrix: Jmh UtilBenchmark
Matrix: Unsafe Scoverage
Matrix: Release Drafter
Matrix: Publish Artifacts
Matrix: Cache Jmh benchmarks
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Release Drafter (ubuntu-latest, 2.13.10, temurin@8)
Resource not accessible by integration { name: 'HttpError', id: '8848025017', 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: 'Fri, 26 Apr 2024 12:11:59 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': 'FC16:38403D:7FB4515:80525E3:662B9A0F', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4995', 'x-ratelimit-reset': '1714137116', '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/2799/merge","name":"v3.0.0 🌈","tag_name":"v3.0.0","body":"## Changes\\n\\n- Use current runtime when initializing AppRef @kyri-petrou (#2807)\\n- Documentation of FAQ Page @khajavi (#2795)\\n- breaking: Make `Root` a `PathCodec`, remove `Empty` @erikvanoosten (#2796)\\n- Avoid providing the ZEnvironment on very request @kyri-petrou (#2800)\\n- Deprecate HttpApp and remove internal usage. @987Nabil (#2791)\\n- Fix streaming response compression @kyri-petrou (#2798)\\n- Update zio-schema, zio-schema-json, ... to 1.1.1 @scala-steward (#2794)\\n- Documentation: Reference Section on Sidebar @khajavi (#2785)\\n- Documentation of BinaryCodecs @khajavi (#2793)\\n- Documentation of Testing HTTP Applications @khajavi (#2774)\\n- Showcase for Both Client and Server @khajavi (#2775)\\n- rename enumValues to enum to comply with OSA 3 @lachezar (#2787)\\n- fix doc mixup for ConcreteEntity.scala and CliExamples.scala @YassineMEJRI (#2788)\\n- Update Documentation of Overview Section @khajavi (#2784)\\n- Implement client SSL certificates @WesselVS (#2783)\\n- Provide HandlerAspect context via env instead of function param (#2488) @987Nabil (#2778)\\n- Explicit and customizable error messages for Endpoint BadRequest (#2650) @987Nabil (#2714)\\n- Use `fork` instead of `runOrFork` in NettyRuntime @kyri-petrou (#2782)\\n- Documentation of Endpoint API @khajavi (#2741)\\n- Add the `Date` header to responses by default @kyri-petrou (#2773)\\n- introduce multipart/mixed support @eyalfa (#2765)\\n- Update client3:core to 3.9.5 @scala-steward (#2735)\\n- Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 @scala-steward (#2736)\\n- Update sbt-shading to 2.1.4 @scala-steward (#2739)\\n- Update scalafmt-core, scalafmt-dynamic to 3.8.1 @scala-steward (#2754)\\n- Documentation of Middleware and HandlerAspect @khajavi (#2757)\\n- Mark `application/json` as NotBinary (#2752) @GuerSa
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: '8848025017', name: 'pull_request', payload: { action: 'synchronize', after: '9f2c5ac2909466f1381f06b28f7d5642d8b2df08', before: 'b870ab7fb4f647137202b662f7d3f28cbcdce48b', number: 2799, 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/2799/comments' }, commits: { href: 'https://api.github.com/repos/zio/zio-http/pulls/2799/commits' }, html: { href: 'https://github.com/zio/zio-http/pull/2799' }, issue: { href: 'https://api.github.com/repos/zio/zio-http/issues/2799' }, 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/2799/comments' }, self: { href: 'https://api.github.com/repos/zio/zio-http/pulls/2799' }, statuses: { href: 'https://api.github.com/repos/zio/zio-http/statuses/9f2c5ac2909466f1381f06b28f7d5642d8b2df08' } }, active_lock_reason: null, additions: 326, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', 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
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/.