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

teableio / teable / 15039567037

15 May 2025 07:49AM UTC coverage: 80.625% (-0.4%) from 81.043%
15039567037

push

github

web-flow
feat: base chat UI (#1524)

* feat: add base sql executor services

* feat: chatbot ui

* feat: chat loading

* feat: full chat ui

* fix: build error

* feat: support add context for messages

* feat: add reason message part render

* fix: reason part expand

* chore: update pnpm lock

* feat: preview html

* feat: memo ai markdown block

* chore: update pnpm lock

* feat: ai message add consumed credits and time

* fix: meta content is empty display

* fix: import url

* chore: update pnpm-lock.yaml

* fix: display token usage

* fix: magic ai icons

* feat: chat model only display model name

* fix: missing import

* feat: message rerender

* Update apps/nestjs-backend/src/features/base-sql-executor/utils.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Boris <boris2code@outlook.com>

* chore: lint code

* chore: update i18n

---------

Signed-off-by: Boris <boris2code@outlook.com>
Co-authored-by: tea artist <artist@teable.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

7869 of 8373 branches covered (93.98%)

53 of 297 new or added lines in 4 files covered. (17.85%)

5 existing lines in 2 files now uncovered.

37339 of 46312 relevant lines covered (80.62%)

1762.75 hits per line

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

0.0
/apps/nestjs-backend/src/features/base-sql-executor/base-sql-executor.module.ts
NEW
1
import { Module } from '@nestjs/common';
×
2
import { BaseSqlExecutorService } from './base-sql-executor.service';
3

4
@Module({
NEW
5
  providers: [BaseSqlExecutorService],
×
NEW
6
  exports: [BaseSqlExecutorService],
×
7
})
NEW
8
export class BaseSqlExecutorModule {}
×
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