Rory Powell
|
cfe7842cde
|
Handle table deletion and data import
|
4 years ago |
mike12345567
|
4d73903019
|
Fixing a few issues that became obvious when I was looking at examples of what gets sent to the API for table saving.
|
5 years ago |
mike12345567
|
5e9f3969c9
|
Fixing a few issues that became obvious when I was looking at examples of what gets sent to the API for table saving.
|
5 years ago |
mike12345567
|
a6481d1685
|
Adding in existing external table import.
|
5 years ago |
mike12345567
|
0095f470e3
|
Adding in existing external table import.
|
5 years ago |
mike12345567
|
6c46c119a6
|
Adding all required controls for data import to internal tables, just need to implement external table data import.
|
5 years ago |
mike12345567
|
af5e196b4c
|
Adding all required controls for data import to internal tables, just need to implement external table data import.
|
5 years ago |
mike12345567
|
02137f4c08
|
Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables.
|
5 years ago |
mike12345567
|
7f055ed8dc
|
Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables.
|
5 years ago |
mike12345567
|
246d08c804
|
SQL table building.
|
5 years ago |
mike12345567
|
329156d6cc
|
SQL table building.
|
5 years ago |
mike12345567
|
99f8bf1244
|
Fixing issue with SQL tables and automations updating a row, also making error handling better across automations to make sure some sort of error message is always returned.
|
5 years ago |
mike12345567
|
bdaf56fac7
|
Fixing issue with SQL tables and automations updating a row, also making error handling better across automations to make sure some sort of error message is always returned.
|
5 years ago |
Peter Clement
|
29796c3490
|
Potential fix for issues with updating and saving rows and columns
|
5 years ago |
Peter Clement
|
eb957bc94f
|
Potential fix for issues with updating and saving rows and columns
|
5 years ago |
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
|
e8e331e578
|
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 |
Martin McKeaveney
|
f267c5c404
|
datasource selection logic - unselect other entities when choosing datasource
|
5 years ago |
Martin McKeaveney
|
9841a74e39
|
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 |
Martin McKeaveney
|
9e41068a5d
|
end to end data providers and opinionated sql
|
5 years ago |
mike12345567
|
b8a3a13118
|
Fixing issues with inability to search.
|
5 years ago |
mike12345567
|
efafe5d243
|
Fixing issues with inability to search.
|
5 years ago |
Martin McKeaveney
|
aabbbdecfe
|
consolidate postgres datas sources
|
5 years ago |
Martin McKeaveney
|
ba09f2df4b
|
consolidate postgres datas sources
|
5 years ago |
Martin McKeaveney
|
9a35e332ca
|
consolidate data sources and queries together in one UI
|
5 years ago |
Martin McKeaveney
|
e3cced9d97
|
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 |
Martin McKeaveney
|
114eac4134
|
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
|
781bd7bab6
|
Fixing internal table issues and updating createTable cypress test case.
|
5 years ago |
Andrew Kingston
|
556236ebce
|
Add explicit prettier options
|
5 years ago |
Andrew Kingston
|
797e8a8b67
|
Add explicit prettier options
|
5 years ago |
Keviin Åberg Kultalahti
|
4ec2e7d01f
|
lint:fix
|
5 years ago |
Keviin Åberg Kultalahti
|
0afbf1649e
|
lint:fix
|
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
|
ae8dd1ec78
|
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
|
794372987e
|
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).
|
5 years ago |
mike12345567
|
a311002632
|
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).
|
5 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.
|
5 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.
|
5 years ago |