Andrew Kingston
|
16568f42ff
|
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-16 09:33:17 +00:00 |
Andrew Kingston
|
fffa5754f3
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-16 09:32:36 +00:00 |
Martin McKeaveney
|
881d350c66
|
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
|
12ac9caeb9
|
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-15 22:24:41 +01:00 |
mike12345567
|
51e06a9c7a
|
Adding custom datasources to UI.
|
2022-08-15 18:38:09 +01:00 |
mike12345567
|
4683c57e02
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-15 16:17:54 +01:00 |
mike12345567
|
ae9ae26bd4
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters
|
2022-08-15 12:24:41 +01:00 |
Andrew Kingston
|
244850cc0b
|
Rename custom components to plugins in the new component panel
|
2022-08-15 11:23:27 +01:00 |
Martin McKeaveney
|
52feda77de
|
roll out release services after deployment
|
2022-08-12 17:42:46 +01:00 |
Andrew Kingston
|
10440803fe
|
Show success after uploading plugin
|
2022-08-12 14:34:16 +01:00 |
Andrew Kingston
|
5ae40d8e15
|
Use friendly name in new component panel if available
|
2022-08-12 14:34:02 +01:00 |
Andrew Kingston
|
f0d17b2039
|
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-11 17:05:58 +01:00 |
Andrew Kingston
|
3b3d48196e
|
Transparently hot reload app preview when inserting a custom component bundle and reload relevant components
|
2022-08-11 17:05:42 +01:00 |
Andrew Kingston
|
4e916d2812
|
Reload app metadata when adding custom components
|
2022-08-11 17:05:04 +01:00 |
mike12345567
|
c9c468a424
|
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-11 16:36:07 +01:00 |
mike12345567
|
76d427001a
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-11 16:34:01 +01:00 |
mike12345567
|
1c7f860184
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-08-11 16:28:46 +01:00 |
Andrew Kingston
|
152e8271da
|
Insert script tags for custom component bundles to app preview
|
2022-08-11 15:27:09 +01:00 |
Andrew Kingston
|
e6303fb4ec
|
Remove static definition from store and properly handle custom components from API
|
2022-08-11 15:25:43 +01:00 |
deanhannigan
|
bd36d9e16f
|
Merge pull request #7116 from Budibase/fix/remove-dynamic-var-filtering
Removed query filtering on dynamic variables in binding drawer
|
2022-08-11 12:12:39 +01:00 |
melohagan
|
ded9ba0edd
|
Merge pull request #7215 from Budibase/bug/webhook-automation-error-saving
Webhook Automation - Finish and test, error saving automation
|
2022-08-11 09:42:23 +01:00 |
Mel O'Hagan
|
418937e8e5
|
Null safety
|
2022-08-10 17:09:51 +01:00 |
Andrew Kingston
|
16e42dc5a1
|
Add full PoC of using a custom component inside the builder, with children and bindings
|
2022-08-10 16:54:13 +01:00 |
NEOLPAR
|
39a33290d2
|
Merge pull request #7213 from Budibase/fix/executequery-datasources
fixing wrong filter, excluding just bb_internal
|
2022-08-10 16:44:00 +01:00 |
NEOLPAR
|
60e61f1107
|
wrong comment
|
2022-08-10 16:30:26 +01:00 |
NEOLPAR
|
0687d7c235
|
fixing wrong filter, excluding just bb_internal
|
2022-08-10 16:27:53 +01:00 |
Rory Powell
|
664cb2b0b0
|
Merge branch 'master' into develop
|
2022-08-10 14:36:49 +01:00 |
NEOLPAR
|
86489e2234
|
Merge pull request #7143 from Budibase/fix/executequery-datasources
filtering datasources for execute query actions
|
2022-08-10 13:31:55 +01:00 |
Rory Powell
|
500e697974
|
Trigger served events on ping endpoint
|
2022-08-10 11:01:54 +01:00 |
Martin McKeaveney
|
c44ae30721
|
merge from master
|
2022-08-09 11:52:48 +01:00 |
Michael Drury
|
f8e978f321
|
Merge pull request #7049 from Budibase/fix/2585
Updating filters to allow multiple uses of the same property and exposing allOr option
|
2022-08-09 11:00:38 +01:00 |
Andrew Kingston
|
026fd13b41
|
Set errors to null rather than deleting when validating user email addresses
|
2022-08-09 10:16:22 +01:00 |
Rory Powell
|
a5db53c539
|
Disable pageview event
|
2022-08-08 12:28:39 +01:00 |
NEOLPAR
|
0b8e0309f6
|
filtering datasources for execute query actions
|
2022-08-08 12:12:56 +01:00 |
Rory Powell
|
cc9bc937b6
|
Reduce event frequency
|
2022-08-08 10:47:39 +01:00 |
Dean
|
de0e8b3d1e
|
Walked back previous change. Ensured filtering of global bindings surfaces appropriate values. Filtering logic separated for global and local dynamic variables.
|
2022-08-08 10:33:39 +01:00 |
Mel O'Hagan
|
84b86b2450
|
Handle 'Is in' onOperatorChange
|
2022-08-06 20:52:34 +01:00 |
Dean
|
5909ce62f7
|
Removed query filtering on dynamic variables in binding drawer
|
2022-08-05 15:16:04 +01:00 |
Michael Drury
|
baa7fc54fe
|
Merge pull request #6986 from Budibase/labday/transpiler
JS helpers, development only HBS -> JS conversion
|
2022-08-05 11:40:37 +01:00 |
mike12345567
|
44a6aa85a9
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-08-04 21:35:55 +01:00 |
mike12345567
|
26c3f8a486
|
Switching variable name to make it more obvious value isn't being set directly.
|
2022-08-04 12:56:08 +01:00 |
mike12345567
|
b7f63aed03
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/transpiler
|
2022-08-04 12:41:10 +01:00 |
mike12345567
|
dee15b6415
|
Switching to an explicit select for the OR/AND options in the filter.
|
2022-08-03 17:44:44 +01:00 |
Andrew Kingston
|
c2fb17e948
|
Fix users invited by email not being able to take priveleged roles
|
2022-08-03 15:16:26 +01:00 |
Andrew Kingston
|
1d60c62b7c
|
Allow removing users from user assignment modal and add validation to prevent invalid submissions
|
2022-08-03 14:27:44 +01:00 |
Andrew Kingston
|
9e90180c9d
|
Fix picker dropdown UX issues. Rename some usages of groups to user groups.
|
2022-08-03 13:47:55 +01:00 |
Andrew Kingston
|
ad65bcaedc
|
Make user assignment picker readonly and prevent adding same user multiple times
|
2022-08-03 09:58:41 +01:00 |
Andrew Kingston
|
96e239c66c
|
Prevent showing any mention of groups when groups are not enabled both the platform and license level
|
2022-08-02 20:03:39 +01:00 |
Andrew Kingston
|
1f7784c6c0
|
More improvements to user pages
|
2022-08-02 19:49:15 +01:00 |
Andrew Kingston
|
c2bad6133d
|
Fix typo
|
2022-08-02 19:43:01 +01:00 |