4028 Commits (36ff7d80ac4e99a614806c56f098e4c2f6578a0a)

Author SHA1 Message Date
Martin McKeaveney 36ff7d80ac mysql key length 6 years ago
Martin McKeaveney 2a3e4d8a42 fix undefined 1:N dropdown selection 6 years ago
mike12345567 cdb1c87069 Copying the table on way in so that after function call the input table can be copied to output table to decide whether to save. 6 years ago
Martin McKeaveney 5a6306f49f prevent null being appended to binding box 6 years ago
mike12345567 2b87f8bbb8 Updating group by functionality, so that relationships aren't an option. 6 years ago
mike12345567 43cb9878cf Fixing an issue where the table that a view was attached to was not being retrieved correctly, inhibiting the ability to enrich with relationships. 6 years ago
Martin McKeaveney 0905d35ef2 SSL config for mysql, remove rickroll 6 years ago
mike12345567 c63190acc0 Formatting. 6 years ago
mike12345567 06839700a2 Fixing some CSS bugs in the automation bindings popover. 6 years ago
mike12345567 5807143429 Formatting. 6 years ago
mike12345567 edbef7ec97 Minor change, making sure each link is definitely unique by combining each of its three unique properties into a uniqueness hash, was missing one of the components. 6 years ago
Martin McKeaveney d0b7cf71e3 show all query types in form component 6 years ago
Michael Drury 55b55a0a28 Updating packages in builder and server, making build work in Windows. 6 years ago
mike12345567 2e73b51904 Using cross-env instead of pure environment variable specification to make it work on windows. 6 years ago
Keviin Åberg Kultalahti e7d38878f5 Revert "work on converting popover to drawer" 6 years ago
Martin McKeaveney 03512da423 case insensitive regex for app names 6 years ago
mike12345567 223d03b5f8 removing use of optional chaining and just checking for status. 6 years ago
mike12345567 97f8a5fd1e Fixing a minor issue, making sure only trying to add displayFieldColumn when the app has that column (older ones may not yet). 6 years ago
mike12345567 e4774f43e8 Adding check to see if analytics is disabled completely (in dev). 6 years ago
mike12345567 04feb1d38f Formatting. 6 years ago
mike12345567 dbd172428e Adding a few fixes for bugs related to user table, user table views and some async functions that weren't awaiting promises. 6 years ago
Keviin Åberg Kultalahti fb1eb55ba2 work on converting popover to drawer 6 years ago
Andrew Kingston 2f78afac6d Fix cypress test 6 years ago
Keviin Åberg Kultalahti 0388675f27 remove unused things 6 years ago
Andrew Kingston c47ef73a4a Update icon for row updated trigger 6 years ago
Andrew Kingston 19566d9b7d Add new automation trigger for updating rows 6 years ago
Keviin Åberg Kultalahti 2d80208282 adds option to allow dot notation in column names 6 years ago
Martin McKeaveney 50f9663622 ensure error is thrown on client validation failure 6 years ago
Andrew Kingston 009bf37556 Show error when trying to create user with a duplicate email address 6 years ago
mike12345567 ab136e248a Only performing the change on copies, allowing cuts through. 6 years ago
Andrew Kingston aaa40f4638 Update stacked list to preserve white space 6 years ago
Andrew Kingston 8ed2be5594 Update card stat to preserve white space 6 years ago
Andrew Kingston d5a37c535e Update horizontal card to preserve white space and fix crashing when a URL isn't entered 6 years ago
Andrew Kingston 56bbaba44e Update vertical card to preserve white space and fix crashing when a URL isn't entered 6 years ago
Martin McKeaveney 3c3677a88e allow empty params 6 years ago
Andrew Kingston d3e4921f29 Make paragraph respect whitespace 6 years ago
Andrew Kingston dcaacab477 Revert heading margin change to use browser default 6 years ago
Andrew Kingston bc5e88bceb Make heading respect white space and reduce default margin 6 years ago
Keviin Åberg Kultalahti 92a05ee205 Rename True/False to Boolean 6 years ago
Martin McKeaveney e79615e665 removing redundant cancel button 6 years ago
Martin McKeaveney ffb5f5fea9 remove log 6 years ago
Martin McKeaveney 692c5a9b3e read all columns for schema rather than just the first 6 years ago
mike12345567 ed2672fca3 Quick change to make sure as long as internal views are denoted in the db constant they'll be handled. 6 years ago
mike12345567 64cfc02fa2 Adding fix in for views including internal views which shouldn't be added to view calculation. 6 years ago
mike12345567 820fe9c9a5 Adding prettier ignore statement as it kept re-formatting the spacing in query viewer file. 6 years ago
mike12345567 23d10e1949 Fixing issue - this will replace any bindings when copying and pasting a stack of components with 'Invalid binding'. 6 years ago
mike12345567 2f33032d38 Adding notifier to API for 401 requests, meaning login has notification on fail. 6 years ago
Andrew Kingston fe1e035360 Add unique drawer names for each binding drawer 6 years ago
mike12345567 0913cd3cf8 Formatting. 6 years ago
mike12345567 267f1fd87d Switching user activity state to an options field rather than boolean (more extensible). 6 years ago