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

datatug / datatug-core / 35241376773
91%

Build:
DEFAULT BRANCH: main
Ran 17 Sep 2026 03:37PM UTC
Jobs 1
Files 149
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

17 Sep 2026 03:36PM UTC coverage: 90.54% (+0.1%) from 90.391%
35241376773

push

github

web-flow
feat(storage): add DALgo-backed project store in dalgostore (#334)

Source commits:

- 7d883b765207 feat(storage): add DALgo-backed project store in dalgostore
  Add pkg/storage/dalgostore, a datatug.ProjectStore implementation built
  over a caller-supplied dal.DB. Task 5 of dalgo-project-store covers only
  the project record: LoadProjectFile/LoadProject/SaveProject read and write
  it at key ext/datatug/projects/<project-id> (record.NewKeyWithID plus a
  parent key), under the extension namespace REQ:extension-namespace. Every
  other project-item collection is a stub returning a typed
  ErrNotImplemented; later plan tasks fill them in one at a time.
  The package imports only dal-go/dalgo and dal-go/record — no driver, no
  type switch on a concrete driver above the DALgo boundary. A round-trip
  test uses dalgo2memory, the in-memory dal.DB test double that ships as a
  subpackage of the already-required dal-go/dalgo module, so it adds no new
  dependency. A separate test runs `go list -deps ./...` over the whole
  module and asserts none of dalgo2ingitdb, dalgo2ingitdb4github or
  dalgo2openvaultdb appear in the graph.
  Verifies: dalgo-project-store#ac:core-depends-on-dalgo-interfaces-only
- 4f9bdff25190 fix(storage): close dalgostore review gaps in save/load and deps test
  Address code review on PR #334:
  - SaveProject now refuses a project carrying data in a collection it does
  not persist yet (queries, boards, entities, environments, db models, db
  drivers) with a wrapped ErrNotImplemented, writing nothing, instead of
  silently dropping that data.
  - LoadProject now mirrors filestore's Depth() convention
  (pkg/storage/filestore/store_loader.go:27): Depth()==0 (default) or >1
  asks for the full project graph, which returns ErrNotImplemented rather
  than a Project with empty sub-item collections. Only Depth(1) is served.
  - SaveProject now validates the way filestore does: project.Validate()
  first (store_project_saver.go:23), then p... (continued)

167 of 167 new or added lines in 2 files covered. (100.0%)

9734 of 10751 relevant lines covered (90.54%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35241376773.1 17 Sep 2026 03:37PM UTC 149
90.54
GitHub Action Run
Source Files on build 35241376773
  • Tree
  • List 149
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 065dffc4 on github
  • Prev Build on main (#35203717879)
  • Next Build on main (#35312691322)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc