8978 Commits (479220652ebd15e2ae17c2169459ac4e0759e5fe)

Author SHA1 Message Date
mike12345567 479220652e Adjusting SQL system to handle relationship filtering. 5 years ago
mike12345567 41b9c94237 Quick fix, only allow using SQL. 5 years ago
mike12345567 90859cfe18 Basic frontend work, getting it sending up search fields from tables with links. 5 years ago
Budibase Staging Release Bot addcdf8bcc v1.0.27-alpha.17 5 years ago
Budibase Staging Release Bot 3bea3e71f3 v1.0.27-alpha.16 5 years ago
mike12345567 3f8af725d1 Fixing issue #4010 - options and boolean types can be maintained. 5 years ago
Budibase Staging Release Bot e8815720a0 v1.0.27-alpha.15 5 years ago
Budibase Staging Release Bot 05c84628c1 v1.0.27-alpha.14 5 years ago
Martin McKeaveney 40111491c4 remove old query file 5 years ago
mike12345567 f1b9490f22 Adding method for client/builder to detect that a table supports SQL filtering. 5 years ago
Budibase Staging Release Bot f2a2a072c6 v1.0.27-alpha.13 5 years ago
mike12345567 97c6f3298a Removing use of direct package access. 5 years ago
mike12345567 398e87e72a Fixing test mocking. 5 years ago
mike12345567 5ee6aa24b2 Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised. 5 years ago
Budibase Staging Release Bot 05a17d4475 v1.0.27-alpha.12 5 years ago
mike12345567 44f9ae0682 Fixing issue where any two automations steps of the same type executed in the same automation would have the same response output in the frontend, this was a visual bug. Also fixing an issue introduced by REST update that broke the query controller. 5 years ago
mike12345567 b15f003c8c Updating to use automation setup to use action button instead of custom chevron div and using the action button in the automation code editor so that bindings can be hidden/shown if they are taking up too much of screen. 5 years ago
mike12345567 37d0617ace Renaming some variables to core, fixing test cases that referenced auth directly. 5 years ago
mike12345567 3543c02f6d Updating backend-core description. 5 years ago
Budibase Staging Release Bot 337eb07422 v1.0.27-alpha.11 5 years ago
Budibase Staging Release Bot 07bb680470 v1.0.27-alpha.10 5 years ago
Budibase Staging Release Bot fe54c98c1a v1.0.27-alpha.9 5 years ago
Rory Powell 72219af169 Fix: Load apps when using the default multi tenant 5 years ago
mike12345567 bdb9a3456d Fixing #3228 - allowing access to parameters in the transformer. 5 years ago
Rory Powell cc338f03df Invalidate dynamic variables when they are removed from datasource 5 years ago
Budibase Staging Release Bot 6c7aaf9a68 v1.0.27-alpha.8 5 years ago
mike12345567 1327394784 Switching out @budibase/auth to @budibase/backend-core. 5 years ago
mike12345567 12ae9993ca Changing directory. 5 years ago
Andrew Kingston ad6b0714d3 Fix crash when fetching queries set up before pagination existed 5 years ago
Budibase Staging Release Bot a14fc26b8f v1.0.27-alpha.7 5 years ago
Rory Powell 36f42d0426 Bump z-index to always be on top 5 years ago
mike12345567 e93d347ad6 Fixing issue #3740 - using text rather than string for mysql/postgres table column creation. 5 years ago
dependabot[bot] e8956b65cd Bump postcss from 8.2.10 to 8.2.13 in /packages/bbui 5 years ago
Budibase Staging Release Bot 48d18d4242 v1.0.27-alpha.6 5 years ago
Andrew Kingston 53b601ec9b Ensure paginate option is respected in DataFetch models 5 years ago
Andrew Kingston e187e8f2b1 Update client query fetch to better determine whether pagination is supported or not 5 years ago
Andrew Kingston 54ad2237ea Improve naming of REST pagination parameters 5 years ago
Andrew Kingston bf22c5130f Add tests for REST pagination 5 years ago
mike12345567 c75cc47ad3 Updating to handle prod vs dev apps and deletion of attachments, as well as handling it on update. 5 years ago
mike12345567 f1981220af Removing attachments when row is deleted (always, need to restrict if app is deployed). 5 years ago
mike12345567 657f55f0da Adding a skip button for fetching plus datasource tables incase working with very large data sets and still want to perform queries. 5 years ago
Andrew Kingston 422c0a3033 Comment builder implementation of lucene searching to highlight that it will be replaced 5 years ago
Budibase Staging Release Bot 5ff0505f11 v1.0.27-alpha.5 5 years ago
Budibase Release Bot 157877a604 v1.0.35 5 years ago
Rory Powell d0c2d74eb5 Fix rest import tests for url and invert dynamic variable invalidation / deletion 5 years ago
Rory Powell 6d5d301adb Support variables in URL 5 years ago
Rory Powell 22407446ee Navigation fixes for duplicate and delete query 5 years ago
mike12345567 efc691f238 Fixing issue #3915 so that when using the short hand URL for apps you will be redirected correctly if not logged in, allows all users to make use of it and updating the builder to send the user to the short form factor URL if not in cloud. 5 years ago
Andrew Kingston 4ab06c200d Add support for cursor and page based pagination inside REST query request body 5 years ago
Andrew Kingston f5649b48d1 Add support for cursor based pagination in query params 5 years ago