mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 22:15:10 +00:00
d7dc8fa4cf
Some checks are pending
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
* feat: auto download pro * feat: improve code * feat: improve code * feat: improve code * feat: improve code * fix: test error * fix: improve code * fix: yarn install error * fix: build error * fix: generatePlugins * fix: test error * fix: download pro command * fix: run error * feat: version * fix: require packageJson * fix: improve code * feat: improve code * fix: improve code * fix: test error * fix: test error * fix: improve code * fix: removable * fix: error * fix: error
47 lines
659 B
Plaintext
47 lines
659 B
Plaintext
node_modules/
|
|
lib/
|
|
esm/
|
|
es/
|
|
.env
|
|
.env.e2e
|
|
.DS_Store
|
|
yarn-error.log
|
|
lerna-debug.log
|
|
/.vscode
|
|
/.idea
|
|
*.sqlite
|
|
coverage
|
|
.umi
|
|
.umi-production
|
|
/uploads
|
|
.env.test
|
|
docs-dist/
|
|
.npmrc
|
|
dist/
|
|
docker/**/storage
|
|
cache/diskstore-*
|
|
*.nbdump
|
|
storage/duplicator/*
|
|
storage/backups/*
|
|
**/.dumi/tmp
|
|
**/.dumi/tmp-test
|
|
**/.dumi/tmp-production
|
|
packages/core/client/docs/contributing.md
|
|
packages/core/app/client/src/.plugins
|
|
storage/plugins
|
|
storage/tar
|
|
storage/tmp
|
|
storage/app.watch.ts
|
|
storage/.upgrading
|
|
storage/logs-e2e
|
|
storage/uploads-e2e
|
|
storage/.pm2-*
|
|
tsconfig.paths.json
|
|
/playwright
|
|
/storage/playwright
|
|
.swc
|
|
ncc-cache/
|
|
yarn--**
|
|
v8-compile-cache-**
|
|
vitest.config.mts.timestamp-*
|