1
0
Fork 0
mirror of synced 2024-08-21 13:01:47 +12:00
Commit graph

8284 commits

Author SHA1 Message Date
Rory Powell
708853d890
Merge pull request #2599 from Budibase/feature/onboarding-backend-self-hosted-flow-and-shared-sessions
Configurable user cache population in auth middleware
2021-09-14 11:02:20 +01:00
Budibase Release Bot
5d2a04a308 v0.9.127 2021-09-13 17:44:30 +00:00
Martin McKeaveney
994fa421e7 Merge branch 'master' of github.com:Budibase/budibase 2021-09-13 18:33:51 +01:00
Martin McKeaveney
02c9719b03 publishing redis client fix to master 2021-09-13 18:29:44 +01:00
mike12345567
ce5feda3ed Fixing issue discovered by webhook test case. 2021-09-13 18:07:33 +01:00
mike12345567
421d98d5b7 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
8d4311d232 Fix typo 2021-09-13 17:45:37 +01:00
mike12345567
cba326fe6e Fixing automation test cases. 2021-09-13 17:43:53 +01:00
Rory Powell
ff39d247c8 Configurable user cache population in auth middleware 2021-09-13 17:38:12 +01:00
mike12345567
36739579e3 Removing sendgrid test as sendgrid automation no longer supported. 2021-09-13 17:08:15 +01:00
Andrew Kingston
43297e2061 Make portal organisation page mobile friendly 2021-09-13 16:59:15 +01:00
Andrew Kingston
493ee932a4 Increase z-index of mobile drawer menu to fix email editor overlapping it 2021-09-13 16:45:23 +01:00
Andrew Kingston
c1a97d3df3 Make email template page more mobile friendly 2021-09-13 16:43:54 +01:00
mike12345567
e30587d1b5 Removing live prop from JOI def. 2021-09-13 16:43:05 +01:00
Andrew Kingston
63af684dd0 Remove unnecessary classname 2021-09-13 16:42:59 +01:00
Andrew Kingston
c46fd5d4d1 Fix issue with BBUI Page component height when wide 2021-09-13 16:42:29 +01:00
Andrew Kingston
896e5c3b76 Make email template page somewhat mobile friendly 2021-09-13 16:42:07 +01:00
Budibase Release Bot
74782df087 v0.9.126 2021-09-13 15:41:29 +00:00
Martin McKeaveney
08c3bd467b fix for apps with undefined names 2021-09-13 16:33:26 +01:00
mike12345567
a5ce11d3ca Fixing issue #2412 - making sure full enriched records are passed along to automations. 2021-09-13 16:28:52 +01:00
Andrew Kingston
3d9d00b0a3 Make portal email config page mobile friendly 2021-09-13 16:17:48 +01:00
Andrew Kingston
c2340187df Fix alignment of SSO configs, clean up style, make auth page mobile friendly 2021-09-13 16:15:52 +01:00
Andrew Kingston
7534d403d2 Fix alignment and spacing of SSO providers 2021-09-13 16:05:26 +01:00
Andrew Kingston
bdb7c9c941 Don't change padding when using the wide BBUI Page component prop 2021-09-13 16:02:52 +01:00
Andrew Kingston
7f08d0b328 Make users page responsive 2021-09-13 16:02:09 +01:00
Andrew Kingston
67d52bd140 Reduce portal padding on mobile 2021-09-13 16:01:47 +01:00
Andrew Kingston
9a92993226 Make core portal layout responsive with mobile drawer menu 2021-09-13 15:38:06 +01:00
Budibase Staging Release Bot
6fd23ee518 v0.9.125-alpha.3 2021-09-13 14:13:00 +00:00
Andrew Kingston
67b12b61bd
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
69f137bafb v0.9.125 2021-09-13 11:29:41 +00:00
Michael Drury
b277fbfcf1
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
4cf8223859 v0.9.125-alpha.2 2021-09-13 10:51:41 +00:00
Andrew Kingston
5f48f99194
Merge pull request #2584 from Budibase/horizontal-bar-chart
Add horizontal bar chart setting
2021-09-13 11:41:26 +01:00
Andrew Kingston
41f09f1907
Merge pull request #2588 from Budibase/fix-minimum-validation
Update minimum validation to accept nulls
2021-09-13 11:40:51 +01:00
mike12345567
67c07b7e38 Fix for issue #2593. 2021-09-13 09:00:14 +01:00
Budibase Staging Release Bot
67eab30a2b v0.9.125-alpha.1 2021-09-10 16:11:09 +00:00
Martin McKeaveney
adcfe0fee5 ensure internal tableId always attached to user objects 2021-09-10 17:02:55 +01:00
Andrew Kingston
36fa21f472 Fix 1px offset with left nav bar 2021-09-10 16:36:59 +01:00
Andrew Kingston
6831bbb5d7 Fix custom theme integration with date time field 2021-09-10 16:36:43 +01:00
Andrew Kingston
13bfc0212b Fix left navigation in layouts when on a tablet sized resolution 2021-09-10 15:13:48 +01:00
Budibase Staging Release Bot
05d2888ec6 v0.9.125-alpha.0 2021-09-10 13:53:42 +00:00
Martin McKeaveney
0cc41346dc remove standard components package 2021-09-10 14:44:54 +01:00
Martin McKeaveney
ca361e0efd merge with master 2021-09-10 14:43:03 +01:00
mike12345567
3679579d53 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
2f367ed95c Update validation so that 'minimum' and 'minimum length' contraints both accept null values 2021-09-10 14:30:10 +01:00
mike12345567
fce3a6bbe7 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
5de49127b0 v0.9.123-alpha.7 2021-09-10 11:20:51 +00:00
Andrew Kingston
10182e19c3
Merge pull request #2576 from Budibase/responsive-preview
Responsive preview
2021-09-10 12:13:46 +01:00
mike12345567
06d17827b6 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 2021-09-10 11:16:43 +01:00
Budibase Staging Release Bot
1fca6ed20e v0.9.123-alpha.6 2021-09-10 09:15:55 +00:00