3894 Commits (a6025952aa2a2ecc8b4e4c33d38aa4db2fff3dbc)

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
mike12345567 780b6e0956 Fixing some issues with enrichment, making sure display column can always be worked out. 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 fa6d3e5e63 Updating the self auth endpoint to use the row processor. 6 years ago
mike12345567 474796baea Fixing an issue found by Andrew K - relationship lookup needs to work on both sides of relationship. 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 5fab1529ec work in progress, enriching in the display names. 6 years ago
mike12345567 0f323d8aa9 linting. 6 years ago
mike12345567 74b6f0069b Fixing some errors found with relationships. 6 years ago
mike12345567 a93eb180ce Starting with some work towards a deeper enrichment of rows. 6 years ago
Andrew Kingston a35c34fd82 Add disabled setting for forms and fields, and force autocolumns in forms to be disabled 6 years ago
mike12345567 9b59b47d9e Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package). 6 years ago
mike12345567 28e244fa16 Fixing an edge case, create table with auto ID, create some rows, then update a column and try to create another row, ID generation would have reset, this makes sure internal changes to the table are kept. 6 years ago
mike12345567 91926d17d9 Adding delay to cypress test to allow time for statistics to calculate. 6 years ago
mike12345567 6d519e1ad9 Updating cypress test to fix in CI. 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 7b389180c7 Fixing an issue with complex relationships that are heavily intra-related. 6 years ago
mike12345567 811aa5ced3 Fixing minor issue with auto-column toggles. 6 years ago
mike12345567 b7b1b17148 Fixing test case. 6 years ago
mike12345567 258b2138c3 Formatting. 6 years ago
mike12345567 79bb9f3822 Updating BBUI after Andrew K fixed an issue with buttons and borders transitioning (causing buttons to expand/contract etc). 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
Andrew Kingston af1654a3c9 Ensure form doesn't inherit built in datasources 6 years ago
mike12345567 113de64833 Some further UI work for auto-columns. 6 years ago
Andrew Kingston d8b28899b8 Make form always inherit closest datasource 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 23cac6a9ac Fixing issue with linked rows not handling uniqueness correctly when links between tables are using fieldnames for uniqueness. 6 years ago
mike12345567 245cd0a791 Fixing issue with relationships. 6 years ago
mike12345567 1a2b9bbef4 Removing unused stuff. 6 years ago
mike12345567 4b1855974c Work in progress, getting the server backend mostly ready for this work. 6 years ago
Martin McKeaveney 26377700bb v0.7.8 6 years ago
Martin McKeaveney 7ae0d44359 dropdown fixes 6 years ago
mike12345567 8bf10544c2 Fixing test case. 6 years ago
mike12345567 4b74598287 Linting. 6 years ago
mike12345567 4f1a0ac645 Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime. 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