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

Create HTTP Agent manager #137748

Merged
merged 39 commits into from
Sep 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4265fe3
Create HTTP Agent factory
gsoldevila Aug 1, 2022
b3a2d1c
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 2, 2022
2f0550b
Properly extract agent options
gsoldevila Aug 2, 2022
24e731d
Use independent Agent for preboot
gsoldevila Aug 2, 2022
bf19f70
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 2, 2022
941f5db
Create AgentManager to obtain factories
gsoldevila Aug 3, 2022
ca8d434
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 3, 2022
93d033c
Make client type mandatory, fix outdated mocks
gsoldevila Aug 4, 2022
0e8591c
Temporarily force new Agent creation
gsoldevila Aug 4, 2022
582e4e7
Revert changes in utils
gsoldevila Aug 4, 2022
11431a3
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 4, 2022
a3b153d
Add correct defaults for Agent Options, support proxy agent.
gsoldevila Aug 4, 2022
46232e7
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 4, 2022
f891b0a
Forgot to push package.json
gsoldevila Aug 4, 2022
8270d13
Add hpagent dependency in BUILD.bazel
gsoldevila Aug 4, 2022
a8b7915
Get rid of hpagent (proxy param is not exposed in kibana.yml)
gsoldevila Aug 25, 2022
0954407
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 25, 2022
210a326
Remove hpagent from BUILD.bazel
gsoldevila Aug 25, 2022
df464cc
Use different agents for normal Vs scoped client
gsoldevila Aug 26, 2022
9acb1dc
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 26, 2022
41fe166
Fix Agent constructor params
gsoldevila Aug 29, 2022
1aa1a4c
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 29, 2022
8149c53
Fix incorrect access to err.message
gsoldevila Aug 29, 2022
e2b53d6
Use separate Agent for scoped client
gsoldevila Aug 29, 2022
fca3af2
Create different agents for std vs scoped
gsoldevila Aug 29, 2022
0d0ba54
Provide different Agent instances if config differs
gsoldevila Aug 29, 2022
5dcb57a
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 29, 2022
5038277
Create a new Agent for each ES Client
gsoldevila Aug 30, 2022
0ff81aa
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Aug 30, 2022
01a4d17
Restructure agent store. Add UTs
gsoldevila Sep 5, 2022
53a25f1
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Sep 5, 2022
afe9f35
Remove obsolete comment
gsoldevila Sep 5, 2022
5aae94b
Simplify AgentManager store structure (no type needed)
gsoldevila Sep 8, 2022
74a4886
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Sep 8, 2022
72d8388
Fine tune client_config return type
gsoldevila Sep 8, 2022
290bcff
Misc enhancements following PR comments
gsoldevila Sep 9, 2022
86b14b9
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Sep 9, 2022
6331e35
Fix missing param in cli_setup/utils
gsoldevila Sep 9, 2022
9437590
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila Sep 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into kbn-137734-http-agent-factory
gsoldevila committed Aug 29, 2022
commit 1aa1a4c577ebabb6b73bbf428784900e97616daf

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.