2266 Commits (3bedcf1e62f74c19e9b1daf61a92b125d75dd541)

Author SHA1 Message Date
Andrew Kingston 1988473051 Fix crash when viewing views without schemas 6 years ago
Andrew Kingston bd68672c51 Add field type to backend table headers 6 years ago
Andrew Kingston ce5441e35a Add relationship enrichment display to backend UI 6 years ago
Andrew Kingston 7b4b22377d Display enriched relationship info in grids and bindings 6 years ago
mike12345567 f080fa6537 Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 6 years ago
mike12345567 0f323d8aa9 linting. 6 years ago
mike12345567 74b6f0069b Fixing some errors found with relationships. 6 years ago
mike12345567 91926d17d9 Adding delay to cypress test to allow time for statistics to calculate. 6 years ago
mike12345567 6e198a8ce1 Fixing automation issue - now autocolumns hidden there too. 6 years ago
mike12345567 d700cc254c Formatting. 6 years ago
mike12345567 a63ebd1a9c Fixing another cypress test. 6 years ago
mike12345567 1e39a873b2 Fixing issue with cypress test, fixing a 409 conflict that could occur in table saving - shouldn't happen now. 6 years ago
mike12345567 ad49a428b5 Fixing an issue with Cypress tests. 6 years ago
mike12345567 905f913da3 Fixing linting. 6 years ago
mike12345567 811aa5ced3 Fixing minor issue with auto-column toggles. 6 years ago
mike12345567 258b2138c3 Formatting. 6 years ago
mike12345567 cafb50bce6 Fixing some UI stuff after discussing with Andrew K - making sure auto-columns always appear at end of table. 6 years ago
mike12345567 1a9d16c8c7 Updating where utilities are held in builder and then making user table relationships autocolumn aware too. 6 years ago
mike12345567 113de64833 Some further UI work for auto-columns. 6 years ago
Andrew Kingston 8d1f082cc9 Fix drawer bindable input not updating when typing with drawer closed 6 years ago
Andrew Kingston 284018fefa Rename form data bindings to Fields instead of Schema 6 years ago
mike12345567 fd76369467 Removing repeated constant. 6 years ago
Andrew Kingston 8b23f603bd Update URL settigns to be bindable inputs and update navigate action 6 years ago
mike12345567 3a106c937c Formating. 6 years ago
mike12345567 846772bfeb Adding the ability to create/control auto-columns from the create/edit column modal. 6 years ago
mike12345567 4b1855974c Work in progress, getting the server backend mostly ready for this work. 6 years ago
mike12345567 4b74598287 Linting. 6 years ago
mike12345567 73169ab911 Quick CSS change for manage access popover. 6 years ago
mike12345567 1a8fe9b02c Some more fixes for RBAC as well as fixing the duplication of roles. 6 years ago
Martin McKeaveney 1f4fa6a659 hotfix/prevent-app-creation-failing 6 years ago
Martin McKeaveney ec3ef225b9 simplify UI 6 years ago
Andrew Kingston 24c3f3019f Fix automatic form generation from relationship and calculated view schemas 6 years ago
Martin McKeaveney 111ff61bbc tidy up 6 years ago
Martin McKeaveney 701e2b218e RBAC popover complete 6 years ago
Martin McKeaveney 37c00f24bd control RBAC from data section 6 years ago
mike12345567 ca20cbeeca First lot of work to update the auto fields into schema. 6 years ago
mike12345567 feb7e2756f WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc. 6 years ago
Martin McKeaveney 4766d21340 clean up index on table deletion 6 years ago
Martin McKeaveney 9c7a373fb0 primary and secondary index fields 6 years ago
Andrew Kingston 4493a0896f Remove commented out lines 6 years ago
Andrew Kingston c635956e30 Fix multiselect not being wrapped in CreateEditRow modal 6 years ago
Andrew Kingston 1deeb2ac3e Add sprectrum theme compatibility to autoscreens form text 6 years ago
Andrew Kingston 9054e764e0 Fix keying in component design properties 6 years ago
Martin McKeaveney 05353c7666 backwards pagination 6 years ago
Andrew Kingston 592348a5a0 Use real component name in deletion confirmation modal 6 years ago
Martin McKeaveney 36f3bbf6dd user search 6 years ago
Martin McKeaveney 7ef56de1be indexable fields 6 years ago
Martin McKeaveney 07aeccb36d search UI complete, server side cursor based pagination 6 years ago
Andrew Kingston 79351d1bf0 Remove empty field in saving row action to make it more clear that it's optional 6 years ago
Martin McKeaveney 786a76208d fixing dropdowns 6 years ago