Merged
Conversation
…ment; add ghost node support and reparenting logic for comments
…ing in the interface. Except for nodes where erroring is part of the node logic (e.g api calls)
…s in layer commands
feature / image classification
- fixed ort linking - upgraded dependencies - moved docling build to separate repo
- Updated `serde` and `serde_json` to use workspace features across multiple crates. - Upgraded `axum` to version 0.8.4 and `sea-orm` to version 1.1.11 in the backend. - Changed `tokio` usage to reference `flow_like_types::tokio` in the backend main function. - Refactored `create_listener` function to use `flow_like_types::tokio::net::TcpListener`. - Removed unused `dir` module from `utils`. - Updated `wasmer` to version 6.0.1 and other dependencies in the core package. - Cleaned up commented-out code in `file.rs` related to EXIF data handling. - Adjusted paths in `tauri.conf.json` for license file reference.
…rm support and add Ubuntu dependency installation fix: enhance tauri configuration with updater artifacts and public key
…pha-release workflows
…a-release workflow
…a-build workflow; update app identifier in tauri configuration
…in alpha-build workflow
…ality and styling
- Added AI Menu Settings
docs: Add documentation for ONNX nodes - Created documentation for the following ONNX nodes: - Image Classification - Load ONNX Node - Object Detection feat: Introduce image annotation and transformation nodes - Added new nodes for image processing: - Draw Bounding Boxes - Make Bounding Box - Read Barcodes - Convert Image - Contrast Image - Crop Image
|
Here's the code health analysis summary for commits Analysis Summary
|
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.
This pull request introduces several significant updates across the project, including enhancements to CI/CD workflows, dependency updates, and codebase improvements for maintainability and functionality. Below is a categorized summary of the most important changes:
CI/CD Workflow Enhancements:
.fossa.ymlconfiguration file and aFOSSA License Scanworkflow to ensure license compliance for thedevbranch. This includes steps for analyzing dependencies and generating a report. (.fossa.yml,.github/workflows/fossa.yml) [1] [2]alpha-release.ymlworkflow to support multiple platforms (macOS, Ubuntu, Windows) with platform-specific dependencies and Apple Developer Certificate integration for macOS builds. (.github/workflows/alpha-release.yml)build-docling.ymlworkflow, which previously handled building and releasing binaries for the Docling project. (.github/workflows/build-docling.yml)Dependency Updates:
axum,sea-orm,serde,serde_json, and other dependencies inapps/backend/Cargo.tomlfor better performance and compatibility. Introduced workspace-level dependency management forserdeandserde_json. (apps/backend/Cargo.toml)serde_jsonas a new dependency in the workspace-levelCargo.toml. (Cargo.toml)Backend Code Improvements:
tokioruntime to use a custom wrapper fromflow_like_types. (apps/backend/src/main.rs,apps/backend/Cargo.toml) [1] [2] [3]joinedViato theMembershipmodel in the Prisma schema. (apps/backend/prisma/schema.prisma)Frontend Code Refinements:
apps/desktop/app/store/yours/page.tsxfile toapps/desktop/app/library/apps/page.tsx, reflecting a shift from "store" to "library" terminology. Adjusted related routes and variable names accordingly. (apps/desktop/app/library/apps/page.tsx) [1] [2] [3] [4]Documentation Updates:
README.mdto display license compliance status. (README.md)These changes collectively improve the project's build processes, dependency management, backend functionality, and frontend consistency, while also enhancing documentation and license compliance.