-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Revert "Allow PATCH method on jwt credential endpoint" #665
Merged
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
thibaultcha
added a commit
that referenced
this pull request
Oct 29, 2015
Revert "Allow PATCH method on jwt credential endpoint"
bungle
added a commit
that referenced
this pull request
Mar 16, 2021
### Summary #### v1.8.3 — February 9 2021 ##### Additions - Support lazy loading route actions from route name to module name #710 - Add UTF8 helper module, lapis.utf8, for identifying single UTF8 chars and whitespace (lpeg patterns that can be used for trimming and sanitization) - Add cascade option to postgres drop index schema function ##### Changes - Remove unused mimetypes dependency - If yield_error or assert_error are not captured by a outer coroutine then a hard error will happen - Request\add_params does not need a name - When searching for OpenResty installation, also accept a binary named openresty (for openresty install on mac with brew) - pgmoon connection error messages are prefixed with “postgres” to make them easier to identify - remove excess ; characters in generated SQL for some postgres schema functions - Postgres create index schema function if_not_exists option will now use the sql clause if not exists instead of running a query to see if the entity exists ##### Misc - Update test suite to GitHub actions, remove TravisCI. Test suite works across all versions of Lua -Update docker test suite to latest postgres/mysql #### v1.8.2 — September 21 2020 ##### Additions - db.delete can take additional arguments for RETURNING, Model\delete method also supports additional arguments to control returning clause - get_X_paginated model relation method now supports passing where and order options to the paginator constructor ##### Fixes - Using order and group at the same time with Model\include_in will no longer generate an invalid query - When running lapis command, the environment is immediately loaded when checking what commands are available for the server, fixes #665 - lapis.nginx.cache can correctly serialize array and boolean types that can result from parameter parsing, fixes 683 - The substring - is no longer matched by accident for route pattern filters #696 #### Changes - When running in busted, the test environment is set as the default environment any tests are run. It is not longer necessary to have a setup or use_test_env call to configure the environment - Default buffer size and timout for parsing multipart form data has been increased to allow for slower connections (4k bytes per 5 seconds) - All logging goes stdout when not running in Nginx - Compatibility patches for Lua 5.2, 5.3, 5.4 - Improved error message for some lapis commands when using an incomplete configuration - Improved error message when file can not be written when generating app files (Internal) default_environment function moved to lapis.environment module, added set_default_environment function - Better error message when trying to use belongs_to with composite key (has_one should be used instead) - Better error when trying to use default composite primary key with a has_one relation - Misc - Test suites run across on all versions of Lua on GitHub actions - Added docs for how request parameters are parsed and merged - Added docs for how the default environment works - Fixed bug in docs generator where code snippets were not appearing - The --trace option for the lapis command is enabled by default when running in test - Fix minor typos in docs
dndx
pushed a commit
that referenced
this pull request
Mar 17, 2021
### Summary #### v1.8.3 — February 9 2021 ##### Additions - Support lazy loading route actions from route name to module name #710 - Add UTF8 helper module, lapis.utf8, for identifying single UTF8 chars and whitespace (lpeg patterns that can be used for trimming and sanitization) - Add cascade option to postgres drop index schema function ##### Changes - Remove unused mimetypes dependency - If yield_error or assert_error are not captured by a outer coroutine then a hard error will happen - Request\add_params does not need a name - When searching for OpenResty installation, also accept a binary named openresty (for openresty install on mac with brew) - pgmoon connection error messages are prefixed with “postgres” to make them easier to identify - remove excess ; characters in generated SQL for some postgres schema functions - Postgres create index schema function if_not_exists option will now use the sql clause if not exists instead of running a query to see if the entity exists ##### Misc - Update test suite to GitHub actions, remove TravisCI. Test suite works across all versions of Lua -Update docker test suite to latest postgres/mysql #### v1.8.2 — September 21 2020 ##### Additions - db.delete can take additional arguments for RETURNING, Model\delete method also supports additional arguments to control returning clause - get_X_paginated model relation method now supports passing where and order options to the paginator constructor ##### Fixes - Using order and group at the same time with Model\include_in will no longer generate an invalid query - When running lapis command, the environment is immediately loaded when checking what commands are available for the server, fixes #665 - lapis.nginx.cache can correctly serialize array and boolean types that can result from parameter parsing, fixes 683 - The substring - is no longer matched by accident for route pattern filters #696 #### Changes - When running in busted, the test environment is set as the default environment any tests are run. It is not longer necessary to have a setup or use_test_env call to configure the environment - Default buffer size and timout for parsing multipart form data has been increased to allow for slower connections (4k bytes per 5 seconds) - All logging goes stdout when not running in Nginx - Compatibility patches for Lua 5.2, 5.3, 5.4 - Improved error message for some lapis commands when using an incomplete configuration - Improved error message when file can not be written when generating app files (Internal) default_environment function moved to lapis.environment module, added set_default_environment function - Better error message when trying to use belongs_to with composite key (has_one should be used instead) - Better error when trying to use default composite primary key with a has_one relation - Misc - Test suites run across on all versions of Lua on GitHub actions - Added docs for how request parameters are parsed and merged - Added docs for how the default environment works - Fixed bug in docs generator where code snippets were not appearing - The --trace option for the lapis command is enabled by default when running in test - Fix minor typos in docs
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.
Reverts #662