38 Commits (fa921951a32715fcb3b4dc4eec947bd5aa1bd98b)

Author SHA1 Message Date
mike12345567 f4a503d015 WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc. 5 years ago
Martin McKeaveney 933969ce55 code review 5 years ago
Martin McKeaveney e599854b14 primary and secondary index fields 5 years ago
Martin McKeaveney 41bc7dbaf7 backwards pagination 5 years ago
Martin McKeaveney fde5ef02ac user search 5 years ago
Martin McKeaveney d2bd2209eb indexable fields 5 years ago
Martin McKeaveney 7f24c80bf0 search UI complete, server side cursor based pagination 5 years ago
mike12345567 cd729192ea Adding in resource IDs everywhere they should be accessible. 5 years ago
Martin McKeaveney 2b74fd887b test 5 years ago
mike12345567 4b2b375512 Fixing some issues found with users and row updates, specifically relationships and numbers. 5 years ago
Martin McKeaveney c57dee754f custom columns 5 years ago
mike12345567 a367460fbc fixing cypress test. 5 years ago
mike12345567 e0ea434f27 Added some unit tests for the enrichment process of rows, in the process found some issues with linking a table to itself, so fixed those so that we can do that in the future if desired. 5 years ago
Martin McKeaveney 4b5e572da3 internal search working 5 years ago
mike12345567 c724f3e701 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 5 years ago
Martin McKeaveney ae4e34c872 lint 5 years ago
mike12345567 40d855df10 Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago
mike12345567 c490e97573 Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago
mike12345567 2928a379b0 Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 6 years ago
kevmodrome 0725b3bd6d
adds rollup-json to standard-components and adds RichText to Form component 6 years ago
Martin McKeaveney 6518976825 browse contents of s3 buckets from within budibase 6 years ago
Martin McKeaveney 113c68e4c9 budibase postgres E2E working 6 years ago
Martin McKeaveney f1fe5de294 users as table working end to end 6 years ago
mike12345567 a43777c78b linting. 6 years ago
mike12345567 d587bad363 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
Martin McKeaveney e300134186 lint 6 years ago
Martin McKeaveney 3ba8f19e7f more filtering updates 6 years ago
Martin McKeaveney 11927d2340 adding sum and count functionality, preventing user from doing bad filters 6 years ago
Martin McKeaveney 1601a9b2a2 lint 6 years ago
Martin McKeaveney db72b29eaf update row_save event 6 years ago
Martin McKeaveney 34bfef5661 bulk deletes on grid 6 years ago
mike12345567 4147e8872b Updating tests and re-formatting. 6 years ago
mike12345567 d90c1e3dd3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 bb3370e742 Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks e083d60597 merge from master 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
Michael Shanks eaa8d91392 merge from master - including fixes 6 years ago
kevmodrome 579166082d
fix delete functionality 6 years ago
mike12345567 93281e2adc Using array de-structuring as per review. 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
Michael Shanks bbff4db649 a few changes from code review 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
Michael Shanks 40e6d4c844 Coerse record fields, to be a bit more tolerant of data input 6 years ago
Andrew Kingston da035452e6 Fix record patch function 6 years ago
Michael Shanks cb5e9f69a0 record value coersion - untested 6 years ago
mike12345567 2aff68b245 Adding jsdoc to the db utils and removing the views, this is a breaking change for existing apps. 6 years ago
Michael Drury 0a80abfd0e Purging the use of views where possible, this update should remove the use of by_type and all model views. 6 years ago
mike12345567 5fd714d761 Fixing record editting. 6 years ago
mike12345567 709cdb5ea9 Changing relationship system around a little, to not work with fieldNames anymore in the view and simplifying quite a few of the update systems. 6 years ago
mike12345567 cf4b5a6fbf Fixing some missues with linked records after testing with the new UI. 6 years ago