Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: runInAnonymousContextScope support req #5134

Merged
merged 2 commits into from
Jan 28, 2023

Conversation

killagu
Copy link
Contributor

@killagu killagu commented Jan 25, 2023

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@killagu killagu requested a review from fengmk2 January 25, 2023 07:10
@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Base: 99.85% // Head: 99.85% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (ad5486d) compared to base (dda6bb3).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5134   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files          35       35           
  Lines        3488     3489    +1     
  Branches      512      512           
=======================================
+ Hits         3483     3484    +1     
  Misses          5        5           
Impacted Files Coverage Δ
lib/application.js 100.00% <100.00%> (ø)
lib/egg.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

index.d.ts Outdated Show resolved Hide resolved
@fengmk2 fengmk2 merged commit 615d660 into master Jan 28, 2023
@fengmk2 fengmk2 deleted the fix/runInAnonymousContextScope_req branch January 28, 2023 03:14
fengmk2 pushed a commit that referenced this pull request Jan 28, 2023
[skip ci]

## [3.15.0](v3.14.2...v3.15.0) (2023-01-28)

### Features

* runInAnonymousContextScope support req ([#5134](#5134)) ([615d660](615d660))
@github-actions
Copy link

🎉 This PR is included in version 3.15.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

fengmk2 pushed a commit that referenced this pull request Feb 9, 2023
Since 'runInAnoymousContextScope' now has a new feature with a request
as a parameter, it lacks a new test case, this is the test case for it.

Refs: #5134
iblogc pushed a commit to iblogc/egg that referenced this pull request Mar 13, 2023
iblogc pushed a commit to iblogc/egg that referenced this pull request Mar 13, 2023
[skip ci]

## [3.15.0](eggjs/egg@v3.14.2...v3.15.0) (2023-01-28)

### Features

* runInAnonymousContextScope support req ([eggjs#5134](eggjs#5134)) ([615d660](eggjs@615d660))
iblogc pushed a commit to iblogc/egg that referenced this pull request Mar 13, 2023
Since 'runInAnoymousContextScope' now has a new feature with a request
as a parameter, it lacks a new test case, this is the test case for it.

Refs: eggjs#5134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants