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: Added functions to configure ca certificate to the global-agent #49

Open
wants to merge 54 commits into
base: master
Choose a base branch
from

Commits on Aug 2, 2021

  1. feat: added option to pass ca certificates while creating global-agen…

    …t instance.
    
    Also added setter method to add ca after instance is created
    vipendra-mehra committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    5df9ceb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Updated readme file
    vipendra-mehra committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7f22bb4 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Added ca parameter's type
    vipendra-mehra committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    07c3a6c View commit details
    Browse the repository at this point in the history
  4. Update Agent.ts

    fixed formatting issue
    vipendra-mehra committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a3c70d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    429f726 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    899a286 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7a6d59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b1714e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a69e748 View commit details
    Browse the repository at this point in the history
  10. Update createGlobalProxyAgent.ts

    Updated test
    vipendra-mehra committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e7e1744 View commit details
    Browse the repository at this point in the history
  11. Update createGlobalProxyAgent.ts

    updated test
    vipendra-mehra committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    75d3a3c View commit details
    Browse the repository at this point in the history
  12. Update createGlobalProxyAgent.ts

    Updated test
    vipendra-mehra committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    44a445d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. fix: Updated test cases and rearranged them

    Signed-off-by: VKMEHRA <VKMEHRA@VKMEHRA-PH1.idc.oracle.com>
    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2e86447 View commit details
    Browse the repository at this point in the history
  2. fix: Updated test

    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a74bce9 View commit details
    Browse the repository at this point in the history
  3. fix: suppressed type error

    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    182747d View commit details
    Browse the repository at this point in the history
  4. fix: updated test

    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f2353ba View commit details
    Browse the repository at this point in the history
  5. fix: Updated test case

    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6728712 View commit details
    Browse the repository at this point in the history
  6. fix: updated test

    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    83df90e View commit details
    Browse the repository at this point in the history
  7. fix: updated test

    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    291e47d View commit details
    Browse the repository at this point in the history
  8. fix: updated test

    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    69bca77 View commit details
    Browse the repository at this point in the history
  9. fix: fixed eslint error

    VKMEHRA authored and VKMEHRA committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0661973 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    e11dc9c View commit details
    Browse the repository at this point in the history
  2. Update Agent.ts

    As boolean() method is not present so removed it and updated getRejectUnauthorized method
    vipendra-mehra committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    71f0759 View commit details
    Browse the repository at this point in the history
  3. Update Agent.ts

    updated method getRejectUnauthorized
    vipendra-mehra committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    723905b View commit details
    Browse the repository at this point in the history
  4. Update Agent.ts

    vipendra-mehra committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    de223b5 View commit details
    Browse the repository at this point in the history
  5. Update Agent.ts

    vipendra-mehra committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    9bf9bd0 View commit details
    Browse the repository at this point in the history
  6. Update Agent.ts

    vipendra-mehra committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    db42f5e View commit details
    Browse the repository at this point in the history
  7. Update Agent.ts

    vipendra-mehra committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    c7e0462 View commit details
    Browse the repository at this point in the history
  8. Update Agent.ts

    vipendra-mehra committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d646585 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Update Agent.ts

    vipendra-mehra committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    38c948c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Update types.ts

    Updated type of ca to either string | string[] | undefined
    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    57e4d65 View commit details
    Browse the repository at this point in the history
  2. Update createGlobalProxyAgent.ts

    Removed default value [] for ca
    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a53aad7 View commit details
    Browse the repository at this point in the history
  3. Update HttpProxyAgent.ts

    updated ca type to be either string | string[] | undefined
    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7e8dfb2 View commit details
    Browse the repository at this point in the history
  4. Update HttpsProxyAgent.ts

    Updated ca to be either string | string[] | undefined
    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a8d31ec View commit details
    Browse the repository at this point in the history
  5. Update Agent.ts

    Updated methods addCACertificates and clearCACertificates
    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    b2fb9fd View commit details
    Browse the repository at this point in the history
  6. Update types.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    932aa76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd9e8b5 View commit details
    Browse the repository at this point in the history
  8. Update Agent.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    cf01fe9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eef536f View commit details
    Browse the repository at this point in the history
  10. Update Agent.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d2ecb0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2af917f View commit details
    Browse the repository at this point in the history
  12. Update Agent.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    709b139 View commit details
    Browse the repository at this point in the history
  13. Update Agent.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    57b3b54 View commit details
    Browse the repository at this point in the history
  14. Update Agent.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    4817fe4 View commit details
    Browse the repository at this point in the history
  15. Update README.md

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2bf62f0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    877b313 View commit details
    Browse the repository at this point in the history
  17. Update types.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d749871 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ab22851 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    29e06f7 View commit details
    Browse the repository at this point in the history
  20. Update Agent.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    b7d3108 View commit details
    Browse the repository at this point in the history
  21. Update README.md

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    59a7c43 View commit details
    Browse the repository at this point in the history
  22. Update Agent.ts

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    693210c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1c70873 View commit details
    Browse the repository at this point in the history
  24. Update README.md

    vipendra-mehra committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    dcf2ec1 View commit details
    Browse the repository at this point in the history