close CLOUD-137 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced advanced workspace-scoped search and aggregation capabilities with support for complex queries, highlights, and pagination. - Added pluggable search providers: Elasticsearch and Manticoresearch. - New GraphQL queries, schema types, and resolver support for search and aggregation. - Enhanced configuration options for search providers in self-hosted and cloud deployments. - Added Docker Compose services and environment variables for Elasticsearch and Manticoresearch. - Integrated indexer service into deployment and CI workflows. - **Bug Fixes** - Improved error handling with new user-friendly error messages for search provider and indexer issues. - **Documentation** - Updated configuration examples and environment variable references for indexer and search providers. - **Tests** - Added extensive end-to-end and provider-specific tests covering indexing, searching, aggregation, deletion, and error cases. - Included snapshot tests and test fixtures for search providers. - **Chores** - Updated deployment scripts, Helm charts, and Kubernetes manifests to include indexer-related environment variables and secrets. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
43 lines
813 B
Plaintext
43 lines
813 B
Plaintext
# we will make this file shared by prettier|eslint|oxlint
|
|
**/node_modules
|
|
.yarn
|
|
.github/helm
|
|
.vscode
|
|
.yarnrc.yml
|
|
.docker
|
|
**/.storybook
|
|
|
|
# compiled output
|
|
.coverage
|
|
.nx/**
|
|
target
|
|
test-results
|
|
**/dist
|
|
**/lib
|
|
**/storybook-static
|
|
**/web-static
|
|
**/public
|
|
**/e2e-dist-*
|
|
**/static
|
|
|
|
# generated files
|
|
**/*.gen.ts
|
|
**/*.gql
|
|
**/*.d.ts
|
|
|
|
# per files
|
|
tools/cli/src/webpack/error-handler.js
|
|
packages/backend/native/index.d.ts
|
|
packages/backend/server/src/__tests__/__snapshots__
|
|
packages/common/native/fixtures/**
|
|
packages/common/graphql/src/graphql/index.ts
|
|
packages/frontend/native/index.d.ts
|
|
packages/frontend/native/index.js
|
|
packages/frontend/apps/android/App/**
|
|
packages/frontend/apps/ios/App/**
|
|
tests/blocksuite/snapshots
|
|
blocksuite/docs/api/**
|
|
packages/frontend/admin/src/config.json
|
|
**/test-docs.json
|
|
**/test-blocks.json
|