23 Commits (e0e4048b37ffb53bacfc202e6e95aee95f797eef)

Author SHA1 Message Date
mike12345567 efdd78c7fe Removing use of db.post as its dangerous to allow the possibility of _id being auto-generated, these docs would be lost as we couldn't query them out by the usual id mechanism. 5 years ago
mike12345567 8f70ad9cdc Performance improvements after testing - switching to temporary in memory queries for cloud views. 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
Martin McKeaveney 0a8c6e1ef9 making sure relationships for autocolumns are created when uploading a CSV 5 years ago
mike12345567 e82e175b9c Linting. 5 years ago
mike12345567 a13b5111bb First version of enrichment. 5 years ago
mike12345567 8a84d5cd6f WIP - basic override of foreign keys. 5 years ago
Martin McKeaveney f267c5c404 datasource selection logic - unselect other entities when choosing datasource 5 years ago
Martin McKeaveney 1a94ef5039 end to end data providers and opinionated sql 5 years ago
mike12345567 b8a3a13118 Fixing issues with inability to search. 5 years ago
Martin McKeaveney aabbbdecfe consolidate postgres datas sources 5 years ago
Martin McKeaveney 9a35e332ca consolidate data sources and queries together in one UI 5 years ago
Martin McKeaveney 58b33562db external/internal tables and datasources merged, removed autocapture, re-added logout action 5 years ago
mike12345567 fa455e8eef Fixing internal table issues and updating createTable cypress test case. 5 years ago
mike12345567 48b7a31c2a Adding the ability to create options based on CSV, this will use the import data to create options. 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
mike12345567 dccd559b56 Updating some test cases to work with new system. 5 years ago
mike12345567 865baf6d16 Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 5 years ago
mike12345567 e8c000dd51 Adding more test cases for the controllers, tables and views weren't as well covered as required. 5 years ago
mike12345567 8612782610 Found some issues with relationship columns being doubled up, this isn't validated client side, best to make sure it doesn't happen server-side (can really break your data structure if columns overwrite each other). 6 years ago
mike12345567 564b16e623 Fixing test case. 6 years ago
mike12345567 632bfec1e5 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