1
0
Fork 0
mirror of synced 2024-08-08 06:37:55 +12:00
Commit graph

2606 commits

Author SHA1 Message Date
mike12345567
4d3308b216 Merge branch 'link-record-performance' of github.com:Budibase/budibase into endpoint-renaming 2020-10-09 20:18:46 +01:00
mike12345567
ec6717468b Major performance boost to attachLinks -> makes CSV upload much more snappy. 2020-10-09 20:06:54 +01:00
mike12345567
4147e8872b Updating tests and re-formatting. 2020-10-09 19:30:50 +01:00
mike12345567
ed778d15e2 Updating ID to use ro rather than re for rows. 2020-10-09 19:16:33 +01:00
mike12345567
d90c1e3dd3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 2020-10-09 19:10:28 +01:00
mike12345567
bb3370e742 Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 2020-10-09 18:49:23 +01:00
mike12345567
ac9be28064 Merge branch 'master' of github.com:Budibase/budibase into api-usage-tracking 2020-10-09 14:38:11 +01:00
Andrew Kingston
0ee9c67825
Merge pull request #682 from Budibase/fix/table-linked-record-display
Fix issue displaying linked records in a table
2020-10-09 12:51:18 +01:00
Andrew Kingston
13506be0fa Fix issue displaying linked records in a table 2020-10-09 12:42:56 +01:00
mike12345567
4ba636897b Adding in default plan if the obj found does not have the required information. 2020-10-09 11:32:25 +01:00
mike12345567
844383631e Merge branch 'master' of github.com:Budibase/budibase into api-usage-tracking 2020-10-09 11:21:26 +01:00
Michael Drury
946cceb2be
Merge pull request #680 from Budibase/underscore-ids
Changing ID separator : -> _
2020-10-09 10:10:38 +01:00
mike12345567
ba758905cc Removing sanisation, instead just using it as a central path system. 2020-10-09 10:00:57 +01:00
mike12345567
334b4b1696 Update to IDs as has been discussed, to change them from colons (:) to underscores (_) as this is more URL, S3 and file system safe. Also shortening most prefixes down to two characters. 2020-10-09 09:47:37 +01:00
Martin McKeaveney
fed836140c v0.2.0 2020-10-08 20:32:50 +01:00
Martin McKeaveney
f595392843 fixing optional chaining operator in standard components 2020-10-08 20:31:13 +01:00
mike12345567
275bd64b1b Fixing linting issue. 2020-10-08 18:36:31 +01:00
mike12345567
b400a06027 Updates for API usage after testing against local Dynamo. 2020-10-08 17:34:41 +01:00
Andrew Kingston
f3d0104f41
Merge pull request #677 from Budibase/linked-records
Linked records
2020-10-08 13:33:56 +01:00
mike12345567
d2ae589151 Merge branch 'linked-records' of github.com:Budibase/budibase into api-usage-tracking 2020-10-08 13:30:18 +01:00
mike12345567
0e3bb46ca5 Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records 2020-10-08 12:29:09 +01:00
mike12345567
93281e2adc Using array de-structuring as per review. 2020-10-08 12:28:59 +01:00
Andrew Kingston
06eea7ba30 Update linked record selector to handle errors and remove loading state flashing 2020-10-08 12:21:05 +01:00
Andrew Kingston
9b57786457 Fixing cypress tests 2020-10-08 11:36:16 +01:00
Andrew Kingston
4efd38bd2b Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records 2020-10-08 10:43:09 +01:00
Andrew Kingston
b71ba5b3fb Unify DataForm and DataFormWide by using single component with BBUI styles 2020-10-08 10:42:53 +01:00
Andrew Kingston
36cb7eaee6 Fix crashing on creating a record with fields of type link or options due to coercing values 2020-10-08 10:42:14 +01:00
Andrew Kingston
4682b34f05 Improve relationship datatable title when no primary display is selected for a model 2020-10-08 10:41:20 +01:00
Andrew Kingston
4140c831a3 Remove console log statement 2020-10-08 10:40:46 +01:00
Andrew Kingston
8f1b106a5d Fix relationship view when viewing fields with spaces in their name 2020-10-08 10:32:17 +01:00
Andrew Kingston
5bf04f7030 Fix styles in event editor modal 2020-10-08 09:48:24 +01:00
Andrew Kingston
cb0b7b9b5b Fix frontend crashing when adding components to a data provider component with no source 2020-10-08 09:48:03 +01:00
Andrew Kingston
b7edf26754 Move modal to BBUI and update usages 2020-10-08 09:35:11 +01:00
Andrew Kingston
356acc919d Bump electron to v10 2020-10-08 09:34:45 +01:00
Andrew Kingston
3d7bd55c08 Bump BBUI version 2020-10-08 09:34:22 +01:00
mike12345567
f2b7d85b6e Fixing up middleware to handle uploads, views, records, automation runs and users. 2020-10-07 17:56:47 +01:00
mike12345567
3a6a03403f Merge branch 'linked-records' of github.com:Budibase/budibase into api-usage-tracking 2020-10-07 15:41:39 +01:00
mike12345567
17a4b058b5 Merge branch 'master' of github.com:Budibase/budibase into linked-records 2020-10-07 14:48:20 +01:00
Michael Drury
90567760cb
Merge pull request #675 from Budibase/filename-fixes
Windows filename fixes
2020-10-07 14:44:13 +01:00
mike12345567
a25c1d8618 Removing .orig file created by merge. 2020-10-07 13:33:21 +01:00
Andrew Kingston
2f86a17984 Change create table popover to modal to better support data import which can be long 2020-10-07 12:40:00 +01:00
Andrew Kingston
6170921d45 Remove padding on top nav bar so that things are properly centered 2020-10-07 12:00:15 +01:00
mike12345567
1f8f0a0444 Sanitising the paths to the couchDB data directories. 2020-10-07 11:42:28 +01:00
Andrew Kingston
4220da27ef Fix create automation modal 2020-10-07 11:38:05 +01:00
Andrew Kingston
51f67ae99b Change live animation color from purple to black 2020-10-07 11:37:55 +01:00
Andrew Kingston
6c3aeac69a Fix table cypress tests 2020-10-07 11:23:47 +01:00
Andrew Kingston
aa96388e0b Fix cypress automation tests 2020-10-07 11:18:46 +01:00
Andrew Kingston
f2b3b9e06e Update yarn.lock 2020-10-07 11:17:26 +01:00
Andrew Kingston
782fc8dd54 Fix layout by removing extra columns from grid layout css 2020-10-07 11:17:01 +01:00
Andrew Kingston
b61ee51ff0 Remove duplicate select element 2020-10-07 11:16:36 +01:00