chore(deps)(deps): bump schemars from 0.8.22 to 0.9.0#16
Open
dependabot[bot] wants to merge 9 commits intomainfrom
Open
chore(deps)(deps): bump schemars from 0.8.22 to 0.9.0#16dependabot[bot] wants to merge 9 commits intomainfrom
dependabot[bot] wants to merge 9 commits intomainfrom
Conversation
- Extract desktop from terraphim-ai monorepo using git-filter-repo - Update dependencies to use git references from main repo - Create workspace Cargo.toml at repository root - Add CI/CD workflows for build, test, and release - Create README.md with setup instructions - Copy LICENSE-Apache-2.0 Build verified with cargo check
Remove all files not related to desktop application: - Remove all crates/ except those needed for desktop - Remove server, firecracker, and other components - Update workspace to only include src-tauri This repository now contains only the Terraphim AI Desktop application.
- Remove local crates/* directory (using git deps instead) - Update desktop/src-tauri/Cargo.toml to use git dependencies - Fix regex version conflict with explicit dependency - Update workspace to only include desktop/src-tauri - Remove server crates from desktop repo This allows terraphim-ai-desktop to be a standalone repository while still using the latest code from terraphim-ai main branch.
- Update ci-main.yml to build only desktop package - Update release-comprehensive.yml for desktop-only releases - Remove server/agent binary builds (now in terraphim-ai) - Add support for being triggered by terraphim-ai releases - Update to work with git dependencies This repo now uses git dependencies from terraphim-ai main branch and focuses exclusively on the Tauri desktop application.
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Update e2e tests for current desktop UX: - kg-search-context.spec.ts: Simplified to 3 working tests covering KG search, article editor flow, and KG search button in chat - novel-autocomplete.spec.ts: Rewritten to test autocomplete through actual user flow (search -> article -> editor) without MCP dependency Tests now use correct selectors verified against actual components: - data-testid="kg-search-input" - data-testid="kg-autocomplete-list" - data-testid="article-modal" - data-testid="novel-editor" - data-testid="autocomplete-status" All 7 core tests passing (23s total). Refs: bd-29d
Fix root cause of test failure: - Explicitly press Enter to trigger search after selecting KG suggestion - Use waitForSelector with flexible selector (.search-results or data-testid) - Remove arbitrary timeout in favor of explicit wait The issue was that clicking the KG autocomplete suggestion doesn't translate to an immediate search - the Enter key press is needed to trigger the search action. Refs: bd-29d
- Expand MCP server mode tests with comprehensive test coverage - Add KG features proof E2E test (kg-features-proof.spec.ts) - Improve knowledge graph modal and search components - Update Novel editor with better slash command integration - Enhance ThemeSwitcher and RoleGraphVisualization components - Add runtime.ts utility module - Update TypeScript configuration for better type checking - Clean up duplicate crates directory and verification artifacts
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 0.9.0. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.22...v0.9.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21e16ba to
ee70660
Compare
Contributor
Author
|
Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request. |
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.
Bumps schemars from 0.8.22 to 0.9.0.
Release notes
Sourced from schemars's releases.
Changelog
Sourced from schemars's changelog.
Commits
643a4c0v0.9.0 (identical to v1.0.0-alpha.18)f9bcfd8v1.0.0-alpha.18c805be1Addinclude_type_namesetting for settingx-rust-typeschema property (#406)b24c841AddRestrictFormatstransform (#405)04db03bRe-enable some clippy lints413e4a0Add flag totake_definitionsto optionally apply transforms (#404)9d58bdcChangeStringsettings toCow\<'static, str>(#403)b4c7f5eUpdate OpenAPI 3.0 meta-schemafb54a6dDeprecateas_any/as_any_mut, add downcast methods todyn GenTransform(...6a089faSetminimum/maximumfor i8/u8/i16/u16 (#401)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)