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

teableio / teable / 10915455790

18 Sep 2024 04:15AM UTC coverage: 85.046% (-0.02%) from 85.067%
10915455790

push

github

web-flow
feat: dashboard (#860)

* feat: plugins

* feat: dashboard panel and plugin publish procedure

* chore: rename dashboard db name

* feat: base query add cell format params

* feat: dashboard and plugin render

* feat: dashboard permission controll

* chore: remove chart page

* feat: add isExpand status

* feat: auth plugin render

* feat: chart plugin

* chore: add plugin chart scripts

* chore: remove dist

* feat: plugin docker build and chart plugin init

* chore: plugin chart build

* chore: plugin chart lint

* fix: base query e2e

* fix: markdown preview theme

* fix: plugin e2e

* fix: first admin user

* fix: insert env in nextjs-app/.env

* fix: e2e error

* fix: plugin rows

* fix: plugin and dashboard service spec

* fix: init official plugin lock attachments database table

* fix: test error

* fix: init plugin conflict on e2e

* fix: init plugin conflict on e2e

* fix: init plugin conflict on e2e

* fix: init plugin conflict on e2e

* chore: better message

* fix: init plugin conflict on e2e

* chore: remove lock

5525 of 5802 branches covered (95.23%)

1348 of 1618 new or added lines in 30 files covered. (83.31%)

36058 of 42398 relevant lines covered (85.05%)

1174.04 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/apps/nestjs-backend/src/features/field/model/field-base.ts
1
export abstract class FieldBase {
×
2
  // whether the storage structure of the value is a json Object, notice title key in json object is required
×
3
  // example: { title: 'title', id: 'id1' } or [{ title: 'title1', id: 'id1' }, { title: 'title2', id: 'id2' }]
×
4
  abstract get isStructuredCellValue(): boolean;
×
5

×
6
  abstract convertDBValue2CellValue(value: unknown, context?: unknown): unknown;
×
7

×
8
  abstract convertCellValue2DBValue(value: unknown): unknown;
×
9
}
×
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

© 2025 Coveralls, Inc