Skip to content

Update upstream elide crates to latest main - #314

Merged
martsokha merged 1 commit into
mainfrom
chore/update-elide-crates
Sep 20, 2026
Merged

martsokha merged 1 commit into
mainfrom
chore/update-elide-crates

Conversation

@martsokha

@martsokha martsokha commented Sep 19, 2026 •

Copy link
Copy Markdown
Member

Re-pins all three upstream elide git sources to their current main tips:

source from to
elide (engine: core, engine, codec, ner, ocr, …) d691f3b3 b2580fa1
elide-runtime (elide-pipeline, elide-export, elide-review, …) de8b985c e0a1dc0d
elide-provider (elide-bentoml) 1cc51805 95a49f23

Also pulls a transitive lopdf bump (0.44 → 0.45).

No source changes were needed on our side — the update compiles cleanly against the new tips. Also removes three stray // ... models section-separator comments in model/mod.rs.

Verification

cargo check, clippy --all-targets --all-features -D warnings, +nightly fmt --check, cargo machete, RUSTDOCFLAGS=-D warnings cargo doc — all clean. nvisy-postgres 205 tests and nvisy-server lib 185 tests pass against the updated crates.

🤖 Generated with Claude Code

https://claude.ai/code/session_018bKk1YEG4tZ69jzYVQvQL8

Summary by CodeRabbit

  • Refactor
    • Cleaned up internal section-heading comments without changing database models or public exports.

Re-pin all three elide git sources to their branch tips:
- elide:          d691f3b3 -> b2580fa1
- elide-runtime:  de8b985c -> e0a1dc0d
- elide-provider: 1cc51805 -> 95a49f23

Pulls a transitive lopdf bump (0.44 -> 0.45). No API changes needed on
our side; the workspace builds and the suite passes against the new tips.

Also drop three leftover `// ... models` section-separator comments in
model/mod.rs.
@martsokha martsokha added chore maintenance, dependency updates, code cleanup dependencies dependency updates and version bumps labels Sep 19, 2026
@coderabbitai

coderabbitai Bot commented Sep 19, 2026 •

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Essentials

Run ID: 1f44d078-a025-4137-b71c-704471b8ac37

📥 Commits

Reviewing files that changed from the base of the PR and between f79229b and 625de8c.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • crates/nvisy-postgres/src/model/mod.rs
💤 Files with no reviewable changes (1)
  • crates/nvisy-postgres/src/model/mod.rs

Included review availability: 1 review is currently available. Your included PR review attempts over the past 7 days set your current allowance at 2 reviews per hour.


📝 Walkthrough

Walkthrough

The change removes three section-heading comments from the PostgreSQL model re-export module. Database model modules and public re-exports remain unchanged.

Changes

Model comment cleanup

Layer / File(s) Summary
Remove model section headings
crates/nvisy-postgres/src/model/mod.rs
Removes the Account models, Detection / pipeline models, and Workspace models section comments. Model re-exports remain unchanged.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: updating the upstream Elide crates to their latest main commits.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Commit to this branch
  • Create a new PR
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Comment @coderabbitai help to get the list of available commands.

@martsokha martsokha self-assigned this Sep 20, 2026
@martsokha
martsokha merged commit 10a1aaf into main Sep 20, 2026
9 checks passed
@martsokha
martsokha deleted the chore/update-elide-crates branch September 20, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore maintenance, dependency updates, code cleanup dependencies dependency updates and version bumps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant