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

fix: Support string type for the script field in Route #1289

Merged
merged 7 commits into from
Jan 15, 2021

Commits on Jan 13, 2021

  1. Support string type for script field in Route

    Signed-off-by: imjoey <majunjiev@gmail.com>
    imjoey committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    a22fcff View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Add validating lua code when create/update routes

    also improve the test case in unittest and e2e
    
    Signed-off-by: imjoey <majunjiev@gmail.com>
    imjoey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5c43d77 View commit details
    Browse the repository at this point in the history
  2. typo fix and style format

    Signed-off-by: imjoey <majunjiev@gmail.com>
    imjoey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    89ef49b View commit details
    Browse the repository at this point in the history
  3. Improve testcases

    Signed-off-by: imjoey <majunjiev@gmail.com>
    imjoey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5d27ad9 View commit details
    Browse the repository at this point in the history
  4. Addtional check the Script via log in APISIX

    Signed-off-by: imjoey <majunjiev@gmail.com>
    imjoey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7fe3690 View commit details
    Browse the repository at this point in the history
  5. ngx.log print log in error.log, instead of access.log

    Signed-off-by: imjoey <majunjiev@gmail.com>
    imjoey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    705318f View commit details
    Browse the repository at this point in the history
  6. Use ngx.WARN instead of INFO to enable output

    Signed-off-by: imjoey <majunjiev@gmail.com>
    imjoey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    796c387 View commit details
    Browse the repository at this point in the history