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

Python initial vss commands #2358

Commits on Sep 26, 2024

  1. FT.CREATE and FT.INFO commands

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    915d0cb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Ft.Create command test added

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cfa2ce3 View commit details
    Browse the repository at this point in the history
  2. Prefix option added in ftCreate command

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d25ecc5 View commit details
    Browse the repository at this point in the history
  3. return type updated in Ft create

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1d8252e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. change file names to search from vss

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0e806d4 View commit details
    Browse the repository at this point in the history
  2. search command options moved to separate files

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e3940e4 View commit details
    Browse the repository at this point in the history
  3. drop index command options added

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a1484fa View commit details
    Browse the repository at this point in the history
  4. drop index custom command called

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1b6617a View commit details
    Browse the repository at this point in the history
  5. Added FT.SEARCH options

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d9fad42 View commit details
    Browse the repository at this point in the history
  6. FT.SEARCH options fixed in search.py

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4fd5283 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Documentation added for [FT.CREATE] options

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7453647 View commit details
    Browse the repository at this point in the history
  2. Add documentation for [FT.DROPINDEX] options

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b8d98a8 View commit details
    Browse the repository at this point in the history
  3. Command constants documented

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8ef6230 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Added VECTOR and TAG type options

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5b96196 View commit details
    Browse the repository at this point in the history
  2. Integ tests placeholder added

    Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
    prateek-kumar-improving committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    99d3200 View commit details
    Browse the repository at this point in the history