Commit Graph

6517 Commits

Author SHA1 Message Date
mike12345567 197d195cb4 Switching from scan for app locks to mget - which is a fast O(N) operation that only retrieves what we need. 2022-10-07 18:05:18 +01:00
Martin McKeaveney 4e04fc84b2 only prevent rollback in cypress env 2022-10-07 18:04:18 +01:00
Budibase Staging Release Bot ba50fa56b6 Update pro version to 2.0.24-alpha.3 2022-10-07 16:48:36 +00:00
Budibase Staging Release Bot 3616bfd297 v2.0.24-alpha.3 2022-10-07 16:45:27 +00:00
Michael Drury 060b2aba3c Merge pull request #8175 from Budibase/fix/remove-app-scans
Removing Redis SCAN operation from app services
2022-10-07 17:35:05 +01:00
mike12345567 39410a07af Fixing test mocks. 2022-10-07 16:24:04 +01:00
mike12345567 0c4a40c795 Switching from scan for app locks to mget - which is a fast O(N) operation that only retrieves what we need. 2022-10-07 16:05:01 +01:00
Budibase Staging Release Bot 87a1337316 Update pro version to 2.0.24-alpha.2 2022-10-07 12:32:51 +00:00
Budibase Staging Release Bot 52ab10971c v2.0.24-alpha.2 2022-10-07 12:28:52 +00:00
Budibase Staging Release Bot 58e5ec9132 Update pro version to 2.0.24-alpha.1 2022-10-07 11:59:11 +00:00
Budibase Staging Release Bot c2eaffcd39 v2.0.24-alpha.1 2022-10-07 11:56:02 +00:00
Andrew Kingston bdce3fc9fc Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-10-07 11:31:32 +01:00
Dean c09154b03e Renamed the 'Scanned Code' field type to 'Barcode/QR'. The component is also now listed as 'Barcode/QR Scanner'. Minor fix to include longform text columns in the table csv import list 2022-10-07 11:00:25 +01:00
Budibase Staging Release Bot ac4d13e0cf Update pro version to 2.0.24-alpha.0 2022-10-06 16:43:54 +00:00
Budibase Staging Release Bot 6c6001692c v2.0.24-alpha.0 2022-10-06 16:40:43 +00:00
mike12345567 286f65e9b4 Updating yarn locks. 2022-10-06 17:10:57 +01:00
mike12345567 2421f16a8c Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-10-06 16:58:33 +01:00
mike12345567 ea2fb6de1b Merge branch 'master' of github.com:Budibase/budibase into develop 2022-10-06 16:54:25 +01:00
Rory Powell aff6e5cbbb Process quota emails in account-portal 2022-10-06 16:03:47 +01:00
Budibase Release Bot c19a67b095 Update pro version to 2.0.23 2022-10-06 14:30:28 +00:00
Budibase Release Bot b961887b6c v2.0.23 2022-10-06 14:26:45 +00:00
Dean e251c914ff Review feedback changes. Changed 'Code' labelling to 'Scanned Code' 2022-10-06 13:02:17 +01:00
Budibase Release Bot 21f74b4ae7 Update pro version to 2.0.22 2022-10-05 15:48:15 +00:00
Budibase Release Bot dff64a1b62 v2.0.22 2022-10-05 15:44:22 +00:00
Budibase Release Bot 95dd5eefbb Update pro version to 2.0.21 2022-10-05 12:21:31 +00:00
Budibase Release Bot d8452a92e1 v2.0.21 2022-10-05 12:17:39 +00:00
Peter Clement 32b54f9b33 Merge pull request #8133 from Budibase/fix/automation-looping-issues
Fix issues with looping in automations
2022-10-05 12:51:37 +01:00
Budibase Release Bot 749bfeeaae Update pro version to 2.0.20 2022-10-05 09:27:39 +00:00
Budibase Release Bot c2a9e32be7 v2.0.20 2022-10-05 09:23:48 +00:00
Michael Drury 3f4bdece64 Merge pull request #8125 from Budibase/fix/table-options-csv
Fixing options type import with CSV
2022-10-05 10:06:06 +01:00
Peter Clement bd47c948c5 one more log 2022-10-05 10:01:11 +01:00
Andrew Kingston 84626294fd Merge pull request #8124 from Budibase/plugin-url-updates
Plugin url updates
2022-10-05 09:57:22 +01:00
Peter Clement f4c9fc6897 remove logs 2022-10-05 09:53:47 +01:00
Dean 1626338b15 Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader 2022-10-05 09:29:32 +01:00
Dean 2ec21741d1 Initial commit of QR Reader field 2022-10-05 09:28:07 +01:00
Peter Clement 2f220d668b fix looping issues in automations 2022-10-05 09:20:59 +01:00
Andrew Kingston f2f842444a Update plugin URL utility export to use CJS syntax 2022-10-05 08:57:26 +01:00
Andrew Kingston 788dac0f8d Use CJS style imports in plugin URL helper to work in jest, and respect plugin bucket env var 2022-10-05 08:25:50 +01:00
Budibase Release Bot c3b5ef7ebe Update pro version to 2.0.19 2022-10-04 17:01:32 +00:00
Budibase Release Bot a3cbb85dce v2.0.19 2022-10-04 16:57:55 +00:00
mike12345567 1dabc59ff5 Fixing a regression of CSV table creation - normally if a CSV was used to create a table with an options column all of the options would be filled in but this had been broken. 2022-10-04 17:54:33 +01:00
melohagan 94bda10f7f Merge pull request #8123 from Budibase/bug/sev3/public-api-equals-number
Public api equals number text type fix
2022-10-04 17:45:05 +01:00
Andrew Kingston 021316c73f Lint 2022-10-04 16:43:20 +01:00
Mel O'Hagan 3490996c5a Add unit test and fix 2022-10-04 16:28:29 +01:00
Andrew Kingston b487855348 Update plugin JS URL handling 2022-10-04 16:28:21 +01:00
Andrew Kingston d5cde049a7 Enrich plugin JS URLs when SSR'ing apps 2022-10-04 16:28:01 +01:00
Andrew Kingston b148b7d004 Enrich plugin JS URLs when fetching appPackage 2022-10-04 16:27:42 +01:00
Andrew Kingston de9b2c44cb Add utility for generating plugin JS URLs 2022-10-04 16:27:04 +01:00
Budibase Release Bot d8e95a4588 Update pro version to 2.0.18 2022-10-04 14:13:53 +00:00
Budibase Release Bot 14552dce87 v2.0.18 2022-10-04 14:10:26 +00:00
Budibase Release Bot daf1f71773 Update pro version to 2.0.17 2022-10-04 13:24:09 +00:00
Budibase Release Bot b4ef4e528a v2.0.17 2022-10-04 13:20:54 +00:00
Mel O'Hagan 91d00ecdb4 Fix table block search 2022-10-04 13:55:43 +01:00
Budibase Staging Release Bot 094416279c Update pro version to 2.0.14-alpha.4 2022-10-04 12:06:49 +00:00
Budibase Staging Release Bot 868016b448 v2.0.14-alpha.4 2022-10-04 12:03:00 +00:00
Michael Drury ec02dda877 Merge pull request #8097 from Budibase/bug/sev3/public-api-equals-number
Public api equals query - support for number strings
2022-10-04 12:48:17 +01:00
Budibase Release Bot 918d2130d1 Update pro version to 2.0.16 2022-10-04 11:07:31 +00:00
Budibase Release Bot fdd9423b71 v2.0.16 2022-10-04 11:04:16 +00:00
melohagan 1db2481024 Merge pull request #7868 from Budibase/bug/sev3/display-column-relationship-bug
Ensure display columns are set when relationships are defined
2022-10-04 11:53:31 +01:00
Mel O'Hagan a95f32c5de Rename actionTypes to actionType 2022-10-04 11:29:13 +01:00
Mel O'Hagan 9580e83ae3 lint 2022-10-04 11:03:54 +01:00
Mel O'Hagan 55c112677e Added support for JSON array stages 2022-10-04 11:03:24 +01:00
Budibase Staging Release Bot 4e10b53764 Update pro version to 2.0.14-alpha.3 2022-10-04 09:58:51 +00:00
Budibase Staging Release Bot 79455a63e4 v2.0.14-alpha.3 2022-10-04 09:55:49 +00:00
Budibase Release Bot 12320276f4 Update pro version to 2.0.15 2022-10-04 09:52:40 +00:00
Budibase Release Bot 7115da91e2 v2.0.15 2022-10-04 09:48:22 +00:00
mike12345567 a3348e3c8a Fix for #6880 - allow SQL table rows to be updated/deleted by their _id field from the public API. 2022-10-03 20:31:11 +01:00
Mel O'Hagan b3d549a170 Add aggregate method. Push results. 2022-10-03 20:08:47 +01:00
Mel O'Hagan b6eebad75f Fix types 2022-10-03 19:10:01 +01:00
Mel O'Hagan a9212a56ed lint 2022-10-03 17:18:16 +01:00
Mel O'Hagan 0d08eb60c5 Merge branch 'develop' into lab/mongodb 2022-10-03 17:10:21 +01:00
Mel O'Hagan fae4c9586a Wrap number in quotes if string search 2022-10-03 11:30:57 +01:00
Budibase Staging Release Bot 816cacbc00 Update pro version to 2.0.14-alpha.2 2022-10-03 10:04:59 +00:00
Budibase Staging Release Bot 2c2afeb729 v2.0.14-alpha.2 2022-10-03 10:01:53 +00:00
Budibase Staging Release Bot a1bedce6c5 Update pro version to 2.0.14-alpha.1 2022-10-03 09:38:54 +00:00
Budibase Staging Release Bot ed8fccd3c4 v2.0.14-alpha.1 2022-10-03 09:34:56 +00:00
Budibase Release Bot 392f9f21f6 Update pro version to 2.0.14 2022-10-03 09:05:44 +00:00
Budibase Release Bot 3fe0a90823 v2.0.14 2022-10-03 09:02:31 +00:00
Michael Drury 603dfbd530 Merge pull request #8061 from Budibase/fix/8056
Don't return raw query from query execution endpoint - only from preview
2022-10-03 09:51:26 +01:00
Shumpei Kishi 2f563f108a Adding a validation check for undefined 2022-10-03 17:34:06 +09:00
Shumpei Kishi 8aee6c95d8 Fixing the validation logic to accept boolean false value. 2022-10-03 15:55:11 +09:00
Budibase Staging Release Bot 012d67647e Update pro version to 2.0.14-alpha.0 2022-10-01 15:03:24 +00:00
Budibase Staging Release Bot 7adb860898 v2.0.14-alpha.0 2022-10-01 14:59:33 +00:00
Michael Drury af603afbc3 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-10-01 15:44:11 +01:00
Budibase Release Bot 33068a1689 Update pro version to 2.0.13 2022-09-30 16:52:00 +00:00
Budibase Release Bot 63bdc2072c v2.0.13 2022-09-30 16:48:54 +00:00
Budibase Release Bot 5bcd538ed0 Update pro version to 2.0.12 2022-09-30 15:54:29 +00:00
Budibase Staging Release Bot d69d83aaf5 v2.0.10-alpha.1 2022-09-30 15:51:17 +00:00
Budibase Release Bot 97b85531cc v2.0.12 2022-09-30 15:51:16 +00:00
Budibase Release Bot ce95d66206 Update pro version to 2.0.11 2022-09-30 15:02:32 +00:00
Budibase Release Bot 9bd60ab448 v2.0.11 2022-09-30 14:59:22 +00:00
Michael Drury 04dac2e445 Merge pull request #8062 from Budibase/fix/oracle-dev-fix
OracleDB development machine fix
2022-09-30 15:48:40 +01:00
Budibase Release Bot 91207adc77 Update pro version to 2.0.10 2022-09-30 14:22:12 +00:00
mike12345567 476bb79c29 Quick fix for development machines, when running Budibase development stack on systems that are not oracle compatiable it would fail to start due to the lack of dependency. 2022-09-30 15:19:34 +01:00
Budibase Release Bot 0212e9ef15 v2.0.10 2022-09-30 14:18:54 +00:00
Budibase Staging Release Bot 52dbd07810 Update pro version to 2.0.10-alpha.0 2022-09-30 14:10:43 +00:00
Michael Drury 0f66af7556 Merge pull request #8058 from Budibase/feature/plugin-icons
Custom datasource icons
2022-09-30 15:08:10 +01:00
Budibase Staging Release Bot 1047239803 v2.0.10-alpha.0 2022-09-30 14:07:36 +00:00
mike12345567 f9269faf08 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-09-30 14:55:00 +01:00
Budibase Staging Release Bot 63e68330a2 Update pro version to 2.0.7-alpha.2 2022-09-30 12:46:54 +00:00