2396 Commits (962ed5aaa62d5de01630a7fa0ea1fea649071296)
 

Author SHA1 Message Date
mike12345567 962ed5aaa6 Work towards handling linked record field updates, like the column being deleted from the model. 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
Andrew Kingston 2a3f4389b1 Update create automation modal to match other modal styles 6 years ago
Andrew Kingston 049426b399 Fix all styles in settings modal 6 years ago
Andrew Kingston dd4162dedf Update automation page with new form styles 6 years ago
Andrew Kingston 13f64d5b03 Bump BBUI version 6 years ago
Andrew Kingston e4ac832c32 Add WIP draft of linked records UI allowing single linked record selection 6 years ago
mike12345567 4073f354c8 Fixing issue with modelId being returned from API causing next model update to cause model to be returned as a record from model record view. 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
Andrew Kingston d446c9b1e5 Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records 6 years ago
Andrew Kingston 0d1a75b28d Add primary display column and update all backend UI popovers with new form styles 6 years ago
Andrew Kingston ecd5aa9eeb Bump BBUI version 6 years ago
mike12345567 ecfca1dfab Adding routes for getting link records based on a record Id. 6 years ago
mike12345567 a76a7525e3 Update to make sure all linked record updates occur in sync with the API call. 6 years ago
mike12345567 1b0b97d494 Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records 6 years ago
mike12345567 eca5fad478 Adding main work to handle creating, deleting and managing the link docs between different linked records. 6 years ago
Joe d96ea9424c Small UI update to the binding interface with automations 6 years ago
Joe ff5e0aa8cc UI update to the Table dropdown 6 years ago
Joe b79626450b Styling update to Binding Dropdown 6 years ago
Joe b4dc0708d1 Merge branch 'linked-records' of https://github.com/Budibase/budibase into linked-records 6 years ago
Joe eaef5d0419 Page titles and primary cta alignment and styling consistent 6 years ago
mike12345567 a20ffd4c17 Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records 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
Andrew Kingston 24097184df Rename records to rows in automation definitions 6 years ago
Andrew Kingston 24e316f03d Fix cypress test 6 years ago
Andrew Kingston 7cd387527c Rename backend components file structure and standardise no table empty state 6 years ago
Andrew Kingston 1955e2f757 Unify all popovers and modals to the same styles and reuse common components. Fix filter options 6 years ago
Andrew Kingston 217529f3a4 Fix confirm dialogue inside table cell and standardise styles 6 years ago
Andrew Kingston d2d68cbc40 Improve table pagination 6 years ago
Andrew Kingston d74cdf8261 Tidy backend table styles, fix layout and add scrolling 6 years ago
Andrew Kingston 4f763e536e Fix navigation on deleting views and use ConfirmDialog for view deletion to improve consistency 6 years ago
Andrew Kingston 9572167042 Use ConfirmDialog for table deletion to improve consistency 6 years ago
Andrew Kingston e3c2d9a34a Fix TablePagination crashing when non array data values are used 6 years ago
Andrew Kingston 994dca1048 Standardise use of ConfirmDialog for automation deletion 6 years ago
Andrew Kingston 5b08f4fb92 Tidy backend styles and improve consistency 6 years ago
Andrew Kingston 1d4a1b86ca Fix backend page height and improve style consistency 6 years ago
Andrew Kingston 6b50b47ee0 Fix font weight in create automation modal 6 years ago
Andrew Kingston 0593df0284 Bump bbui version 6 years ago
Michael Drury 403da250b9
Merge pull request #630 from Budibase/async-workflow-blocks 6 years ago
mike12345567 4bf40a976d Adding re-triggering of test case to help with running test case in GH actions. 6 years ago
mike12345567 8765c185af Running linter to cleanup formatting. 6 years ago
mike12345567 58f643bc30 Extending the possible time the test case can wait for the record to be updated into the database (automation trigger) and adding JSdocs to automation utilities as per PR suggestions. 6 years ago
mike12345567 d5112c82c6 Fixing delay as it was causing test case to be inconsistent (triggering automation) 6 years ago
mike12345567 e7be9dd698 Fixing issue with test case. 6 years ago
mike12345567 98ce6dce33 Merge branch 'async-workflow-blocks' of github.com:Budibase/budibase into async-workflow-blocks 6 years ago
mike12345567 5773107516 Adding clean up of records based on the model schema to save and update records. 6 years ago
Andrew Kingston 3caac561b8 Merge branch 'async-workflow-blocks' of github.com:Budibase/budibase into async-workflow-blocks 6 years ago