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

teableio / teable / 10299037390

08 Aug 2024 08:55AM UTC coverage: 17.548% (-0.2%) from 17.728%
10299037390

push

github

web-flow
feat: record history (#793)

* feat: record history

* feat: table record history

* feat: the permission for record history

* perf: batch inventory record history

* fix: field constraints are lost during field conversion

* chore: update pnpm-lock file

* fix: the event merging error when updating link records

* fix: cell link UI rendering

* fix: repeated list rendering in formula editor filtering

* chore: db migration for record history

* chore: e2e testing for the record history

* chore: upgrade the dependencies of the Prisma

* chore: upgrade the dependencies of the Prisma

* chore: upgrade the dependencies of the Prisma

* chore: update the dependencies of the Prisma

* fix: date string convert

* chore: update record history E2E testing

* feat: record history supports filtering based on time

* chore: add date field value log

* fix: nested transactions

* chore: revert to the previous version of Prisma

* fix: import table error

* fix: delete table logic

* chore: update record history e2e testing

---------

Co-authored-by: tea artist <artist@teable.io>

1387 of 2823 branches covered (49.13%)

6 of 1035 new or added lines in 43 files covered. (0.58%)

4 existing lines in 4 files now uncovered.

14088 of 80283 relevant lines covered (17.55%)

1.74 hits per line

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

0.0
/packages/sdk/src/config/local-storage-keys.ts
1
export enum LocalStorageKeys {
×
2
  FieldSystem = 'ls_field_system',
×
NEW
3
  RecordHistoryVisible = 'ls_record_history_visible',
×
4
  ExpandRecordPanelSize = 'ls_expand_record_panel_size',
×
5
  DashboardKey = 'ls_dashboard_key',
×
6
  ViewFromData = 'ls_view_form_data',
×
7
  ViewFromMode = 'ls_view_form_mode',
×
8
  ViewGridCollapsedGroup = 'ls_view_grid_collapsed_group',
×
9
  ViewKanbanCollapsedStack = 'ls_view_kanban_collapsed_stack',
×
10
  CompletedGuideMap = 'ls_completed_guide_map',
×
11
  ImportAlert = 'ls_import_alert',
×
12
}
×
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