Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
bd3f5f1
feat(cli): add JSON output helpers for rvl
limjoobin Apr 24, 2026
ddcd751
feat(cli): add --json to rvl version
limjoobin Apr 24, 2026
96209c9
test(cli): cover rvl version --json and JSON CLI helpers
limjoobin Apr 24, 2026
89bd9a1
fix(cli): top-level exit codes and stderr
hillarytoh Apr 22, 2026
1b0789d
fix(cli): standardize exit codes and stderr for index and stats commands
hillarytoh Apr 23, 2026
00637b4
fix(cli): small fix to print version
hillarytoh Apr 23, 2026
38cb849
fix(cli): small edits to error messages
hillarytoh Apr 24, 2026
9f3782d
chore: apply black formatting to CLI
hillarytoh Apr 24, 2026
bead749
feat(cli): add --json to rvl stats with shared _stats_rows
limjoobin Apr 26, 2026
d9bc7e9
test: add unit tests for rvl stats CLI
limjoobin Apr 26, 2026
f77532f
feat(cli): add --json to rvl index listall
limjoobin Apr 26, 2026
7276fa5
test: add unit tests for rvl index listall
limjoobin Apr 26, 2026
8f6118a
feat(cli): add --json to rvl index info
limjoobin Apr 26, 2026
76d45cc
test: add unit tests for rvl index info --json
limjoobin Apr 26, 2026
f2b7e77
Merge branch 'main' into feat/RAAE-1557/cli-json
limjoobin Apr 27, 2026
8b3b2cc
chore: Format index.py and utils.py with black
limjoobin Apr 27, 2026
db1313f
fix(types): coerce index info inputs before make_dict in cli index js…
limjoobin Apr 27, 2026
ce70d09
fix(cli): preserve dict index_definition in index info json
limjoobin Apr 27, 2026
25d0dc7
fix(cli-stats): preserve numeric/null types in --json output
limjoobin Apr 27, 2026
5ac9378
fix(cli): exit 2 for invalid rvl mcp flags (match argparse default), …
hillarytoh Apr 27, 2026
e1d40e3
refactor(cli): narrow index schema errors in _connect_to_index
hillarytoh Apr 29, 2026
38fee23
fix(cli): separate stats schema load from index.info() error handling
hillarytoh Apr 29, 2026
165b755
chore: minor refactor for readability
limjoobin Apr 29, 2026
316e542
chore: updated parser description for readability
limjoobin Apr 29, 2026
7632de4
refactor(cli): colocate index/stats schema errors and exit helpers
hillarytoh Apr 29, 2026
6322e19
Revert "feat(cli): add --json to rvl version"
limjoobin Apr 29, 2026
81518d3
reverted tests for JSON output in version.py
limjoobin Apr 29, 2026
7d20ffb
chore: apply black to stats CLI
hillarytoh Apr 29, 2026
bdd0970
Merge branch 'feat/RAAE-1557/cli-json' into feat/RAAE-1558/redisvl-cl…
limjoobin Apr 29, 2026
384714f
fix: resolved merge conflict
limjoobin Apr 29, 2026
9295f80
chore: Corrected import formatting using isort
limjoobin Apr 29, 2026
b3996c3
test(cli): add tests for top-level rvl --help and unknown command paths
limjoobin Apr 29, 2026
8ed1fba
Merge branch 'main' into test/RAAE-1558/redisvl-cli-regression-test
limjoobin Apr 30, 2026
d526875
chore: Tightened some formatting with inline comments
limjoobin Apr 29, 2026
4db7625
test: Added test for CLI contracts related to index
limjoobin Apr 30, 2026
940be2d
fix: Fixed exception catching for index and stats
limjoobin Apr 30, 2026
c9d319b
test: Tightened the test cases
limjoobin May 5, 2026
7d9eef5
Merge branch 'main' into test/RAAE-1558/redisvl-cli-regression-test
limjoobin May 5, 2026
4410eba
test: Modified test to match updated argparse outputs
limjoobin May 5, 2026
2644942
test: Loosened tests to capture actual expected behaviour and error c…
limjoobin May 5, 2026
bd2de14
test: Aded tests for stats command in cli
limjoobin May 6, 2026
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
Loading
Loading