2269 Commits (bb3370e742e35f9639ee114a4765b8b0798e8d64)

Author SHA1 Message Date
mike12345567 bb3370e742 Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Andrew Kingston 13506be0fa Fix issue displaying linked records in a table 6 years ago
mike12345567 4ba636897b Adding in default plan if the obj found does not have the required information. 6 years ago
mike12345567 ba758905cc Removing sanisation, instead just using it as a central path system. 6 years ago
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. 6 years ago
Martin McKeaveney fed836140c v0.2.0 6 years ago
Martin McKeaveney f595392843 fixing optional chaining operator in standard components 6 years ago
mike12345567 275bd64b1b Fixing linting issue. 6 years ago
mike12345567 b400a06027 Updates for API usage after testing against local Dynamo. 6 years ago
mike12345567 93281e2adc Using array de-structuring as per review. 6 years ago
Andrew Kingston 06eea7ba30 Update linked record selector to handle errors and remove loading state flashing 6 years ago
Andrew Kingston 9b57786457 Fixing cypress tests 6 years ago
Andrew Kingston b71ba5b3fb Unify DataForm and DataFormWide by using single component with BBUI styles 6 years ago
Andrew Kingston 36cb7eaee6 Fix crashing on creating a record with fields of type link or options due to coercing values 6 years ago
Andrew Kingston 4682b34f05 Improve relationship datatable title when no primary display is selected for a model 6 years ago
Andrew Kingston 4140c831a3 Remove console log statement 6 years ago
Andrew Kingston 8f1b106a5d Fix relationship view when viewing fields with spaces in their name 6 years ago
Andrew Kingston 5bf04f7030 Fix styles in event editor modal 6 years ago
Andrew Kingston cb0b7b9b5b Fix frontend crashing when adding components to a data provider component with no source 6 years ago
Andrew Kingston b7edf26754 Move modal to BBUI and update usages 6 years ago
Andrew Kingston 356acc919d Bump electron to v10 6 years ago
Andrew Kingston 3d7bd55c08 Bump BBUI version 6 years ago
mike12345567 f2b7d85b6e Fixing up middleware to handle uploads, views, records, automation runs and users. 6 years ago
mike12345567 a25c1d8618 Removing .orig file created by merge. 6 years ago
Andrew Kingston 2f86a17984 Change create table popover to modal to better support data import which can be long 6 years ago
Andrew Kingston 6170921d45 Remove padding on top nav bar so that things are properly centered 6 years ago
mike12345567 1f8f0a0444 Sanitising the paths to the couchDB data directories. 6 years ago
Andrew Kingston 4220da27ef Fix create automation modal 6 years ago
Andrew Kingston 51f67ae99b Change live animation color from purple to black 6 years ago
Andrew Kingston 6c3aeac69a Fix table cypress tests 6 years ago
Andrew Kingston aa96388e0b Fix cypress automation tests 6 years ago
Andrew Kingston 782fc8dd54 Fix layout by removing extra columns from grid layout css 6 years ago
Andrew Kingston b61ee51ff0 Remove duplicate select element 6 years ago
Andrew Kingston b592744805 Update styles of data import to match BBUI components 6 years ago
mike12345567 1d99cc654a Adding a regex to allow certain paths with : on windows. 6 years ago
mike12345567 a6e409a062 Quick change after diffing and looking through everything. 6 years ago
mike12345567 691ea16998 Adding a basic sanitise path function and fixing up use cases of appId filesystem paths throughout the system. 6 years ago
Michael Shanks 8413e75431 removed .orig files 6 years ago
Michael Shanks bbff4db649 a few changes from code review 6 years ago
Martin McKeaveney e282480888 v0.1.25 6 years ago
Martin McKeaveney 723f322232 updating replication stream dependency 6 years ago
Martin McKeaveney 368f9934d5 v0.1.24 6 years ago
Martin McKeaveney 8ce69efa7e fixing test 6 years ago
mike12345567 fc2e2a8804 First work towards implementing Dynamo usage in the server when running in the cloud; this is for tracking usage against API keys. 6 years ago
Andrew Kingston f83f2b707b Add support for displaying linked record counts in List and RecordDetail 6 years ago
Andrew Kingston c10f5112d4 Add linked records to dataforms and use BBUI components and pretty errors 6 years ago
Andrew Kingston 37f3d21a00 Remove console log statement 6 years ago
Andrew Kingston e91b62ef2e Use real schema for datatable rather than first row's keys 6 years ago
Andrew Kingston 11c4f237d3 Add default file prop to AttachmentList to prevent crashing when no files exist 6 years ago
Andrew Kingston 21796d9f98 Add support for displaying linked records in DataTable 6 years ago