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

Add basic GET tests for core and indices endpoints #616

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
4b11f1e
integration docker yaml with remote repo fetched
brunoLloret Oct 15, 2024
322aa1e
plain GETs for ./tests/default/_core/ refresh.yaml, remote_info.yaml,…
brunoLloret Oct 16, 2024
458ac67
Merge pull request #1 from brunoLloret/setting
brunoLloret Oct 16, 2024
fbb84b2
gitignore
brunoLloret Oct 16, 2024
954dcd6
Remove .env from tracking and add it to .gitignore
brunoLloret Oct 16, 2024
43674a1
Merge pull request #2 from brunoLloret/setting
brunoLloret Oct 16, 2024
2108f2a
integration docker yaml with remote repo fetched
brunoLloret Oct 15, 2024
48acee6
Merge branch 'main' into setting
brunoLloret Oct 17, 2024
b57e33c
Merge pull request #3 from brunoLloret/setting
brunoLloret Oct 17, 2024
7e4be9e
integration docker yaml with remote repo fetched
brunoLloret Oct 15, 2024
06cba6a
enmeded, removed shard_store and script_language due to API unfamilia…
brunoLloret Oct 17, 2024
a4c30d0
Merge pull request #4 from opensearch-project/main
brunoLloret Oct 17, 2024
2b15005
Merge branch 'main' into setting
brunoLloret Oct 17, 2024
2ee7da9
Merge pull request #5 from brunoLloret/setting
brunoLloret Oct 17, 2024
e0de9ea
Add basic GET tests for core and indices endpoints
brunoLloret Oct 17, 2024
33055af
Merge branch 'main' into setting
brunoLloret Oct 17, 2024
31d484e
Merge pull request #6 from brunoLloret/setting
brunoLloret Oct 17, 2024
4a52fe7
Delete docker-compose.yml
brunoLloret Oct 17, 2024
175521b
Delete docker-compose.yml
brunoLloret Oct 17, 2024
8b2300e
Merge pull request #7 from brunoLloret/setting
brunoLloret Oct 17, 2024
5da66ae
Delete .gitignore
brunoLloret Oct 17, 2024
0297086
Allow shortcut specifying InlineScript as just a string (#605)
Xtansia Oct 9, 2024
133c1f2
Fix: specify _source includes/excludes. (#607)
dblock Oct 9, 2024
8feaa22
Added tests for the notifications plugin. (#594)
dblock Oct 9, 2024
d432bf2
fix spec snapshot endpoint (#608)
hogesako Oct 11, 2024
61563b2
update with accurate numeric type for common, core (#612)
amberzsy Oct 14, 2024
9b459db
Add basic GET tests for core and indices endpoints
brunoLloret Oct 17, 2024
bc7b7fd
integration docker yaml with remote repo fetched
brunoLloret Oct 15, 2024
f7a0803
enmeded, removed shard_store and script_language due to API unfamilia…
brunoLloret Oct 17, 2024
bd8a12d
fix snapshot restore and recovery endpoint (#611)
hogesako Oct 16, 2024
cf1a5e9
[Docs] Edit msearch parameters descriptions (#618)
Naarcha-AWS Oct 17, 2024
7d4a2cf
integration docker yaml with remote repo fetched
brunoLloret Oct 15, 2024
78b2069
integration docker yaml with remote repo fetched
brunoLloret Oct 15, 2024
40a4ec8
integration docker yaml with remote repo fetched
brunoLloret Oct 15, 2024
0641501
plain GETs for ./tests/default/_core/ refresh.yaml, remote_info.yaml,…
brunoLloret Oct 16, 2024
32a3f72
gitignore
brunoLloret Oct 16, 2024
401049f
Remove .env from tracking and add it to .gitignore
brunoLloret Oct 16, 2024
5fa89a9
Delete docker-compose.yml
brunoLloret Oct 17, 2024
09c4e8c
Delete .gitignore
brunoLloret Oct 17, 2024
3461acc
Merge branch 'opensearch-project:main' into setting
brunoLloret Oct 17, 2024
78afd25
Merge pull request #8 from brunoLloret/setting
brunoLloret Oct 17, 2024
267d3b9
Delete tests/default/indices/shard_stores.yaml
brunoLloret Oct 17, 2024
8879f39
Delete tests/default/_core/script_language.yaml
brunoLloret Oct 17, 2024
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
3 changes: 3 additions & 0 deletions .cspell
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ lucene
Lucene
lycheeverse
marvinpinto
memlock
metaphone
mget
millis
Expand All @@ -110,6 +111,7 @@ niofs
nmslib
nodeattrs
nodesdn
nofile
noops
nori
Nori
Expand Down Expand Up @@ -188,6 +190,7 @@ translog
Translog
trbl
tubone
ulimits
Undeploys
unigrams
Unmanaged
Expand Down
21 changes: 0 additions & 21 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default [
},
rules: {
'yml/no-empty-document': 'off',
'yml/no-empty-mapping-value': 'off',
'yml/quotes': ['error', { prefer: 'single', avoidEscape: true }],
'yml/plain-scalar': ['error', 'always'],
'yml/no-trailing-zeros': 'error',
Expand Down
Loading