florianvazelle
|
5866880c81
|
Add async tests for plugins (#425)
* test(plugins): add async tests for plugins
Signed-off-by: florian <[email protected]>
* chore(USER_GUIDE): remove **
Signed-off-by: florian <[email protected]>
* test(async): remove the event loop session scoped fixture
Signed-off-by: florian <[email protected]>
---------
Signed-off-by: florian <[email protected]>
|
2023-07-24 09:56:32 -04:00 |
|
florianvazelle
|
5dc51d4b7f
|
Move security api from plugins to clients (#442)
* fix(security): move security api from plugins to clients
Signed-off-by: florian <[email protected]>
* chore(CHANGELOG): update CHANGELOG for the PR#442
Signed-off-by: florian <[email protected]>
---------
Signed-off-by: florian <[email protected]>
|
2023-07-21 13:07:20 -04:00 |
|
florianvazelle
|
2e8d5ce1a5
|
Index State Management support (#398)
* feat(plugins): add index management client plugin
Signed-off-by: florian <[email protected]>
* chore(CHANGELOG): added entry for ISM api support in changelog
Signed-off-by: florian <[email protected]>
* test(plugins): use assertEqual to compare call parameters
Signed-off-by: florian <[email protected]>
* test(plugins): edit policy to support older versions of opensearch
Signed-off-by: florian <[email protected]>
* test(plugins): ignore plugin tests when opensearch is unreleased
Signed-off-by: florian <[email protected]>
* test(plugins): move plugin tests into separate files
Signed-off-by: florian <[email protected]>
* test(plugins): fix import of OpenSearchTestCase
Signed-off-by: florian <[email protected]>
* chore(USER_GUIDE): add a index management plugin part
Signed-off-by: florian <[email protected]>
---------
Signed-off-by: florian <[email protected]>
|
2023-06-28 16:56:00 -04:00 |
|
florianvazelle
|
c60c259d96
|
Security plugin support (#399)
* feat(plugins): add security client plugin
Signed-off-by: florian <[email protected]>
* test(plugins): skip security plugin tests when disabled
Signed-off-by: florian <[email protected]>
* fix(security): remove non-ASCII character
Signed-off-by: florian <[email protected]>
* chore(CHANGELOG): added entry for security api support in changelog
Signed-off-by: florian <[email protected]>
* test(plugins): add asynchronous tests version
Signed-off-by: florian <[email protected]>
* test: remove some warnings
Signed-off-by: florian <[email protected]>
* chore(USER_GUIDE): add a security plugin part
Signed-off-by: florian <[email protected]>
* test(security): Split out security plugin tests in its own file
Signed-off-by: florian <[email protected]>
* chore: apply reviews
Signed-off-by: florian <[email protected]>
---------
Signed-off-by: florian <[email protected]>
|
2023-06-27 11:01:40 -04:00 |
|