Peter Clement
734ad2c1ae
further work for triggering automations from other automations
2024-01-03 11:59:15 +00:00
mike12345567
7dcd6767f9
Fixes for adding autocolumns, it was not possible to select auto column type and fixing icon, as well as display of column when editing it - this corrects a few issues in this area as auto columns did not have a correct fieldId and also did not have a valid field definition.
2023-10-16 18:37:56 +01:00
Adria Navarro
46b85ac12c
Multiple users column
2023-10-04 17:55:23 +02:00
Adria Navarro
583721ac47
Remove composite types
2023-10-04 17:55:23 +02:00
Adria Navarro
e01600d1bb
Remove composite key
2023-10-04 17:55:23 +02:00
Adria Navarro
fe15b4d1e3
Use types
2023-10-04 17:55:23 +02:00
Adria Navarro
ab97093a06
Remove user logic from CreateEditColumn
2023-09-28 10:00:25 +02:00
Adria Navarro
f4542283f5
Merge branch 'develop' into feature/user-column-type
2023-09-26 11:51:20 +02:00
Peter Clement
85f4141e46
code clean up
2023-09-25 14:38:36 +01:00
Adria Navarro
bedf43fb28
Rename user type
2023-09-19 10:06:17 +02:00
Adria Navarro
00d2adccec
Merge dev fields to fields
2023-09-19 10:06:16 +02:00
Adria Navarro
d7436d3f97
Add user type column selector
2023-09-19 10:06:15 +02:00
Dean
4d2f76e5be
Fix for view export filtering and view tableblock exception
2023-08-31 08:42:31 +01:00
Peter Clement
2ee7cb008b
Reworked Column Configuration in the data section ( #11379 )
...
* base work for using popover to create and edit columns
* more work to enable editing column in popover
* update styling of column type configs
* add new option picker component
* some updates to how the popover is opened and the new picker
* more updates to support the popover handling correctly
* update the popover to support a custom z index
* some styling around the colour picker
* update naming
* fix lint errors
* fix lint
* update filename
* incremental column numbers based on existing schema
* move func declaration
* add option color object to schema not constraints
* ux / pr comment updates
* undefined var
* fix issue with deleting option
* change background color
* update popove z-index
2023-07-31 14:28:11 +00:00
mike12345567
7673673db2
Updating RelationshipTypes -> RelationshipType.
2023-07-21 12:57:47 +01:00
melohagan
7a06fcee0f
Add BigInt type support ( #11145 )
...
* Add BigInt type
* Allow BigInt columns to be added
* Sort fixes
* Add BigInt field
2023-07-07 15:11:41 +01:00
Peter Clement
5a73b02827
update feature array to be an object
2023-05-26 11:02:47 +01:00
Peter Clement
c86c2b4096
add synchronous webhook functionality
2023-05-12 15:57:34 +01:00
melohagan
e6a81f2106
External datasource ordering ( #9048 )
...
* Sort external datasources
* lint
* Refactor
2022-12-19 08:23:24 +00:00
Dean
7d0e2c289d
Disabled the ability to rename the Sample Data datasource. Updated the backend to ensure that renaming doesn't alter its structure and block deletion
2022-11-28 17:25:10 +00:00
Dean
05188f0588
Review updates
2022-11-23 17:12:23 +00:00
Dean
f73b4f8b01
Review updates
2022-11-15 17:03:35 +00:00
mike12345567
b9334a373c
Fixing issues discussed in #8460 around backup UI.
2022-11-01 18:24:11 +00:00
Dean
c09154b03e
Renamed the 'Scanned Code' field type to 'Barcode/QR'. The component is also now listed as 'Barcode/QR Scanner'. Minor fix to include longform text columns in the table csv import list
2022-10-07 11:00:25 +01:00
Dean
e251c914ff
Review feedback changes. Changed 'Code' labelling to 'Scanned Code'
2022-10-06 13:02:17 +01:00
Dean
2ec21741d1
Initial commit of QR Reader field
2022-10-05 09:28:07 +01:00
NEOLPAR
0687d7c235
fixing wrong filter, excluding just bb_internal
2022-08-10 16:27:53 +01:00
mike12345567
c525721854
Fix for #6709 - Adding the option to set a role for app action, allowing users to set what level an automation can be accessed from.
2022-07-15 17:13:45 +01:00
mike12345567
48975be041
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-05 17:37:04 +01:00
Mel O'Hagan
1ac5961224
Remove array type option for JSON columns
2022-06-29 14:11:39 +01:00
Rory Powell
4dc5cfc5a7
Merge branch 'release' into merge-release
2022-06-13 11:45:18 +01:00
Mel O'Hagan
9d58b951d8
Rename Firebase to Firestore
2022-06-08 12:05:29 +01:00
Mel O'Hagan
570aeecdc3
Added Snowflake integration
2022-05-30 21:13:45 +01:00
mike12345567
6556a41a5a
Fix for #5219 - default all string types to basic text format, allow user to switch string types to longform if they desire.
2022-04-27 16:29:03 +01:00
Martin McKeaveney
6e5bcb224c
redis integration
2022-03-31 10:56:16 +01:00
Maurits Lourens
c2d48bebd7
initial setup for google firebase integration
2022-03-08 17:31:36 +01:00
mike12345567
738cd50030
Fixing issue with formula column validation breaking row save.
2022-02-21 15:01:42 +00:00
mike12345567
d55005d327
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-01-31 14:29:02 +00:00
mike12345567
9b55ba8b13
Fixing #4192 - allowing switching between JSON and multi-select types, as well as not switching multi-select to JSON when fetching SQL tables.
2022-01-26 18:50:13 +00:00
Martin McKeaveney
19d27c97a4
code review and merge with develop
2022-01-26 17:45:28 +01:00
Martin McKeaveney
a70b96a21a
gsheets E2E
2022-01-15 19:28:04 +01:00
mike12345567
aae2dc86d3
Getting client partially working, having an issue with search fields not updating for a table block.
2022-01-14 17:42:14 +00:00
Andrew Kingston
db55074b0a
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
2022-01-04 14:34:09 +00:00
Andrew Kingston
4cd8886e1a
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2022-01-04 09:48:44 +00:00
Andrew Kingston
51d5885ec0
Add pagination tab to query UI
2021-12-17 11:37:50 +00:00
Andrew Kingston
d06cc93757
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-15 13:36:10 +00:00
mike12345567
da7153dd64
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
c072044d21
Rename Key/Value field to JSON field
2021-12-10 15:26:43 +00:00
mike12345567
5936fe0f5f
Adding all response capabilities.
2021-12-06 17:39:51 +00:00
mike12345567
f5e8c6f559
Adding some basic UI around the key/value data type.
2021-11-23 18:20:12 +00:00
mike12345567
7f055ed8dc
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
4fa36727e4
Update validation for array type
2021-08-26 14:04:18 +01:00
Peter Clement
17438372d0
Add ability for user to select 'List' data type for a column
2021-08-19 16:54:44 +01:00
Andrew Kingston
22c85a2eca
Remove icon from definition of fields to avoid icon issues
2021-07-21 14:25:02 +01:00
mike12345567
a14c80bf6c
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
0c8026c5ce
First version, still playing around with styling.
2021-03-01 17:06:08 +00:00
Keviin Åberg Kultalahti
d03ff41619
Rename True/False to Boolean
2021-02-23 10:38:24 +01:00
mike12345567
905f913da3
Fixing linting.
2021-02-16 17:35:16 +00:00
mike12345567
113de64833
Some further UI work for auto-columns.
2021-02-16 13:56:40 +00:00
mike12345567
fd76369467
Removing repeated constant.
2021-02-16 10:07:15 +00:00
mike12345567
3a106c937c
Formating.
2021-02-15 19:59:49 +00:00
mike12345567
846772bfeb
Adding the ability to create/control auto-columns from the create/edit column modal.
2021-02-15 19:59:30 +00:00
mike12345567
4b1855974c
Work in progress, getting the server backend mostly ready for this work.
2021-02-15 17:47:14 +00:00
mike12345567
6bc9123a86
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-12 18:03:52 +00:00
Martin McKeaveney
701e2b218e
RBAC popover complete
2021-02-10 22:23:27 +00:00
mike12345567
ca20cbeeca
First lot of work to update the auto fields into schema.
2021-02-10 17:55:19 +00:00
Martin McKeaveney
b52a2efef0
MySQL integration and self hosted deploy event
2021-01-26 11:07:30 +00:00
kevmodrome
5d686e22ff
adds rollup-json to standard-components and adds RichText to Form component
2020-12-03 15:03:17 +01:00
Michael Shanks
0c0887382d
fix: no fields required by default
2020-10-11 20:42:30 +01:00
Andrew Kingston
3dc30262d7
Merge branch 'master' of github.com:Budibase/budibase into linked-records
2020-10-07 10:45:26 +01:00
Michael Shanks
267e8e39aa
Coerse record fields, to be a bit more tolerant of data input
2020-10-05 17:28:23 +01:00
Andrew Kingston
089ecf5609
Add WIP draft of linked records UI allowing single linked record selection
2020-09-29 18:27:35 +01:00
Martin McKeaveney
f48736ffe9
lint
2020-09-17 16:36:39 +01:00
Martin McKeaveney
4985949786
allow deletion of images
2020-09-17 12:45:28 +01:00
Martin McKeaveney
4d411dec62
attachments
2020-09-11 15:09:56 +01:00
Martin McKeaveney
8f0656bd3d
date field working with HTML5 inputs. Needs more sophisticated parsing
2020-09-08 18:03:41 +01:00
Martin McKeaveney
3d853677bd
fix bug with changing types
2020-08-20 15:49:18 +01:00
cmack
0ee4058d6c
Unique field value property and event binding
2020-08-20 11:19:13 +01:00
Martin McKeaveney
6405e79f15
tidy up + lint
2020-08-11 11:23:07 +01:00
Martin McKeaveney
cf084f2877
cypress + unit test framework
2020-08-10 15:34:37 +01:00
Martin McKeaveney
10d798fe62
creating rows and columns working
2020-08-07 16:13:57 +01:00
Hugo LE DALL
86726706c3
Fixing required checkbox
2020-07-19 18:21:52 +02:00
Joe
b01cce07b5
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
ed7b5b779e
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
4300a311f4
date field
2020-06-25 14:36:27 +01:00
Martin McKeaveney
83da838fcd
lint ✨
2020-06-23 16:20:06 +01:00
Martin McKeaveney
430ca37826
bidirectional linked records
2020-06-22 21:30:23 +01:00
Martin McKeaveney
2ac15c6b89
lint ✨
2020-06-18 17:55:46 +01:00
Martin McKeaveney
f8c9cc4331
save button
2020-06-18 17:44:42 +01:00
Martin McKeaveney
7428dd40fc
backend v1 - styling to do
2020-06-18 17:17:18 +01:00
Martin McKeaveney
949052c41c
add new models and fields, delete models
2020-06-17 16:51:10 +01:00
Martin McKeaveney
78ce077846
saving of models and fields
2020-06-16 20:29:18 +01:00
Martin McKeaveney
af9038f64f
structuring new backend UI
2020-06-15 16:41:31 +01:00