Commit Graph

6800 Commits

Author SHA1 Message Date
Junyi
45976f37b2
feat(plugin-notification-manager): support handlebars in notification message (#5559)
* feat(plugin-notification-manager): support handlebars in message

* fix(plugin-notification-manager): fix parsing null template

* fix(plugin-notification-manager): fix compile
2024-11-06 09:59:27 +08:00
Sheldon Guo
ee512d7c9d
feat(notification-in-app-message): support in-app messages for mobile client (#5560)
feat(notification-in-app-message): support in-app messages for mobile client
2024-11-06 09:29:05 +08:00
Zeke Zhang
a6f16acf1c
fix(kanban): fix incorrect appends parameter issue (#5592)
* refactor(kanban): optimize get appends function

* fix(kanban): fix incorrect appends parameter issue

* chore: remove useless code
2024-11-06 09:28:20 +08:00
Katherine
ee1dd2375f
feat: table block support size settings (#5563)
* feat: table block support size settings

* fix: bug

* fix: bug

* fix: test
2024-11-06 09:11:45 +08:00
ChengLei Shao
aad8fd7bab
chore: add middleware name (#5594)
* chore: middleware name

* chore: add name to middleware

* chore: logging
2024-11-06 00:29:06 +08:00
nocobase[bot]
124379528d Merge branch 'main' into next 2024-11-05 14:37:38 +00:00
Zhou
1050997ff1
Update README.zh-CN.md 2024-11-05 22:37:18 +08:00
Chareice
5b31c1006b
chore: db logging with sql benchmark 2024-11-05 21:28:45 +08:00
nocobase[bot]
13271128b8 Merge branch 'main' into next 2024-11-05 08:03:13 +00:00
nocobase[bot]
ae39c4adc0 docs: update changelogs 2024-11-05 07:49:57 +00:00
nocobase[bot]
6831a30601 Merge branch 'main' into next 2024-11-05 07:41:32 +00:00
nocobase[bot]
8d20967b0a chore(versions): 😊 publish v1.3.44-beta 2024-11-05 07:41:24 +00:00
nocobase[bot]
cf08c5c290 Merge branch 'main' into next 2024-11-05 07:38:29 +00:00
YANG QIA
9fd136b331
feat(client): allows to redirect to specific url after signout (#5583) 2024-11-05 15:38:09 +08:00
Katherine
a97aa1c2c1
fix: resolve error when configuring fields after adding a new data source (#5576) 2024-11-05 14:25:54 +08:00
nocobase[bot]
01cef65120 Merge branch 'main' into next 2024-11-05 05:48:44 +00:00
dependabot[bot]
d68c671a12
chore(deps): bump eslint-plugin-react from 7.37.1 to 7.37.2 (#5585)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.1 to 7.37.2.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.1...v7.37.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 13:48:25 +08:00
Chareice
fa81c93aa4
fix: test 2024-11-05 13:02:07 +08:00
Chareice
2f9436d539
chore: log response size 2024-11-05 12:43:37 +08:00
Chareice
0e46d78c3c
chore: trace middleware entry logs 2024-11-05 12:39:46 +08:00
Katherine
567524dd5e
style: increase button spacing between rows in compact theme (#5589) 2024-11-05 11:59:43 +08:00
Chareice
2bc571eb14
fix: multi app test 2024-11-05 10:55:17 +08:00
katherinehhh
30dc9faf24 Merge branch 'main' into next 2024-11-05 10:50:00 +08:00
chenos
f92717e1cd chore: support running multiple application processes simultaneously in development mode 2024-11-05 10:23:40 +08:00
Katherine
2f1a9100a0
refactor: remove search box when adding block to page (#5577)
* refactor:  remove search box  when adding block to page

* fix: bug
2024-11-05 10:11:00 +08:00
Katherine
812a2cb24a
fix: filter issue when setting single-select field as title field in association select (#5581) 2024-11-05 10:10:13 +08:00
nocobase[bot]
d1ca04ddc7 Merge branch 'main' into next 2024-11-05 00:14:07 +00:00
nocobase[bot]
bb866fdde0 docs: update changelogs 2024-11-05 00:01:14 +00:00
nocobase[bot]
9d3617ec70 Merge branch 'main' into next 2024-11-04 23:54:37 +00:00
nocobase[bot]
dc3a216c2a chore(versions): 😊 publish v1.3.43-beta 2024-11-04 23:54:28 +00:00
Feng
eeca3c7bc1
feat: table component support popup (#5580) 2024-11-04 16:10:47 +08:00
Katherine
fdf8aa6f44
fix: search field should be searched based on the translated text (#5572) 2024-11-03 19:42:55 +08:00
chenos
17582e9351
fix(multi-app-manager): sub-app asynchronous quick start (#5571) 2024-11-03 17:09:12 +08:00
chenos
08ce9fa923 feat: support adding commands before app initialization 2024-11-03 15:58:32 +08:00
Katherine
14f843ef79
fix: issue with adding data to sub-table after deletion (#5568) 2024-11-02 22:09:36 +08:00
Katherine
0b762cf89f
fix: issue with adding data to sub-table after deletion (#5566) 2024-11-02 19:19:54 +08:00
katherinehhh
582f1d7ef8 fix: bug 2024-11-02 19:18:35 +08:00
Zeke Zhang
c1d71ec996 chore: update yarn.lock 2024-11-02 14:49:09 +08:00
Katherine
231b7d641b
chore: add support for Layout parameters (labelAlign, labelWidth, labelWrap) (#5521)
* chore:  support layout settings

* refactor: locale improve

* fix: test

* fix: bug

* refactor: label width

* fix: bug

* refactor: locale improve

* fix: bug

* style: style improve

* fix: test
2024-11-01 16:06:18 +08:00
ChengLei Shao
e383ee733a
Update Dockerfile.pro 2024-11-01 15:36:08 +08:00
Katherine
c639e7d403
feat: configure fields support serach and filter fields (#5471)
* feat: configure fields support serach and filter fields

* feat: configure fields support serach and filter fields

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: test

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug
2024-11-01 14:28:46 +08:00
nocobase[bot]
5685b545fe Merge branch 'main' into next 2024-11-01 03:36:57 +00:00
YANG QIA
e8c232db2f
fix(api-keys): fix the URL path for API keys settings page (#5562) 2024-11-01 11:36:34 +08:00
ChengLei Shao
056d46c680
chore: load collection with schema (#5541)
* chore: load collection with schema

* chore: load collection with schema

* chore: test

* chore: test

* chore: test

* chore: test

* fix: test

---------

Co-authored-by: CHENGLEI SHAO <Chareice>
2024-11-01 06:46:55 +08:00
ChengLei Shao
e818195dd1
fix: merge option with filter target key (#5558) 2024-10-31 21:41:10 +08:00
YANG QIA
809ae5c011
feat(notification-manager): add UserSelect and UserAddition components (#5553)
* feat(notification-manager): add UserSelect and UserAddition components

* refactor(notification-manager): update type of 'reason' field to 'text'

* refactor(notification-manager): update error logging in NotificationManager

* refactor: refactor notification manager exports

---------

Co-authored-by: Sheldon Guo <sheldon_66@163.com>
2024-10-31 20:16:19 +08:00
ChengLei Shao
eec0f30d40
fix: sequelize primary key field with multi filter target keys (#5556) 2024-10-31 17:38:07 +08:00
ChengLei Shao
a985bc46a8
fix: remove data source in failed status (#5554) 2024-10-31 14:42:10 +08:00
Katherine
8c28fcc706
fix: restore default value when field title is cleared (#5549) 2024-10-30 22:32:37 +08:00
Zeke Zhang
f6fd8152cc Merge branch 'main' into next 2024-10-30 18:02:02 +08:00