• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ingitdb / ingitdb-cli / 22602513335
96%

Build:
DEFAULT BRANCH: main
Ran 03 Mar 2026 12:35AM UTC
Jobs 1
Files 80
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Mar 2026 12:35AM UTC coverage: 84.286%. Remained the same
22602513335

push

github

trakhimenok
feat(materializer): store FK views under referred collection (P1-6)

Change FK-filtered view path from:
  $ingitdb/{referring_path}/$fk_{field}/{referred_col}/{value}.{ext}
to:
  $ingitdb/{referred_path}/$fk/{referring_col}/{field}/{value}.{ext}

Example:
  $ingitdb/demo-dbs/test-db/countries/$fk/companies/country/gb.ingr

Rationale: web apps already have a handle on the referred collection's
URL; co-locating all FK views there avoids requiring the app to know
which collections reference it. Grouping by referring collection first
keeps multiple FK fields from the same collection adjacent.

Materializer now resolves the referred collection's DirPath from
def.Collections; if the FK collection is not found an error is
accumulated and that column is skipped.

INGR viewName updated to: {referred_col}/$fk/{referring_col}/{field}/{value}

Coverage: buildFKViews 97.0%

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

7 of 7 new or added lines in 1 file covered. (100.0%)

4806 of 5702 relevant lines covered (84.29%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22602513335.1 03 Mar 2026 12:35AM UTC 80
84.29
GitHub Action Run
Source Files on build 22602513335
  • Tree
  • List 80
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cbf684ac on github
  • Prev Build on main (#22601348689)
  • Next Build on main (#22602972505)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc