8 Commits (e21059c74f8db125aed088cbacb35e1f978b5989)

Author SHA1 Message Date
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
mike12345567 ac7374662c 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 31943cc66b Major update to linked record backend, now handling adding info about record links to all responses. 6 years ago
mike12345567 a76a7525e3 Update to make sure all linked record updates occur in sync with the API call. 6 years ago
kevmodrome 09a26a286a
adds events when records are deleted and adds more stylish controls 6 years ago
kevmodrome 0d68d40cfb
adds multiple selection delete functionality 6 years ago
mike12345567 b24ff486d8 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 0a665e05c8 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 88d22baf1a Renaming workflows -> automate/automations, throughout the API and the builder itself. 6 years ago
mike12345567 53bbcd9928 Fixing an issue with deletion action. 6 years ago
mike12345567 22ef6eb4d3 Some fixes after playing around with the new Builder UI. 6 years ago
mike12345567 be67eaf9c8 Updating testcase to now trigger a proper workflow and check that it operates as expected. 6 years ago
mike12345567 e2791d832b 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 76cfb5062d Revert formatting to 80 print width 6 years ago
mike12345567 535c4ca5aa 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 f975237417 stop coercing values on the server - do on client instead 6 years ago
Michael Shanks 14aa33705f events hooked up and working 6 years ago
Michael Shanks 25d8f9a8f8 added PATCH record route 6 years ago
Martin McKeaveney b605d25a4d lint, using bbui component 6 years ago
Martin McKeaveney e6840bcffc custom flatpickr styling, tidy up 6 years ago
Martin McKeaveney 068bb3c500 date field working with HTML5 inputs. Needs more sophisticated parsing 6 years ago
cmack 6865fdfb28 Single Calculation Views When Not Grouped 6 years ago
Martin McKeaveney 40bf90c745 view filters operational 6 years ago
Martin McKeaveney 7e2e90e23c tidy up and lint 6 years ago
Martin McKeaveney d08db301af group by complete 6 years ago
Martin McKeaveney 28b4b6fcb9 deletion of views, statistics calculation popover, unit tests 6 years ago