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

feat(artifacts): update to okhttp3 and add connection timeout config for github artifacts. #5093

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    590d2df View commit details
    Browse the repository at this point in the history
  2. feat(artifacts): add retryOnConnectionFailure attribute for artifacts…

    … configuration .
    
    ##Clouddriver artifacts downloader settings.
    artifacts:
      connectTimeoutMs: 1200000
      readTimeoutMs: 1200000
      retryOnConnectionFailure: true
    Ganesh Sapkal committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    0b8eb4d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. feat(artifacts): Provide an option to override the timeout config for…

    … github artifacts.
    Ganesh Sapkal committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    3abb491 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. fix(artifacts): read the okhttp client properties from kork OkHttpCli…

    …entConfigurationProperties
    Ganesh Sapkal committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ef4e5ed View commit details
    Browse the repository at this point in the history
  2. feat(artifacts): Update okhttp client to okhttp3 provided by kork-web.

    ArtifactConfiguration now doesnt need to provide OkHttpClient bean .
    Adding it as dependency for now.
    Ganesh Sapkal committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    d07b720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4303899 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    c360e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa0be3c View commit details
    Browse the repository at this point in the history