1998 Commits (5bdf63c91de143efeb97a0adfa2d9aab799311aa)

Author SHA1 Message Date
mike12345567 953c90c8d4 Fixing some issues with MySQL and dropping foreign key constrained columns. 5 years ago
mike12345567 835b0efe74 Adding mysql support. 5 years ago
mike12345567 f071cc5219 Adding many to many support, generating junction table and setting up constraints. 5 years ago
mike12345567 a94376ce43 Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well. 5 years ago
mike12345567 949c6b8653 Adding SQL relationship building. 5 years ago
mike12345567 329156d6cc SQL table building. 5 years ago
mike12345567 49d2796f8e Fixing an issue with data source saving. 5 years ago
mike12345567 fa38a4b37e Fixing test cases. 5 years ago
mike12345567 eb411cd0b0 Fixing #2718 - disabling handlebars helpers for queries. 5 years ago
mike12345567 ac1d6ee23e Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this. 5 years ago
Rory Powell 67f851b68c Update app id check in tests 5 years ago
Rory Powell 21da900567 Update snapshot 5 years ago
Rory Powell 46a886f83d Linting 5 years ago
Rory Powell ad61f2af3b Prevent non builder from accessing dev apps 5 years ago
Rory Powell 54c5ae1441 Scope view filters to table always 5 years ago
Rory Powell 99b42c7083 Feedback: Rename set/not set to not empty/empty, remove cell rendering 5 years ago
mike12345567 bd59c28081 Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled. 5 years ago
mike12345567 23071993c6 Fixing an issue with user metadata not always being present when user accessing app, causing weird issues. 5 years ago
Martin McKeaveney 9301406bcd enable collapsible nodes in component tree 5 years ago
Martin McKeaveney d573eb464a upgrade to mysql2 package 5 years ago
Rory Powell 0fb4613b5a Handle nulls / empty in views and tables 5 years ago
Andrew Kingston 2b7f393626 Remove optional chaining from server 5 years ago
Andrew Kingston 5caafed0f8 Keep views up to date with table schema changes 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
Martin McKeaveney a174de7f28 error message fixes 5 years ago
mike12345567 6539feb6d7 Fixing issue with permissions, if some permissions have already been set for a role an error would be thrown which would break the UI and make it impossible to setup permissions for other tables. 5 years ago
mike12345567 dd75d236c0 Fixes issue #2417 in the backend, looks for fields which could contain a key value and if they do it will resolve them down to the ID field value. 5 years ago
Andrew Kingston d00f3f27fe Refactor app exports to allow a streaming realtime backup, and tidy up 5 years ago
Peter Clement 5cfaa17798 add check for missing _rev 5 years ago
Peter Clement eb957bc94f Potential fix for issues with updating and saving rows and columns 5 years ago
mike12345567 fd894897ca Setting a hard limit on how many rows can be returned by the SQL plus queries. 5 years ago
Andrew Kingston 4c1451178c Lint 5 years ago
Andrew Kingston 18c88ac101 Remove linkRows processing when importing CSVs 5 years ago
mike12345567 a366e8a568 Fixing an issue with mongo test failing in Node 16 due to unhandled promise rejections. 5 years ago
mike12345567 5b81d25d1a Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 5 years ago
mike12345567 1e318ea267 Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 5 years ago
mike12345567 b73fc93cdc Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 5 years ago
mike12345567 11b06b717e Fixing issue #3005 - when a filter step is executed it now will fill in the history with a status describing that it stopped, this stops any errors from occurring. 5 years ago
mike12345567 c5ed99939c Fixes #2998 the templates API call will no longer fail if no internet, will simply return an empty array. 5 years ago
mike12345567 9cece8b79e Removing the ability to use the bash scripting action in automations in cloud. 5 years ago
mike12345567 dcb334b564 Fixing some issues found with query while testing. 5 years ago
Peter Clement 194eddbda4 some tidy up 5 years ago
Martin McKeaveney 11e64b0ffe tidy up 5 years ago
mike12345567 b46a945fc4 Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running. 5 years ago
Martin McKeaveney 03ba725fbc remove random files 5 years ago
Martin McKeaveney ec26d5c738 SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 5 years ago
Rory Powell 33a72b29d1 Fix unit tests 5 years ago
Peter Clement e479ced4c8 fix webhook issue in automations 5 years ago
Rory Powell 8c67f3da13 No access role / public by default 5 years ago
Peter Clement abebe5de12 fix app action trigger 5 years ago