Commit Graph

3584 Commits

Author SHA1 Message Date
Junyi
0099b0b280
fix(plugin-workflow): ignore queuing executions which workflow has been deleted (#2808) 2023-10-12 03:12:15 -07:00
katherinehhh
a3de91b37f
fix: assign field modal cantnot open (#2807) 2023-10-12 16:45:17 +08:00
YANG QIA
89361ef61c
fix(auth): SSO issues (#2733)
* fix(auth): sso switch popup to rediect (fix T-2024)

* refactor: auth process optimization

* fix: test

* chore: add error handler

* fix(auth): sso redirection issue of sub app

* Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)"

This reverts commit beb4793051.

* Revert "Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)""

This reverts commit 301a85d767.

* refactor(oidc): improve validate logic

* refactor(saml): improve auth logic

* fix: test

* refactor(cas): improve auth logic

* chore: add error handler

* fix(oidc): subapp callback issue

* fix: add dependency

* chore: add dependency

* fix(auth): set default `userBindField:email`
2023-10-12 00:54:00 -05:00
katherinehhh
49f4d1828d
fix: data scope report error with invalid variables (#2811)
* fix: data scope error with invalidate variables

* fix: data scope error with invalidate variables
2023-10-12 13:34:17 +08:00
katherinehhh
9311b4730a
style: import action modal formlayout (#2809) 2023-10-12 11:11:07 +08:00
katherinehhh
843677c183
fix: option should clear when data scope change (#2800)
* fix: option should clear when data scope change

* refactor: data scope linkage in association select
2023-10-12 10:06:49 +08:00
hongboji
ebde1b236b
Merge pull request #2799 from nocobase/Review-to-confirm-feasibility
test: confirm the feasibility of e2e test cases
2023-10-12 09:51:57 +08:00
被雨水过滤的空气-Rain
93e32114ca
fix: the input box displayed should correspond to the field type (#2805)
* test: add test

* fix: the input box displayed should correspond to the field type
2023-10-12 09:27:35 +08:00
YANG QIA
c33b69a737
fix(bi): query with limit (#2803) 2023-10-11 06:59:22 -05:00
katherinehhh
72367a9f85
fix: record picker cannot select data when editing (#2798)
* fix: record picker cannot select data when editing

* refactor: rename file name

* fix: just run the lazy load once

* test: add test

* test: fix test

* chore: better comment

---------

Co-authored-by: Rain <958414905@qq.com>
2023-10-11 19:28:17 +08:00
ChengLei Shao
2dc964d4f1
feat: add measure execution function (#2801) 2023-10-11 19:15:59 +08:00
YANG QIA
8bd6ef897c
chore(bi): complete chart api (#2771)
* chore(bi): complete chart api

* feat(bi): sample plugin for adding custom charts

* chore: improve

* chore: remove console.log
2023-10-11 04:24:50 -05:00
hongboji
86c4c199f6 test: revise test cases 2023-10-11 14:56:16 +08:00
Rain
d8759dc199 chore: add comment 2023-10-11 14:30:15 +08:00
katherinehhh
87a8b2e844
fix: fix the wrong way to determine form type (#2787)
* fix: depulicate action should load data as depulicate fields config

* fix: use formBlockType

* Revert "fix: depulicate action should load data as depulicate fields config"

This reverts commit 5acb6a1c70.

* Revert "fix: should allow to set default value in relationship form block (#2777)"

This reverts commit 0140e623a6.

* fix: should not lazy load data of association fields when creating form

* fix: fix subTable

* test: add test

* test: add test

---------

Co-authored-by: Rain <958414905@qq.com>
2023-10-11 14:24:31 +08:00
hongboji
ef1b07e6a3 test: 确认e2e测试用例可行性 2023-10-11 12:18:35 +08:00
jack zhang
af32a4e59a
fix: bug (#2797) 2023-10-11 11:17:20 +08:00
被雨水过滤的空气-Rain
3793bb6cb7
fix: should not show loading when children is enpty in menu (#2796) 2023-10-10 23:49:19 +08:00
被雨水过滤的空气-Rain
9d7945ce2c
fix: should save operators (#2794) 2023-10-10 23:28:20 +08:00
Junyi
488aac2e2c
fix(client): fix undefined field method on button (#2795) 2023-10-10 08:20:47 -07:00
katherinehhh
59f74326b4
fix: data scope linkage in association field (#2786) 2023-10-10 20:01:08 +08:00
被雨水过滤的空气-Rain
9085f5ca20
chore(e2e): delete collectionName key (#2783)
* chore(e2e): delete collectionName key

* test: add test
2023-10-10 15:03:17 +08:00
Junyi
b2883ff55b
fix(client): fix rendering cause range bug (#2785) 2023-10-10 13:46:17 +08:00
ChengLei Shao
d7664c9a41
chore(collection-manager): Throw an error when the value of foreignKey is the same as otherKey (#2780)
* chore(collection-manager): throw an error when the value of foreignKey is the same as otherKey

* fix: test
2023-10-10 12:05:53 +08:00
chenos
bccec4385a
fix: percent value invalid (#2782)
* fix: percent value invalid

* fix: useMemo
2023-10-10 11:54:46 +08:00
katherinehhh
79f9e04413
fix: percent value should divide by 100 (#2781) 2023-10-10 11:14:47 +08:00
Junyi
08d4994305
Revert "fix(client): fix rerendering cause range bug (#2770)" (#2779)
This reverts commit a1ee2afabd.
2023-10-10 09:37:56 +08:00
Rain
03133fc647 chore: typo 2023-10-10 08:32:04 +08:00
Rain
9ee18ca2aa refactor(e2e): shuold use test.extend to extend createCollections (T-2157) 2023-10-10 08:26:23 +08:00
被雨水过滤的空气-Rain
f85fb6d7ba
refactor(e2e): support batch creation of collections (#2778)
* chore: types

* refactor: optimize create collections

* chore: make throw error

* chore: export createCollections
2023-10-10 07:46:24 +08:00
ChengLei Shao
bebe1d15e5
fix: field history with reverse field (#2776) 2023-10-09 23:05:23 +08:00
被雨水过滤的空气-Rain
0140e623a6
fix: should allow to set default value in relationship form block (#2777) 2023-10-09 22:57:59 +08:00
Rain
88807b3cdf Revert "fix(default): should allow to set default value in relationship form block (#2774)"
This reverts commit cc7ec2ffd6.
2023-10-09 19:49:03 +08:00
Junyi
f280dcfb00
fix(plugin-workflow): fix toJSON type check (#2772)
* fix(plugin-workflow): fix toJSON type check

* fix(plugin-workflow): fix type check logic order
2023-10-09 17:48:20 +08:00
ChengLei Shao
1defb5db51
fix: create collections with multiple records (#2753)
* fix: create collections with multiple items

* chore: test

* fix: sync collection when pending field resolved

* fix: test
2023-10-09 17:35:04 +08:00
Junyi
a1ee2afabd
fix(client): fix rerendering cause range bug (#2770) 2023-10-09 16:56:37 +08:00
被雨水过滤的空气-Rain
cc7ec2ffd6
fix(default): should allow to set default value in relationship form block (#2774) 2023-10-09 16:52:15 +08:00
katherinehhh
9c29ae9ed8
fix(percent): percent failed to input 0 (#2769)
* fix: percent failed to input 0

* fix: percent failed to input 0
2023-10-09 15:10:47 +08:00
katherinehhh
c923dfafed
refactor(duplicate action):duplicate fields error when change duplicate mode & support unselect all (#2768)
* refactor: depulication action

* refactor: depulication action
2023-10-09 14:29:26 +08:00
ChengLei Shao
caa75877ab
feat(gateway): extend app selector as middleware (#2761)
* feat: extend app selector as middleware

* fix: test

* chore: prevent duplicate middleware additions
2023-10-09 13:02:36 +08:00
Rain
869f3001e4 fix(ErrorFallback): fix style of Feedback button 2023-10-09 12:44:55 +08:00
Rain
fa3127e467 chore(default): avoid crashing 2023-10-09 12:12:33 +08:00
被雨水过滤的空气-Rain
3b53d7c623
fix(expression): should reset lastIndex of regular (#2767)
* fix(expression): should reset lastIndex of regular

* test: add e2e

* chore: change title of test
2023-10-09 11:39:05 +08:00
Junyi
9bac4f54f4
refactor(plugin-workflow): add new status for 'retry needed' scenarios (#2765) 2023-10-08 19:49:40 -07:00
Rain
67f01db779 Revert "fix(expression): should reset lastIndex of regular"
This reverts commit da6ae90231.
2023-10-09 10:41:55 +08:00
Rain
da6ae90231 fix(expression): should reset lastIndex of regular 2023-10-09 10:39:47 +08:00
被雨水过滤的空气-Rain
0d67141a6b
fix(variable): should not return undefined when parsing 0 (#2766) 2023-10-09 08:46:46 +08:00
被雨水过滤的空气-Rain
f5399c2cf0
fix(variable): should not disable options in expression (#2764) 2023-10-08 22:29:17 +08:00
被雨水过滤的空气-Rain
3b76a84605
fix(subtable): should not have a value by default and fix key of table (#2763)
* fix(subtable): should not have a value by default and fix key of table

* fix(subtable): fix invalid to set default value
2023-10-08 20:55:30 +08:00
chenos
8f29fde008 Revert "fix(acl): add rolesUsers through collection"
This reverts commit 86309e33be.

# Conflicts:
#	packages/plugins/@nocobase/plugin-acl/src/server/server.ts
2023-10-08 13:13:02 +08:00