1
0
Fork 0
mirror of synced 2024-08-22 21:41:49 +12:00
Commit graph

25461 commits

Author SHA1 Message Date
Andrew Kingston
750eef9231 Disable pointer events for all components nested inside a clickable container 2022-08-17 15:43:42 +01:00
Andrew Kingston
bb9146b93f Return nullish button action function for empty arrays 2022-08-17 15:43:25 +01:00
Andrew Kingston
6b8bf3f768 Revert click context 2022-08-17 15:17:29 +01:00
Andrew Kingston
4079deb42c Fix icon import 2022-08-17 15:01:38 +01:00
Andrew Kingston
62f017517d Use either backspace or delete for deleting components 2022-08-17 14:47:20 +01:00
Andrew Kingston
16a7593f05 SUpport using icons for keybind indicators in menu items 2022-08-17 14:47:07 +01:00
Andrew Kingston
8423fcaab9 Add XS size for icons 2022-08-17 14:46:38 +01:00
Andrew Kingston
82ca88ad28 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop 2022-08-17 14:20:34 +01:00
mike12345567
ffb4ba48e7 Adding some controls around datasource config creation and updating minio fetch. 2022-08-17 11:01:25 +01:00
mike12345567
ecf1fbffa5 Updating custom datasource SVG - splitting out in UI. 2022-08-17 10:46:17 +01:00
mike12345567
9a49f58a88 Adding full flow for creating custom datasource. 2022-08-17 10:05:13 +01:00
Andrew Kingston
39188c6af4 Update vite config to work properly with all defaults 2022-08-17 09:21:36 +01:00
Jonny McCullagh
fcd9248d48
Merge pull request #7310 from Budibase/jonny/single-image-data-path
fix sed apostrophe error and couchdb path
2022-08-16 20:13:01 +01:00
Michael Drury
f2af7f9719 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-16 16:28:11 +01:00
Michael Drury
45594e442a Adding watch command to CLI. 2022-08-16 16:27:03 +01:00
Andrew Kingston
af01874ab1 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-16 15:18:58 +00:00
Andrew Kingston
623a5ee563 Default plugins dir to /plugins 2022-08-16 15:16:46 +00:00
Andrew Kingston
55eef09204 Add PLUGINS_DIR env var and show example mount for HMR of plugins 2022-08-16 15:14:47 +00:00
Budibase Staging Release Bot
08a8631cfd Update pro version to 1.2.41-alpha.0 2022-08-16 14:53:58 +00:00
Budibase Staging Release Bot
3120f90e92 v1.2.41-alpha.0 2022-08-16 14:50:58 +00:00
Michael Drury
8c5fb91433 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-16 15:44:05 +01:00
Michael Drury
09372e2ad7 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-16 15:42:47 +01:00
Andrew Kingston
bb19810e36 Add missing declaration of objectstore module 2022-08-16 14:42:32 +00:00
Michael Drury
b96db6d7b7 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-16 15:39:40 +01:00
Jonny McCullagh
99cb7761a6 fix sed apostrophe error and couchdb path 2022-08-16 15:08:00 +01:00
Andrew Kingston
2a6719d3ac Only watch plugins in single tenant envs 2022-08-16 14:02:51 +00:00
Budibase Staging Release Bot
069859bb79 Update pro version to 1.2.39-alpha.8 2022-08-16 13:40:15 +00:00
Budibase Staging Release Bot
ef8b6a80c4 v1.2.39-alpha.8 2022-08-16 13:37:03 +00:00
Martin McKeaveney
b7668ca3ab
Merge pull request #7221 from FlaminWrap/FlaminWrap-Fix-4290
Fix issue #4290
2022-08-16 14:25:17 +01:00
Mel O'Hagan
a843796408 Disable valueType for Is in 2022-08-16 13:45:21 +01:00
Mel O'Hagan
e4a1f356b3 Only allow bindings type for Is In Conditional UI 2022-08-16 13:36:48 +01:00
Andrew Kingston
ddb47a7865 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-16 09:33:17 +00:00
Andrew Kingston
89ef95d2f9 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-16 09:32:36 +00:00
Andrew Kingston
c892b55abf Merge branch 'vite-remote-dev' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-16 09:31:49 +00:00
Budibase Staging Release Bot
4da5d2bdaf Update pro version to 1.2.39-alpha.7 2022-08-16 09:30:46 +00:00
Budibase Staging Release Bot
90cb5b3d42 v1.2.39-alpha.7 2022-08-16 09:27:48 +00:00
Andrew Kingston
4645901309 Support env variables for vite config 2022-08-16 09:26:23 +00:00
Andrew Kingston
04f49fd7b9 Proxy vite HMR websocket in dev 2022-08-16 09:25:16 +00:00
Martin McKeaveney
e4f0b02bf0
Merge pull request #7251 from Budibase/fix/various-fixes-martin
roll out release services after deployment
2022-08-16 10:17:59 +01:00
Andrew Kingston
30406f7f35 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-15 22:24:41 +01:00
Andrew Kingston
54907ad7b0 Add hot reloading for component plugins via watched plugin directory 2022-08-15 22:23:45 +01:00
mike12345567
3388008f0b Adding custom datasources to UI. 2022-08-15 18:38:09 +01:00
mike12345567
3fb5a2251b Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-15 16:17:54 +01:00
Mel O'Hagan
1f66cf9a83 Allow delete attachments from builder data section 2022-08-15 15:46:55 +01:00
Budibase Staging Release Bot
7fd94d8fe0 Update pro version to 1.2.39-alpha.6 2022-08-15 13:59:15 +00:00
Budibase Staging Release Bot
68ab1f5296 v1.2.39-alpha.6 2022-08-15 13:55:15 +00:00
melohagan
32a33f5d13
Merge pull request #6931 from Budibase/feature/multiselect-filters
Multi-select dropdown filters
2022-08-15 14:41:11 +01:00
Mel O'Hagan
6f3ad479b3 lint 2022-08-15 14:11:42 +01:00
Mel O'Hagan
3d55b60add Added unit tests for internalSearch 2022-08-15 14:11:15 +01:00
mike12345567
2904b1a5db Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters 2022-08-15 12:24:41 +01:00