Commit Graph

17 Commits

Author SHA1 Message Date
tea artist
ed056d63ce
feat: inject dynamic env to next (#392)
* fix: auto disable template entry

* feat: inject dynamic env to next
2024-03-04 00:21:30 +08:00
tea artist
bbaa83b95c build: declare next public env 2024-02-29 10:31:52 +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
tea artist
0a5e32a038
chore: rename (#356)
* chore: change github url to teableio

* chore: rename teable-group to teable

* chore: rename url path to teableio
2024-01-30 22:20:05 +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
2797cade03
refactor: sort query (#340)
* refactor: sort query

* style: lint fix

* fix: user field aggregation `unique` func

* fix: field value to db value `null`

* style: lint

* chore: update `pnpm-lock.yaml`

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2024-01-24 18:08:09 +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
e62dd7c9da
fix: postgres filter query (#248)
* fix: postgres filter query

* ci: update paths

* fix: aggregations undefined return

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-11-09 15:29:22 +08:00
tea artist
7640591312
fix: should not use host from request (#220)
* ci: build and push images

* fix: should not use host from request
2023-10-25 22:47:35 +08:00
tea artist
17cabcfc37
chore: move dockerfile to root dir (#217) 2023-10-25 16:15:22 +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
b4f96035d6
fix: dockerfile (#192)
* fix: dockerfile

[skip ci]

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-10-12 11:22:06 +08:00
Pengap
d31e08b50b
feat: tsc switches to swc (#190)
* feat: `tsc` switches to `swc`

[skip ci]

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-10-11 21:04:48 +08:00
Pengap
b0317f8bb4
refactor: dockerfile deploy (#187)
* refactor: dockerfile deploy

* fix: missing .prisma client

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2023-10-11 16:56:16 +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