Andrew Kingston
|
ba2588d44e
|
Add support for accessing unlimited levels of nested JSON arrays
|
2021-12-07 21:19:14 +00:00 |
Andrew Kingston
|
a0f3863f69
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
|
2021-12-07 15:11:32 +00:00 |
Andrew Kingston
|
fb23bf5674
|
Fix datasource invalidations not propagating through peek modals
|
2021-12-07 15:11:13 +00:00 |
Andrew Kingston
|
20f3f41327
|
Add button action for duplicating a row
|
2021-12-07 13:59:12 +00:00 |
Andrew Kingston
|
91016c6dc9
|
Fix lucene filtering crashing when being provided an invalid binding string as the document array
|
2021-12-07 13:58:59 +00:00 |
Andrew Kingston
|
689f3c9647
|
Remove infuriating behaviour of drawer closing on escape keypress
|
2021-12-07 13:58:34 +00:00 |
Andrew Kingston
|
c6e4325afc
|
Fix issue with icon for repeater alignment in settings bar
|
2021-12-07 13:58:01 +00:00 |
Andrew Kingston
|
122f8dba3a
|
Fix data bindings from JSON fields not correctly squashing nested structures beyond the first level
|
2021-12-06 19:56:05 +00:00 |
Andrew Kingston
|
999d8f3d55
|
Add data bindings for top level properties within JSON fields
|
2021-12-06 19:55:21 +00:00 |
Andrew Kingston
|
c21f4b9681
|
Coerce picker option labels to strings to fix bug when using autocomplete on numeric label types
|
2021-12-06 18:22:19 +00:00 |
Andrew Kingston
|
39e1e84512
|
Enable support for handling shallow non-object arrays in JSON fields
|
2021-12-06 18:12:27 +00:00 |
Andrew Kingston
|
09dc17ca6a
|
Add console error to builder when iframe preview receives invalid JSON to aid in debugging some cases of endless loading apps
|
2021-12-06 18:00:19 +00:00 |
Andrew Kingston
|
0a3dede736
|
Remove legacy performance hack of remove _revs from component definitions as this was sometimes leading to invalid JSON, preventing the app from loading
|
2021-12-06 17:59:23 +00:00 |
Andrew Kingston
|
a0d8bffbc6
|
Remove the pre-execution validation in string templates to double performance and prevent JS binding issues when mutating context
|
2021-12-06 17:58:43 +00:00 |
Andrew Kingston
|
1bb6fb37e5
|
Flatten JSON schema in apps to allow filtering and display of nested values
|
2021-12-06 12:37:50 +00:00 |
Andrew Kingston
|
2a814abd53
|
Add more comments to clarify data binding behaviour
|
2021-12-06 12:14:06 +00:00 |
Andrew Kingston
|
bd00ab28b4
|
Remove log statements
|
2021-12-06 12:04:55 +00:00 |
Andrew Kingston
|
b0732846d0
|
Update client side lucene searching to work with nested JSON fields and fix bug with flattening nested JSON schema
|
2021-12-06 12:04:22 +00:00 |
Andrew Kingston
|
f898b8c94d
|
Allow using JSON field arrays as a data provider source and add data bindings for nested JSON fields
|
2021-12-06 11:41:17 +00:00 |
Budibase Staging Release Bot
|
d818bd6dfa
|
v1.0.8-alpha.0
|
2021-12-03 13:36:10 +00:00 |
mike12345567
|
e9fbb832ff
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2021-12-03 13:26:55 +00:00 |
Budibase Release Bot
|
3212d2f447
|
v1.0.7
|
2021-12-03 13:24:14 +00:00 |
Michael Drury
|
a7731930bd
|
Merge pull request #3648 from Budibase/fix/3641
CSV export/import fix
|
2021-12-03 13:17:08 +00:00 |
mike12345567
|
b1cc0d0783
|
Setting auth cookie to not expire.
|
2021-12-03 12:39:20 +00:00 |
Budibase Release Bot
|
a6f684b996
|
v1.0.6
|
2021-12-03 11:22:44 +00:00 |
Budibase Staging Release Bot
|
940a30fe72
|
v1.0.6-alpha.1
|
2021-12-03 11:20:24 +00:00 |
mike12345567
|
e6b3521ed5
|
Extending logout TTL from a day to a week.
|
2021-12-03 11:17:48 +00:00 |
Rory Powell
|
4af0641fe4
|
Fix oracle password config
|
2021-12-03 10:52:03 +00:00 |
Rory Powell
|
bd3bf6a9ad
|
Fix oracle password config
|
2021-12-03 10:48:47 +00:00 |
mike12345567
|
71e93a20a1
|
Refactor.
|
2021-12-03 10:31:09 +00:00 |
Andrew Kingston
|
b362068d47
|
Add new form field component for JSON fields, JSON validation and update autoscreen generation
|
2021-12-03 09:20:45 +00:00 |
mike12345567
|
560a96b503
|
Exporting date and auto id field, but not importing autocolumns when table is created.
|
2021-12-02 16:17:10 +00:00 |
mike12345567
|
baf61e37e4
|
Removing auto columns from export - the new table will provide these if required.
|
2021-12-02 16:04:44 +00:00 |
Budibase Staging Release Bot
|
e18545441e
|
v1.0.6-alpha.0
|
2021-12-02 15:08:26 +00:00 |
Rory Powell
|
90b9c28d92
|
Merge branch 'master' into merge-master
|
2021-12-02 14:27:52 +00:00 |
Budibase Staging Release Bot
|
6f1338810c
|
v1.0.5-alpha.1
|
2021-12-02 13:47:17 +00:00 |
Martin McKeaveney
|
42eaf2882b
|
Merge pull request #3628 from Budibase/do-automation
Completely automate digitalocean release with hashicorp packer
|
2021-12-02 14:39:57 +01:00 |
Budibase Release Bot
|
efd95a26f3
|
v1.0.5
|
2021-12-02 13:31:45 +00:00 |
Andrew Kingston
|
1cbdf49b96
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
|
2021-12-02 13:29:24 +00:00 |
Andrew Kingston
|
3542b12411
|
Fix custom query params not appearing
|
2021-12-02 12:28:12 +00:00 |
Andrew Kingston
|
b3b56a7d15
|
Reset client features when selecting a new app
|
2021-12-02 12:27:59 +00:00 |
Martin McKeaveney
|
0c721f1498
|
completely automate digitalocean release with hashicorp packer
|
2021-12-01 21:33:38 +01:00 |
Budibase Staging Release Bot
|
050dad3eca
|
v1.0.5-alpha.0
|
2021-12-01 14:28:00 +00:00 |
Budibase Release Bot
|
7fd9a28fe6
|
v1.0.4
|
2021-12-01 13:49:09 +00:00 |
Rory Powell
|
e814d2eb5c
|
Merge pull request #3618 from Budibase/fix/block-context
Fixes for button actions, block contexts and nester data provider settings
|
2021-12-01 13:39:37 +00:00 |
Andrew Kingston
|
51cedd537f
|
Merge branch 'fix/block-context' of github.com:Budibase/budibase into feature/json-backend
|
2021-12-01 11:40:09 +00:00 |
Budibase Release Bot
|
beb60414ab
|
v1.0.3
|
2021-12-01 10:57:38 +00:00 |
Andrew Kingston
|
afda32046e
|
Fix button actions directly mutating the real component definition
|
2021-12-01 10:33:17 +00:00 |
Andrew Kingston
|
a3af1ece09
|
Ensuire the save row action determines the correct runtime bindings and only uses valid context types
|
2021-12-01 10:32:55 +00:00 |
Rory Powell
|
04a7382392
|
Add fix for user metadata sync when deleting
|
2021-12-01 09:54:23 +00:00 |