1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00
Commit graph

51 commits

Author SHA1 Message Date
Andrew Kingston
9de896e526 Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination 2022-01-04 14:34:09 +00:00
Andrew Kingston
7dd70147f5 Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend 2022-01-04 09:48:44 +00:00
Andrew Kingston
8a65b30042 Add pagination tab to query UI 2021-12-17 11:37:50 +00:00
Andrew Kingston
8d10fcf34c Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend 2021-12-15 13:36:10 +00:00
mike12345567
53dba1cccb Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 2021-12-14 17:59:02 +00:00
Andrew Kingston
f4c3435e98 Rename Key/Value field to JSON field 2021-12-10 15:26:43 +00:00
mike12345567
ba9854d121 Adding all response capabilities. 2021-12-06 17:39:51 +00:00
mike12345567
18b742ede5 Adding some basic UI around the key/value data type. 2021-11-23 18:20:12 +00:00
mike12345567
02137f4c08 Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables. 2021-11-10 15:01:44 +00:00
Peter Clement
16270b46cf Update validation for array type 2021-08-26 14:04:18 +01: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
e02f4c839e Remove icon from definition of fields to avoid icon issues 2021-07-21 14:25:02 +01:00
mike12345567
4ed611fb73 Adding handlebars formulas to the system, it is now possible to set a formula at a column level which will always be applied on the way out with a relationship depth of one. 2021-04-29 19:06:58 +01:00
mike12345567
a21ca8fb62 First version, still playing around with styling. 2021-03-01 17:06:08 +00:00
Keviin Åberg Kultalahti
92a05ee205 Rename True/False to Boolean 2021-02-23 10:38:24 +01:00
mike12345567
a6db41aff5 Fixing linting. 2021-02-16 17:35:16 +00:00
mike12345567
02a68beee1 Some further UI work for auto-columns. 2021-02-16 13:56:40 +00:00
mike12345567
0b891eb283 Removing repeated constant. 2021-02-16 10:07:15 +00:00
mike12345567
7acd429c78 Formating. 2021-02-15 19:59:49 +00:00
mike12345567
0b0101da10 Adding the ability to create/control auto-columns from the create/edit column modal. 2021-02-15 19:59:30 +00:00
mike12345567
10aa830d05 Work in progress, getting the server backend mostly ready for this work. 2021-02-15 17:47:14 +00:00
mike12345567
c812823c3f Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 2021-02-12 18:03:52 +00:00
Martin McKeaveney
20bf34d53c RBAC popover complete 2021-02-10 22:23:27 +00:00
mike12345567
7a2405c756 First lot of work to update the auto fields into schema. 2021-02-10 17:55:19 +00:00
Martin McKeaveney
a73473b16c MySQL integration and self hosted deploy event 2021-01-26 11:07:30 +00:00
kevmodrome
0725b3bd6d
adds rollup-json to standard-components and adds RichText to Form component 2020-12-03 15:03:17 +01:00
Michael Shanks
84fcea8a80 fix: no fields required by default 2020-10-11 20:42:30 +01:00
Andrew Kingston
fd02f361f1 Merge branch 'master' of github.com:Budibase/budibase into linked-records 2020-10-07 10:45:26 +01:00
Michael Shanks
40e6d4c844 Coerse record fields, to be a bit more tolerant of data input 2020-10-05 17:28:23 +01:00
Andrew Kingston
e4ac832c32 Add WIP draft of linked records UI allowing single linked record selection 2020-09-29 18:27:35 +01:00
Martin McKeaveney
bb2058a010 lint 2020-09-17 16:36:39 +01:00
Martin McKeaveney
494e04f19f allow deletion of images 2020-09-17 12:45:28 +01:00
Martin McKeaveney
65f5f358d0 attachments 2020-09-11 15:09:56 +01:00
Martin McKeaveney
068bb3c500 date field working with HTML5 inputs. Needs more sophisticated parsing 2020-09-08 18:03:41 +01:00
Martin McKeaveney
f82b2f07b5 fix bug with changing types 2020-08-20 15:49:18 +01:00
cmack
3b7d07834d Unique field value property and event binding 2020-08-20 11:19:13 +01:00
Martin McKeaveney
f1be92bd41 tidy up + lint 2020-08-11 11:23:07 +01:00
Martin McKeaveney
6a315767b2 cypress + unit test framework 2020-08-10 15:34:37 +01:00
Martin McKeaveney
63f3623664 creating rows and columns working 2020-08-07 16:13:57 +01:00
Hugo LE DALL
8b9adee5e5 Fixing required checkbox 2020-07-19 18:21:52 +02:00
Joe
a1615feaa5 Data link block updated to Linked Fields
'Data -ink' block updated to Linked Fields
Additional blocks added, including URL
Icons updated
2020-07-14 16:08:07 +01:00
Joe
70050332e6 Various minor UI updates including the settings modal
Settings modal update includies, improved spacing, element sizing. Working with this part of the platform felt a little brittle. It might be the fact it's a modal.

The frontend component section had a different layout that the block section in the backend and workflow section - updated to follow suit.

Dataform button updated and improved.

Settings button color updated

Additonal data blocks added which are pretty popular (not essential but took me mew a seconds to add and will save me a decent bit in the future)
2020-07-12 19:19:12 +01:00
Martin McKeaveney
3384a11a06 date field 2020-06-25 14:36:27 +01:00
Martin McKeaveney
c5bd314931 lint 2020-06-23 16:20:06 +01:00
Martin McKeaveney
1b1b804bbd bidirectional linked records 2020-06-22 21:30:23 +01:00
Martin McKeaveney
099e394270 lint 2020-06-18 17:55:46 +01:00
Martin McKeaveney
d2fbddadd5 save button 2020-06-18 17:44:42 +01:00
Martin McKeaveney
7c4f24c1b4 backend v1 - styling to do 2020-06-18 17:17:18 +01:00
Martin McKeaveney
5f8d6bbfe4 add new models and fields, delete models 2020-06-17 16:51:10 +01:00
Martin McKeaveney
987135f7b4 saving of models and fields 2020-06-16 20:29:18 +01:00