Skip to content

Add search to docs#107

Merged
borisno2 merged 15 commits intomainfrom
add-search-to-docs
Nov 15, 2025
Merged

Add search to docs#107
borisno2 merged 15 commits intomainfrom
add-search-to-docs

Conversation

@borisno2
Copy link
Copy Markdown
Member

No description provided.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 13, 2025

🦋 Changeset detected

Latest commit: 0d03740

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 10 packages
Name Type
@opensaas/stack-cli Major
create-opensaas-app Major
@opensaas/stack-core Major
@opensaas/stack-auth Major
@opensaas/stack-rag Major
@opensaas/stack-storage Major
@opensaas/stack-tiptap Major
@opensaas/stack-ui Major
@opensaas/stack-storage-s3 Major
@opensaas/stack-storage-vercel Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel bot commented Nov 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
stack-docs Ready Ready Preview Comment Nov 15, 2025 9:03am

@gitguardian
Copy link
Copy Markdown

gitguardian bot commented Nov 15, 2025

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
22455670 Triggered Generic Password 34a7ba8 packages/cli/src/mcp/lib/generators/feature-generator.ts View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report for Storage Package Coverage (./packages/storage)

Status Category Percentage Covered / Total
🔵 Lines 43.45% 73 / 168
🔵 Statements 43.78% 74 / 169
🔵 Functions 45.45% 15 / 33
🔵 Branches 40.13% 61 / 152
File CoverageNo changed files found.
Generated in workflow #370 for commit 0d03740 by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report for RAG Package Coverage (./packages/rag)

Status Category Percentage Covered / Total
🔵 Lines 47.97% 355 / 740
🔵 Statements 48.14% 377 / 783
🔵 Functions 54.26% 70 / 129
🔵 Branches 42.08% 178 / 423
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/rag/src/config/plugin.ts 25% 24.56% 26.66% 26.37% 61-73, 79-81, 111-160, 203-241, 258-326
packages/rag/src/config/types.ts 0% 0% 0% 0%
packages/rag/src/providers/openai.ts 62.74% 68.18% 88.88% 66.66% 21-24, 63, 64, 97, 117-118, 126-153
packages/rag/src/storage/json-file.ts 0% 0% 0% 0% 13-156
Generated in workflow #370 for commit 0d03740 by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)

Status Category Percentage Covered / Total
🔵 Lines 100% 40 / 40
🔵 Statements 100% 40 / 40
🔵 Functions 100% 9 / 9
🔵 Branches 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #370 for commit 0d03740 by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report for Core Package Coverage (./packages/core)

Status Category Percentage Covered / Total
🔵 Lines 84.3% 419 / 497
🔵 Statements 83.39% 427 / 512
🔵 Functions 95.83% 69 / 72
🔵 Branches 74.63% 306 / 410
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/core/src/config/plugin-engine.ts 93.8% 78.35% 100% 94.44% 85, 97, 109, 121, 136, 242, 255
Generated in workflow #370 for commit 0d03740 by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report for Auth Package Coverage (./packages/auth)

Status Category Percentage Covered / Total
🔵 Lines 64.49% 89 / 138
🔵 Statements 61.03% 94 / 154
🔵 Functions 74.46% 35 / 47
🔵 Branches 62.79% 54 / 86
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/auth/src/config/plugin.ts 60.86% 54.54% 40% 60.86% 55-60, 73-78, 92-116
Generated in workflow #370 for commit 0d03740 by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)

Status Category Percentage Covered / Total
🔵 Lines 100% 38 / 38
🔵 Statements 100% 38 / 38
🔵 Functions 100% 8 / 8
🔵 Branches 100% 22 / 22
File CoverageNo changed files found.
Generated in workflow #370 for commit 0d03740 by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report for UI Package Coverage (./packages/ui)

Status Category Percentage Covered / Total
🔵 Lines 63.75% 51 / 80
🔵 Statements 62.65% 52 / 83
🔵 Functions 64.28% 18 / 28
🔵 Branches 63.95% 55 / 86
File CoverageNo changed files found.
Generated in workflow #370 for commit 0d03740 by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report for CLI Package Coverage (./packages/cli)

Status Category Percentage Covered / Total
🔵 Lines 65.27% 203 / 311
🔵 Statements 63.43% 203 / 320
🔵 Functions 66.66% 20 / 30
🔵 Branches 48.73% 58 / 119
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/cli/src/generator/plugin-types.ts 0% 0% 0% 0% 10-146
packages/cli/src/generator/types.ts 84.55% 62.5% 83.33% 88.46% 11, 21, 30, 40, 65, 99, 133, 161, 207-222, 230-234, 261-263
Generated in workflow #370 for commit 0d03740 by the Vitest Coverage Report Action

@borisno2 borisno2 merged commit f4f3966 into main Nov 15, 2025
12 checks passed
@github-actions github-actions bot mentioned this pull request Nov 23, 2025
@borisno2 borisno2 deleted the add-search-to-docs branch March 10, 2026 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant