3972 Commits (dec15229668f461e625cfc9f9ea2fd2c19b244d7)

Author SHA1 Message Date
Keviin Åberg Kultalahti d03ff41619 Rename True/False to Boolean 6 years ago
Martin McKeaveney d4e7924269 removing redundant cancel button 6 years ago
Martin McKeaveney b082909dd5 remove log 6 years ago
Martin McKeaveney 89c2ae0692 read all columns for schema rather than just the first 6 years ago
mike12345567 b46d9847ad Adding notifier to API for 401 requests, meaning login has notification on fail. 6 years ago
Andrew Kingston 2dac761f6f Add unique drawer names for each binding drawer 6 years ago
mike12345567 b5a2480001 Formatting. 6 years ago
mike12345567 d9aa1a4890 Switching user activity state to an options field rather than boolean (more extensible). 6 years ago
Andrew Kingston 87d9ed089c Bump BBUI version 6 years ago
mike12345567 3dd927e15e Fixing test case. 6 years ago
mike12345567 99d356a862 Formatting. 6 years ago
mike12345567 c801203dc5 Adding the ability to set whether a user is active or not rather than deleting them, stops them from being able to log in to the system. 6 years ago
Joe 8862d00646 Icon / header size updated 6 years ago
Joe 8c9405a0cf scrollable ui 6 years ago
Joe ecc9c6dd14 Query results section ui updated 6 years ago
Joe a8e7741fb2 initial spacing improvements and border adjustments 6 years ago
Richard Grant 8ed6dbb312 lint fix 6 years ago
Richard Grant 2dac471b2f richard.grant/row-update-user-update-password-fix 6 years ago
mike12345567 aa449e4729 Updating cypress tests as well as changing the auto column icons a bit to improve the look. 6 years ago
Martin McKeaveney e08c917080 adding description blurbs to datasources 6 years ago
Martin McKeaveney 1df1efe59b lint 6 years ago
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
Keviin Åberg Kultalahti 64fb3970b2 lint fix 6 years ago
Keviin Åberg Kultalahti 481de3c75c remove unused logic in backend store 6 years ago
Keviin Åberg Kultalahti 5b5a5b5438 adds thin prop to select component when adding new row 6 years ago
mike12345567 780b6e0956 Fixing some issues with enrichment, making sure display column can always be worked out. 6 years ago
Keviin Åberg Kultalahti 58dc12f95d fix sneaky mergeflict 6 years ago
Andrew Kingston ce5441e35a Add relationship enrichment display to backend UI 6 years ago
Keviin Åberg Kultalahti b89573e1f2 lint fix 6 years ago
Keviin Åberg Kultalahti 15947eb9a5 adds disabled state to relationship type - column must be re-created in order to change the value 6 years ago
Martin McKeaveney 3f2132df07 prevent editing of headers in params 6 years ago
Andrew Kingston 7b4b22377d Display enriched relationship info in grids and bindings 6 years ago
Keviin Åberg Kultalahti aa38952131 displays correct relationship type in the create/edit component 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
Martin McKeaveney f53463ec0c response parsing 6 years ago
Martin McKeaveney a834f17a80 more design updates 6 years ago
Andrew Kingston 2460280841 Fix and tidy up all button actions and drawers 6 years ago
Martin McKeaveney 6e121b6045 design updates, changing query verb names to HTTP verbs 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 7494714845 Fix views not hot reloading when table data changes 6 years ago
Andrew Kingston 7f92c82298 Fix calc view schemas not being determined correctly 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