Adria Navarro
|
5dca30986e
|
Merge branch 'develop' into chore/fix_os_contributor
|
2023-08-21 10:27:22 +03:00 |
Adria Navarro
|
05be953647
|
Shared and types are commonjs (for pro users)
|
2023-08-21 10:06:37 +03:00 |
mike12345567
|
ef0d4f7c73
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7108
|
2023-08-18 15:07:36 +01:00 |
mike12345567
|
188004021a
|
linting.
|
2023-08-18 14:40:04 +01:00 |
mike12345567
|
a5a1c62eb1
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7108
|
2023-08-18 14:34:08 +01:00 |
mike12345567
|
7110351bdc
|
Revert "revert develop into master"
This reverts commit fd099658a0 .
|
2023-08-18 14:33:21 +01:00 |
mike12345567
|
aef7f28ccb
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7108
|
2023-08-18 13:30:47 +01:00 |
mike12345567
|
621b1fadea
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7108
|
2023-08-18 13:22:34 +01:00 |
Michael Drury
|
df31fb1b8d
|
Merge branch 'develop' into fix/automation-improvements
|
2023-08-17 17:35:02 +01:00 |
mike12345567
|
e174211440
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-08-17 17:34:44 +01:00 |
melohagan
|
b57a8c1130
|
Move when filter empty option into filter drawer (#11262)
* Add when filter empty dropdown
* Add unit tests
* "fix" typescript issue
* Add empty filter check for external
* Add unit test
* Hide empty filter option for custom query
* Make onEmptyFilter optional
* Fix unit tests
* Remove onEmptyFilter automation input
* Remove unused var
* Refactor
* Fix path
* Fix type issue
* Fix types
|
2023-08-17 13:31:52 +01:00 |
Martin McKeaveney
|
fd099658a0
|
revert develop into master
|
2023-08-17 10:28:15 +01:00 |
mike12345567
|
e068e301ff
|
Updating automation history tab to handle the stopped error status which can occur for CRONs.
|
2023-08-16 18:21:53 +01:00 |
mike12345567
|
8f81a16340
|
Updating types to be based on the open API definition rather than types.
|
2023-08-15 17:33:22 +01:00 |
mike12345567
|
a6a70c2d09
|
Building out the role assignment/unassignment APIs as new components of the public API.
|
2023-08-15 16:46:21 +01:00 |
mike12345567
|
b3e8989060
|
Adding pro integration.
|
2023-08-15 14:19:36 +01:00 |
mike12345567
|
60af4029aa
|
Merge branch 'develop' of github.com:Budibase/budibase into BUDI-7189/handle_tableschema_changes_on_views
|
2023-08-11 14:15:21 +01:00 |
Michael Drury
|
9a19c7a14e
|
Merge branch 'develop' into budi-7350-filter-equal-for-numbers-not-working-in-data-providers
|
2023-08-10 16:35:36 +01:00 |
Michael Drury
|
08e663a8d3
|
Merge branch 'master' into budi-7350-filter-equal-for-numbers-not-working-in-data-providers
|
2023-08-10 16:28:59 +01:00 |
Adria Navarro
|
f6838631b0
|
Merge branch 'develop' into master-backmerge-20230810
|
2023-08-10 15:32:00 +03:00 |
mike12345567
|
d6da826c9f
|
Further PR comments.
|
2023-08-10 11:07:25 +01:00 |
Michael Drury
|
567d9eeafe
|
Merge branch 'develop' into feature/view-api-merge
|
2023-08-10 11:04:56 +01:00 |
Michael Drury
|
f7d94e1864
|
Merge branch 'master' into fix/automation-disable
|
2023-08-09 17:13:14 +01:00 |
Michael Drury
|
b1e25939f5
|
Merge branch 'develop' into BUDI-7189/handle_tableschema_changes_on_views
|
2023-08-09 16:28:50 +01:00 |
mike12345567
|
63006e36d4
|
Adding the ability to disable an automation, as well making sure that automations have steps before running.
|
2023-08-09 16:24:57 +01:00 |
Adria Navarro
|
9e6bfaa958
|
Merge branch 'develop' into backmerge-20230809
|
2023-08-09 17:36:31 +03:00 |
Adria Navarro
|
b441cbe3ec
|
Include all dist
|
2023-08-09 17:06:05 +03:00 |
Adria Navarro
|
4c7dfc978e
|
Whitelist .npmignore from backend-core
|
2023-08-09 16:41:44 +03:00 |
Adria Navarro
|
90398ced3e
|
Tweak types npm content
|
2023-08-09 16:37:31 +03:00 |
Adria Navarro
|
082166d8f9
|
Typing table save
|
2023-08-09 15:43:53 +03:00 |
mike12345567
|
33257db010
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-08-09 11:39:46 +01:00 |
Adria Navarro
|
0bc7a647df
|
Types via esbuild
|
2023-08-08 18:42:39 +03:00 |
mike12345567
|
0abd1deb34
|
Updating test cases, fixes based on running through view/row API.
|
2023-08-08 13:19:22 +01:00 |
mike12345567
|
2011e1693e
|
PR comments.
|
2023-08-08 12:06:25 +01:00 |
mike12345567
|
5e37d981da
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/view-api-merge
|
2023-08-07 16:22:19 +01:00 |
Adria Navarro
|
f1739d9aa4
|
Merge branch 'develop' into BUDI-7189/change_query_format
|
2023-08-07 15:32:55 +03:00 |
Adria Navarro
|
77568af704
|
Change filter query to store the expected shape
|
2023-08-07 13:14:18 +03:00 |
Adria Navarro
|
74287370df
|
Move filter types to types
|
2023-08-07 11:18:36 +03:00 |
Adria Navarro
|
39d099b443
|
Handle and test pagination
|
2023-08-07 10:49:04 +03:00 |
mike12345567
|
a1d85a831c
|
Some quick modifications to allow the views to go through the standard row CRUD, the view search is still separate for now however this may change.
|
2023-08-04 16:58:40 +01:00 |
Adria Navarro
|
250505a19b
|
Add limit on request
|
2023-08-04 18:41:49 +03:00 |
Mel O'Hagan
|
20f71fadd3
|
Refactor
|
2023-08-03 18:52:55 +01:00 |
Adria Navarro
|
464ba92b47
|
Fix tests
|
2023-08-03 14:32:03 +03:00 |
Adria Navarro
|
cb59a2fc9b
|
Type search request
|
2023-08-03 05:16:10 +02:00 |
Adria Navarro
|
a91ce15c9b
|
Move interface SearchParams to types
|
2023-08-03 05:14:50 +02:00 |
Adria Navarro
|
e8b2a074d0
|
Merge branch 'develop' into BUDI-7189/add_primary_column
|
2023-08-02 13:49:18 +01:00 |
Adria Navarro
|
3d2954e1d5
|
Add primary display
|
2023-08-02 13:09:37 +02:00 |
Adria Navarro
|
7944f72820
|
Fix integration tests
|
2023-08-02 10:59:15 +02:00 |
Adria Navarro
|
803c79fa55
|
Fix build
|
2023-08-02 01:57:13 +02:00 |
Adria Navarro
|
4f723720fe
|
Fix tsBuildInfoFile
|
2023-08-02 00:40:09 +02:00 |