Adria Navarro
4d463a0c28
Merge pull request #11610 from Budibase/BUDI-7393/enable_all_features_for_dev
...
Update pro ref
2023-08-29 12:44:24 +02:00
Adria Navarro
d1e346f5e5
Update pro ref
2023-08-29 12:36:59 +02:00
Adria Navarro
26e5648602
Update pro ref
2023-08-29 12:13:48 +02:00
Dean
5365de6a8d
POC
2023-08-29 09:19:11 +01:00
Peter Clement
34a125f90d
Merge remote-tracking branch 'origin/develop' into feat/per-app-builder-fe
2023-08-29 08:56:25 +01:00
Adria Navarro
673e93af40
Merge branch 'develop' into BUDI-6785-update-to-node-18-in-production
2023-08-29 08:59:17 +02:00
Martin McKeaveney
26aa47078b
Merge branch 'master' into fix/security-deps
2023-08-25 18:35:27 +01:00
Andrew Kingston
02d2f9d875
Remove more usage of accumulators because they're evil
2023-08-25 16:53:45 +01:00
Andrew Kingston
6c38eb5a4c
Add back in auto focus behaviour to modals but disable it for screen creation
2023-08-25 16:45:41 +01:00
Andrew Kingston
abbc4f7d2a
Remove tests which are no longer relevant
2023-08-25 16:27:39 +01:00
Andrew Kingston
100c6450dc
Update view tests
2023-08-25 15:50:29 +01:00
Andrew Kingston
e82c08ea3e
Fix row tests
2023-08-25 15:28:29 +01:00
Andrew Kingston
8e74fc65d1
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
2023-08-25 15:23:33 +01:00
Andrew Kingston
dcb6350339
Enable creating views for SQL tables
2023-08-25 15:21:59 +01:00
Dean
ef6f8e2abf
Lint fixes
2023-08-25 15:14:49 +01:00
Andrew Kingston
2bbdb5ce46
Fix prod bug where screens are not deleted when the backing table is
2023-08-25 12:29:32 +01:00
Andrew Kingston
22f34d83ee
Update table deletion to properly delete screens
2023-08-25 12:21:19 +01:00
Andrew Kingston
09ad3e73ae
Rewrite most of the screen creation code to account for views and clean up mess
2023-08-25 12:14:17 +01:00
Dean
13f6fed101
UX Enhancements and custom positioning behaviour for the popover
2023-08-25 11:19:28 +01:00
Andrew Kingston
71c092be1e
Stop focusing submit button in modals as this causes long modals to scroll to the bottom
2023-08-25 09:49:04 +01:00
Peter Clement
d2284c2f0a
fix sorting of users and groups
2023-08-25 09:44:29 +01:00
Andrew Kingston
1210db575a
Update row explorer block setting label to account for views as well
2023-08-25 09:38:43 +01:00
Andrew Kingston
d6688d1914
Use view name when generating bindings
2023-08-25 09:35:30 +01:00
Andrew Kingston
118bf9e9c3
Add ID and rev as filterable fields for views
2023-08-25 09:31:03 +01:00
Andrew Kingston
1dcc0b3d38
Updated leftover broken reference to function
2023-08-25 09:24:16 +01:00
Andrew Kingston
aa3840833e
Fix selection indicators inside side panels
2023-08-25 09:20:00 +01:00
Dean
7492a70bcf
Merge remote-tracking branch 'origin/develop' into feature/form-block-ux-updates
2023-08-25 09:06:24 +01:00
Martin McKeaveney
2eb78fb23d
don't recreate secret after first deploy, bump vm2 deps
2023-08-24 17:12:48 +01:00
Peter Clement
5226f7389b
fix bug with app not being shown to per app builder
2023-08-24 16:41:52 +01:00
Andrew Kingston
f7805ef5f9
Fix table blocks not being able to create rows through V2 views
2023-08-24 16:29:21 +01:00
Andrew Kingston
8269ecf237
Update automatic dataprovider hot reloading to support views
2023-08-24 16:20:32 +01:00
Andrew Kingston
d109411ed8
Update fetch row action to support views
2023-08-24 16:16:28 +01:00
Andrew Kingston
5763a9843c
Update duplicate rows action to support views V2
2023-08-24 16:14:37 +01:00
Andrew Kingston
fd71ad57da
Add better support for generic DS+ into databindings and update save row to work with view V2s
2023-08-24 16:12:12 +01:00
Budibase Staging Release Bot
915832ab91
Bump version to 2.9.33-alpha.0
2023-08-24 14:52:09 +00:00
Jonny McCullagh
6826f48743
merge master changes into develop ( #11590 )
...
* Return the actual objects (#11570 )
* Bump version to 2.9.30
* trigger a feature branch on pull request (#11584 )
trigger a feature branch on pull request
* Bump version to 2.9.31
* Bump version to 2.9.32
---------
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Budibase Staging Release Bot <>
2023-08-24 15:51:46 +01:00
Andrew Kingston
c78fcb2ba6
Ensure 'table' type settings are migrated and handled properly. Allow deleting rows from views
2023-08-24 15:50:57 +01:00
Peter Clement
d5aa975593
add per app builder support when adding groups
2023-08-24 15:42:32 +01:00
Dean
32f8638ffd
Removed comment
2023-08-24 15:40:03 +01:00
Dean
3f51b5aa90
Fix for buttons section display config.
2023-08-24 15:35:12 +01:00
Dean
38e46dfa15
Added fix for ComponentSettingSection component location
2023-08-24 15:26:00 +01:00
Andrew Kingston
b6e675e3ff
Migrate DS+ settings without keys
2023-08-24 15:15:15 +01:00
Budibase Staging Release Bot
ee058a4c26
Bump version to 2.9.32
2023-08-24 14:05:10 +00:00
Jonny McCullagh
99adc2039b
Merge branch 'develop' into master
2023-08-24 15:04:47 +01:00
Dean
dc500ba290
Merge remote-tracking branch 'origin/develop' into feature/form-block-ux-updates
2023-08-24 14:43:50 +01:00
Dean
1ec2faf74d
List refinement, Form Block UX updates for action type. Bug fixes for FormBlock bindings. TableBlock UX updates and Component Setting updates
2023-08-24 14:39:53 +01:00
Budibase Staging Release Bot
fec20e526e
Bump version to 2.9.31
2023-08-24 12:52:39 +00:00
Jonny McCullagh
826255dfe2
trigger a feature branch on pull request ( #11584 )
...
trigger a feature branch on pull request
2023-08-24 13:52:17 +01:00
Andrew Kingston
50e3a66f92
Fix notifications in grid block in client apps
2023-08-24 12:26:46 +01:00
Andrew Kingston
409df71c12
Add hover color to divider in screen list
2023-08-24 12:11:22 +01:00