1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
Commit graph

7206 commits

Author SHA1 Message Date
Rory Powell 626b166346 Access controls for cloud, self, and regular budibase users 2021-09-15 15:45:43 +01:00
Rory Powell fd92030dbd
Merge pull request #2607 from Budibase/feature/onboarding-backend
Redirects and linking between budibase and account portal
2021-09-15 10:25:46 +01:00
Budibase Staging Release Bot 28a97913af v0.9.125-alpha.6 2021-09-15 09:01:46 +00:00
Martin McKeaveney 2e192f8acd
Merge pull request #2551 from mslourens/fix_uppercase_database_name
fix fetching tables from database with uppercase name
2021-09-15 09:53:40 +01:00
Budibase Staging Release Bot 3fe70fa7ca v0.9.125-alpha.5 2021-09-14 16:39:38 +00:00
Michael Drury 12f364e296
Merge pull request #2598 from Budibase/feature/automation-rework
Automation backend rework
2021-09-14 17:30:26 +01:00
mike12345567 d2fce749c6 Fixing test cases after removing worker-farm. 2021-09-14 17:14:44 +01:00
mike12345567 df1555185d Changing over to using timestamps. 2021-09-14 16:54:42 +01:00
mike12345567 2f9f643592 Removing the concept of worker-farm and fixing issues raised in review. 2021-09-14 16:43:06 +01:00
Rory Powell b2471594cf Move account portal redirect to top of auth level 2021-09-14 15:57:34 +01:00
Rory Powell 8e9c1aa204 Navigate between budibase and account portal 2021-09-14 15:49:59 +01:00
Rory Powell 9433a1e360 Redirect to account portal login page in the cloud 2021-09-14 14:18:13 +01:00
Rory Powell 6b42864fc7 Revert vite changes 2021-09-14 13:04:55 +01:00
Rory Powell 3ab39d1a1b Replace 'sandbox' with 'cloud' in builder, reuse 'SELF_HOSTED' flag 2021-09-14 13:03:38 +01:00
mike12345567 e94c629bab Adding concept of internal and external actions. 2021-09-14 12:40:19 +01:00
Rory Powell c419400043 Typo 2021-09-14 12:24:40 +01:00
Rory Powell b7c867e250 Add self host enable/disable scripts 2021-09-14 12:21:16 +01:00
mike12345567 458db567ea Removing the concept of a logic block. 2021-09-14 11:28:39 +01:00
Budibase Staging Release Bot 6748b75efd v0.9.125-alpha.4 2021-09-14 10:28:17 +00:00
mike12345567 daef4c2d64 Fixing test cases, making it possible to still run automations via env variable. 2021-09-14 11:18:02 +01:00
Rory Powell 0af538816d
Merge pull request #2574 from Budibase/feature/onboarding-backend
Add new redis key for email verification & pre-hashed password option
2021-09-14 11:17:54 +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
mike12345567 e30587d1b5 Removing live prop from JOI def. 2021-09-13 16:43:05 +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
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 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
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
Martin McKeaveney 9bc592818a fix redis auth for hosts containing redis 2021-09-10 10:08:13 +01:00