Skip to content

Split API docs L0 search route#268

Merged
yvette-carlisle merged 1 commit into
mainfrom
xy/split-docs-search-l0-route
Jun 29, 2026
Merged

Split API docs L0 search route#268
yvette-carlisle merged 1 commit into
mainfrom
xy/split-docs-search-l0-route

Conversation

@yvette-carlisle

Copy link
Copy Markdown
Member

Summary

  • Move the API docs L0 search inner implementation from routes/docs.rs into routes/docs/search_l0.rs.
  • Keep docs_search_l0, admin_docs_search_l0, and their #[utoipa::path] annotations in docs.rs.
  • Preserve payload validation, status normalization, temporal bounds checks, query length checks, and service request construction.

Validation

  • cargo make fmt-rust
  • cargo make check-rust
  • cargo make lint-vstyle
  • cargo make lint-rust
  • cargo make test-rust (370 passed, 92 skipped)
  • cargo make check (docs/fmt/check/clippy/vstyle/nextest; 370 passed, 92 skipped)
  • cargo make test-rust-integration (92 passed, 370 skipped)
  • cargo make check-trace-gate
  • git diff --check
  • git diff --cached --check
  • Fresh read-only staged skeptic review: pass, no objections

Cleanup

  • Trace-gate Postgres was run under isolated elf-trace-gate compose project and removed with down -v --remove-orphans.
  • Generated trace gate files were deleted before commit.

…e implementation into a child module after strict validation.","authority":"manual"}
@yvette-carlisle yvette-carlisle merged commit 511c11e into main Jun 29, 2026
12 checks passed
@yvette-carlisle yvette-carlisle deleted the xy/split-docs-search-l0-route branch June 29, 2026 15:19
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