1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00
Commit graph

7145 commits

Author SHA1 Message Date
Martin McKeaveney 003689fa8a fix test 2021-08-20 16:21:08 +01:00
Peter Clement dbd0d76613 add multiselect component as option for form design 2021-08-20 15:56:11 +01:00
Andrew Kingston 801ea8f902 Remove steps setting on form 2021-08-20 15:20:57 +01:00
Martin McKeaveney 641a9c8a34 make SQL startsWith queries case insensitive 2021-08-20 15:20:52 +01:00
Andrew Kingston 97fdcc0209 Fix endless loop when nesting 2 form steps inside each other 2021-08-20 15:20:19 +01:00
Andrew Kingston 9cb1ce6862 Prevent adding form steps inside other form steps and fix illegalChildren usage 2021-08-20 15:16:20 +01:00
Andrew Kingston f04b860146 Automatically name and number form step components upon creation 2021-08-20 14:12:52 +01:00
Budibase Release Bot de071a163c v0.9.110 2021-08-20 11:57:47 +00:00
Martin McKeaveney 2a3ca6a322
Merge pull request #2422 from Budibase/fix/overridable-watchtower-port
allow users to override watchtower port
2021-08-20 12:48:58 +01:00
Budibase Release Bot 579231dca9 v0.9.109 2021-08-20 10:40:44 +00:00
Peter Clement 778dbf0cdb fixes organisation logo not showing 2021-08-20 10:15:39 +01:00
Andrew Kingston a656b419b9 Making picker sorting optional and default to off. Sort by default for client apps 2021-08-20 10:03:21 +01:00
Andrew Kingston 7f07390277 Add single button action for changing form step 2021-08-20 09:54:54 +01:00
Peter Clement b588b9a194 Bug fix for unable to navigate from sql screen 2021-08-20 09:51:36 +01:00
Martin McKeaveney f5254f41d1 allow users to override watchtower port 2021-08-20 09:47:08 +01:00
Andrew Kingston 10066bf3e0 Fix dependency loop in client stores 2021-08-20 09:27:38 +01:00
Budibase Release Bot a371c77579 v0.9.108 2021-08-19 16:28:01 +00:00
Andrew Kingston dc62434f85 Remove schema validation when inheriting initial values in forms 2021-08-19 17:18:41 +01:00
Budibase Staging Release Bot c11cbf30cb v0.9.105-alpha.25 2021-08-19 16:00:21 +00:00
Peter Clement 295e36f576 Add ability for user to select 'List' data type for a column 2021-08-19 16:54:44 +01:00
Andrew Kingston a895771179 Fix bug determining whether an app is inside the preview or not 2021-08-19 16:06:33 +01:00
Andrew Kingston 643952e119 Fix crash when evaluating builder preview specific code in prod apps 2021-08-19 16:04:15 +01:00
Andrew Kingston 3020b59d86 Only show the selected step if not already selected 2021-08-19 14:56:56 +01:00
Andrew Kingston a5778f9dbc Ensure that the correct form step is always visible in builder preview 2021-08-19 14:53:13 +01:00
Andrew Kingston a4d23aa578 Disable updating form values on change due to performance issues of enrichment 2021-08-19 14:02:33 +01:00
Andrew Kingston 4859bea3a8 Fix form validation exiting early 2021-08-19 14:02:03 +01:00
Andrew Kingston 4f114e42db Clear form field error when re-registering the same field 2021-08-19 13:41:18 +01:00
Andrew Kingston 700e36854c Rewrite client form library to derive state where possible and handle steps 2021-08-19 12:53:31 +01:00
Andrew Kingston 3fa5b3b571 Update validate form action to be able to only validate the current form step 2021-08-19 12:52:50 +01:00
Andrew Kingston 9e24a76810 Ensure client preview indicator doesn't crash when encountering incorrect node types 2021-08-19 12:52:13 +01:00
Budibase Staging Release Bot 0d530dc36e v0.9.105-alpha.24 2021-08-19 07:08:13 +00:00
Martin McKeaveney af8ec3195d
Merge pull request #2400 from Budibase/feature/budibase-kubernetes
Budibase Kubernetes Support
2021-08-19 07:54:55 +01:00
Andrew Kingston 01b28f358a Add button actions for navigating form steps 2021-08-18 15:21:18 +01:00
Andrew Kingston c44d0a684b Support multiple component context exports and export additional context from forms 2021-08-18 14:58:58 +01:00
Andrew Kingston c1597f8481 Add initial form step component 2021-08-18 14:58:35 +01:00
Budibase Staging Release Bot e99ad0b71a v0.9.105-alpha.23 2021-08-18 13:19:18 +00:00
PClmnt 18421431ba
Merge pull request #2403 from Budibase/pc-bug-fixes
Misc Bug Fixes
2021-08-18 14:09:24 +01:00
Budibase Staging Release Bot bf52642893 v0.9.105-alpha.22 2021-08-18 12:11:42 +00:00
Martin McKeaveney d50dad61c5
Merge pull request #2405 from Budibase/simplify-couch-config
simplify couchDB configuration
2021-08-18 13:01:48 +01:00
Martin McKeaveney 6d5fa8f9c7 catch when no couchDB url passed 2021-08-18 11:55:19 +01:00
Andrew Kingston 5d1374bfa2 Add stepper component to bbui for numeric values 2021-08-18 11:32:39 +01:00
Martin McKeaveney acff289940 simplify couchDB configuration 2021-08-18 11:23:28 +01:00
Budibase Staging Release Bot 14ab2671f8 v0.9.105-alpha.21 2021-08-18 09:54:08 +00:00
Martin McKeaveney f28d0773f9
Merge pull request #2401 from mslourens/update_datasource_name
Update the name of the datasource
2021-08-18 10:44:04 +01:00
Peter Clement 1e0da6e702 linting 2021-08-18 10:37:14 +01:00
Maurits Lourens 997704ba7d fix lint issue 2021-08-18 11:24:25 +02:00
Budibase Staging Release Bot b5bdf9e2ab v0.9.105-alpha.20 2021-08-18 09:10:38 +00:00
Andrew Kingston 7c2b5b6f04
Merge pull request #2372 from mslourens/autocomplete_component
Autocomplete component
2021-08-18 10:01:47 +01:00
Peter Clement 45b8af2860 fixes organisation logo not showing 2021-08-18 00:02:17 +01:00
Maurits Lourens 285b73ceea fix lint issues 2021-08-18 00:04:54 +02:00
Maurits Lourens c86a878b27 update the name of the datasource 2021-08-17 23:57:11 +02:00
Martin McKeaveney be2042f56e merge with dev 2021-08-17 21:27:30 +01:00
Martin McKeaveney 222501edc3 Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-kubernetes 2021-08-17 21:26:16 +01:00
Maurits Lourens cd6e946e7b update the modal text for updating the name of an app 2021-08-17 22:16:57 +02:00
Maurits Lourens 4e3da10cc8 implement review comments 2021-08-17 19:57:11 +02:00
Budibase Staging Release Bot f372ac345f v0.9.105-alpha.19 2021-08-17 16:04:50 +00:00
Martin McKeaveney bcbd40764f conditionally apply username and password to couchdb auth 2021-08-17 16:48:02 +01:00
Budibase Staging Release Bot 31f0c0ba41 v0.9.105-alpha.18 2021-08-17 14:31:01 +00:00
Andrew Kingston 1237e33023
Merge pull request #2387 from Budibase/ak-fixes
Misc fixes
2021-08-17 15:23:45 +01:00
Budibase Staging Release Bot 42cb9dae98 v0.9.105-alpha.17 2021-08-17 13:36:30 +00:00
Andrew Kingston 02f39052cf Fix trailing comma in manifest 2021-08-17 14:28:56 +01:00
Martin McKeaveney 877aa41ad5
Merge pull request #2385 from Budibase/feature/couchdb-auth-test
couchDB auth options
2021-08-17 14:26:05 +01:00
Andrew Kingston a5a48057d3 Revert manifest change for multistep forms 2021-08-17 14:20:02 +01:00
Andrew Kingston deccb16604 Revert form steps setting 2021-08-17 14:16:06 +01:00
Andrew Kingston ef99355a93 Fix dynamic options with radio groups 2021-08-17 14:15:48 +01:00
Martin McKeaveney 537f5fdaa4 lint 2021-08-17 14:15:24 +01:00
Maurits Lourens 2cbf7b4821 implement review comments 2021-08-17 15:13:57 +02:00
Andrew Kingston e222cd6452 Ensure options are always rendered with a default type of select 2021-08-17 14:12:23 +01:00
Peter Clement 2dee1dec41 Merge remote-tracking branch 'origin/develop' into pc-bug-fixes 2021-08-17 14:11:47 +01:00
Martin McKeaveney c66f5ab6ff couchDB auth options 2021-08-17 14:11:03 +01:00
Andrew Kingston 35b6920637 Ensure placeholder is null when undefined so avoid sometimes having a placeholder and sometimes not 2021-08-17 14:10:25 +01:00
Andrew Kingston a1aa2df3cd Add steps option to form 2021-08-17 14:10:03 +01:00
Andrew Kingston e8442c8161 Fix autoscreen-generated form component default settings 2021-08-17 13:58:51 +01:00
Budibase Staging Release Bot daf4a6e75f v0.9.105-alpha.16 2021-08-17 12:58:35 +00:00
Martin McKeaveney 1558d631f5
Merge pull request #2379 from Budibase/fix/app-name-validation
adding alphanumeric app name validation
2021-08-17 13:49:50 +01:00
Maurits Lourens 51f680ebea Merge branch 'develop' into autocomplete_component 2021-08-17 14:26:57 +02:00
Budibase Staging Release Bot 34edf4fb14 v0.9.105-alpha.15 2021-08-17 12:16:22 +00:00
Andrew Kingston 8f676dd9bf Merge branch 'dynamic-picker-options' of github.com:Budibase/budibase into dynamic-picker-options 2021-08-17 11:37:50 +01:00
Andrew Kingston 8a12aaf27a Remove notification when saving custom options 2021-08-17 11:36:33 +01:00
Andrew Kingston e92455dc88 Ensure both label and value are set when defining custom options 2021-08-17 11:34:46 +01:00
Andrew Kingston e274eeffce Tidy up options drawer styles 2021-08-17 11:33:09 +01:00
Peter Clement ff5efc259f Merge remote-tracking branch 'origin/develop' into dynamic-picker-options 2021-08-17 11:26:42 +01:00
Peter Clement ac850fdc19 text updates 2021-08-17 11:17:03 +01:00
Martin McKeaveney 01f11ae71a adding alphanumeric app name validation 2021-08-17 10:41:37 +01:00
Peter Clement 4c37365549 Allow users to define custom picker options 2021-08-17 10:32:01 +01:00
Budibase Staging Release Bot a39c4b9d31 v0.9.105-alpha.14 2021-08-17 08:36:18 +00:00
Andrew Kingston 5684285879
Merge pull request #2369 from Budibase/fix/screen-props
Fix screen settings not being saved
2021-08-17 09:28:43 +01:00
Budibase Release Bot fe752951ad v0.9.107 2021-08-17 06:25:14 +00:00
Martin McKeaveney 7efe458120
Revert "Feature/couchdb auth" 2021-08-17 07:16:43 +01:00
Maurits Lourens e8078662f8 add autocomplete component and make it optional for optionsField and relationshipField 2021-08-16 23:31:51 +02:00
Budibase Staging Release Bot 70600ca438 v0.9.105-alpha.13 2021-08-16 20:54:33 +00:00
Maurits Lourens a2e7fe91dd fix lint issues 2021-08-16 22:07:15 +02:00
Maurits Lourens 8dfef0d342 return validation errors 2021-08-16 21:15:15 +02:00
Budibase Staging Release Bot dd7edd6f6b v0.9.105-alpha.12 2021-08-16 17:37:03 +00:00
Andrew Kingston e6399cad33
Merge pull request #2339 from Budibase/custom-form-validation
Custom form validation
2021-08-16 18:29:44 +01:00
Budibase Release Bot 85b4cc0d82 v0.9.106 2021-08-16 16:35:51 +00:00
Budibase Staging Release Bot 8c871ea737 v0.9.105-alpha.11 2021-08-16 16:22:24 +00:00
Martin McKeaveney 16220dbf11 lint 2021-08-16 17:17:48 +01:00
Andrew Kingston a5230e80a6 Fix screen settings not being saved 2021-08-16 17:01:34 +01:00
Martin McKeaveney 3b20f5ba4d lint 2021-08-16 16:47:26 +01:00
Martin McKeaveney 9ad19092af match up env var in worker 2021-08-16 16:44:46 +01:00
Martin McKeaveney 5f2fc47a16 readd couchDB url to env 2021-08-16 16:39:10 +01:00
Martin McKeaveney 884b36730b utility helper for determining correct couchDB URL 2021-08-16 16:38:00 +01:00
Martin McKeaveney 8718488aee couchdb direct auth 2021-08-16 15:58:04 +01:00
Martin McKeaveney aaeb298b29 named templates for local k8s DNS resolution 2021-08-16 15:15:07 +01:00
Martin McKeaveney 30632bd183 budibase kubernetes support 2021-08-16 11:42:21 +01:00
Andrew Kingston b6e3c537e9 Add ability for select options to be loaded from a data provider 2021-08-16 11:24:25 +01:00
Peter Clement fa04672318 Bug fix for unable to navigate from sql screen 2021-08-16 09:44:15 +01:00
Budibase Staging Release Bot 039c6ece6e v0.9.105-alpha.10 2021-08-16 08:13:57 +00:00
Andrew Kingston cee0367b1d
Merge pull request #2344 from Budibase/ak-fixes
Fixes and features for various issues
2021-08-16 09:04:13 +01:00
Budibase Staging Release Bot 31e4d0a6b4 v0.9.105-alpha.9 2021-08-13 13:16:28 +00:00
Andrew Kingston 1285bcf645 Merge branch 'develop' of github.com:Budibase/budibase into joe-tweaks 2021-08-13 13:53:30 +01:00
Budibase Staging Release Bot 2c8b5edea4 v0.9.105-alpha.8 2021-08-13 12:49:38 +00:00
Keviin Åberg Kultalahti 97498b0778 Merge branch 'master' into develop 2021-08-13 14:41:49 +02:00
Andrew Kingston 8e9ce2223e Merge branch 'develop' of github.com:Budibase/budibase into joe-tweaks 2021-08-13 13:33:22 +01:00
Andrew Kingston 3309fa674c Adding missing dep 2021-08-13 13:32:32 +01:00
Budibase Staging Release Bot 0ff8f2fd50 v0.9.105-alpha.7 2021-08-13 11:50:38 +00:00
Andrew Kingston 6c7d3c171e Add static white and black color options to color picker 2021-08-13 12:39:57 +01:00
Andrew Kingston 0879f2aaf0 Add 12px options for margin and padding 2021-08-13 12:23:41 +01:00
Andrew Kingston b5348dd9e2 Add over background button variant 2021-08-13 12:22:35 +01:00
Andrew Kingston cc65aff391 Add more size options for paragraphs and headings 2021-08-13 12:07:45 +01:00
Andrew Kingston 2e778a1111 Tidy up device bindings provider 2021-08-13 11:34:11 +01:00
Andrew Kingston f4d965347d Add global data bindings for mobile and tablet device sizes 2021-08-13 11:24:47 +01:00
Budibase Release Bot c664e13023 v0.9.105 2021-08-13 08:08:23 +00:00
Budibase Staging Release Bot 5990b050e0 v0.9.105-alpha.6 2021-08-12 14:20:20 +00:00
Peter Clement a4649c5bc9 linting 2021-08-12 14:27:05 +01:00
Peter Clement 2479207436 Change self host button text 2021-08-12 14:20:46 +01:00
Peter Clement 6cf5a86f8c Add default config to admin store 2021-08-12 14:20:23 +01:00
Andrew Kingston a555eeea64 Increase width of contraint select in custom validation drawer 2021-08-12 12:27:50 +01:00
Andrew Kingston 02eafd8ca7 Add duplicate button 2021-08-12 12:25:54 +01:00
Peter Clement adecf1897a Add link to account portal 2021-08-12 12:09:53 +01:00
Peter Clement 66e593a6b3 Add self-hosting upgrade button to builder pane 2021-08-12 11:51:08 +01:00
Andrew Kingston cd3908ea9b Make dropzone file name a link to the file 2021-08-12 11:49:48 +01:00
Andrew Kingston 5342ecd00b Add gap between form components when using labels positioned above fields 2021-08-12 10:37:07 +01:00
Andrew Kingston 26fa1f4941 Sort picker options alphabetically 2021-08-12 10:09:38 +01:00
Andrew Kingston 3151f569a8 Hide formula fields from filter expressions until they can be searched 2021-08-12 10:03:56 +01:00
Andrew Kingston a149f89664 Fix issue with duplicate icon in condtitional UI not being accounted for when using an update action 2021-08-12 09:55:41 +01:00
Andrew Kingston 280e783852 Add duplicate action to filter drawer 2021-08-12 09:50:09 +01:00
Budibase Staging Release Bot 03e939d441 v0.9.105-alpha.5 2021-08-12 08:49:04 +00:00
Martin McKeaveney e6019bf3c7 linting 2021-08-11 20:34:45 +01:00
Andrew Kingston 8db72ae52c Remove log statement 2021-08-11 18:16:30 +01:00
Andrew Kingston 41afbe0a1b Lint 2021-08-11 18:13:40 +01:00
Andrew Kingston 25e891c189 Fix validation value component always being an input 2021-08-11 16:46:01 +01:00
Andrew Kingston e3545bd02e Fix min and max value validation for date fields 2021-08-11 15:56:21 +01:00
Budibase Staging Release Bot d4e7eddbf6 v0.9.105-alpha.4 2021-08-11 14:56:17 +00:00
Andrew Kingston b9887a657c Merge branch 'develop' of github.com:Budibase/budibase into custom-form-validation 2021-08-11 15:51:45 +01:00
Andrew Kingston 6005c0a4d8 Ensure checkbox always has a size class 2021-08-11 15:21:35 +01:00
Andrew Kingston eea293da10 Merge branch 'develop' of github.com:Budibase/budibase into default-field-values 2021-08-11 15:13:30 +01:00
Andrew Kingston ef99e5a557 Merge branch 'develop' of github.com:Budibase/budibase into custom-form-validation 2021-08-11 15:09:04 +01:00
Andrew Kingston 6accc72397 Allow fields to dynamically update validation rules so that other fields can be referenced 2021-08-11 15:07:06 +01:00
Andrew Kingston a3629ce68c Prevent not-equals from failing on fields that are both empty 2021-08-11 14:59:12 +01:00
Andrew Kingston 48059f6096 Add support for validating relationships 2021-08-11 14:34:22 +01:00
Martin McKeaveney da67de5c8b lint 2021-08-10 17:46:28 +01:00
Martin McKeaveney 962e940aab fix date sorting 2021-08-10 17:41:11 +01:00
Martin McKeaveney 7d49634c6d fix date sorting 2021-08-10 17:41:01 +01:00
Andrew Kingston 1b4a24fe83 Add custom validation support to all fields except relationships 2021-08-10 14:37:14 +01:00
Andrew Kingston b4f51d44d5 Combine table schema validation rules with custom validation rules when validating form fields 2021-08-10 14:36:47 +01:00
Andrew Kingston d79748bfd9 Allow custom validation rules to use bindings or raw values 2021-08-10 14:36:00 +01:00
Martin McKeaveney 8c6460ddb1 ensure user metadata is created before link documents are created 2021-08-10 13:00:15 +01:00
Budibase Staging Release Bot de16321b0f v0.9.105-alpha.3 2021-08-10 10:51:18 +00:00
Kevin Åberg Kultalahti 94e27e1673
Merge pull request #2317 from Budibase/fix/make-feedbackform-comment-optional
Makes the NPS Feedback Form options and comments optional
2021-08-10 12:42:06 +02:00
Budibase Staging Release Bot ea9ebf70a6 v0.9.105-alpha.2 2021-08-09 15:20:42 +00:00
PClmnt a1ab811372
Merge pull request #2318 from Budibase/quiet-emphasized-tabs
Add Quiet and Emphasized variants to the Tabs and Tab components
2021-08-09 16:13:03 +01:00
Peter Clement c382c9d4b5 border fix 2021-08-09 15:56:05 +01:00
Peter Clement fb343cc519 fix underline conditional 2021-08-09 15:55:03 +01:00
Peter Clement cb7e02bb3a Add Quiet and Emphasized variants to the Tabs and Tab components 2021-08-09 15:47:30 +01:00
Keviin Åberg Kultalahti dc0fd3fe63 makes the second and third pages of the NPS feedback form optional 2021-08-09 15:43:50 +02:00
Budibase Staging Release Bot d7af1236eb v0.9.105-alpha.1 2021-08-06 20:51:57 +00:00
Martin McKeaveney 6dd1ae3380
Merge pull request #2147 from mslourens/prevent_space_in_url
replace spaces with underscores in screen routes
2021-08-06 21:42:47 +01:00
Maurits Lourens 5d10d2660d
Fix test 2021-08-06 21:46:44 +02:00
Budibase Staging Release Bot bb97297b78 v0.9.105-alpha.0 2021-08-06 16:38:26 +00:00
mike12345567 6ebf4a5611 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-08-06 17:29:45 +01:00
mike12345567 88396b77ed Merge branch 'fix/apps-2195-2282-2283' of github.com:Budibase/budibase into develop 2021-08-06 17:14:31 +01:00
Budibase Release Bot df71bb8d10 v0.9.104 2021-08-06 16:11:58 +00:00
Michael Drury 3cf7cdef27
Merge pull request #2296 from Budibase/fix/apps-2195-2282-2283
Fixing various issues caused by PouchDB allDbs call
2021-08-06 17:04:23 +01:00
Budibase Release Bot 395589edd2 v0.9.103 2021-08-06 15:42:34 +00:00
mike12345567 5f997ab836 Linting. 2021-08-06 16:39:30 +01:00
mike12345567 c4f8d17a6e Fixes for a lot of issues generated by the use of the pouchdb allDbs call, which is not designed for multi-client DB setups like ours, using CouchDB method instead. 2021-08-06 16:38:07 +01:00
Budibase Staging Release Bot 49e7805d10 v0.9.103-alpha.1 2021-08-06 14:43:50 +00:00
mike12345567 e07792263e Adding a case for Firefox undefined bindings when checking validity. 2021-08-06 15:32:55 +01:00
Andrew Kingston b7af4ed65f Add validation drawer and simplify HOC's for different field types 2021-08-06 14:54:00 +01:00
Budibase Staging Release Bot 4b7debc8a9 v0.9.103-alpha.0 2021-08-06 12:24:19 +00:00
mike12345567 add88a3d4a Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-08-06 13:16:04 +01:00
mike12345567 cd737a1c25 Linting. 2021-08-06 13:11:41 +01:00
mike12345567 e0bf5ce62b Updating yarn locks. 2021-08-06 13:09:28 +01:00
mike12345567 34397c2e14 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-08-06 13:04:54 +01:00
Budibase Release Bot d1c2b14488 v0.9.102 2021-08-06 11:59:59 +00:00
Michael Drury eaa01e08dd
Merge pull request #2286 from Budibase/fix/relationships-2167
Some fixes for internal and external relationships
2021-08-06 12:51:44 +01:00
mike12345567 7c7e3da2ab Fixing test cases. 2021-08-06 12:33:04 +01:00
Budibase Release Bot ad8294de2f v0.9.101 2021-08-05 21:32:50 +00:00
Martin McKeaveney e3abd97d67 fix sql server integration 2021-08-05 22:15:40 +01:00
mike12345567 a64ce3f55a Fixing issues with many to many relationships in SQL, sometimes not creating right relationships. 2021-08-05 19:49:30 +01:00
mike12345567 8981db7f4c Linting. 2021-08-05 19:26:00 +01:00
mike12345567 3744c9093b Fixing a variety of issues with internal relationships and external SQL relationships. 2021-08-05 19:24:29 +01:00
Maurits Lourens 1d6c52ddfa Merge branch 'develop' into prevent_space_in_url
# Conflicts:
#	packages/builder/src/components/design/PropertiesPanel/ScreenSettingsSection.svelte
2021-08-05 20:11:55 +02:00
Maurits Lourens 4d7beb4cfc implement review comments 2021-08-05 20:03:54 +02:00
Budibase Release Bot 6858905fce v0.9.100 2021-08-05 16:15:38 +00:00
Martin McKeaveney 964e8eb200 Merge branch 'master' of github.com:Budibase/budibase 2021-08-05 17:04:26 +01:00
Martin McKeaveney 3e73543bf4 lint 2021-08-05 16:57:23 +01:00
Budibase Staging Release Bot 0092251d63 v0.9.99-alpha.6 2021-08-05 15:56:53 +00:00
Martin McKeaveney aa11827dc4
Merge pull request #2260 from Budibase/fix/views-2209
Formulas and relationships in views
2021-08-05 16:43:59 +01:00
Martin McKeaveney 04e1399eec
Merge pull request #2239 from mslourens/checkbox_sizes
add sizes to boolean field and checkbox component
2021-08-05 16:43:20 +01:00
Martin McKeaveney 01e1b61722
Merge pull request #2244 from mslourens/headers_in_webhook_automation_step
add headers input in outgoing webhook automation step
2021-08-05 16:43:04 +01:00
Martin McKeaveney 0c608299af updating attachment relative path so it works in all envs 2021-08-05 16:40:39 +01:00
Budibase Release Bot 2fa99c4578 v0.9.99 2021-08-05 15:32:36 +00:00
Martin McKeaveney 415aedcc69
Merge pull request #2272 from Budibase/fix/export-2193
Fix exporting data from table
2021-08-05 16:18:13 +01:00
Budibase Staging Release Bot 8f5a3093ae v0.9.99-alpha.5 2021-08-05 13:48:48 +00:00
mike12345567 1ce49da0fc Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-08-05 14:38:07 +01:00
mike12345567 be73ff2c32 Fixing an issue with OIDC URL for preauth. 2021-08-05 14:36:10 +01:00
Budibase Staging Release Bot 60d7a1af76 v0.9.99-alpha.4 2021-08-05 12:48:02 +00:00
mike12345567 f93650efbc Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-08-05 13:39:51 +01:00
mike12345567 d98706c7af Defining fetch for third party image retrieval. 2021-08-05 13:39:40 +01:00
Budibase Staging Release Bot 01593841eb v0.9.99-alpha.3 2021-08-05 12:38:23 +00:00
Martin McKeaveney e0b75f646a unpin versions 2021-08-05 13:05:33 +01:00
Martin McKeaveney a1e5124aba script for pinning dev versions of BB packages 2021-08-05 12:59:33 +01:00
Martin McKeaveney 2fc283ad06 Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-08-05 12:35:37 +01:00
Budibase Staging Release Bot 7e4f2791ca v0.9.99-alpha.2 2021-08-05 11:08:37 +00:00
mike12345567 819bf646da Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-08-05 12:00:47 +01:00
mike12345567 d2d13fe06e Making old google/oidc callback endpoints public. 2021-08-05 12:00:33 +01:00
Budibase Staging Release Bot c17d24c8f1 v0.9.99-alpha.1 2021-08-05 10:36:25 +00:00
mike12345567 dbab7d0fa8 Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-08-05 11:28:04 +01:00
mike12345567 938f94e68f Fixing issue with google callback URL not being used when it was previously set. 2021-08-05 11:27:51 +01:00
Budibase Staging Release Bot ed14f2caf8 v0.9.99-alpha.0 2021-08-05 10:00:35 +00:00
Martin McKeaveney a31656f381 Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-08-05 10:53:20 +01:00
Martin McKeaveney 00f1ed804a re-add spectrum dep 2021-08-05 10:52:58 +01:00
mike12345567 9995177492 Fixing merge issues. 2021-08-05 10:52:34 +01:00
mike12345567 70a1e4f538 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-08-05 10:38:41 +01:00
Andrew Kingston 80b5d9ad6e Merge branch 'develop' of github.com:Budibase/budibase into default-field-values 2021-08-05 10:26:54 +01:00
Budibase Staging Release Bot 57a892a1fa v0.9.97-alpha.0 2021-08-05 09:16:24 +00:00
Martin McKeaveney 744e92bfe9 adding divider dep to standard components 2021-08-05 10:08:14 +01:00
mike12345567 42f08f97cc Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants"
This reverts commit 0d2e2314d4, reversing
changes made to 1beca4ee96.
2021-08-05 09:59:08 +01:00
Budibase Release Bot 37f4c66baa v0.9.98 2021-08-04 19:42:05 +00:00
Martin McKeaveney d7a50e1e15 Merge branch 'master' of github.com:Budibase/budibase 2021-08-04 20:33:59 +01:00
Martin McKeaveney 8dfec750b9 remove self host check from apps call 2021-08-04 20:33:39 +01:00
Budibase Release Bot d301874f05 v0.9.97 2021-08-04 19:04:23 +00:00
Martin McKeaveney 31c48c170d Update budibase CDN link 2021-08-04 19:56:51 +01:00
mike12345567 ea3854aa01 Linting. 2021-08-04 18:22:53 +01:00
mike12345567 1c306b60e7 Fixing issue #2193, also fixing the name of the file on export, as well as fixing an issue with the exporters not handling relationships. 2021-08-04 18:20:51 +01:00
Andrew Kingston ddf8e25fdb Fix apex chart style declarations 2021-08-04 17:26:04 +01:00
Andrew Kingston 29a9d0741c Fix usage of vite plugin svelte 2021-08-04 17:25:53 +01:00
Andrew Kingston b56b15673d Add missing reference to checkbox after merge with master 2021-08-04 17:23:17 +01:00
Andrew Kingston c3dde3e5f4 Merge branch 'develop' of github.com:Budibase/budibase into default-field-values 2021-08-04 17:21:47 +01:00
Andrew Kingston a92e75fbf6 Refreshing package lock to try and fix error with new divider import 2021-08-04 16:35:53 +01:00
Andrew Kingston 25ae109e72 Use real dae object for default date value if already parsed 2021-08-04 15:33:33 +01:00
mike12345567 3080ab78a1 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-08-04 15:25:14 +01:00
mike12345567 b01d50a81c Linting. 2021-08-04 15:23:26 +01:00
mike12345567 56cf236ebf Fix #2209 - views, calculations and group by can't support formula or link fields, making sure these aren't options in the UI. Also fixing an issue where formula values were being saved to DB. 2021-08-04 15:22:41 +01:00
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
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