1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00
Commit graph

4824 commits

Author SHA1 Message Date
mike12345567
7957ca2a58 Merge branch 'master' of github.com:Budibase/budibase into feature/load-testing 2022-05-25 16:15:59 +01:00
mike12345567
157802b70a Swapping bcryptjs for bcrypt. 2022-05-25 16:14:45 +01:00
Peter Clement
754c9291e0 Merge remote-tracking branch 'origin/master' into pc-fixes 2022-05-24 09:58:31 +01:00
mike12345567
100f5a6f3c Moving the withCache function to backend-core so that it can be shared, as well as adding a cache busting function which can be used when one of the checklist configs changes. 2022-05-23 15:03:52 +01:00
Martin McKeaveney
7e5607fe3b
Merge pull request #6007 from Budibase/fix/postgres-connection
Postgres connection - fixing sporadic issues
2022-05-23 08:42:17 +01:00
mike12345567
8ab3fc810b Improving performance of load script, can generate thousands of users a second. 2022-05-22 18:29:02 +01:00
Martin McKeaveney
a934b7c680 disable prod app sync 2022-05-22 17:11:05 +01:00
mike12345567
5f8cfcdb5c Opening connection for building schema. 2022-05-20 17:43:47 +01:00
mike12345567
a23e4efd8c Fix for Postgres connections, seemed to be some issues with out of order, connections not opening in time. 2022-05-20 17:41:27 +01:00
Peter Clement
1ffa48ced6 parse max iterations value correctly 2022-05-19 16:38:16 +01:00
melohagan
5de7780ab9
Merge pull request #5931 from Budibase/fix/5613-5387
Improve parseQueryParams regex
2022-05-17 14:54:58 +01:00
Mel O'Hagan
2c2eb69ae7 Improve parseQueryParams regex 2022-05-17 12:11:43 +01:00
melohagan
26e7180480
Merge pull request #5877 from Budibase/fix/5613-5387
Misc MongoDB Connector Fixes
2022-05-16 23:18:31 +01:00
Mel O'Hagan
aa0c09ac82 Parse params if needed 2022-05-16 22:44:38 +01:00
mike12345567
db0b8a6194 Updating view builder to handle if stats has a filter as well, don't need a conjuction this way. 2022-05-16 13:37:00 +01:00
mike12345567
bcf7e1782a Fixing test cases. 2022-05-16 12:31:07 +01:00
Mel O'Hagan
c6591490d3 Using mongodb types 2022-05-16 09:50:47 +01:00
Mel O'Hagan
6709eea7cc Removed unused aws Object import 2022-05-16 08:43:27 +01:00
Mel O'Hagan
bf144858bb Lowercase the object typo 2022-05-16 08:42:09 +01:00
Mel O'Hagan
af997be2e9 Check type is string before match 2022-05-13 21:25:41 +01:00
mike12345567
22c57cdc0c Addresses #5850 - when importing/migrating views and building new views it checks if calculations are used and if they are then it does an empty check to decide whether or not the fields should be included in the calculation, required for real CouchDB nodes. 2022-05-13 18:09:39 +01:00
Mel O'Hagan
672bfda7dd Fix test for update 2022-05-13 15:57:37 +01:00
Mel O'Hagan
a58f35a6cd Null pointer fix 2022-05-13 15:57:15 +01:00
Mel O'Hagan
094a548e38 MongoDb Delete fix 2022-05-13 15:56:57 +01:00
Mel O'Hagan
4b7f1391f8 Fixed update 2022-05-13 15:56:49 +01:00
Mel O'Hagan
2a98872296 Create ObjectIds from matching string 2022-05-13 15:56:32 +01:00
Andrew Kingston
68b6e0eb64 Remove instance name from being a required screen setting 2022-05-11 13:16:36 +01:00
mike12345567
bc63a2db5f Merge branch 'master' of github.com:Budibase/budibase into fix/loop-hbs-usage 2022-05-11 12:08:50 +01:00
Rory Powell
7b6e3d3f2f Merge branch 'master' into crud-quotas 2022-05-11 11:42:26 +01:00
Rory Powell
54eea4191c tests 2022-05-11 11:32:53 +01:00
mike12345567
30aedcbb53 Fixing an issue where HBS statements couldn't be used for passing arrays through to a looping action in automations. 2022-05-11 11:29:33 +01:00
Michael Drury
cb95b419a7
Merge pull request #5707 from Budibase/fix/mike-fixes-04-05
SQL columns with spaces LIKE fix and dynamic REST variable UI change
2022-05-11 10:34:36 +01:00
Rory Powell
f5da1a04e2 Add query quota increment to rows CRUD 2022-05-10 21:59:39 +01:00
Martin McKeaveney
8c5efd0a61 more strategic connection closing in pg 2022-05-10 11:13:40 +01:00
mike12345567
7b461c03dd Fixing issue #5778 - making sure to only remove the first app_ element of the app ID. 2022-05-09 12:29:44 +01:00
Martin McKeaveney
e26d79b83c
Merge pull request #5643 from Budibase/feature/small-april-tickets
Feature/small april tickets
2022-05-06 16:27:50 +01:00
Martin McKeaveney
6cddc3f8f9 merge 2022-05-05 12:45:09 +01:00
Rory Powell
2cfb7be30a Re-enable gsheets for verification 2022-05-05 09:59:10 +01:00
mike12345567
13ec670295 Fix for #5669 comment, when using SQL tables with spaces in names, we use a raw knex function for like to achieve lower case searching, this needs to handle spaces in columns and delimiting. 2022-05-04 16:13:54 +01:00
Peter Clement
65c97c331b remove log 2022-05-04 13:30:08 +01:00
Peter Clement
dfbedb9a8a account for objects in failure condition 2022-05-04 13:25:46 +01:00
Peter Clement
8c031b9d35 linting 2022-05-04 11:55:26 +01:00
Peter Clement
48804c5414 Some foreach block fixes 2022-05-04 10:24:28 +01:00
mike12345567
ec0854d0de Fixing similar issue in queries for context handling and fixing some issues raised by IDE. 2022-05-03 16:04:59 +01:00
mike12345567
d666ad3126 Fix for automation issue, doInAppContext for automation thread wasn't async, was immediately closing the database, rather than waiting for the operations to complete. 2022-05-03 15:54:03 +01:00
mike12345567
4b25df60f9 Fix for export issue reported in #5669 - streaming + closing the database didn't work well together, have to support an edge case for our code stopping execution, but DB access continuing. 2022-05-03 15:20:46 +01:00
mike12345567
107c9e2dfc Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 2022-05-03 14:11:06 +01:00
mike12345567
be4b930c8a Fix for #5612 - stop some formats of string being in-correctly parsed as dates by MySQL - disable type coercion for data source plus mysql tables (knex converts). 2022-04-29 16:47:43 +01:00
mike12345567
a7fe15244b Fixing issue #5594 - allowing use of double underscores in table names for SQL. 2022-04-29 16:22:11 +01:00
Martin McKeaveney
bfb6e20bb8 adding close to buildSchema 2022-04-29 10:47:42 +01:00