1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +12:00
Commit graph

8432 commits

Author SHA1 Message Date
Martin McKeaveney
c3998574a0 Merge branch 'master' of github.com:Budibase/budibase 2021-09-13 18:33:51 +01:00
Martin McKeaveney
4e08d5a8ea publishing redis client fix to master 2021-09-13 18:29:44 +01:00
mike12345567
a5dbcd81bd Fixing issue discovered by webhook test case. 2021-09-13 18:07:33 +01:00
mike12345567
0ff5fd1ef0 Adding functionality so that when an automation trigger is deleted its test inputs will also be deleted. 2021-09-13 18:03:09 +01:00
Rory Powell
ba199a592c Fix typo 2021-09-13 17:45:37 +01:00
mike12345567
8119a5f7f7 Fixing automation test cases. 2021-09-13 17:43:53 +01:00
Rory Powell
fb01a66936 Configurable user cache population in auth middleware 2021-09-13 17:38:12 +01:00
mike12345567
198ada80b3 Removing sendgrid test as sendgrid automation no longer supported. 2021-09-13 17:08:15 +01:00
Andrew Kingston
4cb209f384 Make portal organisation page mobile friendly 2021-09-13 16:59:15 +01:00
Andrew Kingston
fe3a53891a Increase z-index of mobile drawer menu to fix email editor overlapping it 2021-09-13 16:45:23 +01:00
Andrew Kingston
b375a5a8c7 Make email template page more mobile friendly 2021-09-13 16:43:54 +01:00
mike12345567
b43143f1b7 Removing live prop from JOI def. 2021-09-13 16:43:05 +01:00
Andrew Kingston
7223d4bea5 Remove unnecessary classname 2021-09-13 16:42:59 +01:00
Andrew Kingston
5e695bf7ed Fix issue with BBUI Page component height when wide 2021-09-13 16:42:29 +01:00
Andrew Kingston
f5c11295c2 Make email template page somewhat mobile friendly 2021-09-13 16:42:07 +01:00
Budibase Release Bot
8ead734a08 v0.9.126 2021-09-13 15:41:29 +00:00
Martin McKeaveney
c958d444f6 fix for apps with undefined names 2021-09-13 16:33:26 +01:00
mike12345567
a92530f170 Fixing issue #2412 - making sure full enriched records are passed along to automations. 2021-09-13 16:28:52 +01:00
Andrew Kingston
9d4029c347 Make portal email config page mobile friendly 2021-09-13 16:17:48 +01:00
Andrew Kingston
c094f7526d Fix alignment of SSO configs, clean up style, make auth page mobile friendly 2021-09-13 16:15:52 +01:00
Andrew Kingston
4209d3a1cc Fix alignment and spacing of SSO providers 2021-09-13 16:05:26 +01:00
Andrew Kingston
29e34d16be Don't change padding when using the wide BBUI Page component prop 2021-09-13 16:02:52 +01:00
Andrew Kingston
ad4a76127e Make users page responsive 2021-09-13 16:02:09 +01:00
Andrew Kingston
09385cadc5 Reduce portal padding on mobile 2021-09-13 16:01:47 +01:00
Andrew Kingston
0c0e656b34 Make core portal layout responsive with mobile drawer menu 2021-09-13 15:38:06 +01:00
Budibase Staging Release Bot
b2b0d5af78 v0.9.125-alpha.3 2021-09-13 14:13:00 +00:00
Andrew Kingston
87aa4b18b1 Merge pull request #2597 from Budibase/fix-left-nav
Small fixes for navigation bar
2021-09-13 15:04:47 +01:00
Budibase Release Bot
a4578aaa07 v0.9.125 2021-09-13 11:29:41 +00:00
Michael Drury
068760ab88 Merge pull request #2594 from Budibase/fix/2593
Fixing issue with multi-tenancy (upgrade from single tenancy)
2021-09-13 12:20:07 +01:00
Budibase Staging Release Bot
93d2183640 v0.9.125-alpha.2 2021-09-13 10:51:41 +00:00
Andrew Kingston
a50cb91934 Merge pull request #2584 from Budibase/horizontal-bar-chart
Add horizontal bar chart setting
2021-09-13 11:41:26 +01:00
Andrew Kingston
fa0b5f51e7 Merge pull request #2588 from Budibase/fix-minimum-validation
Update minimum validation to accept nulls
2021-09-13 11:40:51 +01:00
mike12345567
d2c7d424de Fix for issue #2593. 2021-09-13 09:00:14 +01:00
Budibase Staging Release Bot
8cb8e9b360 v0.9.125-alpha.1 2021-09-10 16:11:09 +00:00
Martin McKeaveney
54749d2668 ensure internal tableId always attached to user objects 2021-09-10 17:02:55 +01:00
Andrew Kingston
796c65bf5c Fix 1px offset with left nav bar 2021-09-10 16:36:59 +01:00
Andrew Kingston
cc0c0104fe Fix custom theme integration with date time field 2021-09-10 16:36:43 +01:00
Andrew Kingston
2820b6adef Fix left navigation in layouts when on a tablet sized resolution 2021-09-10 15:13:48 +01:00
Budibase Staging Release Bot
ddc2124ae8 v0.9.125-alpha.0 2021-09-10 13:53:42 +00:00
Martin McKeaveney
6daa7902b3 remove standard components package 2021-09-10 14:44:54 +01:00
Martin McKeaveney
b83452f47c merge with master 2021-09-10 14:43:03 +01:00
mike12345567
3eeb7c27b8 Introducing the concept of flagging an automation as 'in test' which means it can run with triggers and everything as it normally would in development. 2021-09-10 14:37:34 +01:00
Andrew Kingston
5dcdb2dcb8 Update validation so that 'minimum' and 'minimum length' contraints both accept null values 2021-09-10 14:30:10 +01:00
mike12345567
84cdec5907 Adding some basic test cases for the metadata API, testing that automation tests do store history. 2021-09-10 13:52:41 +01:00
Budibase Staging Release Bot
25a62de64d v0.9.123-alpha.7 2021-09-10 11:20:51 +00:00
Andrew Kingston
4f96b7ef93 Merge pull request #2576 from Budibase/responsive-preview
Responsive preview
2021-09-10 12:13:46 +01:00
mike12345567
da9d78d1fb Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 2021-09-10 11:16:43 +01:00
Budibase Staging Release Bot
3f13aeb789 v0.9.123-alpha.6 2021-09-10 09:15:55 +00:00
Martin McKeaveney
0d88af0335 fix redis auth for hosts containing redis 2021-09-10 10:08:13 +01:00
Budibase Release Bot
157f21125b v0.9.124 2021-09-10 08:33:24 +00:00