19 Commits (dfca8a7f4b9e62e4755e483102ea01343d0bbbdd)

Author SHA1 Message Date
Martin McKeaveney dfca8a7f4b lint 5 years ago
mike12345567 36432a490f 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 4ce920df01 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 4d5ac0ee9e 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 5d686e22ff adds rollup-json to standard-components and adds RichText to Form component 6 years ago
Martin McKeaveney 6cca720117 browse contents of s3 buckets from within budibase 6 years ago
Martin McKeaveney 298ef30360 budibase postgres E2E working 6 years ago
Martin McKeaveney 2f996d4e68 users as table working end to end 6 years ago
mike12345567 5e17e6d61f linting. 6 years ago
mike12345567 5b2be03bc3 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
Martin McKeaveney 71a7482dda lint 6 years ago
Martin McKeaveney f0f9015819 more filtering updates 6 years ago
Martin McKeaveney a23440c740 adding sum and count functionality, preventing user from doing bad filters 6 years ago
Martin McKeaveney 802b05815d lint 6 years ago
Martin McKeaveney 4be3014e91 update row_save event 6 years ago
Martin McKeaveney 2b3b41e778 bulk deletes on grid 6 years ago
mike12345567 dc9552dbad Updating tests and re-formatting. 6 years ago
mike12345567 5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 fdaa69ee7f Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks db22d8862a merge from master 6 years ago
mike12345567 eea0bc5fb9 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 027819bae0 merge from master - including fixes 6 years ago
kevmodrome da32029c31 fix delete functionality 6 years ago
mike12345567 69a1c13793 Using array de-structuring as per review. 6 years ago
Andrew Kingston 917bf47925 Fix crashing on creating a record with fields of type link or options due to coercing values 6 years ago
Michael Shanks ed8371c41f a few changes from code review 6 years ago
mike12345567 72de4dcab4 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 267e8e39aa Coerse record fields, to be a bit more tolerant of data input 6 years ago
Andrew Kingston 537c5a81e0 Fix record patch function 6 years ago
Michael Shanks 3e1e865bb4 record value coersion - untested 6 years ago
mike12345567 0db7768e5d Adding jsdoc to the db utils and removing the views, this is a breaking change for existing apps. 6 years ago
Michael Drury c7693d6e86 Purging the use of views where possible, this update should remove the use of by_type and all model views. 6 years ago
mike12345567 4f4298468a Fixing record editting. 6 years ago
mike12345567 2bb349a381 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 9c6490f0f2 Fixing some missues with linked records after testing with the new UI. 6 years ago
mike12345567 672094b177 A small performance enhancement, storing in the record that it does have links, so that when retrieving info for records it can exit the process early if a record has no mention of links. 6 years ago
mike12345567 dee763a952 Major update to linked record backend, now handling adding info about record links to all responses. 6 years ago
mike12345567 bfe2bb5a23 Update to make sure all linked record updates occur in sync with the API call. 6 years ago
kevmodrome cbbda8599f adds events when records are deleted and adds more stylish controls 6 years ago
kevmodrome d94a9b193b adds multiple selection delete functionality 6 years ago
mike12345567 7e3715d88a Some groundwork for the linked records, building up a much more in-depth emitter for models and records to drive the record cleanup. 6 years ago
mike12345567 7f107fcf0a Update to include update record internal action option, seems very useful rather than having to delete and re-create records every time. 6 years ago
mike12345567 5f064ade9d Renaming workflows -> automate/automations, throughout the API and the builder itself. 6 years ago
mike12345567 05f3666257 Fixing an issue with deletion action. 6 years ago
mike12345567 cc5994539d Some fixes after playing around with the new Builder UI. 6 years ago
mike12345567 99b1bbebbb Updating testcase to now trigger a proper workflow and check that it operates as expected. 6 years ago
mike12345567 1382c3bb12 This is a breaking change, it updates the block definitions to work with the new structure of inputs and outputs. 6 years ago
Andrew Kingston 609b039d4c Revert formatting to 80 print width 6 years ago
mike12345567 53e4531c5b Making worker thread decision based on environment variable (BUDIBASE_ENVIRONMENT) and some general tidy up, as well as fixing delete event emitter 6 years ago
Michael Shanks 0735eaa523 stop coercing values on the server - do on client instead 6 years ago