Mauricio Scheffer and GitHub
6ab1a7f652
Fix PIT example in search.md ( #869 )
...
Signed-off-by: Mauricio Scheffer <[email protected] >
2025-03-17 18:01:01 -04:00
Bruno Murino and GitHub
6f761abf5e
made custom headers be available to async aws signer ( #863 )
...
* made custom headers be available to async aws signer
Signed-off-by: Bruno Murino <[email protected] >
* updated changelog
Signed-off-by: Bruno Murino <[email protected] >
* added tests for using host header for AWS request signature on both sync and async clients
Signed-off-by: Bruno Murino <[email protected] >
* added documentation guide about aws auth when accessing via tunnel
Signed-off-by: Bruno Murino <[email protected] >
---------
Signed-off-by: Bruno Murino <[email protected] >
2024-12-01 08:31:51 -05:00
jiangying and GitHub
ad1048be8f
fix proxy.md ( #837 )
...
* fix proxy.md
Signed-off-by: jiangying <[email protected] >
* Update proxy.md
Signed-off-by: jiangying <[email protected] >
---------
Signed-off-by: jiangying <[email protected] >
2024-10-23 13:58:08 -04:00
377a7f41d1
Finished guide for working with snapshots. ( #796 )
...
* Added guide for snapshot API.
Signed-off-by: dblock <[email protected] >
* Added instructions for running sample.
Signed-off-by: dblock <[email protected] >
---------
Signed-off-by: dblock <[email protected] >
Co-authored-by: roma2023 <[email protected] >
2024-08-15 07:52:20 -07:00
Keith Rozario and GitHub
a380e7083f
Update guides-bulk example ( #774 )
...
Fixed examples to make them working python code. (missing commas and quotes.
Signed-off-by: Keith Rozario <[email protected] >
2024-07-14 10:27:35 -04:00
Patrick O'Connor and GitHub
9ee0b23c63
rc corrected to response ( #772 )
...
* rc corrected to response
There seems to be a mistype in the code. I believe it's meant to say response
Signed-off-by: Patrick O'Connor <[email protected] >
* Corrected line 33
Signed-off-by: Patrick O'Connor <[email protected] >
---------
Signed-off-by: Patrick O'Connor <[email protected] >
2024-07-11 22:30:44 -07:00
Derek Ho and GitHub
d3177a8bcb
Pass in initial admin password and remove admin:admin references ( #631 )
...
* Update to pass in initial admin password
Signed-off-by: Derek Ho <[email protected] >
* Add changelog and logic to distinguish between versions
Signed-off-by: Derek Ho <[email protected] >
* fix syntax
Signed-off-by: Derek Ho <[email protected] >
* Revert tests
Signed-off-by: Derek Ho <[email protected] >
* Add 2.12 to the matrix and fix testing logic
Signed-off-by: Derek Ho <[email protected] >
* Fix version logic
Signed-off-by: Derek Ho <[email protected] >
* Try to split job into two batches
Signed-off-by: Derek Ho <[email protected] >
* Fix lint
Signed-off-by: Derek Ho <[email protected] >
* Change name
Signed-off-by: Derek Ho <[email protected] >
* Remove period
Signed-off-by: Derek Ho <[email protected] >
* Pull password dynamically
Signed-off-by: Derek Ho <[email protected] >
* Change to proper env var
Signed-off-by: Derek Ho <[email protected] >
* Try passing through
Signed-off-by: Derek Ho <[email protected] >
---------
Signed-off-by: Derek Ho <[email protected] >
Signed-off-by: Derek Ho <[email protected] >
2024-06-18 11:44:21 -04:00
Sai Medhini Reddy Maryada and GitHub
bd915301e5
Added guide for configuring ssl_assert_hostname ( #694 )
...
Signed-off-by: saimedhi <[email protected] >
2024-03-19 15:16:06 -04:00
DJ Carrillo and GitHub
d1f2eab41e
Fix/issue 638/updated point in time guide ( #661 )
...
* Updated point in time guide & CHANGELOG.
Signed-off-by: Djcarrillo6 <[email protected] >
* Updated point in time guide.
Signed-off-by: Djcarrillo6 <[email protected] >
CHAGELOG w/PR info.
Signed-off-by: Djcarrillo6 <[email protected] >
---------
Signed-off-by: Djcarrillo6 <[email protected] >
2024-01-25 15:38:56 -08:00
DJ Carrillo and GitHub
0cb345db6e
Added a guide & sample for a custom logger client implementation. ( #579 )
...
* Added a guide & sample for a custom logger client implementation.
Signed-off-by: Djcarrillo6 <[email protected] >
Black formatter
Signed-off-by: Djcarrillo6 <[email protected] >
* Changes from PR review
Signed-off-by: Djcarrillo6 <[email protected] >
Fixed import formatting in sample code for gudie.
Signed-off-by: Djcarrillo6 <[email protected] >
Fixed nox formatting of log collection sample module.
Signed-off-by: Djcarrillo6 <[email protected] >
Added types to log_collection_sample.py
Signed-off-by: Djcarrillo6 <[email protected] >
Added type ignore to StramHandler class
Signed-off-by: Djcarrillo6 <[email protected] >
Added formatting change
Signed-off-by: Djcarrillo6 <[email protected] >
* Added PR review changes.
Signed-off-by: Djcarrillo6 <[email protected] >
Fixed typo in CHANGELOG.
Signed-off-by: Djcarrillo6 <[email protected] >
Requested changes.
Signed-off-by: Djcarrillo6 <[email protected] >
Requested changes again.
Signed-off-by: Djcarrillo6 <[email protected] >
Added link in USER_GUIDE.md.
Signed-off-by: Djcarrillo6 <[email protected] >
---------
Signed-off-by: Djcarrillo6 <[email protected] >
2023-11-22 09:14:12 -05:00
Daniel (dB.) Doubrovkine and GitHub
1801ada270
Added pylint, enforce naming. ( #590 )
...
* Added pylint.
Signed-off-by: dblock <[email protected] >
* Enforce pylint:invalid-name.
Signed-off-by: dblock <[email protected] >
* Updated the generated code header to prevent broken links.
Signed-off-by: dblock <[email protected] >
* Swapped order of messages.
Signed-off-by: dblock <[email protected] >
---------
Signed-off-by: dblock <[email protected] >
2023-11-21 10:04:39 -08:00
Daniel (dB.) Doubrovkine and GitHub
c66e1e37be
Fix: TypeError on calling parallel_bulk. ( #601 )
...
* Fix: TypeError on calling parallel_bulk.
Signed-off-by: dblock <[email protected] >
* Added a sample that uses a bulk function generator.
Signed-off-by: dblock <[email protected] >
---------
Signed-off-by: dblock <[email protected] >
2023-11-17 10:18:42 -08:00
Daniel (dB.) Doubrovkine and GitHub
e68b9e762d
Added client-level REST helpers. ( #544 )
...
* Added client-level REST helpers.
Signed-off-by: dblock <[email protected] >
* Move functions into an .http namespace.
Signed-off-by: dblock <[email protected] >
* Poetry update in samples.
Signed-off-by: dblock <[email protected] >
* Fix: typo.
Signed-off-by: dblock <[email protected] >
* Clarified what to use in which older versions.
Signed-off-by: dblock <[email protected] >
---------
Signed-off-by: dblock <[email protected] >
2023-11-13 12:52:13 -08:00
DJ Carrillo and GitHub
0d8a23dd78
Applied document lifecycle guide & sample. ( #559 )
...
Applied pull number to CHNAGELOG.md
Signed-off-by: Djcarrillo6 <[email protected] >
2023-10-30 20:02:30 -07:00
Daniel (dB.) Doubrovkine and GitHub
a1f942b6f9
Added support for AWS Sigv4 for UrlLib3. ( #547 )
...
* WIP: Added support for AWS Sigv4 for UrlLib3.
Signed-off-by: dblock <[email protected] >
* Refactored common implementation.
Signed-off-by: dblock <[email protected] >
* Added sigv4 samples.
Signed-off-by: dblock <[email protected] >
* Updated CHANGELOG.
Signed-off-by: dblock <[email protected] >
* Add documentation.
Signed-off-by: dblock <[email protected] >
* Use the correct class in tests.
Signed-off-by: dblock <[email protected] >
* Renamed samples.
Signed-off-by: dblock <[email protected] >
* Split up requests and urllib3 unit tests.
Signed-off-by: dblock <[email protected] >
* Rename AWSV4Signer.
Signed-off-by: dblock <[email protected] >
* Clarified documentation of when to use Urllib3AWSV4SignerAuth vs. RequestHttpConnection.
Signed-off-by: dblock <[email protected] >
* Move fetch_url inside the signer class.
Signed-off-by: dblock <[email protected] >
* Added unit test for Urllib3AWSV4SignerAuth adding headers.
Signed-off-by: dblock <[email protected] >
* Added unit test for signing to include query string.
Signed-off-by: dblock <[email protected] >
---------
Signed-off-by: dblock <[email protected] >
2023-10-23 19:46:19 -04:00
Daniel (dB.) Doubrovkine and GitHub
fa8f3a7ae0
Added a guide on making raw JSON REST requests. ( #542 )
...
Signed-off-by: dblock <[email protected] >
2023-10-16 12:32:17 -07:00
DJ Carrillo and GitHub
d9a7050df4
Added advanced index actioins guide & sample code file. ( #541 )
...
Signed-off-by: Djcarrillo6 <[email protected] >
2023-10-16 11:27:22 -04:00
Daniel (dB.) Doubrovkine and GitHub
7a638cdafc
Align pool_maxsize for different connection pool implementations. ( #535 )
...
* Align pool_maxsize for different connection pool implementations.
Signed-off-by: dblock <[email protected] >
* Document connection classes and settings.
Signed-off-by: dblock <[email protected] >
* Undo change in async for backwards compatibility.
Signed-off-by: dblock <[email protected] >
* Fix: typo.
Signed-off-by: dblock <[email protected] >
---------
Signed-off-by: dblock <[email protected] >
2023-10-12 18:55:31 -04:00
DJ Carrillo and GitHub
84ac172ddc
Added new guide & sample module for using index templates. ( #531 )
...
Added index_template guide and sample
Signed-off-by: Djcarrillo6 <[email protected] >
2023-10-11 10:11:35 -07:00
Raman Saparkhan and GitHub
29c6445dcc
[CCI][GUIDE] Minor fixes to poetry docs ( #494 )
...
* minor fixes to poetry docs
Signed-off-by: Raman Saparkhan <[email protected] >
* updated CHANGELOG.md
Signed-off-by: Raman Saparkhan <[email protected] >
* updated CHANGELOG.md
Signed-off-by: Raman Saparkhan <[email protected] >
* fixed CHANGELOG.md
Signed-off-by: Raman Saparkhan <[email protected] >
---------
Signed-off-by: Raman Saparkhan <[email protected] >
2023-09-15 03:07:52 -04:00
Sai Medhini Reddy Maryada and GitHub
caeaa13250
Updated Security Client APIs ( #450 )
...
Signed-off-by: saimedhi <[email protected] >
2023-07-26 18:38:49 -04:00
Daniel (dB.) Doubrovkine and GitHub
54a517ada9
Added bulk samples and explained error handling. ( #448 )
...
* Added bulk samples and explained error handling.
Signed-off-by: dblock <[email protected] >
* The client can serialize an array for you.
Signed-off-by: dblock <[email protected] >
---------
Signed-off-by: dblock <[email protected] >
2023-07-25 19:17:28 -07:00
f54973e583
Added k-nn user guide and samples. ( #449 )
...
* Added k-nn user guide and samples.
Signed-off-by: dblock <[email protected] >
* Added async samples.
Signed-off-by: dblock <[email protected] >
* Renamed Lucene Filters with Efficient Filters.
Signed-off-by: dblock <[email protected] >
* Fixing TOC from Lucene filters to Efficient filters
Signed-off-by: Vacha Shah <[email protected] >
---------
Signed-off-by: dblock <[email protected] >
Signed-off-by: Vacha Shah <[email protected] >
Co-authored-by: Vacha Shah <[email protected] >
2023-07-25 19:04:13 -07:00
Daniel (dB.) Doubrovkine and GitHub
58217d98ff
Reorganize documentation and add samples. ( #447 )
...
Signed-off-by: dblock <[email protected] >
2023-07-24 10:23:51 -07:00
Alexei Karikov and GitHub
12b274884c
[CCI] Create index lifecycle guide ( #362 )
...
* Create index lifecycle guide
Signed-off-by: Alexei Karikov <[email protected] >
* Add changelog entry
Signed-off-by: Alexei Karikov <[email protected] >
* Replace ignore param and add short corrections
Signed-off-by: Alexei Karikov <[email protected] >
* reset spaces
Signed-off-by: Alexei Karikov <[email protected] >
* Correct indents
Signed-off-by: Alexei Karikov <[email protected] >
---------
Signed-off-by: Alexei Karikov <[email protected] >
2023-04-24 10:33:51 -07:00
jonathan drysdale-anderson and GitHub
5fa4e8c9a6
[Guide] Search Added ( #356 )
...
* Create search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Updated ChangeLog
Signed-off-by: jonathan <[email protected] >
---------
Signed-off-by: jonathan <[email protected] >
2023-04-20 19:57:00 -07:00