1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
Commit graph

7746 commits

Author SHA1 Message Date
Budibase Release Bot d94d3c05b1 v0.9.96 2021-08-04 14:06:11 +00:00
mike12345567 e7e6f41555 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-08-04 15:00:50 +01:00
Michael Drury a18a3c1ff1
Merge pull request #2259 from Budibase/fix/sql-2250
SQL varchar/number parsing fix
2021-08-04 14:58:38 +01:00
mike12345567 2fed177f3c Fix for #2250, strings were being parsed for numbers which was causing the issue for strings starting with numbers, using the table schema to determine is parsing necessary. 2021-08-04 14:46:21 +01:00
Andrew Kingston c0ca68cb83 Fix parsing of numbers when assigning a default value to a number field 2021-08-04 14:38:20 +01:00
Andrew Kingston eaaee33906 Add default value for string field 2021-08-04 14:34:06 +01:00
Andrew Kingston 5835c1591f Add default options for options field 2021-08-04 14:33:51 +01:00
Andrew Kingston 0fcc182f3b Add default value for number field 2021-08-04 14:33:37 +01:00
Andrew Kingston 1af0b1533b Add default value for longform field 2021-08-04 14:33:23 +01:00
Andrew Kingston 6d27bcd22f Add default value for date field 2021-08-04 14:33:09 +01:00
Andrew Kingston 88c22aa927 Add default value for boolean field 2021-08-04 14:32:58 +01:00
Andrew Kingston 9f2451e829 Don't treat nullish values as default values, to allow clearing fields even when a default value is set 2021-08-04 14:32:46 +01:00
Budibase Staging Release Bot 014cc22f2f v0.9.96-alpha.0 2021-08-04 12:28:24 +00:00
Martin McKeaveney d9ad54d939 merge with master 2021-08-04 13:20:11 +01:00
Andrew Kingston 8b48ddc227 Add default value setting to all relevant form fields 2021-08-04 12:52:48 +01:00
Budibase Staging Release Bot 9ccefa08df v0.9.87-alpha.9 2021-08-04 11:17:18 +00:00
Andrew Kingston e865a5d363
Merge pull request #2233 from Budibase/peek-screen
Open screen in modal
2021-08-04 12:08:49 +01:00
Budibase Staging Release Bot 480889352f v0.9.87-alpha.8 2021-08-04 10:59:07 +00:00
Michael Drury b53c653444
Merge pull request #2255 from Budibase/feature/multi-tenants
Feature/multi tenants
2021-08-04 11:48:30 +01:00
mike12345567 25cfa37dc6 Linting. 2021-08-04 11:35:25 +01:00
mike12345567 8e173a1843 Merge branch 'feature/multi-tenants' of github.com:Budibase/budibase into feature/multi-tenants 2021-08-04 11:17:04 +01:00
mike12345567 8343ea664a Removing divider from org page as per comments. 2021-08-04 11:12:57 +01:00
Budibase Release Bot e3361b6944 v0.9.95 2021-08-04 09:46:58 +00:00
Martin McKeaveney 52c803bf39 adding log to authenticated middleware for K8S env 2021-08-04 10:38:49 +01:00
Budibase Release Bot 6ffdb68be8 v0.9.94 2021-08-04 09:10:05 +00:00
Michael Drury 655bfe1a0c
Merge branch 'develop' into feature/multi-tenants 2021-08-04 10:07:31 +01:00
Michael Drury 0d2e2314d4
Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants
Revert "Multi-tenancy/organisations"
2021-08-04 10:02:35 +01:00
Michael Drury f37946d47e
Revert "Multi-tenancy/organisations" 2021-08-04 10:02:24 +01:00
Michael Drury 1beca4ee96
Merge pull request #2076 from Budibase/feature/multi-tenants
Multi-tenancy/organisations
2021-08-04 10:01:22 +01:00
Andrew Kingston c35fd53383
Merge pull request #2252 from Budibase/fix/action-bindings
Fix bindings not appearing in certain button actions
2021-08-04 09:59:37 +01:00
Budibase Staging Release Bot 97cf8c53df v0.9.87-alpha.7 2021-08-04 08:58:12 +00:00
Martin McKeaveney bae2b40f54
Merge pull request #2243 from mslourens/bug/automation_crash
Automation crash
2021-08-04 09:49:15 +01:00
Andrew Kingston 546ca8c37b Fix bindings not appearing in certain button actions 2021-08-04 09:48:23 +01:00
Budibase Staging Release Bot 20a08f2696 v0.9.87-alpha.6 2021-08-03 21:01:15 +00:00
Martin McKeaveney e652dc7ac9
Merge pull request #2241 from mslourens/radio_buttons
add radio buttons to standard components options picker
2021-08-03 21:53:26 +01:00
Maurits Lourens 915c786474 add try/catch block around JSON.parse, since user input can be incorrect formatted string 2021-08-03 22:53:18 +02:00
Maurits Lourens c8a4fc55ce add headers input in outgoing webhook automation step 2021-08-03 22:39:01 +02:00
Maurits Lourens 5ad0f2cb57 fix bug when an automation was selected but not present anymore 2021-08-03 22:29:47 +02:00
Maurits Lourens ea2efe6c69 fix lint issues 2021-08-03 21:36:42 +02:00
Maurits Lourens 78a9256695 fix lint issues 2021-08-03 21:34:26 +02:00
Maurits Lourens acd31618f2 add radio buttons to standard components options picker 2021-08-03 21:30:06 +02:00
Maurits Lourens 2d5a747803 add sizes to boolean field and checkbox component 2021-08-03 20:54:32 +02:00
mike12345567 5dc7b4b09e Fixing some issues highlighted by worker test cases. 2021-08-03 17:14:17 +01:00
Budibase Release Bot cc38b0af0f v0.9.93 2021-08-03 16:02:29 +00:00
Joe a211ee30ad
Merge pull request #2232 from jakedee/patch-1
Minor readme spelling updates
2021-08-03 16:53:35 +01:00
mike12345567 55ff798803 Linting. 2021-08-03 15:41:51 +01:00
mike12345567 54e765a182 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 2021-08-03 15:32:25 +01:00
Budibase Staging Release Bot b8d94c7cb5 v0.9.87-alpha.5 2021-08-03 12:48:30 +00:00
Andrew Kingston 7e3ad48cb5 Remove filter from repeater settings 2021-08-03 13:40:04 +01:00
Andrew Kingston 933b5d41f8 Lint 2021-08-03 12:52:01 +01:00