The Wayback Machine - https://web.archive.org/web/20220108040759/https://github.com/Kong/kong/commits/master
Skip to content
Permalink
master

Commits on Jan 7, 2022

  1. docs(dev) fix typo and format code examples (#8268)

    * misc improves
    * remove prefix $ when no outputs
    mayocream committed Jan 7, 2022
  2. fix(extplugin) null_value "content" must be a number or string

    The `google.protobuf.Value` represents nulls via a `null_value` field,
    in luaproc, this field must contain a number or string value (any value)
    javierguerragiraldez committed Jan 7, 2022
  3. fix(extplugin) recursively unwrap Protobuf struct

    Specifically, a Headers struct is a map of string to list of strings.
    Each value has to be unwrapped as a structpb_list.
    javierguerragiraldez committed Jan 7, 2022

Commits on Jan 6, 2022

  1. docs(*) improve docs for developer (#8253)

    * docs(README) add social badge, desc of contributing
    
    * docs(dev) add binary install sections
    
    * docs(dev) add references
    
    * docs(dev) add gojira dev
    
    * chore(dev) remove specific versions
    
    Co-authored-by: Enrique García Cota <kikito@gmail.com>
    
    Co-authored-by: Enrique García Cota <kikito@gmail.com>
    mayocream and kikito committed Jan 6, 2022

Commits on Jan 5, 2022

  1. fix(admin-api) correctly return next field for (#8249)

    /upstreams/<upstream>/targets/all endpoint
    Fix #8243
    fffonion committed Jan 5, 2022

Commits on Jan 2, 2022

  1. localize ngx.var/ngx.log/ngx.WARN

    chronolaw authored and mayocream committed Jan 2, 2022

Commits on Dec 31, 2021

  1. chore(ci) add dependabot

    mayocream committed Dec 31, 2021

Commits on Dec 30, 2021

Commits on Dec 28, 2021

  1. perf(router) use ngx.ssl.server_name() instead of `var.ssl_server_n…

    …ame` for faster access
    chronolaw committed Dec 28, 2021

Commits on Dec 27, 2021

Commits on Dec 23, 2021

  1. Merge pull request #8196 from zhangshuaiNB/master

    Support TLS SNI custom dynamic configuration
    mayocream committed Dec 23, 2021

Commits on Dec 22, 2021

  1. fix(ffi) make corrections on ffi declarations for macOS+M1 (#8202)

    ### Summary
    
    Changes `ffi.cdef` for:
    ```
    int open(const char * filename, int flags, int mode);
    ```
    to correct one:
    ```
    int open(const char * filename, int flags, ...);
    ```
    
    The previous (wrong) declaration causes issues with macOS with M1.
    
    There will be other related PRs on other repositories for better M1
    support for Kong.
    bungle committed Dec 22, 2021

Commits on Dec 20, 2021

  1. fix(make-dev) bail out if rock installation fails

    This fixes the deeper underlying problem related to Kong/kong-pongo#241 .
    
    In those cases the `make dev` overall failed because LuaRocks failed, but it was not signaled. Hence docker assumes the image to be valid and even caches the results of the docker commands. Despite them being faulty.
    Tieske committed Dec 20, 2021
  2. feat(acme) add rsa_key_size config option to acme plugin (#8114)

    Add rsa_key_size configuration option to the acme plugin as mentioned in #8111.
    lodrantl committed Dec 20, 2021

Commits on Dec 17, 2021

  1. chore(entities) adjust tags schema (#8210)

    ### Summary
    
    Yes, `tags` schema is kinda abstract, but it was a bit confusing
    for me to see a field with `type=string` and then having `elements`
    too. This commit just changes the schema to a bit less confusing.
    bungle committed Dec 17, 2021
  2. chore(certificate) remove a temporary arm64 workaround (#8206)

    ### Summary
    
    This was originally fixed because of:
    #5748
    
    It is fixed as seen here:
    LuaJIT/LuaJIT#579 (comment)
    bungle committed Dec 17, 2021

Commits on Dec 15, 2021

  1. Merge branch 'release/2.7.x'

    jschmid1 committed Dec 15, 2021
  2. release: 2.7.0

    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    jschmid1 committed Dec 15, 2021
Older