tachybase_todo/packages/core/utils/src
ChengLei Shao 261d4c4137
refactor: establish a sound testing system (#3179)
* chore: use vitest to replace jest

* chore: support vitest

* feat: vitest 1.0

* fix: test

* chore: yarn.lock

* chore: github actions

* fix: test

* fix: test

* fix: test

* fix: test

* fix: jest.fn

* fix: require

* fix: test

* fix: build

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: dynamic import

* fix: bug

* chore: yarn run test command

* chore: package.json

* chore: package.json

* chore: vite 5

* fix: fix variable test

* fix: import json

* feat: initEnv

* fix: env.APP_ENV_PATH

* chore: get package json

* fix: remove GlobalThmeProvider

* chore: update snap

* chore: test env

* chore: test env

* chore: import module

* chore: jest

* fix: load package json

* chore: test

* fix: bug

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* fix: import file in windows

* chore: import module with absolute file path

* fix: test error

* test: update snapshot

* chore: update yarn.lock

* fix: front-end tests do not include utils folder

* refactor: use vitest-dom

* fix: fix build

* fix: test error

* fix: change to vitest.config.mts

* fix: types error

* fix: types error

* fix: types error

* fix: error

* fix: test

* chore: test

* fix: test package

* feat: update dependencies

* refactor: test

* fix: error

* fix: error

* fix: __dirname is not defined in ES module scope

* fix: allow only

* fix: error

* fix: error

* fix: error

* fix: create-app

* fix: install-deps

* feat: update docs

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: dream2023 <1098626505@qq.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2023-12-21 20:39:11 +08:00
..
__tests__ refactor: establish a sound testing system (#3179) 2023-12-21 20:39:11 +08:00
mixin fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
assign.ts feat(filter-blocks): support filter-blocks (#1505) 2023-03-20 17:40:16 +08:00
client.ts feat(variable): lazy load association fields (#2382) 2023-10-07 15:49:09 +08:00
collections-graph.ts refactor: multi-app (#1578) 2023-03-19 23:40:42 +08:00
common.ts fix: fix display association fields with subform (#3036) 2023-11-14 14:15:47 +08:00
date.ts refactor(client)!: upgrade antd to v5 (#2078) 2023-07-08 08:26:27 +08:00
dayjs.ts refactor(client)!: upgrade antd to v5 (#2078) 2023-07-08 08:26:27 +08:00
forEach.ts feat(parse-variables): support to parse variables in filter params (#1558) 2023-03-30 23:49:57 +08:00
getValuesByPath.ts fix(variable): should not return undefined when parsing 0 (#2766) 2023-10-09 08:46:46 +08:00
index.ts perf(server): optimize performance of APIs (#3079) 2023-12-12 23:02:09 +08:00
isPortalInBody.ts feat(variable): lazy load association fields (#2382) 2023-10-07 15:49:09 +08:00
json-templates.ts feat(plugin-custom-request): support better custom-request (#2536) 2023-10-13 15:16:50 +08:00
koa-multer.ts chore: tsx (#2329) 2023-07-27 10:29:07 +08:00
log.ts fix(Data-templates): avoid errors and add log 2023-05-23 16:18:01 +08:00
measure-execution-time.ts feat: add measure execution function (#2801) 2023-10-11 19:15:59 +08:00
merge.ts feat: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
notification.ts fix(Data-template): fix bug when deleting fields (#1907) 2023-05-22 17:17:33 +08:00
number.ts refactor(client)!: upgrade antd to v5 (#2078) 2023-07-08 08:26:27 +08:00
parse-date.ts fix: fix quarter variables (#2648) 2023-09-14 17:56:42 +08:00
parse-filter.ts feat(variable): lazy load association fields (#2382) 2023-10-07 15:49:09 +08:00
perf-hooks.ts perf(server): optimize performance of APIs (#3079) 2023-12-12 23:02:09 +08:00
registry.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
requireModule.ts refactor: establish a sound testing system (#3179) 2023-12-21 20:39:11 +08:00
server.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
toposort.ts refactor: middleware (#857) 2022-09-29 21:05:31 +08:00
uid.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
url.ts feat(plugin-workflow): add form trigger type (#2347) 2023-08-09 12:12:57 +08:00