chenos
34e17004c5
feat: improve migrations ( #510 )
...
* feat: improve upgrade
* feat: addMigrations
* fix: get version
* feat: retry
* feat: migration context
* feat: get the version number from the server
2022-06-17 10:25:59 +08:00
Zhou
42a45d1fb6
Update index.md
2022-06-17 09:36:19 +08:00
Zhou
0460f06382
Update index.md
2022-06-17 09:35:39 +08:00
Zhou
4e3ff93779
Update README.zh-CN.md
2022-06-17 09:34:39 +08:00
Zhou
800bd79951
Update README.md
2022-06-17 09:33:56 +08:00
chenos
1d2b46ea1b
docs: update doc
2022-06-17 08:49:08 +08:00
chenos
1c03fbb853
fix(client): improve datepicker component, date with time zone, gmt support
2022-06-16 22:50:09 +08:00
chenos
7a9bab9bab
fix: datepicker with timezone
2022-06-16 16:38:12 +08:00
Junyi
bf11cff804
fix(client): consolidate usage of date/time as UTC in transfering ( #509 )
2022-06-16 16:33:40 +08:00
金昶
e044d389f0
Merge pull request #508 from nocobase/fix-formula-bug
...
fix: formula bug
2022-06-15 21:47:20 +08:00
金昶
e0ed2aeb7c
fix: formula bug
2022-06-15 21:28:51 +08:00
SemmyWong
2defd4c0d2
fix: default exportable fields ( #506 )
2022-06-15 08:34:16 +08:00
chenos
308fe7a123
fix(audit-logs): sort by createdAt
2022-06-15 08:30:55 +08:00
chenos
5e116af4a9
fix(plugin-export): allow to configure in acl
2022-06-14 22:04:33 +08:00
chenos
f97b72dc55
fix: sign in/sign up with enter key
2022-06-14 19:09:19 +08:00
chenos
8a2399d50b
docs: update roadmap
2022-06-14 15:56:49 +08:00
chenos
e4352a3769
fix(client): percent precision
2022-06-14 15:56:31 +08:00
金昶
b91ca4420b
feat: association field block ( #493 )
...
* feat: association field block
* feat: association details block
* feat: template add resource name
* feat: add association calendar
* fix: update yarn.lock
* fix: remove useAssociationNames
* fix: restore useFilterByTk logic
* feat: client doc
* fix: resolveNocobasePackagesAlias
* fix: input textarea readpretty
* feat: styling
* fix: oho & obo
* fix: field-summary component remove to collection manager
* fix: translation
* feat: improve code
* fix(audit-logs): skip when collection does not exist
* feat: m2m
* fix: improve code
* fix: title field
Co-authored-by: chenos <chenlinxh@gmail.com>
2022-06-14 15:46:48 +08:00
SemmyWong
d831a9b889
feat: plugin export ( #479 )
...
* feat: init export plugin
* feat: add client export
* fix: fix the word spell
* feat: export plugin done
* feat: init export plugin
* feat: add client export
* fix: fix the word spell
* feat: export plugin done
* ci: change plugin-export version
* refactor: renders add ctx params
* fix: fix select and multipleSelect export
* fix: array convert string
* refactor: move SchemaInitializerPluginProvider
* fix: build error
* fix: change umijs config
* fix: update SchemaInitializerPluginProvider
* fix: import server
* fix: fix some bug
* fix: fix some bug
* refactor: export plugin refactor
* refactor: create all export fields by default
* fix: fix export plugin bug
* fix(plugin-collection-manager): uiSchema toJSON
* fix: update yarn.lock
* fix: fix init fields bug
* refactor: enum params pass by client
* fix: fix export table header title
* refactor: refactor dataIndex
* fix: fix dataIndex maybe complex object
* fix: add checkboxGroup in export plugin
* fix: add checkbox and i18n
* feat: improve code
Co-authored-by: chenos <chenlinxh@gmail.com>
2022-06-14 15:01:53 +08:00
chenos
e69257e346
feat: client doc
2022-06-14 10:56:29 +08:00
Junyi
b033c7214a
fix(client): package path ( fix #503 ) ( #504 )
2022-06-13 15:00:06 +08:00
Zhou
4c6f3ebbf6
Update who.md
2022-06-13 08:38:24 +08:00
Zhou
4943e133e7
Update who.md
2022-06-13 08:04:08 +08:00
Zhou
c7add7e5ff
Update who.md
2022-06-13 08:01:30 +08:00
金昶
05d315115f
fix: create or delete collection error ( #501 )
2022-06-11 23:47:40 +08:00
金昶
3496126102
feat: update collections & fields ( #500 )
...
* feat: update collections & fields
* fix: restore phone
* fix: add phone type
* fix: just hide subTable in menu
2022-06-11 22:25:03 +08:00
chenos
a92a78cc9e
fix: rollback when field creation fails ( #498 )
...
* fix: rollback when field creation fails
* fix: missing transaction
2022-06-11 20:46:30 +08:00
Junyi
e4b13289d7
fix(client): set dropdownMatchSelectWidth
to false globally ( #497 )
2022-06-10 23:27:35 +08:00
Junyi
9d5e2462d9
fix(client): no-key warning in user menu items ( #496 )
2022-06-10 22:19:52 +08:00
Junyi
082e27ff10
Feat(plugin workflow): cron field for schedule trigger configuration ( #495 )
...
* feat(plugin-workflow): add cron field component
* refactor(plugin-workflow): break schedule trigger into component files and add locale
2022-06-10 19:23:26 +08:00
chenos
3fa13d8465
feat: audit logs ( #494 )
...
* feat: audit logs
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* fix: field load
2022-06-10 17:46:46 +08:00
chenos
e5cb94803f
docs: update doc
2022-06-10 10:37:30 +08:00
chenos
fe1f8c489a
docs: update release notes
2022-06-10 08:54:31 +08:00
chenos
d2837740bf
fix(client): language settings
2022-06-10 08:38:24 +08:00
chenos
b466b8f6fb
feat(client): improve locale
2022-06-10 00:33:59 +08:00
Junyi
7839e78164
refactor(plugin-workflow): add revision column to execution ( #491 )
2022-06-09 16:40:10 +08:00
chenos
e57e60e6cb
feat(client): update locales
2022-06-09 14:43:53 +08:00
Zhou
3f2aadfb22
Update README.zh-CN.md
2022-06-09 13:47:50 +08:00
Zhou
c7d5144d18
Update README.md
2022-06-09 13:44:05 +08:00
金昶
a98213e2cd
feat: relation field uiSchema ( #487 )
...
Co-authored-by: chenos <chenlinxh@gmail.com>
2022-06-09 12:36:22 +08:00
金昶
1b45f5366c
feat: change FK to input component ( #488 )
...
* feat: change FK to input component
* feat: change FK to input component
* fix: compile label
Co-authored-by: chenos <chenlinxh@gmail.com>
2022-06-09 12:25:09 +08:00
chenos
8583af232d
fix: data loaded
2022-06-09 11:12:07 +08:00
chenos
1921b2be31
feat: chart demo
2022-06-09 11:09:03 +08:00
chenos
1c03ca9cc9
docs: update release notes
2022-06-09 09:13:10 +08:00
Zhou
0b37c37586
Update create-nocobase-app.md
2022-06-08 23:58:00 +08:00
Junyi
892a772988
fix(plugin-multi-app-manager): fix pg cannot create database block tests ( #486 )
2022-06-08 13:20:01 +08:00
Junyi
78071b4cd8
refactor(database): hook proxy ( #402 )
...
* refactor(database): make db hooks clearly managed by proxy and support named events
* refactor(database): roll back most event logic
* refactor(database): rollback module name
* fix(database): fix test file path
* test: exec order
* fix(database): rollback buildSequelizeHook method
Co-authored-by: chenos <chenlinxh@gmail.com>
2022-06-08 11:22:08 +08:00
Zhou
75f417a006
Update roadmap.md
2022-06-08 10:15:27 +08:00
Zhou
3309ac0f56
Update why.md
2022-06-08 10:13:39 +08:00
Zhou
c44df888e8
Update why.md
2022-06-08 09:44:32 +08:00