28 Commits

Author SHA1 Message Date
Uno
7f14c4968b
fix: upload assets (#1787)
* fix: upload assets exclude .js.map and .css.map

* chore: update Dockerfile to install rsync for asset upload script
2025-08-21 16:45:31 +08:00
Uno
162e82ed7a
feat: enhance manual preview workflow and add asset upload functionality (#1722)
* Added environment variables for deployment in manual-preview.yml
* Updated build-push job to include asset upload list
* Introduced NEXT_BUILD_ENV_ASSET_PREFIX in preview-template.yaml
* Modified next.config.js to utilize asset prefix for static assets
* Created upload-assets.mjs script for handling asset uploads to MinIO
* Updated Dockerfile to support asset upload during image build
2025-08-20 12:03:24 +08:00
Bieber
84c2a11aa0
chore: remove wait for (#1438) 2025-04-14 14:05:01 +08:00
Bieber
cbcfcff58e
chore: adjust page detials (#1433)
* fix: should not try connect network

* fix: page description

* fix: icons

* fix: help link
2025-04-11 11:20:12 +08:00
Bieber
ea72a1d668
chore: remove db-migrate (#1418)
* chore: remove db-migrate

* chore: clean outdated doc
2025-04-08 10:26:38 +08:00
Bieber
ca769605d4
feat: lookup filter (#1093)
* refactor: reference cal engine

* feat: support many-many lookup filter

* fix: reference query

* feat: lookup filter ui

* fix: filter not work when modify one many link cell

* chore: dev shutdown process

* fix: filter not clean when remove last visible item

* feat: add trace exporter config

* ci: allowd deploy and preview pr
2024-11-18 10:34:07 +08:00
Boris
1fc4fac763
fix: unexpected caching inside react-query (#969)
* fix: unexpected caching inside react-query

* fix: missing dsn-parser dependencies
2024-10-09 15:30:56 +08:00
Boris
c1a10ff7a4
refactor: plugin file org (#942)
* refactor: official file organization

* fix: reset query error in plugin

* fix: next types

* fix: restore plugin position

* fix: plugin header flash
2024-09-26 18:57:03 +08:00
Boris
a3171aedfc
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
2024-09-18 12:15:23 +08:00
Bieber
76ca756bb1
build: parallel building amd and arm (#809)
* build: test new martix

* fix: skip app

* chore: build all
2024-08-09 17:56:25 +08:00
Bieber
535ad0480f
chore: retry migration with wait-for (#792) 2024-08-05 11:43:15 +08:00
Bieber
a396a56fd7
chore: add wait for migration (#791) 2024-08-05 11:18:56 +08:00
Bieber
218ecdf2c2
feat: embed view (#775)
* chore: update build script

* build: add docker sha tag

* feat: display app version

* feat: set theme for share page

* feat: embed view

* chore: publish 1.3.1-beta.0 release

* chore: publish 1.3.1 release

* fix: lint
2024-07-30 14:36:08 +08:00
tea artist
31f255e749 fix: tag error 2024-07-26 19:30:20 +08:00
Bieber
411acc1a82
build: tag docker with develop merge (#768)
* build: tag docker with develop merge
2024-07-26 19:17:48 +08:00
Boris
728bf6322e
feat: publish (#664)
* chore: synchronized version

* chore: publish

* chore: publish config

* chore: publish

* chore(@teable): publish 1.1.2-beta.0 release

* chore: correct import

* chore: remove knex from sdk

* chore: remove useless readme

* chore(@teable): publish 1.1.3-beta.0 release

* fix: tailwindcss

* chore: remove chore scope

* refactor: move driver from sdk to env in nextjs

* chore: version v1.2.0-beta

* fix: lint error

* chore: publish 1.2.0-beta.0 release

* fix: useInstances in react strict mode
2024-06-17 18:06:25 +08:00
Pengap
ad219f524a
fix: volumes use host directory permission error (#501)
* fix: volumes use host directory permission error
2024-03-26 20:17:56 +08:00
Pengap
5b0e8c0d63
build: image support multi-platforms & app image support csp-open (#445)
* build: app image support `csp-open`

* feat: docker image multi-platforms support
2024-03-15 18:54:35 +08:00
Pengap
599e15a45b
chore: upgrade desp (#413)
* chore(deps): upgrade next to 14.1.3

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2024-03-07 18:45:18 +08:00
Pengap
a4f5e49e43
fix: issues (#407)
* fix: user default avatar & filter me

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2024-03-06 19:06:03 +08:00
Pengap
e8c5fe8720
feat: add docker compose support for minio (#375)
* feat: add docker compose support for minio

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2024-02-26 18:57:57 +08:00
Pengap
9b4f9eabad
feat: support multi instance (#364)
* feat: upgrade Node, add Redis caching & WebSocket via redis-pubsub

* fix: optimize `X-Request-Id` generation rules

* ci: add db-migrate image build and push

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2024-02-19 11:59:30 +08:00
Pengap
98143c0c4b
fix: event memory (#353)
* refactor: event manager

* chore(deps): upgrading several dependencies

* fix: unit test

* fix: import path

* revert: shareDbService `onSubmit`

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2024-01-30 17:19:20 +08:00
Pengap
a068c9555f
fix: docker deploy (#327)
* fix: docker deploy

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2024-01-11 20:58:48 +08:00
Pengap
fd6f6caf3d
fix: aggregation & chore: upgrade dependencies (#236)
* fix: aggregation function

* fix: record sort

* chore: upgrade dependencies

* docs: update readme.md

* fix: init bootstrap provider unit error

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-11-01 16:52:17 +08:00
Pengap
79658b58d5
feat: move to pnpm (#202)
* feat: yarn move pnpm

* fix: docker build

* fix: pnpm docker build

* feat: upgrade eslint related

* chore: upgrade depend

* fix: pnpm-install action

* feat: make integration test

* feat: jest config

* revert: tsconfig.jest.json

* fix: eslintrc and typecheck

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-10-18 12:20:19 +08:00
Pengap
013f2a7a72
fix: docker start (#186)
* fix: docker start

* ci: update cmd

* chore: yarn.lock

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-10-09 16:42:13 +08:00
Pengap
4c27e38c14
feat: support postgres db (#177)
* feat: support postgres db

* fix: postgres install date time

* fix: unit test

* chore: yarn.lock

* feat: add Makefile script

* chore: merge conflicts

* test: integration tests

* chore(deps): update yarn to v4.0.0-rc.42

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-10-08 15:11:19 +08:00