-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
v1.9.0 #702
Merged
Merged
v1.9.0 #702
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make JWTRequired and TokenRequired work with TypeORM and MongoDB
Codecov Report
@@ Coverage Diff @@
## master #702 +/- ##
=======================================
Coverage 99.65% 99.65%
=======================================
Files 94 94
Lines 1725 1725
Branches 408 408
=======================================
Hits 1719 1719
Misses 6 6 Continue to review full report at Codecov.
|
Make all frontend `connect` projects build on unix
Pass request body and path parameters as third and second arguments to the controller methods
Add HttpResponseTooManyRequests and isHttpResponseTooManyRequests
[CLI] Cleanup code and fix bug on "foal g script" with Mongoose project
[CLI] Support --auth on "foal g rest-api"
Support custom type for ctx.state
Closed
fix http-responses typo mistakes
Remove Auth0 (and Cognito) tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
HttpResponseTooManyRequests
(issue: Why foal does not have HttpResponseTooManyRequests method? #664) (PR: Add HttpResponseTooManyRequests and isHttpResponseTooManyRequests #709)ctx.state
(issue: [Suggestion]Wish to support custom type for ctx.state #711) (PR: Support custom type for ctx.state #717)forceDownload
option work on all browsers (PR: fix http-responses typo mistakes #722)CLI
foal g vscode-config
(issue: foal g vscode-config displays an error #694) (PR: [CLI] Support paths ingenerate service|controller
and fixg vscode-config
bug #714).g service|controller
(ex:foal g controller api/products --register
) (issue: [foal generate controller] Support sub-directories and extend the --register option #368) (PR: [CLI] Support paths ingenerate service|controller
and fixg vscode-config
bug #714)foal connect
on Windows now can build on unix systems (issue:foal connect
: projects "connected" on Windows do not build on unix systems #562) (PR: Make all frontendconnect
projects build on unix #703)foal generate script
generate a script with a default Mongoose connection in MongoDB projects #362) (PR: [CLI] Cleanup code and fix bug on "foal g script" with Mongoose project #715)--auth
flag infoal g rest-api
(issue: Add "ownership" tofoal generate rest-api
#366) (PR: [CLI] Support --auth on "foal g rest-api" #716)Contributors
@matt-harvey
@kingdun3284
@AminTaghikhani