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

feat: adding full text search support #746

Merged
merged 4 commits into from
Jan 24, 2024
Merged

feat: adding full text search support #746

merged 4 commits into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. feat: adding full text search support

    Closes: #745
    gsi-alejandro authored and mcs-alejandro committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    759a250 View commit details
    Browse the repository at this point in the history
  2. ci: upate couchbase server version in GitHub workflows

    The Couchbase server version used in GitHub workflows (main.yml and pull_request.yml) has been updated. The new version 7.1.3 replaces the previous version 7.0.2. This ensures our testing and integration environment uses the latest stable release of Couchbase server.
    gsi-alejandro authored and mcs-alejandro committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9f41142 View commit details
    Browse the repository at this point in the history
  3. ci: add delay to beforeAll hook in fts.spec.ts test file

    Added a delay function call in the beforeAll hook in the `fts.spec.ts` file to ensure preconditions are met before test execution. This delay is particularly important in cases where asynchronous setup operations have to be completed before the tests run.
    gsi-alejandro authored and mcs-alejandro committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d4cc654 View commit details
    Browse the repository at this point in the history
  4. ci: disabling tests with maybe function for CI environments

    The `maybe` function has been introduced in the `fts.spec.ts` test file to skip tests when in a continuous integration environment. The beforeAll hook using delay has been removed, since test cases are either run or skipped based on the process environment, thereby improving test execution efficiency
    gsi-alejandro authored and mcs-alejandro committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fed3e00 View commit details
    Browse the repository at this point in the history