Peter Clement
8af8c33bbe
pr comments
2023-09-26 09:33:44 +01:00
Peter Clement
db9c5db6e3
bug fixes
2023-09-25 15:36:08 +01:00
Peter Clement
66e67ffa44
Merge remote-tracking branch 'origin/develop' into feat/relationship-configuration
2023-09-25 15:33:41 +01:00
Peter Clement
85f4141e46
code clean up
2023-09-25 14:38:36 +01:00
Martin McKeaveney
1ef3c92195
Merge branch 'develop' into remove-automation-tooltip
2023-09-25 13:58:32 +01:00
Peter Clement
678afc134e
Create new component for selecting relationships
2023-09-25 13:25:23 +01:00
melohagan
f3309a742c
Add onChange to linked rows, longform text area, and multi select arrays in automations ( #11874 )
...
* Add onChange to LinkedRowSelector
* Add onChange to Multiselect array
* Add onChange to TextArea
* lint
2023-09-25 11:50:01 +01:00
Andrew Kingston
1fde202c49
Merge branch 'develop' into remove-default-value-conditions
2023-09-22 16:03:55 +01:00
Andrew Kingston
af2a7e39e4
Merge branch 'develop' into remove-automation-tooltip
2023-09-22 16:03:36 +01:00
melohagan
c5accec85c
Hide popover when viewing published app ( #11858 )
...
* Hide popover when viewing published app
* Refactor
2023-09-22 13:24:19 +01:00
Andrew Kingston
10764053df
Remove form field default value settings from being updated by conditional UI
2023-09-22 09:28:37 +01:00
Andrew Kingston
41eaaaa471
Remove tooltip from automation undo redo control
2023-09-22 09:16:23 +01:00
melohagan
acb53c075a
Scroll to first invalid field ( #11824 )
...
* Final actions
* Add vertical options to ScrollTo
* Remove nearest option
* Scroll to form field when invalid
* Backwards compatibility for ScrollTo action
* Revert "Final actions"
This reverts commit 910e9e6d396aa8531c9662181ebccc77b90ed0ae.
* Scroll to form field when invalid
* Remove createAutomations function
* Refactor
* Refactor
* lint
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-09-20 14:30:35 +01:00
Gerard Burns
ac50ce5832
Change verification banner implementation to respect portal and design app section layouts ( #11813 )
2023-09-20 08:51:13 +01:00
mike12345567
05e5efd2c2
Merge branch 'develop' of github.com:Budibase/budibase into fix/BUDI-7258
2023-09-19 14:17:46 +01:00
mike12345567
c8775601fc
Merge branch 'fix/BUDI-7258' of github.com:Budibase/budibase into fix/BUDI-7258
2023-09-19 14:01:24 +01:00
mike12345567
e69ebfb2ab
Adding test case for row creation, don't allow user table.
2023-09-19 14:01:03 +01:00
Michael Drury
9e5b6bf654
Merge branch 'develop' into fix/BUDI-7258
2023-09-19 13:45:04 +01:00
Adria Navarro
f18063d43c
Merge branch 'develop' into backmerge-20230919
2023-09-19 14:18:17 +02:00
Adria Navarro
e128f1c921
Fix types
2023-09-19 13:28:24 +02:00
Adria Navarro
1d63b219b8
Make use of UserDB
2023-09-19 13:28:24 +02:00
Adria Navarro
9e1ccc35ee
Handle missing users
2023-09-19 13:28:24 +02:00
Adria Navarro
7b4585ce68
Tenantid optional
2023-09-19 13:28:24 +02:00
Adria Navarro
6f1d027126
Fix test
2023-09-19 13:28:24 +02:00
Adria Navarro
4311d563d2
Add tests
2023-09-19 13:28:24 +02:00
Adria Navarro
d3b04ef4de
Add tests
2023-09-19 13:28:24 +02:00
Adria Navarro
3336433de8
User cache, get in bulk
2023-09-19 13:28:24 +02:00
Adria Navarro
6d6b3dd971
Refactor
2023-09-19 13:28:24 +02:00
Adria Navarro
235799c07d
Merge branch 'develop' into backmerge-20230919
2023-09-19 12:33:04 +02:00
Andrew Kingston
84a89ddc92
Support up to 3 lines of text in tooltips and fix icon for date fields
2023-09-19 11:07:31 +01:00
Adria Navarro
3f7b615d10
Populate apps from groups while fetching apps
2023-09-18 17:58:07 +02:00
Gerard Burns
36acd69fdd
Note about MySQL SSL ( #11797 )
2023-09-18 12:14:12 +01:00
melohagan
7f43db09a6
Budi 7481 initial form step binding drawer can crash ( #11751 )
...
* Type safety
* Clear localFiles is fieldState is cleared
2023-09-15 10:45:15 +01:00
Andrew Kingston
bd5c6056d8
Update dayjs dependencies to same version and fix import syntax in DateCell
2023-09-15 08:04:17 +01:00
mike12345567
68f3197522
Moving test to where the functions are now.
2023-09-14 17:12:09 +01:00
mike12345567
8ca3f13a1c
Quick re-jig based on test failure, seems the base sql.ts is depended on fairly heavily, importing the SDK can create a lot of cycles.
2023-09-14 16:53:36 +01:00
Michael Drury
8573a8775f
Merge branch 'master' into fix/more-less-than-sql
2023-09-14 14:04:57 +01:00
mike12345567
217d10f5fb
Fix for more than/less than ranges, zeros were ignored when building up ranges, so that it simply acted like an upper limit, rather than a range.
2023-09-14 14:00:49 +01:00
mike12345567
ff5e9a468d
Add an error if trying to add new users to the user metadata table within an app - this is invalid and should throw an error.
2023-09-14 12:44:14 +01:00
mike12345567
5f82b79d40
Removing test logs.
2023-09-14 11:42:04 +01:00
mike12345567
26c6393f06
Adding retries to 409 test.
2023-09-14 11:11:05 +01:00
mike12345567
4ca9ea97b6
Get server/worker tests to run.
2023-09-14 10:55:41 +01:00
mike12345567
4daa996044
Adding console log to trigger cache bust and run tests.
2023-09-14 10:38:14 +01:00
Adria Navarro
434a153395
Merge branch 'develop' into backmerge
2023-09-13 21:34:21 +02:00
Adria Navarro
405ea4e37b
Reverts
2023-09-13 16:39:23 +02:00
Adria Navarro
d1e1ad4930
Revert TestConfiguration changes
2023-09-13 16:33:04 +02:00
Michael Drury
b0a56f398e
Merge branch 'master' into fix/10118
2023-09-13 15:06:44 +01:00
Adria Navarro
dc29ebfe27
Fix tests
2023-09-13 15:54:44 +02:00
Adria Navarro
17c365d398
Fix tests
2023-09-13 15:39:59 +02:00
Adria Navarro
d248c7b6b8
Fix types
2023-09-13 15:26:29 +02:00