Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Secrets | View in Orca |
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Publication holds, unresolved licensing content, and inaccurate operational guidance must be addressed first.
Get a fresh assessment by requesting another Copilot review.
Review effort: Balanced
Findings: 1
Open (3)
What changed in this PR
Adds Enterprise Edition documentation, reusable EE badges, and Shard Self-Recovery guidance for v1.40.
Changes:
- Adds Enterprise Edition and Shard Self-Recovery documentation.
- Introduces reusable Enterprise badges and sidebar integration.
- Expands replication and environment-variable references.
| File | Description |
|---|---|
static/img/building-icon.svg |
Adds the Enterprise badge icon. |
src/theme/MDXComponents.js |
Registers the Enterprise badge globally. |
src/theme/DocSidebarItem/Link/index.tsx |
Supports Enterprise badges on sidebar links. |
src/theme/DocSidebarItem/Category/index.tsx |
Supports Enterprise badges on categories. |
src/components/EnterpriseBadge/styles.module.scss |
Styles Enterprise badge variants. |
src/components/EnterpriseBadge/index.jsx |
Implements the reusable Enterprise badge. |
sidebars.js |
Adds licensing and self-recovery navigation. |
docs/deploy/enterprise.mdx |
Adds the Enterprise Edition landing page. |
docs/deploy/configuration/self-recovery.mdx |
Documents Shard Self-Recovery. |
docs/deploy/configuration/replication.md |
Links to self-recovery guidance. |
docs/deploy/configuration/env-vars/index.md |
Documents licensing and recovery variables. |
_includes/feature-notes/enterprise-edition.mdx |
Adds a reusable Enterprise feature notice. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| # tags: ['configuration', 'replication', 'enterprise'] | ||
| --- | ||
|
|
||
| {/* DRAFT-HOLD(ivan): PR #11768 unmerged — do not publish before it lands in stable/v1.40 */} |
Comment on lines
+125
to
+126
| | `weaviate_self_recovery_no_data_empty_total` | | Counter | Empty shards created on a node that started with its Raft state. A shard directory disappeared and no replica had data. Alert on this metric. | | ||
| | `weaviate_self_recovery_no_data_during_bootstrap_total` | | Counter | Empty shards created on a wiped node. This usually means a collection or tenant was created while the node was away, not data loss. | |
Comment on lines
+52
to
+54
| To get an Enterprise Edition license key, contact Weaviate. | ||
|
|
||
| {/* TODO(ivan): license request link */} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


v1.40 introduces the Weaviate Enterprise Edition — same image and binary, a license key selects the edition at startup. This lane adds:
/deploy/enterpriselanding page in a new Licensing sidebar section: editions (open-source-first positioning), how it works, activation viaLICENSE_KEY/LICENSE_KEY_FILE, FAQ, support channels.<EnterpriseBadge />(CloudOnlyBadge pattern),customProps.enterpriseOnlysidebar wiring, and a feature-note include for EE pages.Holds before publish:
DRAFT-HOLD— do not publish before feat: shard self-recovery (snapshot + log-replay rejoin) weaviate#11768 lands instable/v1.40.TODO(ivan)placeholders: license request CTA, license terms page URL, FAQ wording sync with the final legal licensing FAQ.sidebars.js).