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

[patch] Bug fix on StreamGetObject API and DNS cache expiration / refactor net connection #986

Commits on Feb 5, 2021

  1. refactor net connection

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f4e0ad2 View commit details
    Browse the repository at this point in the history
  2. close unclosed channel

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    47cef3f View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    e659767 View commit details
    Browse the repository at this point in the history
  4. fix failing test & add insecure option for user

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    1c68e4e View commit details
    Browse the repository at this point in the history
  5. bugfix

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    58d6c07 View commit details
    Browse the repository at this point in the history
  6. add custom connection dialer to k8s

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    ccb25cb View commit details
    Browse the repository at this point in the history
  7. fix

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    8abb1a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. fix e2e test conparator for v1 API

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    ab422a4 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    91c5c20 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    f63c78d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. fix useless schema annotation for helm charts

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b480b95 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into refactor/internal-net/more-controllable-tc…

    …p-handshake-and-connection-handling
    kpango committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    0c0bf84 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into refactor/internal-net/more-controllable-tc…

    …p-handshake-and-connection-handling
    kpango committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    44f6197 View commit details
    Browse the repository at this point in the history
  4. change CreateIndex precondition failure log level to Warn from Error …

    …& downgrade NGT version to 1.12.3 due to the memory instability
    
    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    02f575a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'refactor/internal-net/more-controllable-tcp-handshake-a…

    …nd-connection-handling' of https://github.com/vdaas/vald into refactor/internal-net/more-controllable-tcp-handshake-and-connection-handling
    kpango committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7de5261 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into refactor/internal-net/more-controllable-tc…

    …p-handshake-and-connection-handling
    kpango committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    5664078 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Merge branch 'master' into refactor/internal-net/more-controllable-tc…

    …p-handshake-and-connection-handling
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    46e67d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into refactor/internal-net/more-controllable-tc…

    …p-handshake-and-connection-handling
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    52cb14e View commit details
    Browse the repository at this point in the history
  3. add generated test & update helm schema

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b5ab14e View commit details
    Browse the repository at this point in the history
  4. update golang version to 1.15.8 inclueds cgo&net/http bugfixes

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    22987df View commit details
    Browse the repository at this point in the history
  5. fix incorrect helm resource path

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    2ea7cff View commit details
    Browse the repository at this point in the history
  6. bugfix: add priorityClass namespace to each gateways

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c2c6b4b View commit details
    Browse the repository at this point in the history
  7. extend wait duration for e2e deploy test

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    fc4805b View commit details
    Browse the repository at this point in the history
  8. fix pointed out from vankichi

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    2d43482 View commit details
    Browse the repository at this point in the history
  9. fix failed test

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f37f012 View commit details
    Browse the repository at this point in the history
  10. format

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d0c1eed View commit details
    Browse the repository at this point in the history
  11. Update internal/tls/option_test.go

    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    kpango and vankichi committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f2385ee View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into refactor/internal-net/more-controllable-tc…

    …p-handshake-and-connection-handling
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    791896d View commit details
    Browse the repository at this point in the history
  13. fix failed test

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    06aa294 View commit details
    Browse the repository at this point in the history